
.wpml-ls-legacy-list-vertical {
	display: table;
	max-width: 100%;
	border: 1px solid transparent;
	border-bottom: 0;
}

.wpml-ls-legacy-list-vertical > ul {
	position: relative;
	padding: 0;
	margin: 0 !important;
	list-style-type: none;
}

.wpml-ls-legacy-list-vertical .wpml-ls-item {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.wpml-ls-legacy-list-vertical a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	padding: 5px 10px;
	line-height: 1;
}

.wpml-ls-legacy-list-vertical a span {
	vertical-align: middle;
}

.wpml-ls-legacy-list-vertical .wpml-ls-flag {
	display: inline;
	vertical-align: middle;
}

.wpml-ls-legacy-list-vertical .wpml-ls-flag + span {
	margin-left: .4em;
}

.rtl .wpml-ls-legacy-list-vertical .wpml-ls-flag + span {
	margin-left: 0;
	margin-right: .4em;
}

.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer {
	margin-bottom: 30px;
}
/*# sourceMappingURL=frontend.css.map*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

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

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

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

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

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

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden], template {
	display: none;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width:576px) {
	.d-sm-none {
		display: none !important;
	}
	
	.d-sm-inline {
		display: inline !important;
	}
	
	.d-sm-inline-block {
		display: inline-block !important;
	}
	
	.d-sm-block {
		display: block !important;
	}
	
	.d-sm-table {
		display: table !important;
	}
	
	.d-sm-table-row {
		display: table-row !important;
	}
	
	.d-sm-table-cell {
		display: table-cell !important;
	}
	
	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none !important;
	}
	
	.d-md-inline {
		display: inline !important;
	}
	
	.d-md-inline-block {
		display: inline-block !important;
	}
	
	.d-md-block {
		display: block !important;
	}
	
	.d-md-table {
		display: table !important;
	}
	
	.d-md-table-row {
		display: table-row !important;
	}
	
	.d-md-table-cell {
		display: table-cell !important;
	}
	
	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important;
	}
	
	.d-lg-inline {
		display: inline !important;
	}
	
	.d-lg-inline-block {
		display: inline-block !important;
	}
	
	.d-lg-block {
		display: block !important;
	}
	
	.d-lg-table {
		display: table !important;
	}
	
	.d-lg-table-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none !important;
	}
	
	.d-xl-inline {
		display: inline !important;
	}
	
	.d-xl-inline-block {
		display: inline-block !important;
	}
	
	.d-xl-block {
		display: block !important;
	}
	
	.d-xl-table {
		display: table !important;
	}
	
	.d-xl-table-row {
		display: table-row !important;
	}
	
	.d-xl-table-cell {
		display: table-cell !important;
	}
	
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:1400px) {
	.d-desktop-none {
		display: none !important;
	}
	
	.d-desktop-inline {
		display: inline !important;
	}
	
	.d-desktop-inline-block {
		display: inline-block !important;
	}
	
	.d-desktop-block {
		display: block !important;
	}
	
	.d-desktop-table {
		display: table !important;
	}
	
	.d-desktop-table-row {
		display: table-row !important;
	}
	
	.d-desktop-table-cell {
		display: table-cell !important;
	}
	
	.d-desktop-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-desktop-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:1820px) {
	.d-xxl-none {
		display: none !important;
	}
	
	.d-xxl-inline {
		display: inline !important;
	}
	
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	
	.d-xxl-block {
		display: block !important;
	}
	
	.d-xxl-table {
		display: table !important;
	}
	
	.d-xxl-table-row {
		display: table-row !important;
	}
	
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	
	.d-xxl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-xxl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	
	.d-print-inline {
		display: inline !important;
	}
	
	.d-print-inline-block {
		display: inline-block !important;
	}
	
	.d-print-block {
		display: block !important;
	}
	
	.d-print-table {
		display: table !important;
	}
	
	.d-print-table-row {
		display: table-row !important;
	}
	
	.d-print-table-cell {
		display: table-cell !important;
	}
	
	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.justify-content-evenly {
	-ms-flex-pack: space-evenly !important;
	justify-content: space-evenly !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.justify-content-sm-evenly {
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.justify-content-md-evenly {
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.justify-content-lg-evenly {
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.justify-content-xl-evenly {
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:1400px) {
	.flex-desktop-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-desktop-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-desktop-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-desktop-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-desktop-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-desktop-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-desktop-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-desktop-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-desktop-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-desktop-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-desktop-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-desktop-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-desktop-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-desktop-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-desktop-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-desktop-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-desktop-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.justify-content-desktop-evenly {
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	
	.align-items-desktop-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-desktop-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-desktop-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-desktop-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-desktop-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-desktop-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-desktop-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-desktop-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-desktop-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-desktop-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-desktop-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-desktop-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-desktop-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-desktop-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-desktop-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-desktop-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-desktop-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:1820px) {
	.flex-xxl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-xxl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-xxl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-xxl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-xxl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-xxl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-xxl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-xxl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-xxl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-xxl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-xxl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-xxl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-xxl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-xxl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-xxl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-xxl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.justify-content-xxl-evenly {
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	
	.align-items-xxl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-xxl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-xxl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-xxl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-xxl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-xxl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-xxl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-xxl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-xxl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-xxl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-xxl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-xxl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-xxl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-xxl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-xxl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-xxl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-xxl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

.m-0 {
	margin: 0 !important;
}

.mt-0, .my-0 {
	margin-top: 0 !important;
}

.mr-0, .mx-0 {
	margin-right: 0 !important;
}

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

.ml-0, .mx-0 {
	margin-left: 0 !important;
}

.ms-0 {
	-webkit-margin-start: 0 !important;
	margin-inline-start: 0 !important;
}

.me-0 {
	-webkit-margin-end: 0 !important;
	margin-inline-end: 0 !important;
}

.m-1 {
	margin: 8px !important;
}

.mt-1, .my-1 {
	margin-top: 8px !important;
}

.mr-1, .mx-1 {
	margin-right: 8px !important;
}

.mb-1, .my-1 {
	margin-bottom: 8px !important;
}

.ml-1, .mx-1 {
	margin-left: 8px !important;
}

.ms-1 {
	-webkit-margin-start: 8px !important;
	margin-inline-start: 8px !important;
}

.me-1 {
	-webkit-margin-end: 8px !important;
	margin-inline-end: 8px !important;
}

.m-2 {
	margin: 16px !important;
}

.mt-2, .my-2 {
	margin-top: 16px !important;
}

.mr-2, .mx-2 {
	margin-right: 16px !important;
}

.mb-2, .my-2 {
	margin-bottom: 16px !important;
}

.ml-2, .mx-2 {
	margin-left: 16px !important;
}

.ms-2 {
	-webkit-margin-start: 16px !important;
	margin-inline-start: 16px !important;
}

.me-2 {
	-webkit-margin-end: 16px !important;
	margin-inline-end: 16px !important;
}

.m-3 {
	margin: 24px !important;
}

.mt-3, .my-3 {
	margin-top: 24px !important;
}

.mr-3, .mx-3 {
	margin-right: 24px !important;
}

.mb-3, .my-3 {
	margin-bottom: 24px !important;
}

.ml-3, .mx-3 {
	margin-left: 24px !important;
}

.ms-3 {
	-webkit-margin-start: 24px !important;
	margin-inline-start: 24px !important;
}

.me-3 {
	-webkit-margin-end: 24px !important;
	margin-inline-end: 24px !important;
}

.m-4 {
	margin: 32px !important;
}

.mt-4, .my-4 {
	margin-top: 32px !important;
}

.mr-4, .mx-4 {
	margin-right: 32px !important;
}

.mb-4, .my-4 {
	margin-bottom: 32px !important;
}

.ml-4, .mx-4 {
	margin-left: 32px !important;
}

.ms-4 {
	-webkit-margin-start: 32px !important;
	margin-inline-start: 32px !important;
}

.me-4 {
	-webkit-margin-end: 32px !important;
	margin-inline-end: 32px !important;
}

.m-5 {
	margin: 40px !important;
}

.mt-5, .my-5 {
	margin-top: 40px !important;
}

.mr-5, .mx-5 {
	margin-right: 40px !important;
}

.mb-5, .my-5 {
	margin-bottom: 40px !important;
}

.ml-5, .mx-5 {
	margin-left: 40px !important;
}

.ms-5 {
	-webkit-margin-start: 40px !important;
	margin-inline-start: 40px !important;
}

.me-5 {
	-webkit-margin-end: 40px !important;
	margin-inline-end: 40px !important;
}

.m-6 {
	margin: 48px !important;
}

.mt-6, .my-6 {
	margin-top: 48px !important;
}

.mr-6, .mx-6 {
	margin-right: 48px !important;
}

.mb-6, .my-6 {
	margin-bottom: 48px !important;
}

.ml-6, .mx-6 {
	margin-left: 48px !important;
}

.ms-6 {
	-webkit-margin-start: 48px !important;
	margin-inline-start: 48px !important;
}

.me-6 {
	-webkit-margin-end: 48px !important;
	margin-inline-end: 48px !important;
}

.m-7 {
	margin: 56px !important;
}

.mt-7, .my-7 {
	margin-top: 56px !important;
}

.mr-7, .mx-7 {
	margin-right: 56px !important;
}

.mb-7, .my-7 {
	margin-bottom: 56px !important;
}

.ml-7, .mx-7 {
	margin-left: 56px !important;
}

.ms-7 {
	-webkit-margin-start: 56px !important;
	margin-inline-start: 56px !important;
}

.me-7 {
	-webkit-margin-end: 56px !important;
	margin-inline-end: 56px !important;
}

.m-8 {
	margin: 64px !important;
}

.mt-8, .my-8 {
	margin-top: 64px !important;
}

.mr-8, .mx-8 {
	margin-right: 64px !important;
}

.mb-8, .my-8 {
	margin-bottom: 64px !important;
}

.ml-8, .mx-8 {
	margin-left: 64px !important;
}

.ms-8 {
	-webkit-margin-start: 64px !important;
	margin-inline-start: 64px !important;
}

.me-8 {
	-webkit-margin-end: 64px !important;
	margin-inline-end: 64px !important;
}

.m-9 {
	margin: 72px !important;
}

.mt-9, .my-9 {
	margin-top: 72px !important;
}

.mr-9, .mx-9 {
	margin-right: 72px !important;
}

.mb-9, .my-9 {
	margin-bottom: 72px !important;
}

.ml-9, .mx-9 {
	margin-left: 72px !important;
}

.ms-9 {
	-webkit-margin-start: 72px !important;
	margin-inline-start: 72px !important;
}

.me-9 {
	-webkit-margin-end: 72px !important;
	margin-inline-end: 72px !important;
}

.m-10 {
	margin: 80px !important;
}

.mt-10, .my-10 {
	margin-top: 80px !important;
}

.mr-10, .mx-10 {
	margin-right: 80px !important;
}

.mb-10, .my-10 {
	margin-bottom: 80px !important;
}

.ml-10, .mx-10 {
	margin-left: 80px !important;
}

.ms-10 {
	-webkit-margin-start: 80px !important;
	margin-inline-start: 80px !important;
}

.me-10 {
	-webkit-margin-end: 80px !important;
	margin-inline-end: 80px !important;
}

.m-11 {
	margin: 88px !important;
}

.mt-11, .my-11 {
	margin-top: 88px !important;
}

.mr-11, .mx-11 {
	margin-right: 88px !important;
}

.mb-11, .my-11 {
	margin-bottom: 88px !important;
}

.ml-11, .mx-11 {
	margin-left: 88px !important;
}

.ms-11 {
	-webkit-margin-start: 88px !important;
	margin-inline-start: 88px !important;
}

.me-11 {
	-webkit-margin-end: 88px !important;
	margin-inline-end: 88px !important;
}

.m-12 {
	margin: 96px !important;
}

.mt-12, .my-12 {
	margin-top: 96px !important;
}

.mr-12, .mx-12 {
	margin-right: 96px !important;
}

.mb-12, .my-12 {
	margin-bottom: 96px !important;
}

.ml-12, .mx-12 {
	margin-left: 96px !important;
}

.ms-12 {
	-webkit-margin-start: 96px !important;
	margin-inline-start: 96px !important;
}

.me-12 {
	-webkit-margin-end: 96px !important;
	margin-inline-end: 96px !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0, .py-0 {
	padding-top: 0 !important;
}

.pr-0, .px-0 {
	padding-right: 0 !important;
}

.pb-0, .py-0 {
	padding-bottom: 0 !important;
}

.pl-0, .px-0 {
	padding-left: 0 !important;
}

.ps-0 {
	-webkit-padding-start: 0 !important;
	padding-inline-start: 0 !important;
}

.pe-0 {
	-webkit-padding-end: 0 !important;
	padding-inline-end: 0 !important;
}

.p-1 {
	padding: 8px !important;
}

.pt-1, .py-1 {
	padding-top: 8px !important;
}

.pr-1, .px-1 {
	padding-right: 8px !important;
}

.pb-1, .py-1 {
	padding-bottom: 8px !important;
}

.pl-1, .px-1 {
	padding-left: 8px !important;
}

.ps-1 {
	-webkit-padding-start: 8px !important;
	padding-inline-start: 8px !important;
}

.pe-1 {
	-webkit-padding-end: 8px !important;
	padding-inline-end: 8px !important;
}

.p-2 {
	padding: 16px !important;
}

.pt-2, .py-2 {
	padding-top: 16px !important;
}

.pr-2, .px-2 {
	padding-right: 16px !important;
}

.pb-2, .py-2 {
	padding-bottom: 16px !important;
}

.pl-2, .px-2 {
	padding-left: 16px !important;
}

.ps-2 {
	-webkit-padding-start: 16px !important;
	padding-inline-start: 16px !important;
}

.pe-2 {
	-webkit-padding-end: 16px !important;
	padding-inline-end: 16px !important;
}

.p-3 {
	padding: 24px !important;
}

.pt-3, .py-3 {
	padding-top: 24px !important;
}

.pr-3, .px-3 {
	padding-right: 24px !important;
}

.pb-3, .py-3 {
	padding-bottom: 24px !important;
}

.pl-3, .px-3 {
	padding-left: 24px !important;
}

.ps-3 {
	-webkit-padding-start: 24px !important;
	padding-inline-start: 24px !important;
}

.pe-3 {
	-webkit-padding-end: 24px !important;
	padding-inline-end: 24px !important;
}

.p-4 {
	padding: 32px !important;
}

.pt-4, .py-4 {
	padding-top: 32px !important;
}

.pr-4, .px-4 {
	padding-right: 32px !important;
}

.pb-4, .py-4 {
	padding-bottom: 32px !important;
}

.pl-4, .px-4 {
	padding-left: 32px !important;
}

.ps-4 {
	-webkit-padding-start: 32px !important;
	padding-inline-start: 32px !important;
}

.pe-4 {
	-webkit-padding-end: 32px !important;
	padding-inline-end: 32px !important;
}

.p-5 {
	padding: 40px !important;
}

.pt-5, .py-5 {
	padding-top: 40px !important;
}

.pr-5, .px-5 {
	padding-right: 40px !important;
}

.pb-5, .py-5 {
	padding-bottom: 40px !important;
}

.pl-5, .px-5 {
	padding-left: 40px !important;
}

.ps-5 {
	-webkit-padding-start: 40px !important;
	padding-inline-start: 40px !important;
}

.pe-5 {
	-webkit-padding-end: 40px !important;
	padding-inline-end: 40px !important;
}

.p-6 {
	padding: 48px !important;
}

.pt-6, .py-6 {
	padding-top: 48px !important;
}

.pr-6, .px-6 {
	padding-right: 48px !important;
}

.pb-6, .py-6 {
	padding-bottom: 48px !important;
}

.pl-6, .px-6 {
	padding-left: 48px !important;
}

.ps-6 {
	-webkit-padding-start: 48px !important;
	padding-inline-start: 48px !important;
}

.pe-6 {
	-webkit-padding-end: 48px !important;
	padding-inline-end: 48px !important;
}

.p-7 {
	padding: 56px !important;
}

.pt-7, .py-7 {
	padding-top: 56px !important;
}

.pr-7, .px-7 {
	padding-right: 56px !important;
}

.pb-7, .py-7 {
	padding-bottom: 56px !important;
}

.pl-7, .px-7 {
	padding-left: 56px !important;
}

.ps-7 {
	-webkit-padding-start: 56px !important;
	padding-inline-start: 56px !important;
}

.pe-7 {
	-webkit-padding-end: 56px !important;
	padding-inline-end: 56px !important;
}

.p-8 {
	padding: 64px !important;
}

.pt-8, .py-8 {
	padding-top: 64px !important;
}

.pr-8, .px-8 {
	padding-right: 64px !important;
}

.pb-8, .py-8 {
	padding-bottom: 64px !important;
}

.pl-8, .px-8 {
	padding-left: 64px !important;
}

.ps-8 {
	-webkit-padding-start: 64px !important;
	padding-inline-start: 64px !important;
}

.pe-8 {
	-webkit-padding-end: 64px !important;
	padding-inline-end: 64px !important;
}

.p-9 {
	padding: 72px !important;
}

.pt-9, .py-9 {
	padding-top: 72px !important;
}

.pr-9, .px-9 {
	padding-right: 72px !important;
}

.pb-9, .py-9 {
	padding-bottom: 72px !important;
}

.pl-9, .px-9 {
	padding-left: 72px !important;
}

.ps-9 {
	-webkit-padding-start: 72px !important;
	padding-inline-start: 72px !important;
}

.pe-9 {
	-webkit-padding-end: 72px !important;
	padding-inline-end: 72px !important;
}

.p-10 {
	padding: 80px !important;
}

.pt-10, .py-10 {
	padding-top: 80px !important;
}

.pr-10, .px-10 {
	padding-right: 80px !important;
}

.pb-10, .py-10 {
	padding-bottom: 80px !important;
}

.pl-10, .px-10 {
	padding-left: 80px !important;
}

.ps-10 {
	-webkit-padding-start: 80px !important;
	padding-inline-start: 80px !important;
}

.pe-10 {
	-webkit-padding-end: 80px !important;
	padding-inline-end: 80px !important;
}

.p-11 {
	padding: 88px !important;
}

.pt-11, .py-11 {
	padding-top: 88px !important;
}

.pr-11, .px-11 {
	padding-right: 88px !important;
}

.pb-11, .py-11 {
	padding-bottom: 88px !important;
}

.pl-11, .px-11 {
	padding-left: 88px !important;
}

.ps-11 {
	-webkit-padding-start: 88px !important;
	padding-inline-start: 88px !important;
}

.pe-11 {
	-webkit-padding-end: 88px !important;
	padding-inline-end: 88px !important;
}

.p-12 {
	padding: 96px !important;
}

.pt-12, .py-12 {
	padding-top: 96px !important;
}

.pr-12, .px-12 {
	padding-right: 96px !important;
}

.pb-12, .py-12 {
	padding-bottom: 96px !important;
}

.pl-12, .px-12 {
	padding-left: 96px !important;
}

.ps-12 {
	-webkit-padding-start: 96px !important;
	padding-inline-start: 96px !important;
}

.pe-12 {
	-webkit-padding-end: 96px !important;
	padding-inline-end: 96px !important;
}

.m-n1 {
	margin: -8px !important;
}

.mt-n1, .my-n1 {
	margin-top: -8px !important;
}

.mr-n1, .mx-n1 {
	margin-right: -8px !important;
}

.mb-n1, .my-n1 {
	margin-bottom: -8px !important;
}

.ml-n1, .mx-n1 {
	margin-left: -8px !important;
}

.m-n2 {
	margin: -16px !important;
}

.mt-n2, .my-n2 {
	margin-top: -16px !important;
}

.mr-n2, .mx-n2 {
	margin-right: -16px !important;
}

.mb-n2, .my-n2 {
	margin-bottom: -16px !important;
}

.ml-n2, .mx-n2 {
	margin-left: -16px !important;
}

.m-n3 {
	margin: -24px !important;
}

.mt-n3, .my-n3 {
	margin-top: -24px !important;
}

.mr-n3, .mx-n3 {
	margin-right: -24px !important;
}

.mb-n3, .my-n3 {
	margin-bottom: -24px !important;
}

.ml-n3, .mx-n3 {
	margin-left: -24px !important;
}

.m-n4 {
	margin: -32px !important;
}

.mt-n4, .my-n4 {
	margin-top: -32px !important;
}

.mr-n4, .mx-n4 {
	margin-right: -32px !important;
}

.mb-n4, .my-n4 {
	margin-bottom: -32px !important;
}

.ml-n4, .mx-n4 {
	margin-left: -32px !important;
}

.m-n5 {
	margin: -40px !important;
}

.mt-n5, .my-n5 {
	margin-top: -40px !important;
}

.mr-n5, .mx-n5 {
	margin-right: -40px !important;
}

.mb-n5, .my-n5 {
	margin-bottom: -40px !important;
}

.ml-n5, .mx-n5 {
	margin-left: -40px !important;
}

.m-n6 {
	margin: -48px !important;
}

.mt-n6, .my-n6 {
	margin-top: -48px !important;
}

.mr-n6, .mx-n6 {
	margin-right: -48px !important;
}

.mb-n6, .my-n6 {
	margin-bottom: -48px !important;
}

.ml-n6, .mx-n6 {
	margin-left: -48px !important;
}

.m-n7 {
	margin: -56px !important;
}

.mt-n7, .my-n7 {
	margin-top: -56px !important;
}

.mr-n7, .mx-n7 {
	margin-right: -56px !important;
}

.mb-n7, .my-n7 {
	margin-bottom: -56px !important;
}

.ml-n7, .mx-n7 {
	margin-left: -56px !important;
}

.m-n8 {
	margin: -64px !important;
}

.mt-n8, .my-n8 {
	margin-top: -64px !important;
}

.mr-n8, .mx-n8 {
	margin-right: -64px !important;
}

.mb-n8, .my-n8 {
	margin-bottom: -64px !important;
}

.ml-n8, .mx-n8 {
	margin-left: -64px !important;
}

.m-n9 {
	margin: -72px !important;
}

.mt-n9, .my-n9 {
	margin-top: -72px !important;
}

.mr-n9, .mx-n9 {
	margin-right: -72px !important;
}

.mb-n9, .my-n9 {
	margin-bottom: -72px !important;
}

.ml-n9, .mx-n9 {
	margin-left: -72px !important;
}

.m-n10 {
	margin: -80px !important;
}

.mt-n10, .my-n10 {
	margin-top: -80px !important;
}

.mr-n10, .mx-n10 {
	margin-right: -80px !important;
}

.mb-n10, .my-n10 {
	margin-bottom: -80px !important;
}

.ml-n10, .mx-n10 {
	margin-left: -80px !important;
}

.m-n11 {
	margin: -88px !important;
}

.mt-n11, .my-n11 {
	margin-top: -88px !important;
}

.mr-n11, .mx-n11 {
	margin-right: -88px !important;
}

.mb-n11, .my-n11 {
	margin-bottom: -88px !important;
}

.ml-n11, .mx-n11 {
	margin-left: -88px !important;
}

.m-n12 {
	margin: -96px !important;
}

.mt-n12, .my-n12 {
	margin-top: -96px !important;
}

.mr-n12, .mx-n12 {
	margin-right: -96px !important;
}

.mb-n12, .my-n12 {
	margin-bottom: -96px !important;
}

.ml-n12, .mx-n12 {
	margin-left: -96px !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto, .my-auto {
	margin-top: auto !important;
}

.mr-auto, .mx-auto {
	margin-right: auto !important;
}

.mb-auto, .my-auto {
	margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
	margin-left: auto !important;
}

.ms-auto {
	-webkit-margin-start: auto !important;
	margin-inline-start: auto !important;
}

.me-auto {
	-webkit-margin-end: auto !important;
	margin-inline-end: auto !important;
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	
	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important;
	}
	
	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important;
	}
	
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important;
	}
	
	.ms-sm-0 {
		-webkit-margin-start: 0 !important;
		margin-inline-start: 0 !important;
	}
	
	.me-sm-0 {
		-webkit-margin-end: 0 !important;
		margin-inline-end: 0 !important;
	}
	
	.m-sm-1 {
		margin: 8px !important;
	}
	
	.mt-sm-1, .my-sm-1 {
		margin-top: 8px !important;
	}
	
	.mr-sm-1, .mx-sm-1 {
		margin-right: 8px !important;
	}
	
	.mb-sm-1, .my-sm-1 {
		margin-bottom: 8px !important;
	}
	
	.ml-sm-1, .mx-sm-1 {
		margin-left: 8px !important;
	}
	
	.ms-sm-1 {
		-webkit-margin-start: 8px !important;
		margin-inline-start: 8px !important;
	}
	
	.me-sm-1 {
		-webkit-margin-end: 8px !important;
		margin-inline-end: 8px !important;
	}
	
	.m-sm-2 {
		margin: 16px !important;
	}
	
	.mt-sm-2, .my-sm-2 {
		margin-top: 16px !important;
	}
	
	.mr-sm-2, .mx-sm-2 {
		margin-right: 16px !important;
	}
	
	.mb-sm-2, .my-sm-2 {
		margin-bottom: 16px !important;
	}
	
	.ml-sm-2, .mx-sm-2 {
		margin-left: 16px !important;
	}
	
	.ms-sm-2 {
		-webkit-margin-start: 16px !important;
		margin-inline-start: 16px !important;
	}
	
	.me-sm-2 {
		-webkit-margin-end: 16px !important;
		margin-inline-end: 16px !important;
	}
	
	.m-sm-3 {
		margin: 24px !important;
	}
	
	.mt-sm-3, .my-sm-3 {
		margin-top: 24px !important;
	}
	
	.mr-sm-3, .mx-sm-3 {
		margin-right: 24px !important;
	}
	
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 24px !important;
	}
	
	.ml-sm-3, .mx-sm-3 {
		margin-left: 24px !important;
	}
	
	.ms-sm-3 {
		-webkit-margin-start: 24px !important;
		margin-inline-start: 24px !important;
	}
	
	.me-sm-3 {
		-webkit-margin-end: 24px !important;
		margin-inline-end: 24px !important;
	}
	
	.m-sm-4 {
		margin: 32px !important;
	}
	
	.mt-sm-4, .my-sm-4 {
		margin-top: 32px !important;
	}
	
	.mr-sm-4, .mx-sm-4 {
		margin-right: 32px !important;
	}
	
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 32px !important;
	}
	
	.ml-sm-4, .mx-sm-4 {
		margin-left: 32px !important;
	}
	
	.ms-sm-4 {
		-webkit-margin-start: 32px !important;
		margin-inline-start: 32px !important;
	}
	
	.me-sm-4 {
		-webkit-margin-end: 32px !important;
		margin-inline-end: 32px !important;
	}
	
	.m-sm-5 {
		margin: 40px !important;
	}
	
	.mt-sm-5, .my-sm-5 {
		margin-top: 40px !important;
	}
	
	.mr-sm-5, .mx-sm-5 {
		margin-right: 40px !important;
	}
	
	.mb-sm-5, .my-sm-5 {
		margin-bottom: 40px !important;
	}
	
	.ml-sm-5, .mx-sm-5 {
		margin-left: 40px !important;
	}
	
	.ms-sm-5 {
		-webkit-margin-start: 40px !important;
		margin-inline-start: 40px !important;
	}
	
	.me-sm-5 {
		-webkit-margin-end: 40px !important;
		margin-inline-end: 40px !important;
	}
	
	.m-sm-6 {
		margin: 48px !important;
	}
	
	.mt-sm-6, .my-sm-6 {
		margin-top: 48px !important;
	}
	
	.mr-sm-6, .mx-sm-6 {
		margin-right: 48px !important;
	}
	
	.mb-sm-6, .my-sm-6 {
		margin-bottom: 48px !important;
	}
	
	.ml-sm-6, .mx-sm-6 {
		margin-left: 48px !important;
	}
	
	.ms-sm-6 {
		-webkit-margin-start: 48px !important;
		margin-inline-start: 48px !important;
	}
	
	.me-sm-6 {
		-webkit-margin-end: 48px !important;
		margin-inline-end: 48px !important;
	}
	
	.m-sm-7 {
		margin: 56px !important;
	}
	
	.mt-sm-7, .my-sm-7 {
		margin-top: 56px !important;
	}
	
	.mr-sm-7, .mx-sm-7 {
		margin-right: 56px !important;
	}
	
	.mb-sm-7, .my-sm-7 {
		margin-bottom: 56px !important;
	}
	
	.ml-sm-7, .mx-sm-7 {
		margin-left: 56px !important;
	}
	
	.ms-sm-7 {
		-webkit-margin-start: 56px !important;
		margin-inline-start: 56px !important;
	}
	
	.me-sm-7 {
		-webkit-margin-end: 56px !important;
		margin-inline-end: 56px !important;
	}
	
	.m-sm-8 {
		margin: 64px !important;
	}
	
	.mt-sm-8, .my-sm-8 {
		margin-top: 64px !important;
	}
	
	.mr-sm-8, .mx-sm-8 {
		margin-right: 64px !important;
	}
	
	.mb-sm-8, .my-sm-8 {
		margin-bottom: 64px !important;
	}
	
	.ml-sm-8, .mx-sm-8 {
		margin-left: 64px !important;
	}
	
	.ms-sm-8 {
		-webkit-margin-start: 64px !important;
		margin-inline-start: 64px !important;
	}
	
	.me-sm-8 {
		-webkit-margin-end: 64px !important;
		margin-inline-end: 64px !important;
	}
	
	.m-sm-9 {
		margin: 72px !important;
	}
	
	.mt-sm-9, .my-sm-9 {
		margin-top: 72px !important;
	}
	
	.mr-sm-9, .mx-sm-9 {
		margin-right: 72px !important;
	}
	
	.mb-sm-9, .my-sm-9 {
		margin-bottom: 72px !important;
	}
	
	.ml-sm-9, .mx-sm-9 {
		margin-left: 72px !important;
	}
	
	.ms-sm-9 {
		-webkit-margin-start: 72px !important;
		margin-inline-start: 72px !important;
	}
	
	.me-sm-9 {
		-webkit-margin-end: 72px !important;
		margin-inline-end: 72px !important;
	}
	
	.m-sm-10 {
		margin: 80px !important;
	}
	
	.mt-sm-10, .my-sm-10 {
		margin-top: 80px !important;
	}
	
	.mr-sm-10, .mx-sm-10 {
		margin-right: 80px !important;
	}
	
	.mb-sm-10, .my-sm-10 {
		margin-bottom: 80px !important;
	}
	
	.ml-sm-10, .mx-sm-10 {
		margin-left: 80px !important;
	}
	
	.ms-sm-10 {
		-webkit-margin-start: 80px !important;
		margin-inline-start: 80px !important;
	}
	
	.me-sm-10 {
		-webkit-margin-end: 80px !important;
		margin-inline-end: 80px !important;
	}
	
	.m-sm-11 {
		margin: 88px !important;
	}
	
	.mt-sm-11, .my-sm-11 {
		margin-top: 88px !important;
	}
	
	.mr-sm-11, .mx-sm-11 {
		margin-right: 88px !important;
	}
	
	.mb-sm-11, .my-sm-11 {
		margin-bottom: 88px !important;
	}
	
	.ml-sm-11, .mx-sm-11 {
		margin-left: 88px !important;
	}
	
	.ms-sm-11 {
		-webkit-margin-start: 88px !important;
		margin-inline-start: 88px !important;
	}
	
	.me-sm-11 {
		-webkit-margin-end: 88px !important;
		margin-inline-end: 88px !important;
	}
	
	.m-sm-12 {
		margin: 96px !important;
	}
	
	.mt-sm-12, .my-sm-12 {
		margin-top: 96px !important;
	}
	
	.mr-sm-12, .mx-sm-12 {
		margin-right: 96px !important;
	}
	
	.mb-sm-12, .my-sm-12 {
		margin-bottom: 96px !important;
	}
	
	.ml-sm-12, .mx-sm-12 {
		margin-left: 96px !important;
	}
	
	.ms-sm-12 {
		-webkit-margin-start: 96px !important;
		margin-inline-start: 96px !important;
	}
	
	.me-sm-12 {
		-webkit-margin-end: 96px !important;
		margin-inline-end: 96px !important;
	}
	
	.p-sm-0 {
		padding: 0 !important;
	}
	
	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important;
	}
	
	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important;
	}
	
	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important;
	}
	
	.ps-sm-0 {
		-webkit-padding-start: 0 !important;
		padding-inline-start: 0 !important;
	}
	
	.pe-sm-0 {
		-webkit-padding-end: 0 !important;
		padding-inline-end: 0 !important;
	}
	
	.p-sm-1 {
		padding: 8px !important;
	}
	
	.pt-sm-1, .py-sm-1 {
		padding-top: 8px !important;
	}
	
	.pr-sm-1, .px-sm-1 {
		padding-right: 8px !important;
	}
	
	.pb-sm-1, .py-sm-1 {
		padding-bottom: 8px !important;
	}
	
	.pl-sm-1, .px-sm-1 {
		padding-left: 8px !important;
	}
	
	.ps-sm-1 {
		-webkit-padding-start: 8px !important;
		padding-inline-start: 8px !important;
	}
	
	.pe-sm-1 {
		-webkit-padding-end: 8px !important;
		padding-inline-end: 8px !important;
	}
	
	.p-sm-2 {
		padding: 16px !important;
	}
	
	.pt-sm-2, .py-sm-2 {
		padding-top: 16px !important;
	}
	
	.pr-sm-2, .px-sm-2 {
		padding-right: 16px !important;
	}
	
	.pb-sm-2, .py-sm-2 {
		padding-bottom: 16px !important;
	}
	
	.pl-sm-2, .px-sm-2 {
		padding-left: 16px !important;
	}
	
	.ps-sm-2 {
		-webkit-padding-start: 16px !important;
		padding-inline-start: 16px !important;
	}
	
	.pe-sm-2 {
		-webkit-padding-end: 16px !important;
		padding-inline-end: 16px !important;
	}
	
	.p-sm-3 {
		padding: 24px !important;
	}
	
	.pt-sm-3, .py-sm-3 {
		padding-top: 24px !important;
	}
	
	.pr-sm-3, .px-sm-3 {
		padding-right: 24px !important;
	}
	
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 24px !important;
	}
	
	.pl-sm-3, .px-sm-3 {
		padding-left: 24px !important;
	}
	
	.ps-sm-3 {
		-webkit-padding-start: 24px !important;
		padding-inline-start: 24px !important;
	}
	
	.pe-sm-3 {
		-webkit-padding-end: 24px !important;
		padding-inline-end: 24px !important;
	}
	
	.p-sm-4 {
		padding: 32px !important;
	}
	
	.pt-sm-4, .py-sm-4 {
		padding-top: 32px !important;
	}
	
	.pr-sm-4, .px-sm-4 {
		padding-right: 32px !important;
	}
	
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 32px !important;
	}
	
	.pl-sm-4, .px-sm-4 {
		padding-left: 32px !important;
	}
	
	.ps-sm-4 {
		-webkit-padding-start: 32px !important;
		padding-inline-start: 32px !important;
	}
	
	.pe-sm-4 {
		-webkit-padding-end: 32px !important;
		padding-inline-end: 32px !important;
	}
	
	.p-sm-5 {
		padding: 40px !important;
	}
	
	.pt-sm-5, .py-sm-5 {
		padding-top: 40px !important;
	}
	
	.pr-sm-5, .px-sm-5 {
		padding-right: 40px !important;
	}
	
	.pb-sm-5, .py-sm-5 {
		padding-bottom: 40px !important;
	}
	
	.pl-sm-5, .px-sm-5 {
		padding-left: 40px !important;
	}
	
	.ps-sm-5 {
		-webkit-padding-start: 40px !important;
		padding-inline-start: 40px !important;
	}
	
	.pe-sm-5 {
		-webkit-padding-end: 40px !important;
		padding-inline-end: 40px !important;
	}
	
	.p-sm-6 {
		padding: 48px !important;
	}
	
	.pt-sm-6, .py-sm-6 {
		padding-top: 48px !important;
	}
	
	.pr-sm-6, .px-sm-6 {
		padding-right: 48px !important;
	}
	
	.pb-sm-6, .py-sm-6 {
		padding-bottom: 48px !important;
	}
	
	.pl-sm-6, .px-sm-6 {
		padding-left: 48px !important;
	}
	
	.ps-sm-6 {
		-webkit-padding-start: 48px !important;
		padding-inline-start: 48px !important;
	}
	
	.pe-sm-6 {
		-webkit-padding-end: 48px !important;
		padding-inline-end: 48px !important;
	}
	
	.p-sm-7 {
		padding: 56px !important;
	}
	
	.pt-sm-7, .py-sm-7 {
		padding-top: 56px !important;
	}
	
	.pr-sm-7, .px-sm-7 {
		padding-right: 56px !important;
	}
	
	.pb-sm-7, .py-sm-7 {
		padding-bottom: 56px !important;
	}
	
	.pl-sm-7, .px-sm-7 {
		padding-left: 56px !important;
	}
	
	.ps-sm-7 {
		-webkit-padding-start: 56px !important;
		padding-inline-start: 56px !important;
	}
	
	.pe-sm-7 {
		-webkit-padding-end: 56px !important;
		padding-inline-end: 56px !important;
	}
	
	.p-sm-8 {
		padding: 64px !important;
	}
	
	.pt-sm-8, .py-sm-8 {
		padding-top: 64px !important;
	}
	
	.pr-sm-8, .px-sm-8 {
		padding-right: 64px !important;
	}
	
	.pb-sm-8, .py-sm-8 {
		padding-bottom: 64px !important;
	}
	
	.pl-sm-8, .px-sm-8 {
		padding-left: 64px !important;
	}
	
	.ps-sm-8 {
		-webkit-padding-start: 64px !important;
		padding-inline-start: 64px !important;
	}
	
	.pe-sm-8 {
		-webkit-padding-end: 64px !important;
		padding-inline-end: 64px !important;
	}
	
	.p-sm-9 {
		padding: 72px !important;
	}
	
	.pt-sm-9, .py-sm-9 {
		padding-top: 72px !important;
	}
	
	.pr-sm-9, .px-sm-9 {
		padding-right: 72px !important;
	}
	
	.pb-sm-9, .py-sm-9 {
		padding-bottom: 72px !important;
	}
	
	.pl-sm-9, .px-sm-9 {
		padding-left: 72px !important;
	}
	
	.ps-sm-9 {
		-webkit-padding-start: 72px !important;
		padding-inline-start: 72px !important;
	}
	
	.pe-sm-9 {
		-webkit-padding-end: 72px !important;
		padding-inline-end: 72px !important;
	}
	
	.p-sm-10 {
		padding: 80px !important;
	}
	
	.pt-sm-10, .py-sm-10 {
		padding-top: 80px !important;
	}
	
	.pr-sm-10, .px-sm-10 {
		padding-right: 80px !important;
	}
	
	.pb-sm-10, .py-sm-10 {
		padding-bottom: 80px !important;
	}
	
	.pl-sm-10, .px-sm-10 {
		padding-left: 80px !important;
	}
	
	.ps-sm-10 {
		-webkit-padding-start: 80px !important;
		padding-inline-start: 80px !important;
	}
	
	.pe-sm-10 {
		-webkit-padding-end: 80px !important;
		padding-inline-end: 80px !important;
	}
	
	.p-sm-11 {
		padding: 88px !important;
	}
	
	.pt-sm-11, .py-sm-11 {
		padding-top: 88px !important;
	}
	
	.pr-sm-11, .px-sm-11 {
		padding-right: 88px !important;
	}
	
	.pb-sm-11, .py-sm-11 {
		padding-bottom: 88px !important;
	}
	
	.pl-sm-11, .px-sm-11 {
		padding-left: 88px !important;
	}
	
	.ps-sm-11 {
		-webkit-padding-start: 88px !important;
		padding-inline-start: 88px !important;
	}
	
	.pe-sm-11 {
		-webkit-padding-end: 88px !important;
		padding-inline-end: 88px !important;
	}
	
	.p-sm-12 {
		padding: 96px !important;
	}
	
	.pt-sm-12, .py-sm-12 {
		padding-top: 96px !important;
	}
	
	.pr-sm-12, .px-sm-12 {
		padding-right: 96px !important;
	}
	
	.pb-sm-12, .py-sm-12 {
		padding-bottom: 96px !important;
	}
	
	.pl-sm-12, .px-sm-12 {
		padding-left: 96px !important;
	}
	
	.ps-sm-12 {
		-webkit-padding-start: 96px !important;
		padding-inline-start: 96px !important;
	}
	
	.pe-sm-12 {
		-webkit-padding-end: 96px !important;
		padding-inline-end: 96px !important;
	}
	
	.m-sm-n1 {
		margin: -8px !important;
	}
	
	.mt-sm-n1, .my-sm-n1 {
		margin-top: -8px !important;
	}
	
	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -8px !important;
	}
	
	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -8px !important;
	}
	
	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -8px !important;
	}
	
	.m-sm-n2 {
		margin: -16px !important;
	}
	
	.mt-sm-n2, .my-sm-n2 {
		margin-top: -16px !important;
	}
	
	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -16px !important;
	}
	
	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -16px !important;
	}
	
	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -16px !important;
	}
	
	.m-sm-n3 {
		margin: -24px !important;
	}
	
	.mt-sm-n3, .my-sm-n3 {
		margin-top: -24px !important;
	}
	
	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -24px !important;
	}
	
	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -24px !important;
	}
	
	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -24px !important;
	}
	
	.m-sm-n4 {
		margin: -32px !important;
	}
	
	.mt-sm-n4, .my-sm-n4 {
		margin-top: -32px !important;
	}
	
	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -32px !important;
	}
	
	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -32px !important;
	}
	
	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -32px !important;
	}
	
	.m-sm-n5 {
		margin: -40px !important;
	}
	
	.mt-sm-n5, .my-sm-n5 {
		margin-top: -40px !important;
	}
	
	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -40px !important;
	}
	
	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -40px !important;
	}
	
	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -40px !important;
	}
	
	.m-sm-n6 {
		margin: -48px !important;
	}
	
	.mt-sm-n6, .my-sm-n6 {
		margin-top: -48px !important;
	}
	
	.mr-sm-n6, .mx-sm-n6 {
		margin-right: -48px !important;
	}
	
	.mb-sm-n6, .my-sm-n6 {
		margin-bottom: -48px !important;
	}
	
	.ml-sm-n6, .mx-sm-n6 {
		margin-left: -48px !important;
	}
	
	.m-sm-n7 {
		margin: -56px !important;
	}
	
	.mt-sm-n7, .my-sm-n7 {
		margin-top: -56px !important;
	}
	
	.mr-sm-n7, .mx-sm-n7 {
		margin-right: -56px !important;
	}
	
	.mb-sm-n7, .my-sm-n7 {
		margin-bottom: -56px !important;
	}
	
	.ml-sm-n7, .mx-sm-n7 {
		margin-left: -56px !important;
	}
	
	.m-sm-n8 {
		margin: -64px !important;
	}
	
	.mt-sm-n8, .my-sm-n8 {
		margin-top: -64px !important;
	}
	
	.mr-sm-n8, .mx-sm-n8 {
		margin-right: -64px !important;
	}
	
	.mb-sm-n8, .my-sm-n8 {
		margin-bottom: -64px !important;
	}
	
	.ml-sm-n8, .mx-sm-n8 {
		margin-left: -64px !important;
	}
	
	.m-sm-n9 {
		margin: -72px !important;
	}
	
	.mt-sm-n9, .my-sm-n9 {
		margin-top: -72px !important;
	}
	
	.mr-sm-n9, .mx-sm-n9 {
		margin-right: -72px !important;
	}
	
	.mb-sm-n9, .my-sm-n9 {
		margin-bottom: -72px !important;
	}
	
	.ml-sm-n9, .mx-sm-n9 {
		margin-left: -72px !important;
	}
	
	.m-sm-n10 {
		margin: -80px !important;
	}
	
	.mt-sm-n10, .my-sm-n10 {
		margin-top: -80px !important;
	}
	
	.mr-sm-n10, .mx-sm-n10 {
		margin-right: -80px !important;
	}
	
	.mb-sm-n10, .my-sm-n10 {
		margin-bottom: -80px !important;
	}
	
	.ml-sm-n10, .mx-sm-n10 {
		margin-left: -80px !important;
	}
	
	.m-sm-n11 {
		margin: -88px !important;
	}
	
	.mt-sm-n11, .my-sm-n11 {
		margin-top: -88px !important;
	}
	
	.mr-sm-n11, .mx-sm-n11 {
		margin-right: -88px !important;
	}
	
	.mb-sm-n11, .my-sm-n11 {
		margin-bottom: -88px !important;
	}
	
	.ml-sm-n11, .mx-sm-n11 {
		margin-left: -88px !important;
	}
	
	.m-sm-n12 {
		margin: -96px !important;
	}
	
	.mt-sm-n12, .my-sm-n12 {
		margin-top: -96px !important;
	}
	
	.mr-sm-n12, .mx-sm-n12 {
		margin-right: -96px !important;
	}
	
	.mb-sm-n12, .my-sm-n12 {
		margin-bottom: -96px !important;
	}
	
	.ml-sm-n12, .mx-sm-n12 {
		margin-left: -96px !important;
	}
	
	.m-sm-auto {
		margin: auto !important;
	}
	
	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important;
	}
	
	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important;
	}
	
	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important;
	}
	
	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important;
	}
	
	.ms-sm-auto {
		-webkit-margin-start: auto !important;
		margin-inline-start: auto !important;
	}
	
	.me-sm-auto {
		-webkit-margin-end: auto !important;
		margin-inline-end: auto !important;
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	
	.mt-md-0, .my-md-0 {
		margin-top: 0 !important;
	}
	
	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important;
	}
	
	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important;
	}
	
	.ms-md-0 {
		-webkit-margin-start: 0 !important;
		margin-inline-start: 0 !important;
	}
	
	.me-md-0 {
		-webkit-margin-end: 0 !important;
		margin-inline-end: 0 !important;
	}
	
	.m-md-1 {
		margin: 8px !important;
	}
	
	.mt-md-1, .my-md-1 {
		margin-top: 8px !important;
	}
	
	.mr-md-1, .mx-md-1 {
		margin-right: 8px !important;
	}
	
	.mb-md-1, .my-md-1 {
		margin-bottom: 8px !important;
	}
	
	.ml-md-1, .mx-md-1 {
		margin-left: 8px !important;
	}
	
	.ms-md-1 {
		-webkit-margin-start: 8px !important;
		margin-inline-start: 8px !important;
	}
	
	.me-md-1 {
		-webkit-margin-end: 8px !important;
		margin-inline-end: 8px !important;
	}
	
	.m-md-2 {
		margin: 16px !important;
	}
	
	.mt-md-2, .my-md-2 {
		margin-top: 16px !important;
	}
	
	.mr-md-2, .mx-md-2 {
		margin-right: 16px !important;
	}
	
	.mb-md-2, .my-md-2 {
		margin-bottom: 16px !important;
	}
	
	.ml-md-2, .mx-md-2 {
		margin-left: 16px !important;
	}
	
	.ms-md-2 {
		-webkit-margin-start: 16px !important;
		margin-inline-start: 16px !important;
	}
	
	.me-md-2 {
		-webkit-margin-end: 16px !important;
		margin-inline-end: 16px !important;
	}
	
	.m-md-3 {
		margin: 24px !important;
	}
	
	.mt-md-3, .my-md-3 {
		margin-top: 24px !important;
	}
	
	.mr-md-3, .mx-md-3 {
		margin-right: 24px !important;
	}
	
	.mb-md-3, .my-md-3 {
		margin-bottom: 24px !important;
	}
	
	.ml-md-3, .mx-md-3 {
		margin-left: 24px !important;
	}
	
	.ms-md-3 {
		-webkit-margin-start: 24px !important;
		margin-inline-start: 24px !important;
	}
	
	.me-md-3 {
		-webkit-margin-end: 24px !important;
		margin-inline-end: 24px !important;
	}
	
	.m-md-4 {
		margin: 32px !important;
	}
	
	.mt-md-4, .my-md-4 {
		margin-top: 32px !important;
	}
	
	.mr-md-4, .mx-md-4 {
		margin-right: 32px !important;
	}
	
	.mb-md-4, .my-md-4 {
		margin-bottom: 32px !important;
	}
	
	.ml-md-4, .mx-md-4 {
		margin-left: 32px !important;
	}
	
	.ms-md-4 {
		-webkit-margin-start: 32px !important;
		margin-inline-start: 32px !important;
	}
	
	.me-md-4 {
		-webkit-margin-end: 32px !important;
		margin-inline-end: 32px !important;
	}
	
	.m-md-5 {
		margin: 40px !important;
	}
	
	.mt-md-5, .my-md-5 {
		margin-top: 40px !important;
	}
	
	.mr-md-5, .mx-md-5 {
		margin-right: 40px !important;
	}
	
	.mb-md-5, .my-md-5 {
		margin-bottom: 40px !important;
	}
	
	.ml-md-5, .mx-md-5 {
		margin-left: 40px !important;
	}
	
	.ms-md-5 {
		-webkit-margin-start: 40px !important;
		margin-inline-start: 40px !important;
	}
	
	.me-md-5 {
		-webkit-margin-end: 40px !important;
		margin-inline-end: 40px !important;
	}
	
	.m-md-6 {
		margin: 48px !important;
	}
	
	.mt-md-6, .my-md-6 {
		margin-top: 48px !important;
	}
	
	.mr-md-6, .mx-md-6 {
		margin-right: 48px !important;
	}
	
	.mb-md-6, .my-md-6 {
		margin-bottom: 48px !important;
	}
	
	.ml-md-6, .mx-md-6 {
		margin-left: 48px !important;
	}
	
	.ms-md-6 {
		-webkit-margin-start: 48px !important;
		margin-inline-start: 48px !important;
	}
	
	.me-md-6 {
		-webkit-margin-end: 48px !important;
		margin-inline-end: 48px !important;
	}
	
	.m-md-7 {
		margin: 56px !important;
	}
	
	.mt-md-7, .my-md-7 {
		margin-top: 56px !important;
	}
	
	.mr-md-7, .mx-md-7 {
		margin-right: 56px !important;
	}
	
	.mb-md-7, .my-md-7 {
		margin-bottom: 56px !important;
	}
	
	.ml-md-7, .mx-md-7 {
		margin-left: 56px !important;
	}
	
	.ms-md-7 {
		-webkit-margin-start: 56px !important;
		margin-inline-start: 56px !important;
	}
	
	.me-md-7 {
		-webkit-margin-end: 56px !important;
		margin-inline-end: 56px !important;
	}
	
	.m-md-8 {
		margin: 64px !important;
	}
	
	.mt-md-8, .my-md-8 {
		margin-top: 64px !important;
	}
	
	.mr-md-8, .mx-md-8 {
		margin-right: 64px !important;
	}
	
	.mb-md-8, .my-md-8 {
		margin-bottom: 64px !important;
	}
	
	.ml-md-8, .mx-md-8 {
		margin-left: 64px !important;
	}
	
	.ms-md-8 {
		-webkit-margin-start: 64px !important;
		margin-inline-start: 64px !important;
	}
	
	.me-md-8 {
		-webkit-margin-end: 64px !important;
		margin-inline-end: 64px !important;
	}
	
	.m-md-9 {
		margin: 72px !important;
	}
	
	.mt-md-9, .my-md-9 {
		margin-top: 72px !important;
	}
	
	.mr-md-9, .mx-md-9 {
		margin-right: 72px !important;
	}
	
	.mb-md-9, .my-md-9 {
		margin-bottom: 72px !important;
	}
	
	.ml-md-9, .mx-md-9 {
		margin-left: 72px !important;
	}
	
	.ms-md-9 {
		-webkit-margin-start: 72px !important;
		margin-inline-start: 72px !important;
	}
	
	.me-md-9 {
		-webkit-margin-end: 72px !important;
		margin-inline-end: 72px !important;
	}
	
	.m-md-10 {
		margin: 80px !important;
	}
	
	.mt-md-10, .my-md-10 {
		margin-top: 80px !important;
	}
	
	.mr-md-10, .mx-md-10 {
		margin-right: 80px !important;
	}
	
	.mb-md-10, .my-md-10 {
		margin-bottom: 80px !important;
	}
	
	.ml-md-10, .mx-md-10 {
		margin-left: 80px !important;
	}
	
	.ms-md-10 {
		-webkit-margin-start: 80px !important;
		margin-inline-start: 80px !important;
	}
	
	.me-md-10 {
		-webkit-margin-end: 80px !important;
		margin-inline-end: 80px !important;
	}
	
	.m-md-11 {
		margin: 88px !important;
	}
	
	.mt-md-11, .my-md-11 {
		margin-top: 88px !important;
	}
	
	.mr-md-11, .mx-md-11 {
		margin-right: 88px !important;
	}
	
	.mb-md-11, .my-md-11 {
		margin-bottom: 88px !important;
	}
	
	.ml-md-11, .mx-md-11 {
		margin-left: 88px !important;
	}
	
	.ms-md-11 {
		-webkit-margin-start: 88px !important;
		margin-inline-start: 88px !important;
	}
	
	.me-md-11 {
		-webkit-margin-end: 88px !important;
		margin-inline-end: 88px !important;
	}
	
	.m-md-12 {
		margin: 96px !important;
	}
	
	.mt-md-12, .my-md-12 {
		margin-top: 96px !important;
	}
	
	.mr-md-12, .mx-md-12 {
		margin-right: 96px !important;
	}
	
	.mb-md-12, .my-md-12 {
		margin-bottom: 96px !important;
	}
	
	.ml-md-12, .mx-md-12 {
		margin-left: 96px !important;
	}
	
	.ms-md-12 {
		-webkit-margin-start: 96px !important;
		margin-inline-start: 96px !important;
	}
	
	.me-md-12 {
		-webkit-margin-end: 96px !important;
		margin-inline-end: 96px !important;
	}
	
	.p-md-0 {
		padding: 0 !important;
	}
	
	.pt-md-0, .py-md-0 {
		padding-top: 0 !important;
	}
	
	.pr-md-0, .px-md-0 {
		padding-right: 0 !important;
	}
	
	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-md-0, .px-md-0 {
		padding-left: 0 !important;
	}
	
	.ps-md-0 {
		-webkit-padding-start: 0 !important;
		padding-inline-start: 0 !important;
	}
	
	.pe-md-0 {
		-webkit-padding-end: 0 !important;
		padding-inline-end: 0 !important;
	}
	
	.p-md-1 {
		padding: 8px !important;
	}
	
	.pt-md-1, .py-md-1 {
		padding-top: 8px !important;
	}
	
	.pr-md-1, .px-md-1 {
		padding-right: 8px !important;
	}
	
	.pb-md-1, .py-md-1 {
		padding-bottom: 8px !important;
	}
	
	.pl-md-1, .px-md-1 {
		padding-left: 8px !important;
	}
	
	.ps-md-1 {
		-webkit-padding-start: 8px !important;
		padding-inline-start: 8px !important;
	}
	
	.pe-md-1 {
		-webkit-padding-end: 8px !important;
		padding-inline-end: 8px !important;
	}
	
	.p-md-2 {
		padding: 16px !important;
	}
	
	.pt-md-2, .py-md-2 {
		padding-top: 16px !important;
	}
	
	.pr-md-2, .px-md-2 {
		padding-right: 16px !important;
	}
	
	.pb-md-2, .py-md-2 {
		padding-bottom: 16px !important;
	}
	
	.pl-md-2, .px-md-2 {
		padding-left: 16px !important;
	}
	
	.ps-md-2 {
		-webkit-padding-start: 16px !important;
		padding-inline-start: 16px !important;
	}
	
	.pe-md-2 {
		-webkit-padding-end: 16px !important;
		padding-inline-end: 16px !important;
	}
	
	.p-md-3 {
		padding: 24px !important;
	}
	
	.pt-md-3, .py-md-3 {
		padding-top: 24px !important;
	}
	
	.pr-md-3, .px-md-3 {
		padding-right: 24px !important;
	}
	
	.pb-md-3, .py-md-3 {
		padding-bottom: 24px !important;
	}
	
	.pl-md-3, .px-md-3 {
		padding-left: 24px !important;
	}
	
	.ps-md-3 {
		-webkit-padding-start: 24px !important;
		padding-inline-start: 24px !important;
	}
	
	.pe-md-3 {
		-webkit-padding-end: 24px !important;
		padding-inline-end: 24px !important;
	}
	
	.p-md-4 {
		padding: 32px !important;
	}
	
	.pt-md-4, .py-md-4 {
		padding-top: 32px !important;
	}
	
	.pr-md-4, .px-md-4 {
		padding-right: 32px !important;
	}
	
	.pb-md-4, .py-md-4 {
		padding-bottom: 32px !important;
	}
	
	.pl-md-4, .px-md-4 {
		padding-left: 32px !important;
	}
	
	.ps-md-4 {
		-webkit-padding-start: 32px !important;
		padding-inline-start: 32px !important;
	}
	
	.pe-md-4 {
		-webkit-padding-end: 32px !important;
		padding-inline-end: 32px !important;
	}
	
	.p-md-5 {
		padding: 40px !important;
	}
	
	.pt-md-5, .py-md-5 {
		padding-top: 40px !important;
	}
	
	.pr-md-5, .px-md-5 {
		padding-right: 40px !important;
	}
	
	.pb-md-5, .py-md-5 {
		padding-bottom: 40px !important;
	}
	
	.pl-md-5, .px-md-5 {
		padding-left: 40px !important;
	}
	
	.ps-md-5 {
		-webkit-padding-start: 40px !important;
		padding-inline-start: 40px !important;
	}
	
	.pe-md-5 {
		-webkit-padding-end: 40px !important;
		padding-inline-end: 40px !important;
	}
	
	.p-md-6 {
		padding: 48px !important;
	}
	
	.pt-md-6, .py-md-6 {
		padding-top: 48px !important;
	}
	
	.pr-md-6, .px-md-6 {
		padding-right: 48px !important;
	}
	
	.pb-md-6, .py-md-6 {
		padding-bottom: 48px !important;
	}
	
	.pl-md-6, .px-md-6 {
		padding-left: 48px !important;
	}
	
	.ps-md-6 {
		-webkit-padding-start: 48px !important;
		padding-inline-start: 48px !important;
	}
	
	.pe-md-6 {
		-webkit-padding-end: 48px !important;
		padding-inline-end: 48px !important;
	}
	
	.p-md-7 {
		padding: 56px !important;
	}
	
	.pt-md-7, .py-md-7 {
		padding-top: 56px !important;
	}
	
	.pr-md-7, .px-md-7 {
		padding-right: 56px !important;
	}
	
	.pb-md-7, .py-md-7 {
		padding-bottom: 56px !important;
	}
	
	.pl-md-7, .px-md-7 {
		padding-left: 56px !important;
	}
	
	.ps-md-7 {
		-webkit-padding-start: 56px !important;
		padding-inline-start: 56px !important;
	}
	
	.pe-md-7 {
		-webkit-padding-end: 56px !important;
		padding-inline-end: 56px !important;
	}
	
	.p-md-8 {
		padding: 64px !important;
	}
	
	.pt-md-8, .py-md-8 {
		padding-top: 64px !important;
	}
	
	.pr-md-8, .px-md-8 {
		padding-right: 64px !important;
	}
	
	.pb-md-8, .py-md-8 {
		padding-bottom: 64px !important;
	}
	
	.pl-md-8, .px-md-8 {
		padding-left: 64px !important;
	}
	
	.ps-md-8 {
		-webkit-padding-start: 64px !important;
		padding-inline-start: 64px !important;
	}
	
	.pe-md-8 {
		-webkit-padding-end: 64px !important;
		padding-inline-end: 64px !important;
	}
	
	.p-md-9 {
		padding: 72px !important;
	}
	
	.pt-md-9, .py-md-9 {
		padding-top: 72px !important;
	}
	
	.pr-md-9, .px-md-9 {
		padding-right: 72px !important;
	}
	
	.pb-md-9, .py-md-9 {
		padding-bottom: 72px !important;
	}
	
	.pl-md-9, .px-md-9 {
		padding-left: 72px !important;
	}
	
	.ps-md-9 {
		-webkit-padding-start: 72px !important;
		padding-inline-start: 72px !important;
	}
	
	.pe-md-9 {
		-webkit-padding-end: 72px !important;
		padding-inline-end: 72px !important;
	}
	
	.p-md-10 {
		padding: 80px !important;
	}
	
	.pt-md-10, .py-md-10 {
		padding-top: 80px !important;
	}
	
	.pr-md-10, .px-md-10 {
		padding-right: 80px !important;
	}
	
	.pb-md-10, .py-md-10 {
		padding-bottom: 80px !important;
	}
	
	.pl-md-10, .px-md-10 {
		padding-left: 80px !important;
	}
	
	.ps-md-10 {
		-webkit-padding-start: 80px !important;
		padding-inline-start: 80px !important;
	}
	
	.pe-md-10 {
		-webkit-padding-end: 80px !important;
		padding-inline-end: 80px !important;
	}
	
	.p-md-11 {
		padding: 88px !important;
	}
	
	.pt-md-11, .py-md-11 {
		padding-top: 88px !important;
	}
	
	.pr-md-11, .px-md-11 {
		padding-right: 88px !important;
	}
	
	.pb-md-11, .py-md-11 {
		padding-bottom: 88px !important;
	}
	
	.pl-md-11, .px-md-11 {
		padding-left: 88px !important;
	}
	
	.ps-md-11 {
		-webkit-padding-start: 88px !important;
		padding-inline-start: 88px !important;
	}
	
	.pe-md-11 {
		-webkit-padding-end: 88px !important;
		padding-inline-end: 88px !important;
	}
	
	.p-md-12 {
		padding: 96px !important;
	}
	
	.pt-md-12, .py-md-12 {
		padding-top: 96px !important;
	}
	
	.pr-md-12, .px-md-12 {
		padding-right: 96px !important;
	}
	
	.pb-md-12, .py-md-12 {
		padding-bottom: 96px !important;
	}
	
	.pl-md-12, .px-md-12 {
		padding-left: 96px !important;
	}
	
	.ps-md-12 {
		-webkit-padding-start: 96px !important;
		padding-inline-start: 96px !important;
	}
	
	.pe-md-12 {
		-webkit-padding-end: 96px !important;
		padding-inline-end: 96px !important;
	}
	
	.m-md-n1 {
		margin: -8px !important;
	}
	
	.mt-md-n1, .my-md-n1 {
		margin-top: -8px !important;
	}
	
	.mr-md-n1, .mx-md-n1 {
		margin-right: -8px !important;
	}
	
	.mb-md-n1, .my-md-n1 {
		margin-bottom: -8px !important;
	}
	
	.ml-md-n1, .mx-md-n1 {
		margin-left: -8px !important;
	}
	
	.m-md-n2 {
		margin: -16px !important;
	}
	
	.mt-md-n2, .my-md-n2 {
		margin-top: -16px !important;
	}
	
	.mr-md-n2, .mx-md-n2 {
		margin-right: -16px !important;
	}
	
	.mb-md-n2, .my-md-n2 {
		margin-bottom: -16px !important;
	}
	
	.ml-md-n2, .mx-md-n2 {
		margin-left: -16px !important;
	}
	
	.m-md-n3 {
		margin: -24px !important;
	}
	
	.mt-md-n3, .my-md-n3 {
		margin-top: -24px !important;
	}
	
	.mr-md-n3, .mx-md-n3 {
		margin-right: -24px !important;
	}
	
	.mb-md-n3, .my-md-n3 {
		margin-bottom: -24px !important;
	}
	
	.ml-md-n3, .mx-md-n3 {
		margin-left: -24px !important;
	}
	
	.m-md-n4 {
		margin: -32px !important;
	}
	
	.mt-md-n4, .my-md-n4 {
		margin-top: -32px !important;
	}
	
	.mr-md-n4, .mx-md-n4 {
		margin-right: -32px !important;
	}
	
	.mb-md-n4, .my-md-n4 {
		margin-bottom: -32px !important;
	}
	
	.ml-md-n4, .mx-md-n4 {
		margin-left: -32px !important;
	}
	
	.m-md-n5 {
		margin: -40px !important;
	}
	
	.mt-md-n5, .my-md-n5 {
		margin-top: -40px !important;
	}
	
	.mr-md-n5, .mx-md-n5 {
		margin-right: -40px !important;
	}
	
	.mb-md-n5, .my-md-n5 {
		margin-bottom: -40px !important;
	}
	
	.ml-md-n5, .mx-md-n5 {
		margin-left: -40px !important;
	}
	
	.m-md-n6 {
		margin: -48px !important;
	}
	
	.mt-md-n6, .my-md-n6 {
		margin-top: -48px !important;
	}
	
	.mr-md-n6, .mx-md-n6 {
		margin-right: -48px !important;
	}
	
	.mb-md-n6, .my-md-n6 {
		margin-bottom: -48px !important;
	}
	
	.ml-md-n6, .mx-md-n6 {
		margin-left: -48px !important;
	}
	
	.m-md-n7 {
		margin: -56px !important;
	}
	
	.mt-md-n7, .my-md-n7 {
		margin-top: -56px !important;
	}
	
	.mr-md-n7, .mx-md-n7 {
		margin-right: -56px !important;
	}
	
	.mb-md-n7, .my-md-n7 {
		margin-bottom: -56px !important;
	}
	
	.ml-md-n7, .mx-md-n7 {
		margin-left: -56px !important;
	}
	
	.m-md-n8 {
		margin: -64px !important;
	}
	
	.mt-md-n8, .my-md-n8 {
		margin-top: -64px !important;
	}
	
	.mr-md-n8, .mx-md-n8 {
		margin-right: -64px !important;
	}
	
	.mb-md-n8, .my-md-n8 {
		margin-bottom: -64px !important;
	}
	
	.ml-md-n8, .mx-md-n8 {
		margin-left: -64px !important;
	}
	
	.m-md-n9 {
		margin: -72px !important;
	}
	
	.mt-md-n9, .my-md-n9 {
		margin-top: -72px !important;
	}
	
	.mr-md-n9, .mx-md-n9 {
		margin-right: -72px !important;
	}
	
	.mb-md-n9, .my-md-n9 {
		margin-bottom: -72px !important;
	}
	
	.ml-md-n9, .mx-md-n9 {
		margin-left: -72px !important;
	}
	
	.m-md-n10 {
		margin: -80px !important;
	}
	
	.mt-md-n10, .my-md-n10 {
		margin-top: -80px !important;
	}
	
	.mr-md-n10, .mx-md-n10 {
		margin-right: -80px !important;
	}
	
	.mb-md-n10, .my-md-n10 {
		margin-bottom: -80px !important;
	}
	
	.ml-md-n10, .mx-md-n10 {
		margin-left: -80px !important;
	}
	
	.m-md-n11 {
		margin: -88px !important;
	}
	
	.mt-md-n11, .my-md-n11 {
		margin-top: -88px !important;
	}
	
	.mr-md-n11, .mx-md-n11 {
		margin-right: -88px !important;
	}
	
	.mb-md-n11, .my-md-n11 {
		margin-bottom: -88px !important;
	}
	
	.ml-md-n11, .mx-md-n11 {
		margin-left: -88px !important;
	}
	
	.m-md-n12 {
		margin: -96px !important;
	}
	
	.mt-md-n12, .my-md-n12 {
		margin-top: -96px !important;
	}
	
	.mr-md-n12, .mx-md-n12 {
		margin-right: -96px !important;
	}
	
	.mb-md-n12, .my-md-n12 {
		margin-bottom: -96px !important;
	}
	
	.ml-md-n12, .mx-md-n12 {
		margin-left: -96px !important;
	}
	
	.m-md-auto {
		margin: auto !important;
	}
	
	.mt-md-auto, .my-md-auto {
		margin-top: auto !important;
	}
	
	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important;
	}
	
	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important;
	}
	
	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important;
	}
	
	.ms-md-auto {
		-webkit-margin-start: auto !important;
		margin-inline-start: auto !important;
	}
	
	.me-md-auto {
		-webkit-margin-end: auto !important;
		margin-inline-end: auto !important;
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	
	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important;
	}
	
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important;
	}
	
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important;
	}
	
	.ms-lg-0 {
		-webkit-margin-start: 0 !important;
		margin-inline-start: 0 !important;
	}
	
	.me-lg-0 {
		-webkit-margin-end: 0 !important;
		margin-inline-end: 0 !important;
	}
	
	.m-lg-1 {
		margin: 8px !important;
	}
	
	.mt-lg-1, .my-lg-1 {
		margin-top: 8px !important;
	}
	
	.mr-lg-1, .mx-lg-1 {
		margin-right: 8px !important;
	}
	
	.mb-lg-1, .my-lg-1 {
		margin-bottom: 8px !important;
	}
	
	.ml-lg-1, .mx-lg-1 {
		margin-left: 8px !important;
	}
	
	.ms-lg-1 {
		-webkit-margin-start: 8px !important;
		margin-inline-start: 8px !important;
	}
	
	.me-lg-1 {
		-webkit-margin-end: 8px !important;
		margin-inline-end: 8px !important;
	}
	
	.m-lg-2 {
		margin: 16px !important;
	}
	
	.mt-lg-2, .my-lg-2 {
		margin-top: 16px !important;
	}
	
	.mr-lg-2, .mx-lg-2 {
		margin-right: 16px !important;
	}
	
	.mb-lg-2, .my-lg-2 {
		margin-bottom: 16px !important;
	}
	
	.ml-lg-2, .mx-lg-2 {
		margin-left: 16px !important;
	}
	
	.ms-lg-2 {
		-webkit-margin-start: 16px !important;
		margin-inline-start: 16px !important;
	}
	
	.me-lg-2 {
		-webkit-margin-end: 16px !important;
		margin-inline-end: 16px !important;
	}
	
	.m-lg-3 {
		margin: 24px !important;
	}
	
	.mt-lg-3, .my-lg-3 {
		margin-top: 24px !important;
	}
	
	.mr-lg-3, .mx-lg-3 {
		margin-right: 24px !important;
	}
	
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 24px !important;
	}
	
	.ml-lg-3, .mx-lg-3 {
		margin-left: 24px !important;
	}
	
	.ms-lg-3 {
		-webkit-margin-start: 24px !important;
		margin-inline-start: 24px !important;
	}
	
	.me-lg-3 {
		-webkit-margin-end: 24px !important;
		margin-inline-end: 24px !important;
	}
	
	.m-lg-4 {
		margin: 32px !important;
	}
	
	.mt-lg-4, .my-lg-4 {
		margin-top: 32px !important;
	}
	
	.mr-lg-4, .mx-lg-4 {
		margin-right: 32px !important;
	}
	
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 32px !important;
	}
	
	.ml-lg-4, .mx-lg-4 {
		margin-left: 32px !important;
	}
	
	.ms-lg-4 {
		-webkit-margin-start: 32px !important;
		margin-inline-start: 32px !important;
	}
	
	.me-lg-4 {
		-webkit-margin-end: 32px !important;
		margin-inline-end: 32px !important;
	}
	
	.m-lg-5 {
		margin: 40px !important;
	}
	
	.mt-lg-5, .my-lg-5 {
		margin-top: 40px !important;
	}
	
	.mr-lg-5, .mx-lg-5 {
		margin-right: 40px !important;
	}
	
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 40px !important;
	}
	
	.ml-lg-5, .mx-lg-5 {
		margin-left: 40px !important;
	}
	
	.ms-lg-5 {
		-webkit-margin-start: 40px !important;
		margin-inline-start: 40px !important;
	}
	
	.me-lg-5 {
		-webkit-margin-end: 40px !important;
		margin-inline-end: 40px !important;
	}
	
	.m-lg-6 {
		margin: 48px !important;
	}
	
	.mt-lg-6, .my-lg-6 {
		margin-top: 48px !important;
	}
	
	.mr-lg-6, .mx-lg-6 {
		margin-right: 48px !important;
	}
	
	.mb-lg-6, .my-lg-6 {
		margin-bottom: 48px !important;
	}
	
	.ml-lg-6, .mx-lg-6 {
		margin-left: 48px !important;
	}
	
	.ms-lg-6 {
		-webkit-margin-start: 48px !important;
		margin-inline-start: 48px !important;
	}
	
	.me-lg-6 {
		-webkit-margin-end: 48px !important;
		margin-inline-end: 48px !important;
	}
	
	.m-lg-7 {
		margin: 56px !important;
	}
	
	.mt-lg-7, .my-lg-7 {
		margin-top: 56px !important;
	}
	
	.mr-lg-7, .mx-lg-7 {
		margin-right: 56px !important;
	}
	
	.mb-lg-7, .my-lg-7 {
		margin-bottom: 56px !important;
	}
	
	.ml-lg-7, .mx-lg-7 {
		margin-left: 56px !important;
	}
	
	.ms-lg-7 {
		-webkit-margin-start: 56px !important;
		margin-inline-start: 56px !important;
	}
	
	.me-lg-7 {
		-webkit-margin-end: 56px !important;
		margin-inline-end: 56px !important;
	}
	
	.m-lg-8 {
		margin: 64px !important;
	}
	
	.mt-lg-8, .my-lg-8 {
		margin-top: 64px !important;
	}
	
	.mr-lg-8, .mx-lg-8 {
		margin-right: 64px !important;
	}
	
	.mb-lg-8, .my-lg-8 {
		margin-bottom: 64px !important;
	}
	
	.ml-lg-8, .mx-lg-8 {
		margin-left: 64px !important;
	}
	
	.ms-lg-8 {
		-webkit-margin-start: 64px !important;
		margin-inline-start: 64px !important;
	}
	
	.me-lg-8 {
		-webkit-margin-end: 64px !important;
		margin-inline-end: 64px !important;
	}
	
	.m-lg-9 {
		margin: 72px !important;
	}
	
	.mt-lg-9, .my-lg-9 {
		margin-top: 72px !important;
	}
	
	.mr-lg-9, .mx-lg-9 {
		margin-right: 72px !important;
	}
	
	.mb-lg-9, .my-lg-9 {
		margin-bottom: 72px !important;
	}
	
	.ml-lg-9, .mx-lg-9 {
		margin-left: 72px !important;
	}
	
	.ms-lg-9 {
		-webkit-margin-start: 72px !important;
		margin-inline-start: 72px !important;
	}
	
	.me-lg-9 {
		-webkit-margin-end: 72px !important;
		margin-inline-end: 72px !important;
	}
	
	.m-lg-10 {
		margin: 80px !important;
	}
	
	.mt-lg-10, .my-lg-10 {
		margin-top: 80px !important;
	}
	
	.mr-lg-10, .mx-lg-10 {
		margin-right: 80px !important;
	}
	
	.mb-lg-10, .my-lg-10 {
		margin-bottom: 80px !important;
	}
	
	.ml-lg-10, .mx-lg-10 {
		margin-left: 80px !important;
	}
	
	.ms-lg-10 {
		-webkit-margin-start: 80px !important;
		margin-inline-start: 80px !important;
	}
	
	.me-lg-10 {
		-webkit-margin-end: 80px !important;
		margin-inline-end: 80px !important;
	}
	
	.m-lg-11 {
		margin: 88px !important;
	}
	
	.mt-lg-11, .my-lg-11 {
		margin-top: 88px !important;
	}
	
	.mr-lg-11, .mx-lg-11 {
		margin-right: 88px !important;
	}
	
	.mb-lg-11, .my-lg-11 {
		margin-bottom: 88px !important;
	}
	
	.ml-lg-11, .mx-lg-11 {
		margin-left: 88px !important;
	}
	
	.ms-lg-11 {
		-webkit-margin-start: 88px !important;
		margin-inline-start: 88px !important;
	}
	
	.me-lg-11 {
		-webkit-margin-end: 88px !important;
		margin-inline-end: 88px !important;
	}
	
	.m-lg-12 {
		margin: 96px !important;
	}
	
	.mt-lg-12, .my-lg-12 {
		margin-top: 96px !important;
	}
	
	.mr-lg-12, .mx-lg-12 {
		margin-right: 96px !important;
	}
	
	.mb-lg-12, .my-lg-12 {
		margin-bottom: 96px !important;
	}
	
	.ml-lg-12, .mx-lg-12 {
		margin-left: 96px !important;
	}
	
	.ms-lg-12 {
		-webkit-margin-start: 96px !important;
		margin-inline-start: 96px !important;
	}
	
	.me-lg-12 {
		-webkit-margin-end: 96px !important;
		margin-inline-end: 96px !important;
	}
	
	.p-lg-0 {
		padding: 0 !important;
	}
	
	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important;
	}
	
	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important;
	}
	
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important;
	}
	
	.ps-lg-0 {
		-webkit-padding-start: 0 !important;
		padding-inline-start: 0 !important;
	}
	
	.pe-lg-0 {
		-webkit-padding-end: 0 !important;
		padding-inline-end: 0 !important;
	}
	
	.p-lg-1 {
		padding: 8px !important;
	}
	
	.pt-lg-1, .py-lg-1 {
		padding-top: 8px !important;
	}
	
	.pr-lg-1, .px-lg-1 {
		padding-right: 8px !important;
	}
	
	.pb-lg-1, .py-lg-1 {
		padding-bottom: 8px !important;
	}
	
	.pl-lg-1, .px-lg-1 {
		padding-left: 8px !important;
	}
	
	.ps-lg-1 {
		-webkit-padding-start: 8px !important;
		padding-inline-start: 8px !important;
	}
	
	.pe-lg-1 {
		-webkit-padding-end: 8px !important;
		padding-inline-end: 8px !important;
	}
	
	.p-lg-2 {
		padding: 16px !important;
	}
	
	.pt-lg-2, .py-lg-2 {
		padding-top: 16px !important;
	}
	
	.pr-lg-2, .px-lg-2 {
		padding-right: 16px !important;
	}
	
	.pb-lg-2, .py-lg-2 {
		padding-bottom: 16px !important;
	}
	
	.pl-lg-2, .px-lg-2 {
		padding-left: 16px !important;
	}
	
	.ps-lg-2 {
		-webkit-padding-start: 16px !important;
		padding-inline-start: 16px !important;
	}
	
	.pe-lg-2 {
		-webkit-padding-end: 16px !important;
		padding-inline-end: 16px !important;
	}
	
	.p-lg-3 {
		padding: 24px !important;
	}
	
	.pt-lg-3, .py-lg-3 {
		padding-top: 24px !important;
	}
	
	.pr-lg-3, .px-lg-3 {
		padding-right: 24px !important;
	}
	
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 24px !important;
	}
	
	.pl-lg-3, .px-lg-3 {
		padding-left: 24px !important;
	}
	
	.ps-lg-3 {
		-webkit-padding-start: 24px !important;
		padding-inline-start: 24px !important;
	}
	
	.pe-lg-3 {
		-webkit-padding-end: 24px !important;
		padding-inline-end: 24px !important;
	}
	
	.p-lg-4 {
		padding: 32px !important;
	}
	
	.pt-lg-4, .py-lg-4 {
		padding-top: 32px !important;
	}
	
	.pr-lg-4, .px-lg-4 {
		padding-right: 32px !important;
	}
	
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 32px !important;
	}
	
	.pl-lg-4, .px-lg-4 {
		padding-left: 32px !important;
	}
	
	.ps-lg-4 {
		-webkit-padding-start: 32px !important;
		padding-inline-start: 32px !important;
	}
	
	.pe-lg-4 {
		-webkit-padding-end: 32px !important;
		padding-inline-end: 32px !important;
	}
	
	.p-lg-5 {
		padding: 40px !important;
	}
	
	.pt-lg-5, .py-lg-5 {
		padding-top: 40px !important;
	}
	
	.pr-lg-5, .px-lg-5 {
		padding-right: 40px !important;
	}
	
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 40px !important;
	}
	
	.pl-lg-5, .px-lg-5 {
		padding-left: 40px !important;
	}
	
	.ps-lg-5 {
		-webkit-padding-start: 40px !important;
		padding-inline-start: 40px !important;
	}
	
	.pe-lg-5 {
		-webkit-padding-end: 40px !important;
		padding-inline-end: 40px !important;
	}
	
	.p-lg-6 {
		padding: 48px !important;
	}
	
	.pt-lg-6, .py-lg-6 {
		padding-top: 48px !important;
	}
	
	.pr-lg-6, .px-lg-6 {
		padding-right: 48px !important;
	}
	
	.pb-lg-6, .py-lg-6 {
		padding-bottom: 48px !important;
	}
	
	.pl-lg-6, .px-lg-6 {
		padding-left: 48px !important;
	}
	
	.ps-lg-6 {
		-webkit-padding-start: 48px !important;
		padding-inline-start: 48px !important;
	}
	
	.pe-lg-6 {
		-webkit-padding-end: 48px !important;
		padding-inline-end: 48px !important;
	}
	
	.p-lg-7 {
		padding: 56px !important;
	}
	
	.pt-lg-7, .py-lg-7 {
		padding-top: 56px !important;
	}
	
	.pr-lg-7, .px-lg-7 {
		padding-right: 56px !important;
	}
	
	.pb-lg-7, .py-lg-7 {
		padding-bottom: 56px !important;
	}
	
	.pl-lg-7, .px-lg-7 {
		padding-left: 56px !important;
	}
	
	.ps-lg-7 {
		-webkit-padding-start: 56px !important;
		padding-inline-start: 56px !important;
	}
	
	.pe-lg-7 {
		-webkit-padding-end: 56px !important;
		padding-inline-end: 56px !important;
	}
	
	.p-lg-8 {
		padding: 64px !important;
	}
	
	.pt-lg-8, .py-lg-8 {
		padding-top: 64px !important;
	}
	
	.pr-lg-8, .px-lg-8 {
		padding-right: 64px !important;
	}
	
	.pb-lg-8, .py-lg-8 {
		padding-bottom: 64px !important;
	}
	
	.pl-lg-8, .px-lg-8 {
		padding-left: 64px !important;
	}
	
	.ps-lg-8 {
		-webkit-padding-start: 64px !important;
		padding-inline-start: 64px !important;
	}
	
	.pe-lg-8 {
		-webkit-padding-end: 64px !important;
		padding-inline-end: 64px !important;
	}
	
	.p-lg-9 {
		padding: 72px !important;
	}
	
	.pt-lg-9, .py-lg-9 {
		padding-top: 72px !important;
	}
	
	.pr-lg-9, .px-lg-9 {
		padding-right: 72px !important;
	}
	
	.pb-lg-9, .py-lg-9 {
		padding-bottom: 72px !important;
	}
	
	.pl-lg-9, .px-lg-9 {
		padding-left: 72px !important;
	}
	
	.ps-lg-9 {
		-webkit-padding-start: 72px !important;
		padding-inline-start: 72px !important;
	}
	
	.pe-lg-9 {
		-webkit-padding-end: 72px !important;
		padding-inline-end: 72px !important;
	}
	
	.p-lg-10 {
		padding: 80px !important;
	}
	
	.pt-lg-10, .py-lg-10 {
		padding-top: 80px !important;
	}
	
	.pr-lg-10, .px-lg-10 {
		padding-right: 80px !important;
	}
	
	.pb-lg-10, .py-lg-10 {
		padding-bottom: 80px !important;
	}
	
	.pl-lg-10, .px-lg-10 {
		padding-left: 80px !important;
	}
	
	.ps-lg-10 {
		-webkit-padding-start: 80px !important;
		padding-inline-start: 80px !important;
	}
	
	.pe-lg-10 {
		-webkit-padding-end: 80px !important;
		padding-inline-end: 80px !important;
	}
	
	.p-lg-11 {
		padding: 88px !important;
	}
	
	.pt-lg-11, .py-lg-11 {
		padding-top: 88px !important;
	}
	
	.pr-lg-11, .px-lg-11 {
		padding-right: 88px !important;
	}
	
	.pb-lg-11, .py-lg-11 {
		padding-bottom: 88px !important;
	}
	
	.pl-lg-11, .px-lg-11 {
		padding-left: 88px !important;
	}
	
	.ps-lg-11 {
		-webkit-padding-start: 88px !important;
		padding-inline-start: 88px !important;
	}
	
	.pe-lg-11 {
		-webkit-padding-end: 88px !important;
		padding-inline-end: 88px !important;
	}
	
	.p-lg-12 {
		padding: 96px !important;
	}
	
	.pt-lg-12, .py-lg-12 {
		padding-top: 96px !important;
	}
	
	.pr-lg-12, .px-lg-12 {
		padding-right: 96px !important;
	}
	
	.pb-lg-12, .py-lg-12 {
		padding-bottom: 96px !important;
	}
	
	.pl-lg-12, .px-lg-12 {
		padding-left: 96px !important;
	}
	
	.ps-lg-12 {
		-webkit-padding-start: 96px !important;
		padding-inline-start: 96px !important;
	}
	
	.pe-lg-12 {
		-webkit-padding-end: 96px !important;
		padding-inline-end: 96px !important;
	}
	
	.m-lg-n1 {
		margin: -8px !important;
	}
	
	.mt-lg-n1, .my-lg-n1 {
		margin-top: -8px !important;
	}
	
	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -8px !important;
	}
	
	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -8px !important;
	}
	
	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -8px !important;
	}
	
	.m-lg-n2 {
		margin: -16px !important;
	}
	
	.mt-lg-n2, .my-lg-n2 {
		margin-top: -16px !important;
	}
	
	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -16px !important;
	}
	
	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -16px !important;
	}
	
	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -16px !important;
	}
	
	.m-lg-n3 {
		margin: -24px !important;
	}
	
	.mt-lg-n3, .my-lg-n3 {
		margin-top: -24px !important;
	}
	
	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -24px !important;
	}
	
	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -24px !important;
	}
	
	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -24px !important;
	}
	
	.m-lg-n4 {
		margin: -32px !important;
	}
	
	.mt-lg-n4, .my-lg-n4 {
		margin-top: -32px !important;
	}
	
	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -32px !important;
	}
	
	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -32px !important;
	}
	
	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -32px !important;
	}
	
	.m-lg-n5 {
		margin: -40px !important;
	}
	
	.mt-lg-n5, .my-lg-n5 {
		margin-top: -40px !important;
	}
	
	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -40px !important;
	}
	
	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -40px !important;
	}
	
	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -40px !important;
	}
	
	.m-lg-n6 {
		margin: -48px !important;
	}
	
	.mt-lg-n6, .my-lg-n6 {
		margin-top: -48px !important;
	}
	
	.mr-lg-n6, .mx-lg-n6 {
		margin-right: -48px !important;
	}
	
	.mb-lg-n6, .my-lg-n6 {
		margin-bottom: -48px !important;
	}
	
	.ml-lg-n6, .mx-lg-n6 {
		margin-left: -48px !important;
	}
	
	.m-lg-n7 {
		margin: -56px !important;
	}
	
	.mt-lg-n7, .my-lg-n7 {
		margin-top: -56px !important;
	}
	
	.mr-lg-n7, .mx-lg-n7 {
		margin-right: -56px !important;
	}
	
	.mb-lg-n7, .my-lg-n7 {
		margin-bottom: -56px !important;
	}
	
	.ml-lg-n7, .mx-lg-n7 {
		margin-left: -56px !important;
	}
	
	.m-lg-n8 {
		margin: -64px !important;
	}
	
	.mt-lg-n8, .my-lg-n8 {
		margin-top: -64px !important;
	}
	
	.mr-lg-n8, .mx-lg-n8 {
		margin-right: -64px !important;
	}
	
	.mb-lg-n8, .my-lg-n8 {
		margin-bottom: -64px !important;
	}
	
	.ml-lg-n8, .mx-lg-n8 {
		margin-left: -64px !important;
	}
	
	.m-lg-n9 {
		margin: -72px !important;
	}
	
	.mt-lg-n9, .my-lg-n9 {
		margin-top: -72px !important;
	}
	
	.mr-lg-n9, .mx-lg-n9 {
		margin-right: -72px !important;
	}
	
	.mb-lg-n9, .my-lg-n9 {
		margin-bottom: -72px !important;
	}
	
	.ml-lg-n9, .mx-lg-n9 {
		margin-left: -72px !important;
	}
	
	.m-lg-n10 {
		margin: -80px !important;
	}
	
	.mt-lg-n10, .my-lg-n10 {
		margin-top: -80px !important;
	}
	
	.mr-lg-n10, .mx-lg-n10 {
		margin-right: -80px !important;
	}
	
	.mb-lg-n10, .my-lg-n10 {
		margin-bottom: -80px !important;
	}
	
	.ml-lg-n10, .mx-lg-n10 {
		margin-left: -80px !important;
	}
	
	.m-lg-n11 {
		margin: -88px !important;
	}
	
	.mt-lg-n11, .my-lg-n11 {
		margin-top: -88px !important;
	}
	
	.mr-lg-n11, .mx-lg-n11 {
		margin-right: -88px !important;
	}
	
	.mb-lg-n11, .my-lg-n11 {
		margin-bottom: -88px !important;
	}
	
	.ml-lg-n11, .mx-lg-n11 {
		margin-left: -88px !important;
	}
	
	.m-lg-n12 {
		margin: -96px !important;
	}
	
	.mt-lg-n12, .my-lg-n12 {
		margin-top: -96px !important;
	}
	
	.mr-lg-n12, .mx-lg-n12 {
		margin-right: -96px !important;
	}
	
	.mb-lg-n12, .my-lg-n12 {
		margin-bottom: -96px !important;
	}
	
	.ml-lg-n12, .mx-lg-n12 {
		margin-left: -96px !important;
	}
	
	.m-lg-auto {
		margin: auto !important;
	}
	
	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important;
	}
	
	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important;
	}
	
	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important;
	}
	
	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important;
	}
	
	.ms-lg-auto {
		-webkit-margin-start: auto !important;
		margin-inline-start: auto !important;
	}
	
	.me-lg-auto {
		-webkit-margin-end: auto !important;
		margin-inline-end: auto !important;
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	
	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important;
	}
	
	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important;
	}
	
	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important;
	}
	
	.ms-xl-0 {
		-webkit-margin-start: 0 !important;
		margin-inline-start: 0 !important;
	}
	
	.me-xl-0 {
		-webkit-margin-end: 0 !important;
		margin-inline-end: 0 !important;
	}
	
	.m-xl-1 {
		margin: 8px !important;
	}
	
	.mt-xl-1, .my-xl-1 {
		margin-top: 8px !important;
	}
	
	.mr-xl-1, .mx-xl-1 {
		margin-right: 8px !important;
	}
	
	.mb-xl-1, .my-xl-1 {
		margin-bottom: 8px !important;
	}
	
	.ml-xl-1, .mx-xl-1 {
		margin-left: 8px !important;
	}
	
	.ms-xl-1 {
		-webkit-margin-start: 8px !important;
		margin-inline-start: 8px !important;
	}
	
	.me-xl-1 {
		-webkit-margin-end: 8px !important;
		margin-inline-end: 8px !important;
	}
	
	.m-xl-2 {
		margin: 16px !important;
	}
	
	.mt-xl-2, .my-xl-2 {
		margin-top: 16px !important;
	}
	
	.mr-xl-2, .mx-xl-2 {
		margin-right: 16px !important;
	}
	
	.mb-xl-2, .my-xl-2 {
		margin-bottom: 16px !important;
	}
	
	.ml-xl-2, .mx-xl-2 {
		margin-left: 16px !important;
	}
	
	.ms-xl-2 {
		-webkit-margin-start: 16px !important;
		margin-inline-start: 16px !important;
	}
	
	.me-xl-2 {
		-webkit-margin-end: 16px !important;
		margin-inline-end: 16px !important;
	}
	
	.m-xl-3 {
		margin: 24px !important;
	}
	
	.mt-xl-3, .my-xl-3 {
		margin-top: 24px !important;
	}
	
	.mr-xl-3, .mx-xl-3 {
		margin-right: 24px !important;
	}
	
	.mb-xl-3, .my-xl-3 {
		margin-bottom: 24px !important;
	}
	
	.ml-xl-3, .mx-xl-3 {
		margin-left: 24px !important;
	}
	
	.ms-xl-3 {
		-webkit-margin-start: 24px !important;
		margin-inline-start: 24px !important;
	}
	
	.me-xl-3 {
		-webkit-margin-end: 24px !important;
		margin-inline-end: 24px !important;
	}
	
	.m-xl-4 {
		margin: 32px !important;
	}
	
	.mt-xl-4, .my-xl-4 {
		margin-top: 32px !important;
	}
	
	.mr-xl-4, .mx-xl-4 {
		margin-right: 32px !important;
	}
	
	.mb-xl-4, .my-xl-4 {
		margin-bottom: 32px !important;
	}
	
	.ml-xl-4, .mx-xl-4 {
		margin-left: 32px !important;
	}
	
	.ms-xl-4 {
		-webkit-margin-start: 32px !important;
		margin-inline-start: 32px !important;
	}
	
	.me-xl-4 {
		-webkit-margin-end: 32px !important;
		margin-inline-end: 32px !important;
	}
	
	.m-xl-5 {
		margin: 40px !important;
	}
	
	.mt-xl-5, .my-xl-5 {
		margin-top: 40px !important;
	}
	
	.mr-xl-5, .mx-xl-5 {
		margin-right: 40px !important;
	}
	
	.mb-xl-5, .my-xl-5 {
		margin-bottom: 40px !important;
	}
	
	.ml-xl-5, .mx-xl-5 {
		margin-left: 40px !important;
	}
	
	.ms-xl-5 {
		-webkit-margin-start: 40px !important;
		margin-inline-start: 40px !important;
	}
	
	.me-xl-5 {
		-webkit-margin-end: 40px !important;
		margin-inline-end: 40px !important;
	}
	
	.m-xl-6 {
		margin: 48px !important;
	}
	
	.mt-xl-6, .my-xl-6 {
		margin-top: 48px !important;
	}
	
	.mr-xl-6, .mx-xl-6 {
		margin-right: 48px !important;
	}
	
	.mb-xl-6, .my-xl-6 {
		margin-bottom: 48px !important;
	}
	
	.ml-xl-6, .mx-xl-6 {
		margin-left: 48px !important;
	}
	
	.ms-xl-6 {
		-webkit-margin-start: 48px !important;
		margin-inline-start: 48px !important;
	}
	
	.me-xl-6 {
		-webkit-margin-end: 48px !important;
		margin-inline-end: 48px !important;
	}
	
	.m-xl-7 {
		margin: 56px !important;
	}
	
	.mt-xl-7, .my-xl-7 {
		margin-top: 56px !important;
	}
	
	.mr-xl-7, .mx-xl-7 {
		margin-right: 56px !important;
	}
	
	.mb-xl-7, .my-xl-7 {
		margin-bottom: 56px !important;
	}
	
	.ml-xl-7, .mx-xl-7 {
		margin-left: 56px !important;
	}
	
	.ms-xl-7 {
		-webkit-margin-start: 56px !important;
		margin-inline-start: 56px !important;
	}
	
	.me-xl-7 {
		-webkit-margin-end: 56px !important;
		margin-inline-end: 56px !important;
	}
	
	.m-xl-8 {
		margin: 64px !important;
	}
	
	.mt-xl-8, .my-xl-8 {
		margin-top: 64px !important;
	}
	
	.mr-xl-8, .mx-xl-8 {
		margin-right: 64px !important;
	}
	
	.mb-xl-8, .my-xl-8 {
		margin-bottom: 64px !important;
	}
	
	.ml-xl-8, .mx-xl-8 {
		margin-left: 64px !important;
	}
	
	.ms-xl-8 {
		-webkit-margin-start: 64px !important;
		margin-inline-start: 64px !important;
	}
	
	.me-xl-8 {
		-webkit-margin-end: 64px !important;
		margin-inline-end: 64px !important;
	}
	
	.m-xl-9 {
		margin: 72px !important;
	}
	
	.mt-xl-9, .my-xl-9 {
		margin-top: 72px !important;
	}
	
	.mr-xl-9, .mx-xl-9 {
		margin-right: 72px !important;
	}
	
	.mb-xl-9, .my-xl-9 {
		margin-bottom: 72px !important;
	}
	
	.ml-xl-9, .mx-xl-9 {
		margin-left: 72px !important;
	}
	
	.ms-xl-9 {
		-webkit-margin-start: 72px !important;
		margin-inline-start: 72px !important;
	}
	
	.me-xl-9 {
		-webkit-margin-end: 72px !important;
		margin-inline-end: 72px !important;
	}
	
	.m-xl-10 {
		margin: 80px !important;
	}
	
	.mt-xl-10, .my-xl-10 {
		margin-top: 80px !important;
	}
	
	.mr-xl-10, .mx-xl-10 {
		margin-right: 80px !important;
	}
	
	.mb-xl-10, .my-xl-10 {
		margin-bottom: 80px !important;
	}
	
	.ml-xl-10, .mx-xl-10 {
		margin-left: 80px !important;
	}
	
	.ms-xl-10 {
		-webkit-margin-start: 80px !important;
		margin-inline-start: 80px !important;
	}
	
	.me-xl-10 {
		-webkit-margin-end: 80px !important;
		margin-inline-end: 80px !important;
	}
	
	.m-xl-11 {
		margin: 88px !important;
	}
	
	.mt-xl-11, .my-xl-11 {
		margin-top: 88px !important;
	}
	
	.mr-xl-11, .mx-xl-11 {
		margin-right: 88px !important;
	}
	
	.mb-xl-11, .my-xl-11 {
		margin-bottom: 88px !important;
	}
	
	.ml-xl-11, .mx-xl-11 {
		margin-left: 88px !important;
	}
	
	.ms-xl-11 {
		-webkit-margin-start: 88px !important;
		margin-inline-start: 88px !important;
	}
	
	.me-xl-11 {
		-webkit-margin-end: 88px !important;
		margin-inline-end: 88px !important;
	}
	
	.m-xl-12 {
		margin: 96px !important;
	}
	
	.mt-xl-12, .my-xl-12 {
		margin-top: 96px !important;
	}
	
	.mr-xl-12, .mx-xl-12 {
		margin-right: 96px !important;
	}
	
	.mb-xl-12, .my-xl-12 {
		margin-bottom: 96px !important;
	}
	
	.ml-xl-12, .mx-xl-12 {
		margin-left: 96px !important;
	}
	
	.ms-xl-12 {
		-webkit-margin-start: 96px !important;
		margin-inline-start: 96px !important;
	}
	
	.me-xl-12 {
		-webkit-margin-end: 96px !important;
		margin-inline-end: 96px !important;
	}
	
	.p-xl-0 {
		padding: 0 !important;
	}
	
	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important;
	}
	
	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important;
	}
	
	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important;
	}
	
	.ps-xl-0 {
		-webkit-padding-start: 0 !important;
		padding-inline-start: 0 !important;
	}
	
	.pe-xl-0 {
		-webkit-padding-end: 0 !important;
		padding-inline-end: 0 !important;
	}
	
	.p-xl-1 {
		padding: 8px !important;
	}
	
	.pt-xl-1, .py-xl-1 {
		padding-top: 8px !important;
	}
	
	.pr-xl-1, .px-xl-1 {
		padding-right: 8px !important;
	}
	
	.pb-xl-1, .py-xl-1 {
		padding-bottom: 8px !important;
	}
	
	.pl-xl-1, .px-xl-1 {
		padding-left: 8px !important;
	}
	
	.ps-xl-1 {
		-webkit-padding-start: 8px !important;
		padding-inline-start: 8px !important;
	}
	
	.pe-xl-1 {
		-webkit-padding-end: 8px !important;
		padding-inline-end: 8px !important;
	}
	
	.p-xl-2 {
		padding: 16px !important;
	}
	
	.pt-xl-2, .py-xl-2 {
		padding-top: 16px !important;
	}
	
	.pr-xl-2, .px-xl-2 {
		padding-right: 16px !important;
	}
	
	.pb-xl-2, .py-xl-2 {
		padding-bottom: 16px !important;
	}
	
	.pl-xl-2, .px-xl-2 {
		padding-left: 16px !important;
	}
	
	.ps-xl-2 {
		-webkit-padding-start: 16px !important;
		padding-inline-start: 16px !important;
	}
	
	.pe-xl-2 {
		-webkit-padding-end: 16px !important;
		padding-inline-end: 16px !important;
	}
	
	.p-xl-3 {
		padding: 24px !important;
	}
	
	.pt-xl-3, .py-xl-3 {
		padding-top: 24px !important;
	}
	
	.pr-xl-3, .px-xl-3 {
		padding-right: 24px !important;
	}
	
	.pb-xl-3, .py-xl-3 {
		padding-bottom: 24px !important;
	}
	
	.pl-xl-3, .px-xl-3 {
		padding-left: 24px !important;
	}
	
	.ps-xl-3 {
		-webkit-padding-start: 24px !important;
		padding-inline-start: 24px !important;
	}
	
	.pe-xl-3 {
		-webkit-padding-end: 24px !important;
		padding-inline-end: 24px !important;
	}
	
	.p-xl-4 {
		padding: 32px !important;
	}
	
	.pt-xl-4, .py-xl-4 {
		padding-top: 32px !important;
	}
	
	.pr-xl-4, .px-xl-4 {
		padding-right: 32px !important;
	}
	
	.pb-xl-4, .py-xl-4 {
		padding-bottom: 32px !important;
	}
	
	.pl-xl-4, .px-xl-4 {
		padding-left: 32px !important;
	}
	
	.ps-xl-4 {
		-webkit-padding-start: 32px !important;
		padding-inline-start: 32px !important;
	}
	
	.pe-xl-4 {
		-webkit-padding-end: 32px !important;
		padding-inline-end: 32px !important;
	}
	
	.p-xl-5 {
		padding: 40px !important;
	}
	
	.pt-xl-5, .py-xl-5 {
		padding-top: 40px !important;
	}
	
	.pr-xl-5, .px-xl-5 {
		padding-right: 40px !important;
	}
	
	.pb-xl-5, .py-xl-5 {
		padding-bottom: 40px !important;
	}
	
	.pl-xl-5, .px-xl-5 {
		padding-left: 40px !important;
	}
	
	.ps-xl-5 {
		-webkit-padding-start: 40px !important;
		padding-inline-start: 40px !important;
	}
	
	.pe-xl-5 {
		-webkit-padding-end: 40px !important;
		padding-inline-end: 40px !important;
	}
	
	.p-xl-6 {
		padding: 48px !important;
	}
	
	.pt-xl-6, .py-xl-6 {
		padding-top: 48px !important;
	}
	
	.pr-xl-6, .px-xl-6 {
		padding-right: 48px !important;
	}
	
	.pb-xl-6, .py-xl-6 {
		padding-bottom: 48px !important;
	}
	
	.pl-xl-6, .px-xl-6 {
		padding-left: 48px !important;
	}
	
	.ps-xl-6 {
		-webkit-padding-start: 48px !important;
		padding-inline-start: 48px !important;
	}
	
	.pe-xl-6 {
		-webkit-padding-end: 48px !important;
		padding-inline-end: 48px !important;
	}
	
	.p-xl-7 {
		padding: 56px !important;
	}
	
	.pt-xl-7, .py-xl-7 {
		padding-top: 56px !important;
	}
	
	.pr-xl-7, .px-xl-7 {
		padding-right: 56px !important;
	}
	
	.pb-xl-7, .py-xl-7 {
		padding-bottom: 56px !important;
	}
	
	.pl-xl-7, .px-xl-7 {
		padding-left: 56px !important;
	}
	
	.ps-xl-7 {
		-webkit-padding-start: 56px !important;
		padding-inline-start: 56px !important;
	}
	
	.pe-xl-7 {
		-webkit-padding-end: 56px !important;
		padding-inline-end: 56px !important;
	}
	
	.p-xl-8 {
		padding: 64px !important;
	}
	
	.pt-xl-8, .py-xl-8 {
		padding-top: 64px !important;
	}
	
	.pr-xl-8, .px-xl-8 {
		padding-right: 64px !important;
	}
	
	.pb-xl-8, .py-xl-8 {
		padding-bottom: 64px !important;
	}
	
	.pl-xl-8, .px-xl-8 {
		padding-left: 64px !important;
	}
	
	.ps-xl-8 {
		-webkit-padding-start: 64px !important;
		padding-inline-start: 64px !important;
	}
	
	.pe-xl-8 {
		-webkit-padding-end: 64px !important;
		padding-inline-end: 64px !important;
	}
	
	.p-xl-9 {
		padding: 72px !important;
	}
	
	.pt-xl-9, .py-xl-9 {
		padding-top: 72px !important;
	}
	
	.pr-xl-9, .px-xl-9 {
		padding-right: 72px !important;
	}
	
	.pb-xl-9, .py-xl-9 {
		padding-bottom: 72px !important;
	}
	
	.pl-xl-9, .px-xl-9 {
		padding-left: 72px !important;
	}
	
	.ps-xl-9 {
		-webkit-padding-start: 72px !important;
		padding-inline-start: 72px !important;
	}
	
	.pe-xl-9 {
		-webkit-padding-end: 72px !important;
		padding-inline-end: 72px !important;
	}
	
	.p-xl-10 {
		padding: 80px !important;
	}
	
	.pt-xl-10, .py-xl-10 {
		padding-top: 80px !important;
	}
	
	.pr-xl-10, .px-xl-10 {
		padding-right: 80px !important;
	}
	
	.pb-xl-10, .py-xl-10 {
		padding-bottom: 80px !important;
	}
	
	.pl-xl-10, .px-xl-10 {
		padding-left: 80px !important;
	}
	
	.ps-xl-10 {
		-webkit-padding-start: 80px !important;
		padding-inline-start: 80px !important;
	}
	
	.pe-xl-10 {
		-webkit-padding-end: 80px !important;
		padding-inline-end: 80px !important;
	}
	
	.p-xl-11 {
		padding: 88px !important;
	}
	
	.pt-xl-11, .py-xl-11 {
		padding-top: 88px !important;
	}
	
	.pr-xl-11, .px-xl-11 {
		padding-right: 88px !important;
	}
	
	.pb-xl-11, .py-xl-11 {
		padding-bottom: 88px !important;
	}
	
	.pl-xl-11, .px-xl-11 {
		padding-left: 88px !important;
	}
	
	.ps-xl-11 {
		-webkit-padding-start: 88px !important;
		padding-inline-start: 88px !important;
	}
	
	.pe-xl-11 {
		-webkit-padding-end: 88px !important;
		padding-inline-end: 88px !important;
	}
	
	.p-xl-12 {
		padding: 96px !important;
	}
	
	.pt-xl-12, .py-xl-12 {
		padding-top: 96px !important;
	}
	
	.pr-xl-12, .px-xl-12 {
		padding-right: 96px !important;
	}
	
	.pb-xl-12, .py-xl-12 {
		padding-bottom: 96px !important;
	}
	
	.pl-xl-12, .px-xl-12 {
		padding-left: 96px !important;
	}
	
	.ps-xl-12 {
		-webkit-padding-start: 96px !important;
		padding-inline-start: 96px !important;
	}
	
	.pe-xl-12 {
		-webkit-padding-end: 96px !important;
		padding-inline-end: 96px !important;
	}
	
	.m-xl-n1 {
		margin: -8px !important;
	}
	
	.mt-xl-n1, .my-xl-n1 {
		margin-top: -8px !important;
	}
	
	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -8px !important;
	}
	
	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -8px !important;
	}
	
	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -8px !important;
	}
	
	.m-xl-n2 {
		margin: -16px !important;
	}
	
	.mt-xl-n2, .my-xl-n2 {
		margin-top: -16px !important;
	}
	
	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -16px !important;
	}
	
	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -16px !important;
	}
	
	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -16px !important;
	}
	
	.m-xl-n3 {
		margin: -24px !important;
	}
	
	.mt-xl-n3, .my-xl-n3 {
		margin-top: -24px !important;
	}
	
	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -24px !important;
	}
	
	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -24px !important;
	}
	
	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -24px !important;
	}
	
	.m-xl-n4 {
		margin: -32px !important;
	}
	
	.mt-xl-n4, .my-xl-n4 {
		margin-top: -32px !important;
	}
	
	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -32px !important;
	}
	
	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -32px !important;
	}
	
	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -32px !important;
	}
	
	.m-xl-n5 {
		margin: -40px !important;
	}
	
	.mt-xl-n5, .my-xl-n5 {
		margin-top: -40px !important;
	}
	
	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -40px !important;
	}
	
	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -40px !important;
	}
	
	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -40px !important;
	}
	
	.m-xl-n6 {
		margin: -48px !important;
	}
	
	.mt-xl-n6, .my-xl-n6 {
		margin-top: -48px !important;
	}
	
	.mr-xl-n6, .mx-xl-n6 {
		margin-right: -48px !important;
	}
	
	.mb-xl-n6, .my-xl-n6 {
		margin-bottom: -48px !important;
	}
	
	.ml-xl-n6, .mx-xl-n6 {
		margin-left: -48px !important;
	}
	
	.m-xl-n7 {
		margin: -56px !important;
	}
	
	.mt-xl-n7, .my-xl-n7 {
		margin-top: -56px !important;
	}
	
	.mr-xl-n7, .mx-xl-n7 {
		margin-right: -56px !important;
	}
	
	.mb-xl-n7, .my-xl-n7 {
		margin-bottom: -56px !important;
	}
	
	.ml-xl-n7, .mx-xl-n7 {
		margin-left: -56px !important;
	}
	
	.m-xl-n8 {
		margin: -64px !important;
	}
	
	.mt-xl-n8, .my-xl-n8 {
		margin-top: -64px !important;
	}
	
	.mr-xl-n8, .mx-xl-n8 {
		margin-right: -64px !important;
	}
	
	.mb-xl-n8, .my-xl-n8 {
		margin-bottom: -64px !important;
	}
	
	.ml-xl-n8, .mx-xl-n8 {
		margin-left: -64px !important;
	}
	
	.m-xl-n9 {
		margin: -72px !important;
	}
	
	.mt-xl-n9, .my-xl-n9 {
		margin-top: -72px !important;
	}
	
	.mr-xl-n9, .mx-xl-n9 {
		margin-right: -72px !important;
	}
	
	.mb-xl-n9, .my-xl-n9 {
		margin-bottom: -72px !important;
	}
	
	.ml-xl-n9, .mx-xl-n9 {
		margin-left: -72px !important;
	}
	
	.m-xl-n10 {
		margin: -80px !important;
	}
	
	.mt-xl-n10, .my-xl-n10 {
		margin-top: -80px !important;
	}
	
	.mr-xl-n10, .mx-xl-n10 {
		margin-right: -80px !important;
	}
	
	.mb-xl-n10, .my-xl-n10 {
		margin-bottom: -80px !important;
	}
	
	.ml-xl-n10, .mx-xl-n10 {
		margin-left: -80px !important;
	}
	
	.m-xl-n11 {
		margin: -88px !important;
	}
	
	.mt-xl-n11, .my-xl-n11 {
		margin-top: -88px !important;
	}
	
	.mr-xl-n11, .mx-xl-n11 {
		margin-right: -88px !important;
	}
	
	.mb-xl-n11, .my-xl-n11 {
		margin-bottom: -88px !important;
	}
	
	.ml-xl-n11, .mx-xl-n11 {
		margin-left: -88px !important;
	}
	
	.m-xl-n12 {
		margin: -96px !important;
	}
	
	.mt-xl-n12, .my-xl-n12 {
		margin-top: -96px !important;
	}
	
	.mr-xl-n12, .mx-xl-n12 {
		margin-right: -96px !important;
	}
	
	.mb-xl-n12, .my-xl-n12 {
		margin-bottom: -96px !important;
	}
	
	.ml-xl-n12, .mx-xl-n12 {
		margin-left: -96px !important;
	}
	
	.m-xl-auto {
		margin: auto !important;
	}
	
	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important;
	}
	
	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important;
	}
	
	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important;
	}
	
	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important;
	}
	
	.ms-xl-auto {
		-webkit-margin-start: auto !important;
		margin-inline-start: auto !important;
	}
	
	.me-xl-auto {
		-webkit-margin-end: auto !important;
		margin-inline-end: auto !important;
	}
}

@media (min-width:1400px) {
	.m-desktop-0 {
		margin: 0 !important;
	}
	
	.mt-desktop-0, .my-desktop-0 {
		margin-top: 0 !important;
	}
	
	.mr-desktop-0, .mx-desktop-0 {
		margin-right: 0 !important;
	}
	
	.mb-desktop-0, .my-desktop-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-desktop-0, .mx-desktop-0 {
		margin-left: 0 !important;
	}
	
	.ms-desktop-0 {
		-webkit-margin-start: 0 !important;
		margin-inline-start: 0 !important;
	}
	
	.me-desktop-0 {
		-webkit-margin-end: 0 !important;
		margin-inline-end: 0 !important;
	}
	
	.m-desktop-1 {
		margin: 8px !important;
	}
	
	.mt-desktop-1, .my-desktop-1 {
		margin-top: 8px !important;
	}
	
	.mr-desktop-1, .mx-desktop-1 {
		margin-right: 8px !important;
	}
	
	.mb-desktop-1, .my-desktop-1 {
		margin-bottom: 8px !important;
	}
	
	.ml-desktop-1, .mx-desktop-1 {
		margin-left: 8px !important;
	}
	
	.ms-desktop-1 {
		-webkit-margin-start: 8px !important;
		margin-inline-start: 8px !important;
	}
	
	.me-desktop-1 {
		-webkit-margin-end: 8px !important;
		margin-inline-end: 8px !important;
	}
	
	.m-desktop-2 {
		margin: 16px !important;
	}
	
	.mt-desktop-2, .my-desktop-2 {
		margin-top: 16px !important;
	}
	
	.mr-desktop-2, .mx-desktop-2 {
		margin-right: 16px !important;
	}
	
	.mb-desktop-2, .my-desktop-2 {
		margin-bottom: 16px !important;
	}
	
	.ml-desktop-2, .mx-desktop-2 {
		margin-left: 16px !important;
	}
	
	.ms-desktop-2 {
		-webkit-margin-start: 16px !important;
		margin-inline-start: 16px !important;
	}
	
	.me-desktop-2 {
		-webkit-margin-end: 16px !important;
		margin-inline-end: 16px !important;
	}
	
	.m-desktop-3 {
		margin: 24px !important;
	}
	
	.mt-desktop-3, .my-desktop-3 {
		margin-top: 24px !important;
	}
	
	.mr-desktop-3, .mx-desktop-3 {
		margin-right: 24px !important;
	}
	
	.mb-desktop-3, .my-desktop-3 {
		margin-bottom: 24px !important;
	}
	
	.ml-desktop-3, .mx-desktop-3 {
		margin-left: 24px !important;
	}
	
	.ms-desktop-3 {
		-webkit-margin-start: 24px !important;
		margin-inline-start: 24px !important;
	}
	
	.me-desktop-3 {
		-webkit-margin-end: 24px !important;
		margin-inline-end: 24px !important;
	}
	
	.m-desktop-4 {
		margin: 32px !important;
	}
	
	.mt-desktop-4, .my-desktop-4 {
		margin-top: 32px !important;
	}
	
	.mr-desktop-4, .mx-desktop-4 {
		margin-right: 32px !important;
	}
	
	.mb-desktop-4, .my-desktop-4 {
		margin-bottom: 32px !important;
	}
	
	.ml-desktop-4, .mx-desktop-4 {
		margin-left: 32px !important;
	}
	
	.ms-desktop-4 {
		-webkit-margin-start: 32px !important;
		margin-inline-start: 32px !important;
	}
	
	.me-desktop-4 {
		-webkit-margin-end: 32px !important;
		margin-inline-end: 32px !important;
	}
	
	.m-desktop-5 {
		margin: 40px !important;
	}
	
	.mt-desktop-5, .my-desktop-5 {
		margin-top: 40px !important;
	}
	
	.mr-desktop-5, .mx-desktop-5 {
		margin-right: 40px !important;
	}
	
	.mb-desktop-5, .my-desktop-5 {
		margin-bottom: 40px !important;
	}
	
	.ml-desktop-5, .mx-desktop-5 {
		margin-left: 40px !important;
	}
	
	.ms-desktop-5 {
		-webkit-margin-start: 40px !important;
		margin-inline-start: 40px !important;
	}
	
	.me-desktop-5 {
		-webkit-margin-end: 40px !important;
		margin-inline-end: 40px !important;
	}
	
	.m-desktop-6 {
		margin: 48px !important;
	}
	
	.mt-desktop-6, .my-desktop-6 {
		margin-top: 48px !important;
	}
	
	.mr-desktop-6, .mx-desktop-6 {
		margin-right: 48px !important;
	}
	
	.mb-desktop-6, .my-desktop-6 {
		margin-bottom: 48px !important;
	}
	
	.ml-desktop-6, .mx-desktop-6 {
		margin-left: 48px !important;
	}
	
	.ms-desktop-6 {
		-webkit-margin-start: 48px !important;
		margin-inline-start: 48px !important;
	}
	
	.me-desktop-6 {
		-webkit-margin-end: 48px !important;
		margin-inline-end: 48px !important;
	}
	
	.m-desktop-7 {
		margin: 56px !important;
	}
	
	.mt-desktop-7, .my-desktop-7 {
		margin-top: 56px !important;
	}
	
	.mr-desktop-7, .mx-desktop-7 {
		margin-right: 56px !important;
	}
	
	.mb-desktop-7, .my-desktop-7 {
		margin-bottom: 56px !important;
	}
	
	.ml-desktop-7, .mx-desktop-7 {
		margin-left: 56px !important;
	}
	
	.ms-desktop-7 {
		-webkit-margin-start: 56px !important;
		margin-inline-start: 56px !important;
	}
	
	.me-desktop-7 {
		-webkit-margin-end: 56px !important;
		margin-inline-end: 56px !important;
	}
	
	.m-desktop-8 {
		margin: 64px !important;
	}
	
	.mt-desktop-8, .my-desktop-8 {
		margin-top: 64px !important;
	}
	
	.mr-desktop-8, .mx-desktop-8 {
		margin-right: 64px !important;
	}
	
	.mb-desktop-8, .my-desktop-8 {
		margin-bottom: 64px !important;
	}
	
	.ml-desktop-8, .mx-desktop-8 {
		margin-left: 64px !important;
	}
	
	.ms-desktop-8 {
		-webkit-margin-start: 64px !important;
		margin-inline-start: 64px !important;
	}
	
	.me-desktop-8 {
		-webkit-margin-end: 64px !important;
		margin-inline-end: 64px !important;
	}
	
	.m-desktop-9 {
		margin: 72px !important;
	}
	
	.mt-desktop-9, .my-desktop-9 {
		margin-top: 72px !important;
	}
	
	.mr-desktop-9, .mx-desktop-9 {
		margin-right: 72px !important;
	}
	
	.mb-desktop-9, .my-desktop-9 {
		margin-bottom: 72px !important;
	}
	
	.ml-desktop-9, .mx-desktop-9 {
		margin-left: 72px !important;
	}
	
	.ms-desktop-9 {
		-webkit-margin-start: 72px !important;
		margin-inline-start: 72px !important;
	}
	
	.me-desktop-9 {
		-webkit-margin-end: 72px !important;
		margin-inline-end: 72px !important;
	}
	
	.m-desktop-10 {
		margin: 80px !important;
	}
	
	.mt-desktop-10, .my-desktop-10 {
		margin-top: 80px !important;
	}
	
	.mr-desktop-10, .mx-desktop-10 {
		margin-right: 80px !important;
	}
	
	.mb-desktop-10, .my-desktop-10 {
		margin-bottom: 80px !important;
	}
	
	.ml-desktop-10, .mx-desktop-10 {
		margin-left: 80px !important;
	}
	
	.ms-desktop-10 {
		-webkit-margin-start: 80px !important;
		margin-inline-start: 80px !important;
	}
	
	.me-desktop-10 {
		-webkit-margin-end: 80px !important;
		margin-inline-end: 80px !important;
	}
	
	.m-desktop-11 {
		margin: 88px !important;
	}
	
	.mt-desktop-11, .my-desktop-11 {
		margin-top: 88px !important;
	}
	
	.mr-desktop-11, .mx-desktop-11 {
		margin-right: 88px !important;
	}
	
	.mb-desktop-11, .my-desktop-11 {
		margin-bottom: 88px !important;
	}
	
	.ml-desktop-11, .mx-desktop-11 {
		margin-left: 88px !important;
	}
	
	.ms-desktop-11 {
		-webkit-margin-start: 88px !important;
		margin-inline-start: 88px !important;
	}
	
	.me-desktop-11 {
		-webkit-margin-end: 88px !important;
		margin-inline-end: 88px !important;
	}
	
	.m-desktop-12 {
		margin: 96px !important;
	}
	
	.mt-desktop-12, .my-desktop-12 {
		margin-top: 96px !important;
	}
	
	.mr-desktop-12, .mx-desktop-12 {
		margin-right: 96px !important;
	}
	
	.mb-desktop-12, .my-desktop-12 {
		margin-bottom: 96px !important;
	}
	
	.ml-desktop-12, .mx-desktop-12 {
		margin-left: 96px !important;
	}
	
	.ms-desktop-12 {
		-webkit-margin-start: 96px !important;
		margin-inline-start: 96px !important;
	}
	
	.me-desktop-12 {
		-webkit-margin-end: 96px !important;
		margin-inline-end: 96px !important;
	}
	
	.p-desktop-0 {
		padding: 0 !important;
	}
	
	.pt-desktop-0, .py-desktop-0 {
		padding-top: 0 !important;
	}
	
	.pr-desktop-0, .px-desktop-0 {
		padding-right: 0 !important;
	}
	
	.pb-desktop-0, .py-desktop-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-desktop-0, .px-desktop-0 {
		padding-left: 0 !important;
	}
	
	.ps-desktop-0 {
		-webkit-padding-start: 0 !important;
		padding-inline-start: 0 !important;
	}
	
	.pe-desktop-0 {
		-webkit-padding-end: 0 !important;
		padding-inline-end: 0 !important;
	}
	
	.p-desktop-1 {
		padding: 8px !important;
	}
	
	.pt-desktop-1, .py-desktop-1 {
		padding-top: 8px !important;
	}
	
	.pr-desktop-1, .px-desktop-1 {
		padding-right: 8px !important;
	}
	
	.pb-desktop-1, .py-desktop-1 {
		padding-bottom: 8px !important;
	}
	
	.pl-desktop-1, .px-desktop-1 {
		padding-left: 8px !important;
	}
	
	.ps-desktop-1 {
		-webkit-padding-start: 8px !important;
		padding-inline-start: 8px !important;
	}
	
	.pe-desktop-1 {
		-webkit-padding-end: 8px !important;
		padding-inline-end: 8px !important;
	}
	
	.p-desktop-2 {
		padding: 16px !important;
	}
	
	.pt-desktop-2, .py-desktop-2 {
		padding-top: 16px !important;
	}
	
	.pr-desktop-2, .px-desktop-2 {
		padding-right: 16px !important;
	}
	
	.pb-desktop-2, .py-desktop-2 {
		padding-bottom: 16px !important;
	}
	
	.pl-desktop-2, .px-desktop-2 {
		padding-left: 16px !important;
	}
	
	.ps-desktop-2 {
		-webkit-padding-start: 16px !important;
		padding-inline-start: 16px !important;
	}
	
	.pe-desktop-2 {
		-webkit-padding-end: 16px !important;
		padding-inline-end: 16px !important;
	}
	
	.p-desktop-3 {
		padding: 24px !important;
	}
	
	.pt-desktop-3, .py-desktop-3 {
		padding-top: 24px !important;
	}
	
	.pr-desktop-3, .px-desktop-3 {
		padding-right: 24px !important;
	}
	
	.pb-desktop-3, .py-desktop-3 {
		padding-bottom: 24px !important;
	}
	
	.pl-desktop-3, .px-desktop-3 {
		padding-left: 24px !important;
	}
	
	.ps-desktop-3 {
		-webkit-padding-start: 24px !important;
		padding-inline-start: 24px !important;
	}
	
	.pe-desktop-3 {
		-webkit-padding-end: 24px !important;
		padding-inline-end: 24px !important;
	}
	
	.p-desktop-4 {
		padding: 32px !important;
	}
	
	.pt-desktop-4, .py-desktop-4 {
		padding-top: 32px !important;
	}
	
	.pr-desktop-4, .px-desktop-4 {
		padding-right: 32px !important;
	}
	
	.pb-desktop-4, .py-desktop-4 {
		padding-bottom: 32px !important;
	}
	
	.pl-desktop-4, .px-desktop-4 {
		padding-left: 32px !important;
	}
	
	.ps-desktop-4 {
		-webkit-padding-start: 32px !important;
		padding-inline-start: 32px !important;
	}
	
	.pe-desktop-4 {
		-webkit-padding-end: 32px !important;
		padding-inline-end: 32px !important;
	}
	
	.p-desktop-5 {
		padding: 40px !important;
	}
	
	.pt-desktop-5, .py-desktop-5 {
		padding-top: 40px !important;
	}
	
	.pr-desktop-5, .px-desktop-5 {
		padding-right: 40px !important;
	}
	
	.pb-desktop-5, .py-desktop-5 {
		padding-bottom: 40px !important;
	}
	
	.pl-desktop-5, .px-desktop-5 {
		padding-left: 40px !important;
	}
	
	.ps-desktop-5 {
		-webkit-padding-start: 40px !important;
		padding-inline-start: 40px !important;
	}
	
	.pe-desktop-5 {
		-webkit-padding-end: 40px !important;
		padding-inline-end: 40px !important;
	}
	
	.p-desktop-6 {
		padding: 48px !important;
	}
	
	.pt-desktop-6, .py-desktop-6 {
		padding-top: 48px !important;
	}
	
	.pr-desktop-6, .px-desktop-6 {
		padding-right: 48px !important;
	}
	
	.pb-desktop-6, .py-desktop-6 {
		padding-bottom: 48px !important;
	}
	
	.pl-desktop-6, .px-desktop-6 {
		padding-left: 48px !important;
	}
	
	.ps-desktop-6 {
		-webkit-padding-start: 48px !important;
		padding-inline-start: 48px !important;
	}
	
	.pe-desktop-6 {
		-webkit-padding-end: 48px !important;
		padding-inline-end: 48px !important;
	}
	
	.p-desktop-7 {
		padding: 56px !important;
	}
	
	.pt-desktop-7, .py-desktop-7 {
		padding-top: 56px !important;
	}
	
	.pr-desktop-7, .px-desktop-7 {
		padding-right: 56px !important;
	}
	
	.pb-desktop-7, .py-desktop-7 {
		padding-bottom: 56px !important;
	}
	
	.pl-desktop-7, .px-desktop-7 {
		padding-left: 56px !important;
	}
	
	.ps-desktop-7 {
		-webkit-padding-start: 56px !important;
		padding-inline-start: 56px !important;
	}
	
	.pe-desktop-7 {
		-webkit-padding-end: 56px !important;
		padding-inline-end: 56px !important;
	}
	
	.p-desktop-8 {
		padding: 64px !important;
	}
	
	.pt-desktop-8, .py-desktop-8 {
		padding-top: 64px !important;
	}
	
	.pr-desktop-8, .px-desktop-8 {
		padding-right: 64px !important;
	}
	
	.pb-desktop-8, .py-desktop-8 {
		padding-bottom: 64px !important;
	}
	
	.pl-desktop-8, .px-desktop-8 {
		padding-left: 64px !important;
	}
	
	.ps-desktop-8 {
		-webkit-padding-start: 64px !important;
		padding-inline-start: 64px !important;
	}
	
	.pe-desktop-8 {
		-webkit-padding-end: 64px !important;
		padding-inline-end: 64px !important;
	}
	
	.p-desktop-9 {
		padding: 72px !important;
	}
	
	.pt-desktop-9, .py-desktop-9 {
		padding-top: 72px !important;
	}
	
	.pr-desktop-9, .px-desktop-9 {
		padding-right: 72px !important;
	}
	
	.pb-desktop-9, .py-desktop-9 {
		padding-bottom: 72px !important;
	}
	
	.pl-desktop-9, .px-desktop-9 {
		padding-left: 72px !important;
	}
	
	.ps-desktop-9 {
		-webkit-padding-start: 72px !important;
		padding-inline-start: 72px !important;
	}
	
	.pe-desktop-9 {
		-webkit-padding-end: 72px !important;
		padding-inline-end: 72px !important;
	}
	
	.p-desktop-10 {
		padding: 80px !important;
	}
	
	.pt-desktop-10, .py-desktop-10 {
		padding-top: 80px !important;
	}
	
	.pr-desktop-10, .px-desktop-10 {
		padding-right: 80px !important;
	}
	
	.pb-desktop-10, .py-desktop-10 {
		padding-bottom: 80px !important;
	}
	
	.pl-desktop-10, .px-desktop-10 {
		padding-left: 80px !important;
	}
	
	.ps-desktop-10 {
		-webkit-padding-start: 80px !important;
		padding-inline-start: 80px !important;
	}
	
	.pe-desktop-10 {
		-webkit-padding-end: 80px !important;
		padding-inline-end: 80px !important;
	}
	
	.p-desktop-11 {
		padding: 88px !important;
	}
	
	.pt-desktop-11, .py-desktop-11 {
		padding-top: 88px !important;
	}
	
	.pr-desktop-11, .px-desktop-11 {
		padding-right: 88px !important;
	}
	
	.pb-desktop-11, .py-desktop-11 {
		padding-bottom: 88px !important;
	}
	
	.pl-desktop-11, .px-desktop-11 {
		padding-left: 88px !important;
	}
	
	.ps-desktop-11 {
		-webkit-padding-start: 88px !important;
		padding-inline-start: 88px !important;
	}
	
	.pe-desktop-11 {
		-webkit-padding-end: 88px !important;
		padding-inline-end: 88px !important;
	}
	
	.p-desktop-12 {
		padding: 96px !important;
	}
	
	.pt-desktop-12, .py-desktop-12 {
		padding-top: 96px !important;
	}
	
	.pr-desktop-12, .px-desktop-12 {
		padding-right: 96px !important;
	}
	
	.pb-desktop-12, .py-desktop-12 {
		padding-bottom: 96px !important;
	}
	
	.pl-desktop-12, .px-desktop-12 {
		padding-left: 96px !important;
	}
	
	.ps-desktop-12 {
		-webkit-padding-start: 96px !important;
		padding-inline-start: 96px !important;
	}
	
	.pe-desktop-12 {
		-webkit-padding-end: 96px !important;
		padding-inline-end: 96px !important;
	}
	
	.m-desktop-n1 {
		margin: -8px !important;
	}
	
	.mt-desktop-n1, .my-desktop-n1 {
		margin-top: -8px !important;
	}
	
	.mr-desktop-n1, .mx-desktop-n1 {
		margin-right: -8px !important;
	}
	
	.mb-desktop-n1, .my-desktop-n1 {
		margin-bottom: -8px !important;
	}
	
	.ml-desktop-n1, .mx-desktop-n1 {
		margin-left: -8px !important;
	}
	
	.m-desktop-n2 {
		margin: -16px !important;
	}
	
	.mt-desktop-n2, .my-desktop-n2 {
		margin-top: -16px !important;
	}
	
	.mr-desktop-n2, .mx-desktop-n2 {
		margin-right: -16px !important;
	}
	
	.mb-desktop-n2, .my-desktop-n2 {
		margin-bottom: -16px !important;
	}
	
	.ml-desktop-n2, .mx-desktop-n2 {
		margin-left: -16px !important;
	}
	
	.m-desktop-n3 {
		margin: -24px !important;
	}
	
	.mt-desktop-n3, .my-desktop-n3 {
		margin-top: -24px !important;
	}
	
	.mr-desktop-n3, .mx-desktop-n3 {
		margin-right: -24px !important;
	}
	
	.mb-desktop-n3, .my-desktop-n3 {
		margin-bottom: -24px !important;
	}
	
	.ml-desktop-n3, .mx-desktop-n3 {
		margin-left: -24px !important;
	}
	
	.m-desktop-n4 {
		margin: -32px !important;
	}
	
	.mt-desktop-n4, .my-desktop-n4 {
		margin-top: -32px !important;
	}
	
	.mr-desktop-n4, .mx-desktop-n4 {
		margin-right: -32px !important;
	}
	
	.mb-desktop-n4, .my-desktop-n4 {
		margin-bottom: -32px !important;
	}
	
	.ml-desktop-n4, .mx-desktop-n4 {
		margin-left: -32px !important;
	}
	
	.m-desktop-n5 {
		margin: -40px !important;
	}
	
	.mt-desktop-n5, .my-desktop-n5 {
		margin-top: -40px !important;
	}
	
	.mr-desktop-n5, .mx-desktop-n5 {
		margin-right: -40px !important;
	}
	
	.mb-desktop-n5, .my-desktop-n5 {
		margin-bottom: -40px !important;
	}
	
	.ml-desktop-n5, .mx-desktop-n5 {
		margin-left: -40px !important;
	}
	
	.m-desktop-n6 {
		margin: -48px !important;
	}
	
	.mt-desktop-n6, .my-desktop-n6 {
		margin-top: -48px !important;
	}
	
	.mr-desktop-n6, .mx-desktop-n6 {
		margin-right: -48px !important;
	}
	
	.mb-desktop-n6, .my-desktop-n6 {
		margin-bottom: -48px !important;
	}
	
	.ml-desktop-n6, .mx-desktop-n6 {
		margin-left: -48px !important;
	}
	
	.m-desktop-n7 {
		margin: -56px !important;
	}
	
	.mt-desktop-n7, .my-desktop-n7 {
		margin-top: -56px !important;
	}
	
	.mr-desktop-n7, .mx-desktop-n7 {
		margin-right: -56px !important;
	}
	
	.mb-desktop-n7, .my-desktop-n7 {
		margin-bottom: -56px !important;
	}
	
	.ml-desktop-n7, .mx-desktop-n7 {
		margin-left: -56px !important;
	}
	
	.m-desktop-n8 {
		margin: -64px !important;
	}
	
	.mt-desktop-n8, .my-desktop-n8 {
		margin-top: -64px !important;
	}
	
	.mr-desktop-n8, .mx-desktop-n8 {
		margin-right: -64px !important;
	}
	
	.mb-desktop-n8, .my-desktop-n8 {
		margin-bottom: -64px !important;
	}
	
	.ml-desktop-n8, .mx-desktop-n8 {
		margin-left: -64px !important;
	}
	
	.m-desktop-n9 {
		margin: -72px !important;
	}
	
	.mt-desktop-n9, .my-desktop-n9 {
		margin-top: -72px !important;
	}
	
	.mr-desktop-n9, .mx-desktop-n9 {
		margin-right: -72px !important;
	}
	
	.mb-desktop-n9, .my-desktop-n9 {
		margin-bottom: -72px !important;
	}
	
	.ml-desktop-n9, .mx-desktop-n9 {
		margin-left: -72px !important;
	}
	
	.m-desktop-n10 {
		margin: -80px !important;
	}
	
	.mt-desktop-n10, .my-desktop-n10 {
		margin-top: -80px !important;
	}
	
	.mr-desktop-n10, .mx-desktop-n10 {
		margin-right: -80px !important;
	}
	
	.mb-desktop-n10, .my-desktop-n10 {
		margin-bottom: -80px !important;
	}
	
	.ml-desktop-n10, .mx-desktop-n10 {
		margin-left: -80px !important;
	}
	
	.m-desktop-n11 {
		margin: -88px !important;
	}
	
	.mt-desktop-n11, .my-desktop-n11 {
		margin-top: -88px !important;
	}
	
	.mr-desktop-n11, .mx-desktop-n11 {
		margin-right: -88px !important;
	}
	
	.mb-desktop-n11, .my-desktop-n11 {
		margin-bottom: -88px !important;
	}
	
	.ml-desktop-n11, .mx-desktop-n11 {
		margin-left: -88px !important;
	}
	
	.m-desktop-n12 {
		margin: -96px !important;
	}
	
	.mt-desktop-n12, .my-desktop-n12 {
		margin-top: -96px !important;
	}
	
	.mr-desktop-n12, .mx-desktop-n12 {
		margin-right: -96px !important;
	}
	
	.mb-desktop-n12, .my-desktop-n12 {
		margin-bottom: -96px !important;
	}
	
	.ml-desktop-n12, .mx-desktop-n12 {
		margin-left: -96px !important;
	}
	
	.m-desktop-auto {
		margin: auto !important;
	}
	
	.mt-desktop-auto, .my-desktop-auto {
		margin-top: auto !important;
	}
	
	.mr-desktop-auto, .mx-desktop-auto {
		margin-right: auto !important;
	}
	
	.mb-desktop-auto, .my-desktop-auto {
		margin-bottom: auto !important;
	}
	
	.ml-desktop-auto, .mx-desktop-auto {
		margin-left: auto !important;
	}
	
	.ms-desktop-auto {
		-webkit-margin-start: auto !important;
		margin-inline-start: auto !important;
	}
	
	.me-desktop-auto {
		-webkit-margin-end: auto !important;
		margin-inline-end: auto !important;
	}
}

@media (min-width:1820px) {
	.m-xxl-0 {
		margin: 0 !important;
	}
	
	.mt-xxl-0, .my-xxl-0 {
		margin-top: 0 !important;
	}
	
	.mr-xxl-0, .mx-xxl-0 {
		margin-right: 0 !important;
	}
	
	.mb-xxl-0, .my-xxl-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-xxl-0, .mx-xxl-0 {
		margin-left: 0 !important;
	}
	
	.ms-xxl-0 {
		-webkit-margin-start: 0 !important;
		margin-inline-start: 0 !important;
	}
	
	.me-xxl-0 {
		-webkit-margin-end: 0 !important;
		margin-inline-end: 0 !important;
	}
	
	.m-xxl-1 {
		margin: 8px !important;
	}
	
	.mt-xxl-1, .my-xxl-1 {
		margin-top: 8px !important;
	}
	
	.mr-xxl-1, .mx-xxl-1 {
		margin-right: 8px !important;
	}
	
	.mb-xxl-1, .my-xxl-1 {
		margin-bottom: 8px !important;
	}
	
	.ml-xxl-1, .mx-xxl-1 {
		margin-left: 8px !important;
	}
	
	.ms-xxl-1 {
		-webkit-margin-start: 8px !important;
		margin-inline-start: 8px !important;
	}
	
	.me-xxl-1 {
		-webkit-margin-end: 8px !important;
		margin-inline-end: 8px !important;
	}
	
	.m-xxl-2 {
		margin: 16px !important;
	}
	
	.mt-xxl-2, .my-xxl-2 {
		margin-top: 16px !important;
	}
	
	.mr-xxl-2, .mx-xxl-2 {
		margin-right: 16px !important;
	}
	
	.mb-xxl-2, .my-xxl-2 {
		margin-bottom: 16px !important;
	}
	
	.ml-xxl-2, .mx-xxl-2 {
		margin-left: 16px !important;
	}
	
	.ms-xxl-2 {
		-webkit-margin-start: 16px !important;
		margin-inline-start: 16px !important;
	}
	
	.me-xxl-2 {
		-webkit-margin-end: 16px !important;
		margin-inline-end: 16px !important;
	}
	
	.m-xxl-3 {
		margin: 24px !important;
	}
	
	.mt-xxl-3, .my-xxl-3 {
		margin-top: 24px !important;
	}
	
	.mr-xxl-3, .mx-xxl-3 {
		margin-right: 24px !important;
	}
	
	.mb-xxl-3, .my-xxl-3 {
		margin-bottom: 24px !important;
	}
	
	.ml-xxl-3, .mx-xxl-3 {
		margin-left: 24px !important;
	}
	
	.ms-xxl-3 {
		-webkit-margin-start: 24px !important;
		margin-inline-start: 24px !important;
	}
	
	.me-xxl-3 {
		-webkit-margin-end: 24px !important;
		margin-inline-end: 24px !important;
	}
	
	.m-xxl-4 {
		margin: 32px !important;
	}
	
	.mt-xxl-4, .my-xxl-4 {
		margin-top: 32px !important;
	}
	
	.mr-xxl-4, .mx-xxl-4 {
		margin-right: 32px !important;
	}
	
	.mb-xxl-4, .my-xxl-4 {
		margin-bottom: 32px !important;
	}
	
	.ml-xxl-4, .mx-xxl-4 {
		margin-left: 32px !important;
	}
	
	.ms-xxl-4 {
		-webkit-margin-start: 32px !important;
		margin-inline-start: 32px !important;
	}
	
	.me-xxl-4 {
		-webkit-margin-end: 32px !important;
		margin-inline-end: 32px !important;
	}
	
	.m-xxl-5 {
		margin: 40px !important;
	}
	
	.mt-xxl-5, .my-xxl-5 {
		margin-top: 40px !important;
	}
	
	.mr-xxl-5, .mx-xxl-5 {
		margin-right: 40px !important;
	}
	
	.mb-xxl-5, .my-xxl-5 {
		margin-bottom: 40px !important;
	}
	
	.ml-xxl-5, .mx-xxl-5 {
		margin-left: 40px !important;
	}
	
	.ms-xxl-5 {
		-webkit-margin-start: 40px !important;
		margin-inline-start: 40px !important;
	}
	
	.me-xxl-5 {
		-webkit-margin-end: 40px !important;
		margin-inline-end: 40px !important;
	}
	
	.m-xxl-6 {
		margin: 48px !important;
	}
	
	.mt-xxl-6, .my-xxl-6 {
		margin-top: 48px !important;
	}
	
	.mr-xxl-6, .mx-xxl-6 {
		margin-right: 48px !important;
	}
	
	.mb-xxl-6, .my-xxl-6 {
		margin-bottom: 48px !important;
	}
	
	.ml-xxl-6, .mx-xxl-6 {
		margin-left: 48px !important;
	}
	
	.ms-xxl-6 {
		-webkit-margin-start: 48px !important;
		margin-inline-start: 48px !important;
	}
	
	.me-xxl-6 {
		-webkit-margin-end: 48px !important;
		margin-inline-end: 48px !important;
	}
	
	.m-xxl-7 {
		margin: 56px !important;
	}
	
	.mt-xxl-7, .my-xxl-7 {
		margin-top: 56px !important;
	}
	
	.mr-xxl-7, .mx-xxl-7 {
		margin-right: 56px !important;
	}
	
	.mb-xxl-7, .my-xxl-7 {
		margin-bottom: 56px !important;
	}
	
	.ml-xxl-7, .mx-xxl-7 {
		margin-left: 56px !important;
	}
	
	.ms-xxl-7 {
		-webkit-margin-start: 56px !important;
		margin-inline-start: 56px !important;
	}
	
	.me-xxl-7 {
		-webkit-margin-end: 56px !important;
		margin-inline-end: 56px !important;
	}
	
	.m-xxl-8 {
		margin: 64px !important;
	}
	
	.mt-xxl-8, .my-xxl-8 {
		margin-top: 64px !important;
	}
	
	.mr-xxl-8, .mx-xxl-8 {
		margin-right: 64px !important;
	}
	
	.mb-xxl-8, .my-xxl-8 {
		margin-bottom: 64px !important;
	}
	
	.ml-xxl-8, .mx-xxl-8 {
		margin-left: 64px !important;
	}
	
	.ms-xxl-8 {
		-webkit-margin-start: 64px !important;
		margin-inline-start: 64px !important;
	}
	
	.me-xxl-8 {
		-webkit-margin-end: 64px !important;
		margin-inline-end: 64px !important;
	}
	
	.m-xxl-9 {
		margin: 72px !important;
	}
	
	.mt-xxl-9, .my-xxl-9 {
		margin-top: 72px !important;
	}
	
	.mr-xxl-9, .mx-xxl-9 {
		margin-right: 72px !important;
	}
	
	.mb-xxl-9, .my-xxl-9 {
		margin-bottom: 72px !important;
	}
	
	.ml-xxl-9, .mx-xxl-9 {
		margin-left: 72px !important;
	}
	
	.ms-xxl-9 {
		-webkit-margin-start: 72px !important;
		margin-inline-start: 72px !important;
	}
	
	.me-xxl-9 {
		-webkit-margin-end: 72px !important;
		margin-inline-end: 72px !important;
	}
	
	.m-xxl-10 {
		margin: 80px !important;
	}
	
	.mt-xxl-10, .my-xxl-10 {
		margin-top: 80px !important;
	}
	
	.mr-xxl-10, .mx-xxl-10 {
		margin-right: 80px !important;
	}
	
	.mb-xxl-10, .my-xxl-10 {
		margin-bottom: 80px !important;
	}
	
	.ml-xxl-10, .mx-xxl-10 {
		margin-left: 80px !important;
	}
	
	.ms-xxl-10 {
		-webkit-margin-start: 80px !important;
		margin-inline-start: 80px !important;
	}
	
	.me-xxl-10 {
		-webkit-margin-end: 80px !important;
		margin-inline-end: 80px !important;
	}
	
	.m-xxl-11 {
		margin: 88px !important;
	}
	
	.mt-xxl-11, .my-xxl-11 {
		margin-top: 88px !important;
	}
	
	.mr-xxl-11, .mx-xxl-11 {
		margin-right: 88px !important;
	}
	
	.mb-xxl-11, .my-xxl-11 {
		margin-bottom: 88px !important;
	}
	
	.ml-xxl-11, .mx-xxl-11 {
		margin-left: 88px !important;
	}
	
	.ms-xxl-11 {
		-webkit-margin-start: 88px !important;
		margin-inline-start: 88px !important;
	}
	
	.me-xxl-11 {
		-webkit-margin-end: 88px !important;
		margin-inline-end: 88px !important;
	}
	
	.m-xxl-12 {
		margin: 96px !important;
	}
	
	.mt-xxl-12, .my-xxl-12 {
		margin-top: 96px !important;
	}
	
	.mr-xxl-12, .mx-xxl-12 {
		margin-right: 96px !important;
	}
	
	.mb-xxl-12, .my-xxl-12 {
		margin-bottom: 96px !important;
	}
	
	.ml-xxl-12, .mx-xxl-12 {
		margin-left: 96px !important;
	}
	
	.ms-xxl-12 {
		-webkit-margin-start: 96px !important;
		margin-inline-start: 96px !important;
	}
	
	.me-xxl-12 {
		-webkit-margin-end: 96px !important;
		margin-inline-end: 96px !important;
	}
	
	.p-xxl-0 {
		padding: 0 !important;
	}
	
	.pt-xxl-0, .py-xxl-0 {
		padding-top: 0 !important;
	}
	
	.pr-xxl-0, .px-xxl-0 {
		padding-right: 0 !important;
	}
	
	.pb-xxl-0, .py-xxl-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-xxl-0, .px-xxl-0 {
		padding-left: 0 !important;
	}
	
	.ps-xxl-0 {
		-webkit-padding-start: 0 !important;
		padding-inline-start: 0 !important;
	}
	
	.pe-xxl-0 {
		-webkit-padding-end: 0 !important;
		padding-inline-end: 0 !important;
	}
	
	.p-xxl-1 {
		padding: 8px !important;
	}
	
	.pt-xxl-1, .py-xxl-1 {
		padding-top: 8px !important;
	}
	
	.pr-xxl-1, .px-xxl-1 {
		padding-right: 8px !important;
	}
	
	.pb-xxl-1, .py-xxl-1 {
		padding-bottom: 8px !important;
	}
	
	.pl-xxl-1, .px-xxl-1 {
		padding-left: 8px !important;
	}
	
	.ps-xxl-1 {
		-webkit-padding-start: 8px !important;
		padding-inline-start: 8px !important;
	}
	
	.pe-xxl-1 {
		-webkit-padding-end: 8px !important;
		padding-inline-end: 8px !important;
	}
	
	.p-xxl-2 {
		padding: 16px !important;
	}
	
	.pt-xxl-2, .py-xxl-2 {
		padding-top: 16px !important;
	}
	
	.pr-xxl-2, .px-xxl-2 {
		padding-right: 16px !important;
	}
	
	.pb-xxl-2, .py-xxl-2 {
		padding-bottom: 16px !important;
	}
	
	.pl-xxl-2, .px-xxl-2 {
		padding-left: 16px !important;
	}
	
	.ps-xxl-2 {
		-webkit-padding-start: 16px !important;
		padding-inline-start: 16px !important;
	}
	
	.pe-xxl-2 {
		-webkit-padding-end: 16px !important;
		padding-inline-end: 16px !important;
	}
	
	.p-xxl-3 {
		padding: 24px !important;
	}
	
	.pt-xxl-3, .py-xxl-3 {
		padding-top: 24px !important;
	}
	
	.pr-xxl-3, .px-xxl-3 {
		padding-right: 24px !important;
	}
	
	.pb-xxl-3, .py-xxl-3 {
		padding-bottom: 24px !important;
	}
	
	.pl-xxl-3, .px-xxl-3 {
		padding-left: 24px !important;
	}
	
	.ps-xxl-3 {
		-webkit-padding-start: 24px !important;
		padding-inline-start: 24px !important;
	}
	
	.pe-xxl-3 {
		-webkit-padding-end: 24px !important;
		padding-inline-end: 24px !important;
	}
	
	.p-xxl-4 {
		padding: 32px !important;
	}
	
	.pt-xxl-4, .py-xxl-4 {
		padding-top: 32px !important;
	}
	
	.pr-xxl-4, .px-xxl-4 {
		padding-right: 32px !important;
	}
	
	.pb-xxl-4, .py-xxl-4 {
		padding-bottom: 32px !important;
	}
	
	.pl-xxl-4, .px-xxl-4 {
		padding-left: 32px !important;
	}
	
	.ps-xxl-4 {
		-webkit-padding-start: 32px !important;
		padding-inline-start: 32px !important;
	}
	
	.pe-xxl-4 {
		-webkit-padding-end: 32px !important;
		padding-inline-end: 32px !important;
	}
	
	.p-xxl-5 {
		padding: 40px !important;
	}
	
	.pt-xxl-5, .py-xxl-5 {
		padding-top: 40px !important;
	}
	
	.pr-xxl-5, .px-xxl-5 {
		padding-right: 40px !important;
	}
	
	.pb-xxl-5, .py-xxl-5 {
		padding-bottom: 40px !important;
	}
	
	.pl-xxl-5, .px-xxl-5 {
		padding-left: 40px !important;
	}
	
	.ps-xxl-5 {
		-webkit-padding-start: 40px !important;
		padding-inline-start: 40px !important;
	}
	
	.pe-xxl-5 {
		-webkit-padding-end: 40px !important;
		padding-inline-end: 40px !important;
	}
	
	.p-xxl-6 {
		padding: 48px !important;
	}
	
	.pt-xxl-6, .py-xxl-6 {
		padding-top: 48px !important;
	}
	
	.pr-xxl-6, .px-xxl-6 {
		padding-right: 48px !important;
	}
	
	.pb-xxl-6, .py-xxl-6 {
		padding-bottom: 48px !important;
	}
	
	.pl-xxl-6, .px-xxl-6 {
		padding-left: 48px !important;
	}
	
	.ps-xxl-6 {
		-webkit-padding-start: 48px !important;
		padding-inline-start: 48px !important;
	}
	
	.pe-xxl-6 {
		-webkit-padding-end: 48px !important;
		padding-inline-end: 48px !important;
	}
	
	.p-xxl-7 {
		padding: 56px !important;
	}
	
	.pt-xxl-7, .py-xxl-7 {
		padding-top: 56px !important;
	}
	
	.pr-xxl-7, .px-xxl-7 {
		padding-right: 56px !important;
	}
	
	.pb-xxl-7, .py-xxl-7 {
		padding-bottom: 56px !important;
	}
	
	.pl-xxl-7, .px-xxl-7 {
		padding-left: 56px !important;
	}
	
	.ps-xxl-7 {
		-webkit-padding-start: 56px !important;
		padding-inline-start: 56px !important;
	}
	
	.pe-xxl-7 {
		-webkit-padding-end: 56px !important;
		padding-inline-end: 56px !important;
	}
	
	.p-xxl-8 {
		padding: 64px !important;
	}
	
	.pt-xxl-8, .py-xxl-8 {
		padding-top: 64px !important;
	}
	
	.pr-xxl-8, .px-xxl-8 {
		padding-right: 64px !important;
	}
	
	.pb-xxl-8, .py-xxl-8 {
		padding-bottom: 64px !important;
	}
	
	.pl-xxl-8, .px-xxl-8 {
		padding-left: 64px !important;
	}
	
	.ps-xxl-8 {
		-webkit-padding-start: 64px !important;
		padding-inline-start: 64px !important;
	}
	
	.pe-xxl-8 {
		-webkit-padding-end: 64px !important;
		padding-inline-end: 64px !important;
	}
	
	.p-xxl-9 {
		padding: 72px !important;
	}
	
	.pt-xxl-9, .py-xxl-9 {
		padding-top: 72px !important;
	}
	
	.pr-xxl-9, .px-xxl-9 {
		padding-right: 72px !important;
	}
	
	.pb-xxl-9, .py-xxl-9 {
		padding-bottom: 72px !important;
	}
	
	.pl-xxl-9, .px-xxl-9 {
		padding-left: 72px !important;
	}
	
	.ps-xxl-9 {
		-webkit-padding-start: 72px !important;
		padding-inline-start: 72px !important;
	}
	
	.pe-xxl-9 {
		-webkit-padding-end: 72px !important;
		padding-inline-end: 72px !important;
	}
	
	.p-xxl-10 {
		padding: 80px !important;
	}
	
	.pt-xxl-10, .py-xxl-10 {
		padding-top: 80px !important;
	}
	
	.pr-xxl-10, .px-xxl-10 {
		padding-right: 80px !important;
	}
	
	.pb-xxl-10, .py-xxl-10 {
		padding-bottom: 80px !important;
	}
	
	.pl-xxl-10, .px-xxl-10 {
		padding-left: 80px !important;
	}
	
	.ps-xxl-10 {
		-webkit-padding-start: 80px !important;
		padding-inline-start: 80px !important;
	}
	
	.pe-xxl-10 {
		-webkit-padding-end: 80px !important;
		padding-inline-end: 80px !important;
	}
	
	.p-xxl-11 {
		padding: 88px !important;
	}
	
	.pt-xxl-11, .py-xxl-11 {
		padding-top: 88px !important;
	}
	
	.pr-xxl-11, .px-xxl-11 {
		padding-right: 88px !important;
	}
	
	.pb-xxl-11, .py-xxl-11 {
		padding-bottom: 88px !important;
	}
	
	.pl-xxl-11, .px-xxl-11 {
		padding-left: 88px !important;
	}
	
	.ps-xxl-11 {
		-webkit-padding-start: 88px !important;
		padding-inline-start: 88px !important;
	}
	
	.pe-xxl-11 {
		-webkit-padding-end: 88px !important;
		padding-inline-end: 88px !important;
	}
	
	.p-xxl-12 {
		padding: 96px !important;
	}
	
	.pt-xxl-12, .py-xxl-12 {
		padding-top: 96px !important;
	}
	
	.pr-xxl-12, .px-xxl-12 {
		padding-right: 96px !important;
	}
	
	.pb-xxl-12, .py-xxl-12 {
		padding-bottom: 96px !important;
	}
	
	.pl-xxl-12, .px-xxl-12 {
		padding-left: 96px !important;
	}
	
	.ps-xxl-12 {
		-webkit-padding-start: 96px !important;
		padding-inline-start: 96px !important;
	}
	
	.pe-xxl-12 {
		-webkit-padding-end: 96px !important;
		padding-inline-end: 96px !important;
	}
	
	.m-xxl-n1 {
		margin: -8px !important;
	}
	
	.mt-xxl-n1, .my-xxl-n1 {
		margin-top: -8px !important;
	}
	
	.mr-xxl-n1, .mx-xxl-n1 {
		margin-right: -8px !important;
	}
	
	.mb-xxl-n1, .my-xxl-n1 {
		margin-bottom: -8px !important;
	}
	
	.ml-xxl-n1, .mx-xxl-n1 {
		margin-left: -8px !important;
	}
	
	.m-xxl-n2 {
		margin: -16px !important;
	}
	
	.mt-xxl-n2, .my-xxl-n2 {
		margin-top: -16px !important;
	}
	
	.mr-xxl-n2, .mx-xxl-n2 {
		margin-right: -16px !important;
	}
	
	.mb-xxl-n2, .my-xxl-n2 {
		margin-bottom: -16px !important;
	}
	
	.ml-xxl-n2, .mx-xxl-n2 {
		margin-left: -16px !important;
	}
	
	.m-xxl-n3 {
		margin: -24px !important;
	}
	
	.mt-xxl-n3, .my-xxl-n3 {
		margin-top: -24px !important;
	}
	
	.mr-xxl-n3, .mx-xxl-n3 {
		margin-right: -24px !important;
	}
	
	.mb-xxl-n3, .my-xxl-n3 {
		margin-bottom: -24px !important;
	}
	
	.ml-xxl-n3, .mx-xxl-n3 {
		margin-left: -24px !important;
	}
	
	.m-xxl-n4 {
		margin: -32px !important;
	}
	
	.mt-xxl-n4, .my-xxl-n4 {
		margin-top: -32px !important;
	}
	
	.mr-xxl-n4, .mx-xxl-n4 {
		margin-right: -32px !important;
	}
	
	.mb-xxl-n4, .my-xxl-n4 {
		margin-bottom: -32px !important;
	}
	
	.ml-xxl-n4, .mx-xxl-n4 {
		margin-left: -32px !important;
	}
	
	.m-xxl-n5 {
		margin: -40px !important;
	}
	
	.mt-xxl-n5, .my-xxl-n5 {
		margin-top: -40px !important;
	}
	
	.mr-xxl-n5, .mx-xxl-n5 {
		margin-right: -40px !important;
	}
	
	.mb-xxl-n5, .my-xxl-n5 {
		margin-bottom: -40px !important;
	}
	
	.ml-xxl-n5, .mx-xxl-n5 {
		margin-left: -40px !important;
	}
	
	.m-xxl-n6 {
		margin: -48px !important;
	}
	
	.mt-xxl-n6, .my-xxl-n6 {
		margin-top: -48px !important;
	}
	
	.mr-xxl-n6, .mx-xxl-n6 {
		margin-right: -48px !important;
	}
	
	.mb-xxl-n6, .my-xxl-n6 {
		margin-bottom: -48px !important;
	}
	
	.ml-xxl-n6, .mx-xxl-n6 {
		margin-left: -48px !important;
	}
	
	.m-xxl-n7 {
		margin: -56px !important;
	}
	
	.mt-xxl-n7, .my-xxl-n7 {
		margin-top: -56px !important;
	}
	
	.mr-xxl-n7, .mx-xxl-n7 {
		margin-right: -56px !important;
	}
	
	.mb-xxl-n7, .my-xxl-n7 {
		margin-bottom: -56px !important;
	}
	
	.ml-xxl-n7, .mx-xxl-n7 {
		margin-left: -56px !important;
	}
	
	.m-xxl-n8 {
		margin: -64px !important;
	}
	
	.mt-xxl-n8, .my-xxl-n8 {
		margin-top: -64px !important;
	}
	
	.mr-xxl-n8, .mx-xxl-n8 {
		margin-right: -64px !important;
	}
	
	.mb-xxl-n8, .my-xxl-n8 {
		margin-bottom: -64px !important;
	}
	
	.ml-xxl-n8, .mx-xxl-n8 {
		margin-left: -64px !important;
	}
	
	.m-xxl-n9 {
		margin: -72px !important;
	}
	
	.mt-xxl-n9, .my-xxl-n9 {
		margin-top: -72px !important;
	}
	
	.mr-xxl-n9, .mx-xxl-n9 {
		margin-right: -72px !important;
	}
	
	.mb-xxl-n9, .my-xxl-n9 {
		margin-bottom: -72px !important;
	}
	
	.ml-xxl-n9, .mx-xxl-n9 {
		margin-left: -72px !important;
	}
	
	.m-xxl-n10 {
		margin: -80px !important;
	}
	
	.mt-xxl-n10, .my-xxl-n10 {
		margin-top: -80px !important;
	}
	
	.mr-xxl-n10, .mx-xxl-n10 {
		margin-right: -80px !important;
	}
	
	.mb-xxl-n10, .my-xxl-n10 {
		margin-bottom: -80px !important;
	}
	
	.ml-xxl-n10, .mx-xxl-n10 {
		margin-left: -80px !important;
	}
	
	.m-xxl-n11 {
		margin: -88px !important;
	}
	
	.mt-xxl-n11, .my-xxl-n11 {
		margin-top: -88px !important;
	}
	
	.mr-xxl-n11, .mx-xxl-n11 {
		margin-right: -88px !important;
	}
	
	.mb-xxl-n11, .my-xxl-n11 {
		margin-bottom: -88px !important;
	}
	
	.ml-xxl-n11, .mx-xxl-n11 {
		margin-left: -88px !important;
	}
	
	.m-xxl-n12 {
		margin: -96px !important;
	}
	
	.mt-xxl-n12, .my-xxl-n12 {
		margin-top: -96px !important;
	}
	
	.mr-xxl-n12, .mx-xxl-n12 {
		margin-right: -96px !important;
	}
	
	.mb-xxl-n12, .my-xxl-n12 {
		margin-bottom: -96px !important;
	}
	
	.ml-xxl-n12, .mx-xxl-n12 {
		margin-left: -96px !important;
	}
	
	.m-xxl-auto {
		margin: auto !important;
	}
	
	.mt-xxl-auto, .my-xxl-auto {
		margin-top: auto !important;
	}
	
	.mr-xxl-auto, .mx-xxl-auto {
		margin-right: auto !important;
	}
	
	.mb-xxl-auto, .my-xxl-auto {
		margin-bottom: auto !important;
	}
	
	.ml-xxl-auto, .mx-xxl-auto {
		margin-left: auto !important;
	}
	
	.ms-xxl-auto {
		-webkit-margin-start: auto !important;
		margin-inline-start: auto !important;
	}
	
	.me-xxl-auto {
		-webkit-margin-end: auto !important;
		margin-inline-end: auto !important;
	}
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

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

.text-start {
	text-align: start !important;
}

.text-end {
	text-align: end !important;
}

.text-justify {
	text-align: justify !important;
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left !important;
	}
	
	.text-sm-right {
		text-align: right !important;
	}
	
	.text-sm-center {
		text-align: center !important;
	}
	
	.text-sm-start {
		text-align: start !important;
	}
	
	.text-sm-end {
		text-align: end !important;
	}
	
	.text-sm-justify {
		text-align: justify !important;
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left !important;
	}
	
	.text-md-right {
		text-align: right !important;
	}
	
	.text-md-center {
		text-align: center !important;
	}
	
	.text-md-start {
		text-align: start !important;
	}
	
	.text-md-end {
		text-align: end !important;
	}
	
	.text-md-justify {
		text-align: justify !important;
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left !important;
	}
	
	.text-lg-right {
		text-align: right !important;
	}
	
	.text-lg-center {
		text-align: center !important;
	}
	
	.text-lg-start {
		text-align: start !important;
	}
	
	.text-lg-end {
		text-align: end !important;
	}
	
	.text-lg-justify {
		text-align: justify !important;
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	
	.text-xl-right {
		text-align: right !important;
	}
	
	.text-xl-center {
		text-align: center !important;
	}
	
	.text-xl-start {
		text-align: start !important;
	}
	
	.text-xl-end {
		text-align: end !important;
	}
	
	.text-xl-justify {
		text-align: justify !important;
	}
}

@media (min-width:1400px) {
	.text-desktop-left {
		text-align: left !important;
	}
	
	.text-desktop-right {
		text-align: right !important;
	}
	
	.text-desktop-center {
		text-align: center !important;
	}
	
	.text-desktop-start {
		text-align: start !important;
	}
	
	.text-desktop-end {
		text-align: end !important;
	}
	
	.text-desktop-justify {
		text-align: justify !important;
	}
}

@media (min-width:1820px) {
	.text-xxl-left {
		text-align: left !important;
	}
	
	.text-xxl-right {
		text-align: right !important;
	}
	
	.text-xxl-center {
		text-align: center !important;
	}
	
	.text-xxl-start {
		text-align: start !important;
	}
	
	.text-xxl-end {
		text-align: end !important;
	}
	
	.text-xxl-justify {
		text-align: justify !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 600 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: sticky !important;
}

.position-initial {
	position: static !important;
}

.fixed-top {
	top: 0;
}

.fixed-bottom, .fixed-top {
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1030;
}

.fixed-bottom {
	bottom: 0;
}

@supports (position:sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

@media (min-width:576px) {
	.container, .container-sm {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container, .container-md, .container-sm {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1440px;
	}
}

@media (min-width:1820px) {
	.container, .container-desktop, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1776px;
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

.no-gutters {
	margin-left: 0;
	margin-right: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-desktop, .col-desktop-1, .col-desktop-10, .col-desktop-11, .col-desktop-12, .col-desktop-2, .col-desktop-3, .col-desktop-4, .col-desktop-5, .col-desktop-6, .col-desktop-7, .col-desktop-8, .col-desktop-9, .col-desktop-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	width: 100%;
}

.col {
	-ms-flex-preferred-size: 0;
	-ms-flex-positive: 1;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.row-cols-1 > * {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2 > * {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3 > * {
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.row-cols-4 > * {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5 > * {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6 > * {
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	width: auto;
}

.col-1 {
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-2 {
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		-ms-flex-positive: 1;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-sm-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-sm-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-sm-3 > * {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.row-cols-sm-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-sm-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-sm-6 > * {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	
	.col-sm-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-sm-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-sm-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-sm-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-sm-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-sm-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		-ms-flex-positive: 1;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-md-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-md-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-md-3 > * {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.row-cols-md-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-md-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-md-6 > * {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	
	.col-md-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-md-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-md-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-md-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-md-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		-ms-flex-positive: 1;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-lg-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-lg-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-lg-3 > * {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.row-cols-lg-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-lg-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-lg-6 > * {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	
	.col-lg-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-lg-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-lg-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-lg-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-lg-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		-ms-flex-positive: 1;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-xl-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-xl-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-xl-3 > * {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.row-cols-xl-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-xl-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-xl-6 > * {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	
	.col-xl-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-xl-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xl-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-xl-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xl-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-xl-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xl-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-xl-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width:1400px) {
	.col-desktop {
		-ms-flex-preferred-size: 0;
		-ms-flex-positive: 1;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-desktop-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-desktop-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-desktop-3 > * {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.row-cols-desktop-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-desktop-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-desktop-6 > * {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-desktop-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	
	.col-desktop-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-desktop-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-desktop-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-desktop-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-desktop-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-desktop-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-desktop-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-desktop-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-desktop-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-desktop-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-desktop-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-desktop-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-desktop-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-desktop-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-desktop-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-desktop-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-desktop-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-desktop-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-desktop-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-desktop-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-desktop-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-desktop-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-desktop-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-desktop-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-desktop-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-desktop-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-desktop-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-desktop-0 {
		margin-left: 0;
	}
	
	.offset-desktop-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-desktop-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-desktop-3 {
		margin-left: 25%;
	}
	
	.offset-desktop-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-desktop-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-desktop-6 {
		margin-left: 50%;
	}
	
	.offset-desktop-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-desktop-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-desktop-9 {
		margin-left: 75%;
	}
	
	.offset-desktop-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-desktop-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width:1820px) {
	.col-xxl {
		-ms-flex-preferred-size: 0;
		-ms-flex-positive: 1;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-xxl-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-xxl-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-xxl-3 > * {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.row-cols-xxl-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-xxl-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-xxl-6 > * {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-xxl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	
	.col-xxl-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-xxl-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-xxl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xxl-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-xxl-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-xxl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xxl-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-xxl-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-xxl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xxl-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-xxl-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-xxl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-xxl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-xxl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-xxl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-xxl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-xxl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-xxl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-xxl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-xxl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-xxl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-xxl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-xxl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-xxl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-xxl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-xxl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-xxl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-xxl-0 {
		margin-left: 0;
	}
	
	.offset-xxl-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-xxl-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-xxl-3 {
		margin-left: 25%;
	}
	
	.offset-xxl-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-xxl-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-xxl-6 {
		margin-left: 50%;
	}
	
	.offset-xxl-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-xxl-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-xxl-9 {
		margin-left: 75%;
	}
	
	.offset-xxl-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-xxl-11 {
		margin-left: 91.6666666667%;
	}
}

.cky-btn-revisit-wrapper {
	background-color: #3b37e6 !important;
}

.cky-consent-container {
	border-radius: 20px !important;
	transition: opacity .3s linear;
	width: 430px !important;
}

.cky-consent-container.active {
	opacity: 1;
	visibility: visible;
}

@media only screen and (max-width:480px) {
	.cky-consent-container {
		border-radius: 0 !important;
		width: 100% !important;
	}
}

.cky-consent-container.cky-box-bottom-left {
	bottom: 24px;
	isolation: isolate;
	left: 15px;
}

@media only screen and (max-width:480px) {
	.cky-consent-container.cky-box-bottom-left {
		bottom: 23px;
		left: 16px;
		max-width: calc(100% - 32px) !important;
	}
	
	.cky-consent-container.cky-box-bottom-left:before {
		background: linear-gradient(.85deg, #fff -12.02%, hsla(0, 0%, 100%, 0) 93.59%);
		bottom: -23px;
		content: "";
		display: block;
		height: calc(100% + 133px);
		left: -16px;
		position: absolute;
		width: 100vw;
		z-index: -1;
	}
}

.cky-consent-container .cky-consent-bar {
	background: #16213d !important;
	border-color: #16213d !important;
	border: none;
	border-radius: 20px !important;
	box-shadow: none !important;
	color: #fff !important;
	padding: 25px 30px 20px !important;
}

@media only screen and (max-width:480px) {
	.cky-consent-container .cky-consent-bar {
		border-radius: 30px !important;
		padding: 28px 35px 25px !important;
	}
}

.cky-consent-container .cky-notice .cky-title {
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

@media only screen and (max-width:480px) {
	.cky-consent-container .cky-notice .cky-title {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 13px;
	}
}

.cky-consent-container .cky-notice .cky-notice-group {
	color: #fff;
	font-style: 14px;
	font-weight: 300;
	line-height: 20px;
}

.cky-consent-container .cky-notice .cky-notice-group .cky-notice-des {
	color: #fff !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media only screen and (max-width:480px) {
	.cky-consent-container .cky-notice .cky-notice-group .cky-notice-des {
		text-align: center;
	}
}

.cky-consent-container .cky-notice .cky-notice-group .cky-notice-des p {
	color: #fff;
	font-size: 14px;
	line-height: 19px;
}

.cky-consent-container .cky-notice .cky-notice-btn-wrapper {
	gap: 20px;
	margin-top: 35px;
}

@media only screen and (max-width:480px) {
	.cky-consent-container .cky-notice .cky-notice-btn-wrapper {
		-ms-flex-pack: center;
		-ms-flex-direction: initial;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px 16px;
		justify-content: center;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.cky-consent-container .cky-notice .cky-notice-btn-wrapper .cky-btn {
	border: 1px solid #fff !important;
	border-radius: 10px;
	color: #fff !important;
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	padding: 6px 10px;
	transition: opacity .3s linear;
}

@media only screen and (max-width:480px) {
	.cky-consent-container .cky-notice .cky-notice-btn-wrapper .cky-btn {
		-ms-flex-order: initial;
		-ms-flex: none;
		flex: none;
		order: 0;
		padding: 6px 14px;
		width: auto;
	}
}

.cky-consent-container .cky-notice .cky-notice-btn-wrapper .cky-btn:last-child {
	margin: 0;
}

.cky-consent-container .cky-notice .cky-notice-btn-wrapper .cky-btn.cky-btn-accept {
	background: #3b37e6;
	border-color: #3b37e6 !important;
}

div[data-cky-tag=detail-powered-by] {
	display: none !important;
}

.cky-overlay {
	background: #16213d !important;
}

@media only screen and (max-width:480px) {
	.cky-overlay {
		opacity: .7;
	}
}

.cky-footer-shadow {
	background: linear-gradient(0deg, #16213d 30.1%, rgba(22, 33, 61, 0)) !important;
}

.cky-modal {
	background-color: #16213d !important;
	border-radius: 20px !important;
	color: #fff !important;
}

@media (max-width:576px) {
	.cky-modal {
		box-shadow: 0 -20px 26px rgba(22, 33, 61, .5) !important;
		max-width: 90% !important;
	}
}

.cky-modal .cky-preference-center {
	background-color: #16213d !important;
	border-color: #16213d !important;
	border-radius: 20px !important;
	color: #fff !important;
}

@media (max-width:576px) {
	.cky-modal .cky-preference-center {
		max-height: 90vh;
	}
}

.cky-modal .cky-preference-header {
	-ms-flex-pack: center;
	justify-content: center;
	padding: 45px 62px 24px;
	position: relative;
	text-align: center;
}

@media only screen and (max-width:670px) {
	.cky-modal .cky-preference-header {
		padding: 45px 30px 24px;
	}
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-preference-header {
		padding: 56px 30px 20px;
	}
}

.cky-modal .cky-preference-header .cky-preference-title {
	color: #fff !important;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-preference-header .cky-preference-title {
		font-size: 22px;
		line-height: 28px;
	}
}

.cky-modal .cky-preference-header .cky-btn-close {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' stroke='%23fff'%3E%3Cpath d='m.516.504 17.032 17.032M17.547.504.515 17.536'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(0 .02)' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") !important;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 18px;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 18px;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-preference-header .cky-btn-close {
		right: 22px;
		top: 22px;
	}
}

.cky-modal .cky-preference-header .cky-btn-close img {
	display: none !important;
}

.cky-modal .cky-preference-body-wrapper {
	padding: 0 62px;
}

@media only screen and (max-width:670px) {
	.cky-modal .cky-preference-body-wrapper {
		padding: 0 30px;
	}
}

.cky-modal .cky-preference-body-wrapper::-webkit-scrollbar {
	background-color: #d8e3ff;
	width: 10px;
}

.cky-modal .cky-preference-header .cky-btn-close.nitro-lazy {
	background-image: none !important;
}

.cky-modal .cky-preference-body-wrapper::-webkit-scrollbar-thumb {
	background-color: #fff;
}

.cky-modal .cky-preference-body-wrapper .cky-preference-content-wrapper {
	border-color: rgba(215, 247, 255, .3);
	color: #fff !important;
	font-size: 14px;
	line-height: 20px;
	padding: 20px 4px;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-preference-body-wrapper .cky-preference-content-wrapper {
		padding: 14px 0;
	}
}

.cky-modal .cky-preference-body-wrapper .cky-preference-content-wrapper strong {
	color: #fff !important;
}

.cky-modal .cky-preference-body-wrapper .cky-preference-content-wrapper * {
	font-size: 14px;
	line-height: 20px;
	max-width: 665px;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-preference-body-wrapper .cky-preference-content-wrapper * {
		font-size: 13px;
		line-height: 18px;
	}
}

.cky-modal .cky-preference-body-wrapper .cky-preference-content-wrapper .cky-show-desc-btn {
	border: none !important;
	color: #d8e3ff !important;
	font-family: Open Sans;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 20px;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-preference-body-wrapper .cky-preference-content-wrapper .cky-show-desc-btn {
		font-size: 13px !important;
		line-height: 18px !important;
	}
}

.cky-modal .cky-accordion-wrapper .cky-accordion {
	border-color: rgba(215, 247, 255, .3);
}

.cky-modal .cky-accordion-wrapper .cky-accordion#ckyDetailCategorynecessary {
	padding-top: 9px;
}

.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-chevron i {
	color: #fff !important;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-chevron i:before {
		top: 18px;
	}
}

.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item {
	margin-top: 20px;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item {
		margin-top: 0;
	}
}

.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-chevron {
	margin: 0;
	padding-right: 22px;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header {
		margin-bottom: 18px;
		padding-bottom: 10px;
		padding-right: 5px;
		padding-top: 10px;
	}
}

.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn {
	color: #fff !important;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn {
		font-size: 15px;
		line-height: 19px;
	}
}

.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-always-active {
	color: #fff;
	font-family: Open Sans;
}

.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header-des {
	color: #fff !important;
	font-size: 14px;
	line-height: 20px;
	margin-top: 0;
	max-width: 665px;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header-des {
		margin-bottom: 20px;
	}
}

.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header-des p {
	font-size: 14px;
	line-height: 20px;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header-des p {
		font-size: 13px;
		line-height: 18px;
	}
}

.cky-modal .cky-accordion-wrapper .cky-accordion .cky-audit-table {
	background: transparent !important;
	border-radius: 0 !important;
	color: #fff !important;
}

.cky-modal .cky-accordion-wrapper .cky-accordion .cky-audit-table * {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

.cky-modal .cky-switch input[type=checkbox] {
	background-color: #d8e3ff !important;
	border: 1px solid #55bbf9 !important;
	height: 19px;
	width: 39px;
}

.cky-modal .cky-switch input[type=checkbox]:before {
	bottom: 1px;
	height: 15px;
	left: 2px;
	width: 15px;
}

.cky-modal .cky-switch input[type=checkbox]:checked:before {
	background-color: #3b37e6;
	-webkit-transform: translateX(19px);
	transform: translateX(19px);
}

.cky-modal .cky-prefrence-btn-wrapper {
	gap: 25px 20px;
	padding: 0 62px 30px;
}

@media only screen and (max-width:670px) {
	.cky-modal .cky-prefrence-btn-wrapper {
		padding: 0 30px 30px;
	}
}

@media (max-width:576px) {
	.cky-modal .cky-prefrence-btn-wrapper {
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 30px 48px;
	}
}

.cky-modal .cky-prefrence-btn-wrapper .cky-btn {
	border: 1px solid #fff !important;
	border-radius: 10px;
	color: #fff !important;
	-ms-flex: none;
	flex: none;
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	opacity: 1 !important;
	padding: 6px 19px;
	transition: .3s linear;
	transition-property: background-color, color;
}

.cky-modal .cky-prefrence-btn-wrapper .cky-btn:hover {
	background-color: #fff !important;
	color: #3b37e6 !important;
}

@media (max-width:576px) {
	.cky-modal .cky-prefrence-btn-wrapper .cky-btn {
		-ms-flex-order: inherit;
		order: inherit;
		width: auto;
	}
	
	.cky-modal .cky-prefrence-btn-wrapper .cky-btn.cky-btn-preferences {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.cky-modal .cky-prefrence-btn-wrapper .cky-btn.cky-btn-reject {
		-ms-flex-order: 2;
		order: 2;
	}
}

.cky-modal .cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept {
	background: #3b37e6;
	border-color: #3b37e6 !important;
}

@media (max-width:576px) {
	.cky-modal .cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept {
		-ms-flex-order: 3;
		order: 3;
	}
}

.cky-modal .cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept:hover {
	background-color: rgba(59, 55, 230, .8) !important;
	border-color: rgba(59, 55, 230, .8) !important;
	color: #fff !important;
}

[dir=rtl] .cky-modal .cky-accordion-wrapper .cky-accordion.cky-accordion-active .cky-accordion-chevron i:before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

[dir=rtl] .cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-chevron i:before {
	border: 0;
	border-left: 1.4px solid;
	border-top: 1.4px solid;
	right: 0;
}

#CybotCookiebotDialog {
	border-radius: 20px !important;
	bottom: 20px !important;
	font-family: Axiforma Book, Helvetica, sans-serif !important;
	left: 20px !important;
	margin: 0 !important;
	max-width: 460px !important;
	right: 20px !important;
	top: auto !important;
	-webkit-transform: none !important;
	transform: none !important;
	width: calc(100% - 40px) !important;
}

#CybotCookiebotDialogNav {
	display: none !important;
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount {
	background-color: #3b37e6 !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover {
	color: #e3eeff !important;
}

#CybotCookiebotDialog .CybotCookiebotScrollContainer, #CybotCookiebotDialogNav, #CybotCookiebotDialogTabContent {
	border: none !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo, a#CybotCookiebotDialogPoweredbyCybot, div#CybotCookiebotDialogPoweredByText {
	display: none !important;
}

#CybotCookiebotDialogBodyContent {
	padding: 0 1.125em !important;
}

#CybotCookiebotDialogHeader {
	border-bottom: none !important;
	padding: 1.5em 1.5em 0 !important;
}

#CybotCookiebotDialogBodyContentTitle {
	font-size: 16px !important;
	font-weight: 600 !important;
	margin-bottom: 12px !important;
	text-align: center !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText {
	font-size: 14px !important;
	font-weight: 300 !important;
	line-height: 19px !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyButton {
	border-radius: 10px !important;
	border-width: 1px !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
	min-height: 38px !important;
	padding: 6px 10px !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogGpcContainer {
	border-bottom: none !important;
	padding: 1em 1.125em !important;
}

#CybotCookiebotDialogGpcIcon svg path {
	fill: #fff !important;
}

* {
	box-sizing: border-box;
}

html {
	margin-top: 0 !important;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

body {
	background: #fff;
	font-family: Axiforma Book;
	font-weight: 300;
	position: relative;
	width: 100%;
}

body.overflow {
	overflow: hidden;
}

body.overflow .demo-sticky {
	visibility: hidden;
}

body.filter-is-opened {
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

body.filter-is-opened:before {
	background: rgba(46, 46, 46, .4);
	content: "";
	display: block;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition: all .5s ease-out;
	width: 100vw;
	z-index: 10000;
}

body.filter-is-opened .all-partners-w-sidebar__filter-wrapper, body.filter-is-opened .all-partners-w-sidebar__sidebar, body.filter-is-opened .all-resources-w-sidebar__filter-wrapper, body.filter-is-opened .all-resources-w-sidebar__sidebar {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

body.rtl * {
	font-family: Rubik, sans-serif !important;
}

body #wrapper {
	padding-top: 86px;
}

body #wrapper.without-header {
	padding-top: 0;
}

@media only screen and (max-width:670px) {
	body #wrapper {
		padding-top: 50px;
	}
}

@media screen and (max-width:600px) {
	body.admin-bar {
		padding: 32px 0 0;
	}
}

body.admin-bar .site-header {
	margin-top: 32px;
}

@media screen and (max-width:782px) {
	body.admin-bar .site-header {
		margin-top: 46px;
	}
}

@media screen and (max-width:600px) {
	body.admin-bar .site-header.sticky {
		margin-top: 0 !important;
	}
}

body.admin-bar .mobile-menu {
	margin-top: 32px;
}

@media screen and (max-width:782px) {
	body.admin-bar .mobile-menu {
		margin-top: 46px;
	}
}

@media screen and (max-width:600px) {
	body.admin-bar.scroll .mobile-menu {
		margin-top: 0 !important;
	}
}

body * {
	box-sizing: border-box !important;
	color: #16213d;
	font-family: Axiforma Book;
	font-weight: 300;
	outline: none !important;
}

body.no-header #wrapper {
	padding-top: 0 !important;
}

body.static-header .site-header {
	position: relative;
}

body.static-header #wrapper {
	padding-top: 0;
}

body.sticky-badge .badge-icon-wrapper.left {
	position: fixed;
}

.overflow {
	overflow: hidden;
}

.overlay {
	bottom: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
}

.position-relative {
	position: relative;
}

#main-wrapper {
	-ms-flex-preferred-size: 0;
	-ms-flex-positive: 1;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.cover-bg {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.responsive-media {
	-o-object-fit: cover;
	object-fit: cover;
}

.responsive-image, .responsive-media {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

.list-reset {
	list-style: none;
	margin: 0;
	padding: 0;
}

iframe {
	max-width: 100%;
}

#wrapper {
	-ms-flex-pack: justify;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}

#site-footer {
	margin-top: auto;
}

.not-found {
	grid-column: 1/4;
	text-align: center;
}

.hidden {
	display: none !important;
}

h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, p:empty {
	display: none;
}

a, li, ol, span, ul {
	list-style: none;
}

.a-tag a:not(.return-back-link__btn):not(.promotion-area-slider__promotion-button):not(.component-button), .block-page-content a:not(.return-back-link__btn):not(.promotion-area-slider__promotion-button):not(.component-button), .page-content a:not(.return-back-link__btn):not(.promotion-area-slider__promotion-button):not(.component-button) {
	color: #3b37e6;
	font-family: Open Sans;
	font-weight: 400;
	text-decoration: none;
}

.a-tag a:not(.return-back-link__btn):not(.promotion-area-slider__promotion-button):not(.component-button) span, .block-page-content a:not(.return-back-link__btn):not(.promotion-area-slider__promotion-button):not(.component-button) span, .page-content a:not(.return-back-link__btn):not(.promotion-area-slider__promotion-button):not(.component-button) span {
	color: #3b37e6;
}

.a-tag a:not(.return-back-link__btn):not(.promotion-area-slider__promotion-button):not(.component-button):hover, .block-page-content a:not(.return-back-link__btn):not(.promotion-area-slider__promotion-button):not(.component-button):hover, .page-content a:not(.return-back-link__btn):not(.promotion-area-slider__promotion-button):not(.component-button):hover {
	text-decoration: underline;
}

.block-page-content p:not(:last-child) {
	margin-bottom: 24px;
}

@media only screen and (max-width:991px) {
	.block-page-content p:not(:last-child) {
		margin-bottom: 16px;
	}
}

.block-page-content ol {
	list-style: decimal;
}

.block-page-content ul {
	list-style: disc;
}

.block-page-content ol, .block-page-content ul {
	margin-left: 18px;
}

.block-page-content ol:not(:first-child), .block-page-content ul:not(:first-child) {
	margin-top: 18px;
}

.block-page-content ol:not(:last-child), .block-page-content ul:not(:last-child) {
	margin-bottom: 18px;
}

.block-page-content li {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	list-style: inherit;
	padding: 0;
}

.block-page-content li:not(:last-child) {
	margin-bottom: 8px;
}

.block-page-content li:before {
	display: none;
}

.block-page-content h2, .block-page-content h3, .block-page-content h4, .block-page-content h5, .block-page-content h6 {
	font-size: 22px;
	line-height: 28px;
}

.block-page-content h2:not(:last-child), .block-page-content h3:not(:last-child), .block-page-content h4:not(:last-child), .block-page-content h5:not(:last-child), .block-page-content h6:not(:last-child) {
	margin-bottom: 8px;
}

@media only screen and (max-width:1199px) {
	.block-page-content h2, .block-page-content h3, .block-page-content h4, .block-page-content h5, .block-page-content h6 {
		font-size: 18px;
	}
}

del, em {
	font-weight: 400;
}

del, em, strong, strong * {
	font-family: Open Sans;
}

.inherit {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.page-content.ltr .anchor-menu, .page-content.ltr a, .page-content.ltr h1, .page-content.ltr h2, .page-content.ltr h3, .page-content.ltr h4, .page-content.ltr h5, .page-content.ltr h6, .page-content.ltr li, .page-content.ltr ol, .page-content.ltr p, .page-content.ltr strong, .page-content.ltr table, .page-content.ltr ul {
	direction: ltr;
	font-family: Open Sans;
}

.page-content.ltr ol li, .page-content.ltr ul li {
	padding-left: 25px !important;
	padding-right: 0 !important;
}

.page-content.ltr ol li:before, .page-content.ltr ul li:before {
	left: 13px !important;
	right: unset !important;
}

.page-content p {
	padding-left: 0;
}

.page-content p:not(:last-child) {
	margin-bottom: 28px;
}

@media only screen and (max-width:991px) {
	.page-content p:not(:last-child) {
		margin-bottom: 20px;
	}
}

.page-content li {
	font-family: Open Sans;
	font-weight: 400;
}

.page-content li:not(:last-child) {
	margin-bottom: 10px;
}

.page-content ol:not(:last-child), .page-content ul:not(:last-child) {
	margin-bottom: 28px;
}

@media only screen and (max-width:991px) {
	.page-content ol:not(:last-child), .page-content ul:not(:last-child) {
		margin-bottom: 20px;
	}
}

.page-content h2 strong {
	font-family: Axiforma Book;
}

.page-content > h1, .page-content > h2, .page-content > h3, .page-content > h4, .page-content > h5, .page-content > h6 {
	margin-bottom: 8px;
}

@media only screen and (max-width:480px) {
	.page-content > h1, .page-content > h2, .page-content > h3, .page-content > h4, .page-content > h5, .page-content > h6 {
		margin-bottom: 12px;
	}
}

.page-content li {
	font-size: 16px;
	line-height: 24px;
	padding-left: 25px;
	position: relative;
}

@media only screen and (max-width:1030px) {
	.page-content li {
		padding-left: 20px;
	}
}

.page-content li:before {
	background-color: #16213d;
	border-radius: 50%;
	content: "";
	display: block;
	height: 3px;
	left: 13px;
	position: absolute;
	top: 11px;
	width: 3px;
}

.page-content__news ol {
	list-style: decimal;
}

.page-content__news ul {
	list-style: disc;
}

.page-content__news li {
	list-style: inherit;
	padding-left: 0;
}

.page-content__news li:before {
	display: none;
}

.page-content__careers li:not(:last-child), .page-content__news li:not(:last-child) {
	margin-bottom: 0;
}

.page-content__news ol:not(:last-child), .page-content__news ul:not(:last-child), .page-content__page ol:not(:last-child), .page-content__page ul:not(:last-child) {
	margin-bottom: 40px;
}

.page-content__news ol, .page-content__news ul, .page-content__page ol, .page-content__page ul {
	margin-left: 18px;
}

.page-content__news ol:not(:first-child), .page-content__news ul:not(:first-child), .page-content__page ol:not(:first-child), .page-content__page ul:not(:first-child) {
	margin-top: 18px;
}

.page-content__news ol:not(:last-child), .page-content__news ul:not(:last-child), .page-content__page ol:not(:last-child), .page-content__page ul:not(:last-child) {
	margin-bottom: 18px;
}

.page-content__news h1:not(:last-child), .page-content__news h2:not(:last-child), .page-content__news h3:not(:last-child), .page-content__news h4:not(:last-child), .page-content__news h5:not(:last-child), .page-content__news h6:not(:last-child), .page-content__page h1:not(:last-child), .page-content__page h2:not(:last-child), .page-content__page h3:not(:last-child), .page-content__page h4:not(:last-child), .page-content__page h5:not(:last-child), .page-content__page h6:not(:last-child) {
	margin-bottom: 16px;
}

.page-content__news h1:not(:first-child), .page-content__news h2:not(:first-child), .page-content__news h3:not(:first-child), .page-content__news h4:not(:first-child), .page-content__news h5:not(:first-child), .page-content__news h6:not(:first-child), .page-content__page h1:not(:first-child), .page-content__page h2:not(:first-child), .page-content__page h3:not(:first-child), .page-content__page h4:not(:first-child), .page-content__page h5:not(:first-child), .page-content__page h6:not(:first-child) {
	margin-top: 40px;
}

.page-content__news h2, .page-content__page h2 {
	font-size: 40px;
	line-height: 48px;
}

@media only screen and (max-width:570px) {
	.page-content__news h2, .page-content__page h2 {
		font-size: 22px;
		line-height: 28px;
	}
}

.page-content__news h3, .page-content__page h3 {
	font-size: 22px;
	line-height: 28px;
}

.page-content__news h1, .page-content__news h2, .page-content__news h3, .page-content__news h4, .page-content__news h5, .page-content__news h6, .page-content__news ol, .page-content__news p, .page-content__news ul {
	max-width: 997px;
}

.page-content__careers h2 {
	font-size: 22px;
	line-height: 28px;
}

.page-content__careers h3, .page-content__careers h4, .page-content__careers h5, .page-content__careers h6 {
	font-size: 18px;
	line-height: 28px;
}

.page-content__careers > h1, .page-content__careers > h2, .page-content__careers > h3, .page-content__careers > h4, .page-content__careers > h5, .page-content__careers > h6 {
	margin-bottom: 8px;
}

.page-content__careers ol:not(:last-child), .page-content__careers p:not(:last-child), .page-content__careers ul:not(:last-child) {
	margin-bottom: 32px;
}

@media only screen and (max-width:991px) {
	.page-content__careers li:before {
		top: 12px;
	}
}

.page-content__events-webinar {
	margin-bottom: 110px;
}

@media only screen and (max-width:991px) {
	.page-content__events-webinar {
		margin-bottom: 64px;
	}
}

@media only screen and (max-width:570px) {
	.page-content__events-webinar {
		margin-bottom: 40px;
	}
}

.page-content__events-webinar h1, .page-content__events-webinar h2, .page-content__events-webinar h3, .page-content__events-webinar h4, .page-content__events-webinar h5, .page-content__events-webinar h6, .page-content__events-webinar ol, .page-content__events-webinar p, .page-content__events-webinar ul {
	max-width: 997px;
}

.page-content__events-webinar li:before {
	left: 13px;
	top: 14px;
}

.page-content__events-webinar h2:not(:last-child), .page-content__events-webinar h3:not(:last-child), .page-content__events-webinar h4:not(:last-child), .page-content__events-webinar h5:not(:last-child), .page-content__events-webinar h6:not(:last-child) {
	margin-bottom: 8px;
}

.page-content__events-webinar h2 {
	font-size: 22px;
	line-height: 28px;
}

.page-content__events-webinar h3, .page-content__events-webinar h4, .page-content__events-webinar h5, .page-content__events-webinar h6 {
	font-size: 18px;
	line-height: 28px;
}

.page-content__events-webinar ol:not(:last-child), .page-content__events-webinar p:not(:last-child), .page-content__events-webinar ul:not(:last-child) {
	margin-bottom: 32px;
}

@media only screen and (max-width:570px) {
	.page-content__events-webinar ol:not(:last-child), .page-content__events-webinar p:not(:last-child), .page-content__events-webinar ul:not(:last-child) {
		margin-bottom: 24px;
	}
}

.page-content__events-webinar .set-a-meeting .container {
	padding: 0;
}

.single-blog__media {
	margin: 40px 0 16px;
	position: relative;
}

.single-blog__media .figure, .single-blog__media .mask {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.single-blog__media .mask {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='146' height='174' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0c7.398 0 14.364 3.324 18.805 8.972L143.96 168.161A9.442 9.442 0 0 1 146 174V0H0Z' fill='%23FFF'/%3E%3C/svg%3E");
	height: 193px;
	width: 155px;
}

.single-blog__media .mask.nitro-lazy {
	background-image: none !important;
}

.single-blog__media .figure {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.5 180.408V38.04C156.5 17.307 139.692.5 118.959.5H11.217C2.27.5-2.718 10.839 2.852 17.842l134.594 169.22c6.299 7.919 19.054 3.465 19.054-6.654Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
	height: 143px;
	width: 117px;
}

.single-blog__media .figure.nitro-lazy {
	background-image: none !important;
}

.container {
	margin: 0 auto;
	max-width: 1440px;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
}

@media only screen and (max-width:670px) {
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.section-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

@media only screen and (max-width:570px) {
	.hide-on-mobile {
		display: none !important;
	}
}

.section-title {
	font-size: 40px;
	line-height: 48px;
}

@media only screen and (max-width:991px) {
	.section-title {
		font-size: 24px;
		line-height: 28px;
	}
}

.section-text {
	font-size: 16px;
	line-height: 24px;
}

.h1-title {
	font-size: 60px;
	line-height: 62px;
}

@media only screen and (max-width:1030px) {
	.h1-title {
		font-size: 32px;
		line-height: 34px;
	}
}

@media only screen and (max-width:480px) {
	.h1-title {
		font-size: 25px;
		line-height: 29px;
	}
}

.h1-title.content-slider-sale__title {
	font-size: 84px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

@media only screen and (max-width:1680px) {
	.h1-title.content-slider-sale__title {
		font-size: 75px;
	}
}

@media only screen and (max-width:1370px) {
	.h1-title.content-slider-sale__title {
		font-size: 70px;
	}
}

@media only screen and (max-width:1199px) {
	.h1-title.content-slider-sale__title {
		font-size: 60px;
	}
}

@media only screen and (max-width:1030px) {
	.h1-title.content-slider-sale__title {
		font-size: 50px;
	}
}

@media only screen and (max-width:991px) {
	.h1-title.content-slider-sale__title {
		font-size: 48px;
	}
}

@media only screen and (max-width:850px) {
	.h1-title.content-slider-sale__title {
		font-size: 45px;
	}
}

@media only screen and (max-width:768px) {
	.h1-title.content-slider-sale__title {
		max-width: 415px;
		text-align: center;
	}
}

@media only screen and (max-width:570px) {
	.h1-title.content-slider-sale__title {
		font-size: 40px;
		max-width: 330px;
	}
}

@media only screen and (max-width:480px) {
	.h1-title.content-slider-sale__title {
		font-size: 36px;
		max-width: 292px;
	}
}

.h2-title {
	font-size: 40px;
	line-height: 48px;
}

@media only screen and (max-width:991px) {
	.h2-title {
		font-size: 24px;
		line-height: 29px;
	}
}

@media only screen and (max-width:480px) {
	.h2-title {
		font-size: 18px;
		line-height: 22px;
	}
}

.h2-title.benefits-v2__title {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.27;
}

@media only screen and (max-width:991px) {
	.h2-title.benefits-v2__title {
		font-size: 32px;
	}
}

.h2-title.content-slider-sale__subtitle {
	font-size: 61px;
	font-weight: 500;
	line-height: 1;
}

@media only screen and (max-width:1680px) {
	.h2-title.content-slider-sale__subtitle {
		font-size: 55px;
	}
}

@media only screen and (max-width:1370px) {
	.h2-title.content-slider-sale__subtitle {
		font-size: 50px;
	}
}

@media only screen and (max-width:1199px) {
	.h2-title.content-slider-sale__subtitle {
		font-size: 42px;
	}
}

@media only screen and (max-width:1030px) {
	.h2-title.content-slider-sale__subtitle {
		font-size: 36px;
	}
}

@media only screen and (max-width:991px) {
	.h2-title.content-slider-sale__subtitle {
		font-size: 34px;
	}
}

@media only screen and (max-width:850px) {
	.h2-title.content-slider-sale__subtitle {
		font-size: 32px;
	}
}

@media only screen and (max-width:768px) {
	.h2-title.content-slider-sale__subtitle {
		text-align: center;
	}
}

@media only screen and (max-width:570px) {
	.h2-title.content-slider-sale__subtitle {
		font-size: 28px;
	}
}

.h2-title.content-slider-sale__subtitle * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.h2-title.content-slider-sale__subtitle p strong {
	font-weight: 900;
}

.h3-title {
	font-size: 22px;
	line-height: 28px;
}

@media only screen and (max-width:991px) {
	.h3-title {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width:480px) {
	.h3-title {
		font-size: 16px;
		line-height: 21px;
	}
}

.h3-title.benefits-v2__card-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.27;
}

.social-media {
	display: -ms-flexbox;
	display: flex;
}

.social-media__link {
	height: 23px;
	opacity: .5;
	transition: opacity .3s linear;
	width: 23px;
}

@media only screen and (max-width:1030px) {
	.social-media__link {
		opacity: 1;
	}
}

.social-media__link:hover {
	opacity: 1;
}

.social-media__link:not(:last-child) {
	margin-right: 12px;
}

@media only screen and (max-width:670px) {
	.social-media__link:not(:last-child) {
		margin-right: 10px;
	}
}

.social-media__link svg {
	display: block;
	height: 23px;
	width: 23px;
}

@media only screen and (max-width:1030px) {
	.social-media__link svg {
		height: 21px;
		width: 21px;
	}
}

@media only screen and (max-width:670px) {
	.social-media__link svg {
		height: 22px;
		width: 22px;
	}
}

.social-media__title {
	color: #fff;
	font-family: Axiforma;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 22px;
}

.swiper-container.swiper-fade .swiper-slide, .swiper.swiper-fade .swiper-slide {
	opacity: 0 !important;
}

.swiper-container.swiper-fade .swiper-slide-active, .swiper.swiper-fade .swiper-slide-active {
	opacity: 1 !important;
}

.swiper .swiper-pagination, .swiper-container .swiper-pagination {
	-ms-flex-pack: center;
	bottom: auto;
	justify-content: center;
	position: relative;
}

.swiper .swiper-pagination-bullet, .swiper-container .swiper-pagination-bullet {
	background-color: transparent;
	border: 1px solid #3b37e6;
	height: 12px;
	margin: 0 6px !important;
	opacity: 1;
	transition: background-color .3s linear;
	width: 12px;
}

@media only screen and (max-width:991px) {
	.swiper .swiper-pagination-bullet, .swiper-container .swiper-pagination-bullet {
		height: 7px;
		margin: 0 3px !important;
		width: 7px;
	}
}

@media only screen and (max-width:670px) {
	.swiper .swiper-pagination-bullet, .swiper-container .swiper-pagination-bullet {
		height: 11px;
		width: 11px;
	}
}

.swiper .swiper-pagination-bullet-active, .swiper .swiper-pagination-bullet:hover, .swiper-container .swiper-pagination-bullet-active, .swiper-container .swiper-pagination-bullet:hover {
	background-color: #3b37e6;
}

.swiper .swiper-pagination.apricot .swiper-pagination-bullet, .swiper-container .swiper-pagination.apricot .swiper-pagination-bullet {
	border-color: #ed7b6f;
}

.swiper .swiper-pagination.apricot .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper .swiper-pagination.apricot .swiper-pagination-bullet:hover, .swiper-container .swiper-pagination.apricot .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-container .swiper-pagination.apricot .swiper-pagination-bullet:hover {
	background-color: #ed7b6f;
}

.swiper .swiper-pagination.purple .swiper-pagination-bullet, .swiper-container .swiper-pagination.purple .swiper-pagination-bullet {
	border-color: #a142ff;
}

.swiper .swiper-pagination.purple .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper .swiper-pagination.purple .swiper-pagination-bullet:hover, .swiper-container .swiper-pagination.purple .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-container .swiper-pagination.purple .swiper-pagination-bullet:hover {
	background-color: #a142ff;
}

.swiper .swiper-pagination.light-blue .swiper-pagination-bullet, .swiper-container .swiper-pagination.light-blue .swiper-pagination-bullet {
	border-color: #5ed0f9;
}

.swiper .swiper-pagination.light-blue .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper .swiper-pagination.light-blue .swiper-pagination-bullet:hover, .swiper-container .swiper-pagination.light-blue .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-container .swiper-pagination.light-blue .swiper-pagination-bullet:hover {
	background-color: #5ed0f9;
}

.swiper .swiper-button-next, .swiper .swiper-button-prev, .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
	border: 1px solid #3b37e6;
	border-radius: 50%;
	height: 59px;
	margin-top: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: opacity .3s linear;
	width: 59px;
}

.swiper .swiper-button-next svg, .swiper .swiper-button-prev svg, .swiper-container .swiper-button-next svg, .swiper-container .swiper-button-prev svg {
	height: 21px;
	width: 25px;
}

@media only screen and (max-width:1370px) {
	.swiper .swiper-button-next svg, .swiper .swiper-button-prev svg, .swiper-container .swiper-button-next svg, .swiper-container .swiper-button-prev svg {
		height: 15px;
		width: 17px;
	}
	
	.swiper .swiper-button-next, .swiper .swiper-button-prev, .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
		height: 40px;
		width: 40px;
	}
}

@media only screen and (max-width:1199px) {
	.swiper .swiper-button-next, .swiper .swiper-button-prev, .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
		display: none;
	}
}

.swiper .swiper-button-next:hover, .swiper .swiper-button-prev:hover, .swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
	opacity: .5;
}

.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after, .swiper-container .swiper-button-next:after, .swiper-container .swiper-button-prev:after {
	display: none;
}

.swiper .swiper-button-next.apricot, .swiper .swiper-button-prev.apricot, .swiper-container .swiper-button-next.apricot, .swiper-container .swiper-button-prev.apricot {
	border: 1px solid #ed7b6f;
}

.swiper .swiper-button-next.apricot svg path, .swiper .swiper-button-prev.apricot svg path, .swiper-container .swiper-button-next.apricot svg path, .swiper-container .swiper-button-prev.apricot svg path {
	fill: #ed7b6f;
}

.swiper .swiper-button-next.purple, .swiper .swiper-button-prev.purple, .swiper-container .swiper-button-next.purple, .swiper-container .swiper-button-prev.purple {
	border: 1px solid #a142ff;
}

.swiper .swiper-button-next.purple svg path, .swiper .swiper-button-prev.purple svg path, .swiper-container .swiper-button-next.purple svg path, .swiper-container .swiper-button-prev.purple svg path {
	fill: #a142ff;
}

.swiper .swiper-button-next.light-blue, .swiper .swiper-button-prev.light-blue, .swiper-container .swiper-button-next.light-blue, .swiper-container .swiper-button-prev.light-blue {
	border: 1px solid #5ed0f9;
}

.swiper .swiper-button-next.light-blue svg path, .swiper .swiper-button-prev.light-blue svg path, .swiper-container .swiper-button-next.light-blue svg path, .swiper-container .swiper-button-prev.light-blue svg path {
	fill: #5ed0f9;
}

.swiper .swiper-button-prev, .swiper-container .swiper-button-prev {
	left: 0;
	right: unset;
}

.swiper .swiper-button-next, .swiper-container .swiper-button-next {
	left: unset;
	right: 0;
}

.dash-bullets .swiper .swiper-pagination .swiper-pagination-bullet {
	border-radius: 10px;
	height: 10px;
	width: 36px;
}

.blue-btn, .demo-sticky, .site-header .block-area .item-content-area-button .btn, .site-header .tab-pane .banner .btn, .site-header .tab-pane .item-content-area-button .btn, a.blue-btn {
	transition-property: background-color, color;
}

.btn-white {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #16213d;
	cursor: pointer;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: Axiforma;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	padding: 9px 28px;
	transition: background-color .3s, border-color .3s, color .3s;
}

.btn-white:hover {
	background-color: #16213d;
	color: #fff;
}

.non-after:after {
	content: none !important;
}

.styled-borders.none {
	border-color: transparent;
}

.styled-borders.blue-br {
	border-color: #3b37e6;
}

.styled-borders.coral-br {
	border-color: #ff7369;
}

.styled-borders.purple-br {
	border-color: #a142ff;
}

.styled-borders.light-blue-br {
	border-color: #55bbf9;
}

.styled-borders.malibu-br {
	border-color: #5ed0f9;
}

.styled-borders.apricot-br {
	border-color: #ed7b6f;
}

.single-banner__bottom {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	margin-top: 16px;
}

@media only screen and (max-width:768px) {
	.single-banner__bottom {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media only screen and (max-width:670px) {
	.single-banner__share {
		color: #3b37e6;
	}
}

.single-banner__share-text {
	color: #fff;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	margin-right: 6px;
}

@media only screen and (max-width:670px) {
	.single-banner__share-text {
		color: #3b37e6;
	}
}

.single-banner__share-wrapper {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

.single-banner__share {
	display: block;
	height: 24px;
	margin: 0 6px;
	transition: .3s linear;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	width: 24px;
}

.single-banner__share:hover {
	-webkit-transform: scale(1.3333) translateY(-3px);
	transform: scale(1.3333) translateY(-3px);
}

.single-banner__share svg {
	display: block;
	height: 100%;
	width: 100%;
}

.btn-hidden {
	position: absolute;
	top: -9999px;
	visibility: hidden;
}

.breadcrumbs {
	margin-bottom: 15px;
}

.breadcrumbs.section {
	margin-bottom: 7px;
	margin-top: 18px;
}

@media only screen and (max-width:991px) {
	.breadcrumbs.section {
		margin-bottom: 19px;
		margin-top: 19px;
	}
}

@media only screen and (max-width:480px) {
	.breadcrumbs.section {
		margin-bottom: 14px;
		margin-top: 13px;
	}
}

.breadcrumbs__link {
	font-size: 15px;
	line-height: 24px;
	opacity: .6;
	transition: opacity .3s linear;
}

.breadcrumbs__link:hover {
	opacity: 1;
}

.breadcrumbs__separator {
	-ms-flex-align: center;
	align-items: center;
	display: inline-block;
	line-height: 24px;
	margin: 0 6px;
}

@media only screen and (max-width:991px) {
	.breadcrumbs__separator {
		margin: 0 7px;
	}
}

.breadcrumbs__current {
	font-size: 15px;
	line-height: 24px;
	opacity: 1;
}

@media only screen and (max-width:670px) {
	.single .breadcrumbs {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.cky-btn-revisit-wrapper {
	display: none !important;
}

.pagination, .pagination-2 {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 18px;
}

@media only screen and (max-width:570px) {
	.pagination, .pagination-2 {
		margin-top: 6px;
	}
}

.pagination .next, .pagination .prev, .pagination-2 .next, .pagination-2 .prev {
	font-size: 0;
	height: 28px;
	position: relative;
	width: 28px;
	z-index: 1;
}

.pagination .next:after, .pagination .prev:after, .pagination-2 .next:after, .pagination-2 .prev:after {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMTQuNSAyOC4xMmM3LjQ1NiAwIDEzLjUtNi4wNDQgMTMuNS0xMy41cy02LjA0NC0xMy41LTEzLjUtMTMuNVMxIDcuMTY0IDEgMTQuNjJzNi4wNDQgMTMuNSAxMy41IDEzLjVaIiBzdHJva2U9IiMzQjM3RTYiLz48cGF0aCBkPSJNMTAuNjYyIDE3LjM5M0g4LjA0M2EuNTUuNTUgMCAwIDEtLjU0My0uNTU3di00LjQzM2EuNTUuNTUgMCAwIDEgLjU0My0uNTU3aDIuNjE5Yy4zIDAgLjU0My0uMjUuNTQzLS41NTZWOS4xNzhjMC0uNDI4LjQ1NC0uNjk4LjgxNy0uNDgybDkuMjA1IDUuNDQyYS41NjMuNTYzIDAgMCAxIDAgLjk2NWwtOS4yMDUgNS40NDJhLjU0NS41NDUgMCAwIDEtLjgxNy0uNDgydi0yLjExMmEuNTUuNTUgMCAwIDAtLjU0My0uNTU2di0uMDAyWiIgZmlsbD0iIzNCMzdFNiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0ibWF0cml4KDAgMSAxIDAgLjUgLjYyKSIgZD0iTTAgMGgyOHYyOEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==") 50% no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.pagination .prev:after, .pagination-2 .prev:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.pagination .page-numbers, .pagination-2 .page-numbers, .pagination-2__page, .pagination__page {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	color: #16213d;
	display: -ms-flexbox;
	display: flex;
	font-family: Axiforma, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	height: 33px;
	justify-content: center;
	letter-spacing: .1px;
	overflow: hidden;
	padding: 2px;
	text-align: center;
	transition: all .5s ease-out;
	width: 33px;
}

.pagination .page-numbers:hover, .pagination-2 .page-numbers:hover, .pagination-2__page:hover, .pagination__page:hover {
	background-color: #3b37e6;
	color: #fff;
}

.pagination .page-numbers.current, .pagination-2 .page-numbers.current, .pagination-2__current-page, .pagination__current-page {
	background-color: #3b37e6;
	color: #fff;
	pointer-events: none;
}

.pagination .page-numbers.dots, .pagination-2 .page-numbers.dots, .pagination-2__page-dots, .pagination__page-dots {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	height: 33px;
	justify-content: center;
	pointer-events: none;
	width: 33px;
}

html[dir=rtl] .pagination {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 60px, 0);
		transform: translate3d(0, 60px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 60px, 0);
		transform: translate3d(0, 60px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.fadeInUp {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
	animation-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.demo-sticky {
	-webkit-margin-end: 48px;
	display: none !important;
	margin-inline-end: 48px;
	position: relative;
	z-index: 9999;
}

@media only screen and (max-width:670px) {
	.demo-sticky {
		display: block !important;
		padding: 7px 24px !important;
	}
}

.cky-consent-container .cky-notice .cky-notice-btn-wrapper .cky-btn.cky-btn-reject {
	display: none !important;
}

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

.primary-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book, sans-serif;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.hbspt-form .hs-recaptcha {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.hbspt-form fieldset.form-columns-1 .hs-form-field {
	width: 100% !important;
}

.hbspt-form fieldset.form-columns-1:has(input[type=hidden]) {
	border: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.hbspt-form fieldset .hs-dependent-field .hs-form-field {
	width: 100% !important;
}

.phone-call-to-action {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	align-items: center;
	bottom: 10px;
	display: none;
	justify-content: center;
	left: 10px;
	position: fixed;
	z-index: 14000;
}

@media only screen and (max-width:768px) {
	.phone-call-to-action {
		display: -ms-flexbox;
		display: flex;
	}
	
	.phone-call-to-action img {
		height: 70px;
		width: 70px;
	}
}

.phone-call-to-action * {
	pointer-events: none;
}

ul.bullet li {
	font-family: Axiforma, sans-serif;
	font-style: normal;
	font-weight: 600;
}

div.styled-bullet-list :empty {
	display: none;
}

div.styled-bullet-list.all ul, div.styled-bullet-list.hexagon ul, div.styled-bullet-list.rectangle ul, div.styled-bullet-list.rhombus ul, div.styled-bullet-list.triangle ul {
	margin: 0;
}

div.styled-bullet-list.all ul li, div.styled-bullet-list.hexagon ul li, div.styled-bullet-list.rectangle ul li, div.styled-bullet-list.rhombus ul li, div.styled-bullet-list.triangle ul li {
	display: block;
	font-family: Open Sans;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 16px;
	padding-left: 34px;
	position: relative;
}

div.styled-bullet-list.all ul li *, div.styled-bullet-list.hexagon ul li *, div.styled-bullet-list.rectangle ul li *, div.styled-bullet-list.rhombus ul li *, div.styled-bullet-list.triangle ul li * {
	font-family: Open Sans;
	font-weight: 400;
}

div.styled-bullet-list.all ul li strong, div.styled-bullet-list.all ul li strong *, div.styled-bullet-list.hexagon ul li strong, div.styled-bullet-list.hexagon ul li strong *, div.styled-bullet-list.rectangle ul li strong, div.styled-bullet-list.rectangle ul li strong *, div.styled-bullet-list.rhombus ul li strong, div.styled-bullet-list.rhombus ul li strong *, div.styled-bullet-list.triangle ul li strong, div.styled-bullet-list.triangle ul li strong * {
	font-weight: 600;
}

div.styled-bullet-list.all ul li:last-child, div.styled-bullet-list.hexagon ul li:last-child, div.styled-bullet-list.rectangle ul li:last-child, div.styled-bullet-list.rhombus ul li:last-child, div.styled-bullet-list.triangle ul li:last-child {
	margin-bottom: 0;
}

div.styled-bullet-list.all ul li:before, div.styled-bullet-list.hexagon ul li:before, div.styled-bullet-list.rectangle ul li:before, div.styled-bullet-list.rhombus ul li:before, div.styled-bullet-list.triangle ul li:before {
	background-color: transparent;
	background-size: contain;
	border-radius: 0;
	display: block !important;
	height: 32px;
	left: 0;
	position: absolute;
	top: -4px;
	width: 32px;
}

div.styled-bullet-list.all ul li:before {
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 24px;
	min-width: 24px;
	top: 0;
	vertical-align: sub;
	width: 24px;
}

div.styled-bullet-list.all ul li:nth-child(3n+1):before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNy4xMjcgOC41NTJjMi4xNjYtMy43NTEgNy41OC0zLjc1MSA5Ljc0NyAwbDEuNzAzIDIuOTUxYzIuMTY2IDMuNzUyLS41NDEgOC40NDEtNC44NzMgOC40NDFoLTMuNDA4Yy00LjMzMiAwLTcuMDQtNC42OS00Ljg3My04LjQ0bDEuNzA0LTIuOTUyWiIgZmlsbD0iI0ZGREZEOSIgc3Ryb2tlPSIjRkY3MzY5Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}

div.styled-bullet-list.all ul li:nth-child(3n+2):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M7.914 4.668a5.627 5.627 0 0 1 7.958 0l3.245 3.245a5.627 5.627 0 0 1 0 7.959l-3.245 3.245a5.627 5.627 0 0 1-7.958 0l-3.246-3.245a5.627 5.627 0 0 1 0-7.959l3.246-3.245Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.all ul li:nth-child(3n+3):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.19 2.881a5.628 5.628 0 0 1 5.627 0l3.778 2.182a5.628 5.628 0 0 1 2.814 4.873V14.3a5.628 5.628 0 0 1-2.814 4.873l-3.778 2.182a5.628 5.628 0 0 1-5.628 0l-3.778-2.182A5.628 5.628 0 0 1 2.598 14.3V9.936A5.627 5.627 0 0 1 5.41 5.063L9.19 2.88Z' fill='%23D7F7FF' stroke='%235ED0F9'/%3E%3C/svg%3E");
}

div.styled-bullet-list.rhombus.blue li:before, div.styled-bullet-list.rhombus.blue li:nth-child(4n+1):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.878 4.662a5.628 5.628 0 0 1 7.958 0l7.216 7.215a5.627 5.627 0 0 1 0 7.959l-7.216 7.216a5.627 5.627 0 0 1-7.958 0l-7.216-7.216a5.628 5.628 0 0 1 0-7.959l7.216-7.215Z' fill='%23D8E3FF' stroke='%233B37E6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.rhombus.coral li:before, div.styled-bullet-list.rhombus.coral li:nth-child(4n+1):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.878 4.662a5.628 5.628 0 0 1 7.958 0l7.216 7.215a5.627 5.627 0 0 1 0 7.959l-7.216 7.216a5.627 5.627 0 0 1-7.958 0l-7.216-7.216a5.628 5.628 0 0 1 0-7.959l7.216-7.215Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.rhombus.purple li:before, div.styled-bullet-list.rhombus.purple li:nth-child(4n+1):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.878 4.662a5.628 5.628 0 0 1 7.958 0l7.216 7.215a5.627 5.627 0 0 1 0 7.959l-7.216 7.216a5.627 5.627 0 0 1-7.958 0l-7.216-7.216a5.628 5.628 0 0 1 0-7.959l7.216-7.215Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.rhombus.light-blue li:before, div.styled-bullet-list.rhombus.light-blue li:nth-child(4n+1):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.878 4.662a5.628 5.628 0 0 1 7.958 0l7.216 7.215a5.627 5.627 0 0 1 0 7.959l-7.216 7.216a5.627 5.627 0 0 1-7.958 0l-7.216-7.216a5.628 5.628 0 0 1 0-7.959l7.216-7.215Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.hexagon.blue li:before, div.styled-bullet-list.hexagon.blue li:nth-child(4n+2):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.19 3.108a5.628 5.628 0 0 1 5.628 0l7.08 4.088a5.628 5.628 0 0 1 2.814 4.873v8.175a5.627 5.627 0 0 1-2.814 4.874l-7.08 4.088a5.628 5.628 0 0 1-5.628 0l-7.08-4.088a5.627 5.627 0 0 1-2.813-4.874V12.07A5.627 5.627 0 0 1 6.11 7.196l7.08-4.088Z' fill='%23D8E3FF' stroke='%233B37E6'/%3E%3C/svg%3E");
}

div.styled-bullet-list.hexagon.coral li:before, div.styled-bullet-list.hexagon.coral li:nth-child(4n+2):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.19 3.108a5.628 5.628 0 0 1 5.628 0l7.08 4.088a5.628 5.628 0 0 1 2.814 4.873v8.175a5.627 5.627 0 0 1-2.814 4.874l-7.08 4.088a5.628 5.628 0 0 1-5.628 0l-7.08-4.088a5.627 5.627 0 0 1-2.813-4.874V12.07A5.627 5.627 0 0 1 6.11 7.196l7.08-4.088Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/svg%3E");
}

div.styled-bullet-list.hexagon.purple li:before, div.styled-bullet-list.hexagon.purple li:nth-child(4n+2):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.19 3.108a5.628 5.628 0 0 1 5.628 0l7.08 4.088a5.628 5.628 0 0 1 2.814 4.873v8.175a5.627 5.627 0 0 1-2.814 4.874l-7.08 4.088a5.628 5.628 0 0 1-5.628 0l-7.08-4.088a5.627 5.627 0 0 1-2.813-4.874V12.07A5.627 5.627 0 0 1 6.11 7.196l7.08-4.088Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
}

div.styled-bullet-list.hexagon.light-blue li:before, div.styled-bullet-list.hexagon.light-blue li:nth-child(4n+2):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.19 3.108a5.628 5.628 0 0 1 5.628 0l7.08 4.088a5.628 5.628 0 0 1 2.814 4.873v8.175a5.627 5.627 0 0 1-2.814 4.874l-7.08 4.088a5.628 5.628 0 0 1-5.628 0l-7.08-4.088a5.627 5.627 0 0 1-2.813-4.874V12.07A5.627 5.627 0 0 1 6.11 7.196l7.08-4.088Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/svg%3E");
}

div.styled-bullet-list.triangle.blue li:before, div.styled-bullet-list.triangle.blue li:nth-child(4n+3):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.127 8.256c2.165-3.752 7.58-3.752 9.747 0l5.809 10.062c2.166 3.752-.542 8.441-4.874 8.441H10.191c-4.332 0-7.04-4.69-4.874-8.441l5.81-10.062Z' fill='%23D8E3FF' stroke='%233B37E6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.triangle.coral li:before, div.styled-bullet-list.triangle.coral li:nth-child(4n+3):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.127 8.256c2.165-3.752 7.58-3.752 9.747 0l5.809 10.062c2.166 3.752-.542 8.441-4.874 8.441H10.191c-4.332 0-7.04-4.69-4.874-8.441l5.81-10.062Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.triangle.purple li:before, div.styled-bullet-list.triangle.purple li:nth-child(4n+3):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.127 8.256c2.165-3.752 7.58-3.752 9.747 0l5.809 10.062c2.166 3.752-.542 8.441-4.874 8.441H10.191c-4.332 0-7.04-4.69-4.874-8.441l5.81-10.062Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.triangle.light-blue li:before, div.styled-bullet-list.triangle.light-blue li:nth-child(4n+3):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.127 8.256c2.165-3.752 7.58-3.752 9.747 0l5.809 10.062c2.166 3.752-.542 8.441-4.874 8.441H10.191c-4.332 0-7.04-4.69-4.874-8.441l5.81-10.062Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.rectangle.blue li:before, div.styled-bullet-list.rectangle.blue li:nth-child(4n+4):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.33 7.653 7.232 5.635a3.003 3.003 0 0 1 .127 4.633l-7.341 6.392a3.003 3.003 0 0 1-1.972.738H4.096a3.003 3.003 0 0 1-3.003-3.003V10.021A3.003 3.003 0 0 1 4.095 7.02h14.389c.668 0 1.318.223 1.845.634Z' fill='%23D8E3FF' stroke='%233B37E6'/%3E%3C/svg%3E");
}

div.styled-bullet-list.rectangle.coral li:before, div.styled-bullet-list.rectangle.coral li:nth-child(4n+4):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.33 7.653 7.232 5.635a3.003 3.003 0 0 1 .127 4.633l-7.341 6.392a3.003 3.003 0 0 1-1.972.738H4.096a3.003 3.003 0 0 1-3.003-3.003V10.021A3.003 3.003 0 0 1 4.095 7.02h14.389c.668 0 1.318.223 1.845.634Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/svg%3E");
}

div.styled-bullet-list.rectangle.purple li:before, div.styled-bullet-list.rectangle.purple li:nth-child(4n+4):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.33 7.653 7.232 5.635a3.003 3.003 0 0 1 .127 4.633l-7.341 6.392a3.003 3.003 0 0 1-1.972.738H4.096a3.003 3.003 0 0 1-3.003-3.003V10.021A3.003 3.003 0 0 1 4.095 7.02h14.389c.668 0 1.318.223 1.845.634Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
}

div.styled-bullet-list.rectangle.light-blue li:before, div.styled-bullet-list.rectangle.light-blue li:nth-child(4n+4):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.33 7.653 7.232 5.635a3.003 3.003 0 0 1 .127 4.633l-7.341 6.392a3.003 3.003 0 0 1-1.972.738H4.096a3.003 3.003 0 0 1-3.003-3.003V10.021A3.003 3.003 0 0 1 4.095 7.02h14.389c.668 0 1.318.223 1.845.634Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/svg%3E");
}

div.styled-bullet-list.small-circle ul, div.styled-bullet-list.small-hexagon ul, div.styled-bullet-list.small-triangle ul {
	list-style-type: none;
	margin: 0;
}

div.styled-bullet-list.small-circle ul li::marker, div.styled-bullet-list.small-hexagon ul li::marker, div.styled-bullet-list.small-triangle ul li::marker {
	display: none;
}

div.styled-bullet-list.small-circle ul li, div.styled-bullet-list.small-hexagon ul li, div.styled-bullet-list.small-triangle ul li {
	margin-bottom: 16px;
	padding-left: 24px;
}

div.styled-bullet-list.small-circle ul li:last-child, div.styled-bullet-list.small-hexagon ul li:last-child, div.styled-bullet-list.small-triangle ul li:last-child {
	margin-bottom: 0;
}

div.styled-bullet-list.small-circle ul li:before, div.styled-bullet-list.small-hexagon ul li:before, div.styled-bullet-list.small-triangle ul li:before {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 16px;
	left: 0;
	top: 4px;
	-webkit-transform: none;
	transform: none;
	width: 16px;
}

div.styled-bullet-list.small-triangle ul li {
	padding-left: 32px;
	position: relative;
}

div.styled-bullet-list.small-triangle ul li:before {
	content: "";
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}

div.styled-bullet-list.small-circle.blue li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.968 8c0 3.682-3.05 6.672-6.82 6.672-3.77 0-6.82-2.99-6.82-6.672 0-3.682 3.05-6.672 6.82-6.672 3.77 0 6.82 2.99 6.82 6.672Z' fill='%23D8E3FF' stroke='%233B37E6' stroke-width='.286'/%3E%3C/svg%3E");
}

div.styled-bullet-list.small-circle.coral li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.968 8c0 3.682-3.05 6.672-6.82 6.672-3.77 0-6.82-2.99-6.82-6.672 0-3.682 3.05-6.672 6.82-6.672 3.77 0 6.82 2.99 6.82 6.672Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='.286'/%3E%3C/svg%3E");
}

div.styled-bullet-list.small-circle.purple li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.968 8c0 3.682-3.05 6.672-6.82 6.672-3.77 0-6.82-2.99-6.82-6.672 0-3.682 3.05-6.672 6.82-6.672 3.77 0 6.82 2.99 6.82 6.672Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.286'/%3E%3C/svg%3E");
}

div.styled-bullet-list.small-circle.light-blue li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.968 8c0 3.682-3.05 6.672-6.82 6.672-3.77 0-6.82-2.99-6.82-6.672 0-3.682 3.05-6.672 6.82-6.672 3.77 0 6.82 2.99 6.82 6.672Z' fill='%23F3F6FF' stroke='%2355BBF9' stroke-width='.286'/%3E%3C/svg%3E");
}

div.styled-bullet-list.small-hexagon.blue li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.198 1.082a1.608 1.608 0 0 1 1.608 0l4.853 2.802c.497.287.804.818.804 1.393v5.603c0 .575-.307 1.106-.804 1.393l-4.853 2.802a1.608 1.608 0 0 1-1.608 0l-4.853-2.802a1.608 1.608 0 0 1-.804-1.393V5.277c0-.575.306-1.106.804-1.393l4.853-2.802Z' fill='%23D8E3FF' stroke='%233B37E6' stroke-width='.286'/%3E%3C/svg%3E");
}

div.styled-bullet-list.small-hexagon.coral li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.198 1.082a1.608 1.608 0 0 1 1.608 0l4.853 2.802c.497.287.804.818.804 1.393v5.603c0 .575-.307 1.106-.804 1.393l-4.853 2.802a1.608 1.608 0 0 1-1.608 0l-4.853-2.802a1.608 1.608 0 0 1-.804-1.393V5.277c0-.575.306-1.106.804-1.393l4.853-2.802Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='.286'/%3E%3C/svg%3E");
}

div.styled-bullet-list.small-hexagon.purple li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.198 1.082a1.608 1.608 0 0 1 1.608 0l4.853 2.802c.497.287.804.818.804 1.393v5.603c0 .575-.307 1.106-.804 1.393l-4.853 2.802a1.608 1.608 0 0 1-1.608 0l-4.853-2.802a1.608 1.608 0 0 1-.804-1.393V5.277c0-.575.306-1.106.804-1.393l4.853-2.802Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.286'/%3E%3C/svg%3E");
}

div.styled-bullet-list.small-hexagon.light-blue li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.198 1.082a1.608 1.608 0 0 1 1.608 0l4.853 2.802c.497.287.804.818.804 1.393v5.603c0 .575-.307 1.106-.804 1.393l-4.853 2.802a1.608 1.608 0 0 1-1.608 0l-4.853-2.802a1.608 1.608 0 0 1-.804-1.393V5.277c0-.575.306-1.106.804-1.393l4.853-2.802Z' fill='%23F3F6FF' stroke='%2355BBF9' stroke-width='.286'/%3E%3C/svg%3E");
}

div.styled-bullet-list.small-triangle.blue li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M0 0h24v24H0V0Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath d='M7.467 7.313c2.166-3.75 7.58-3.75 9.747 0l1.703 2.951c2.166 3.752-.541 8.441-4.873 8.441h-3.408c-4.332 0-7.04-4.69-4.873-8.44l1.704-2.952Z' fill='%23D8E3FF' stroke='%233B37E6'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.small-triangle.coral li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M0 0h24v24H0V0Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath d='M7.467 7.313c2.166-3.75 7.58-3.75 9.747 0l1.703 2.951c2.166 3.752-.541 8.441-4.873 8.441h-3.408c-4.332 0-7.04-4.69-4.873-8.44l1.704-2.952Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.small-triangle.purple li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M0 0h24v24H0V0Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath d='M7.467 7.313c2.166-3.75 7.58-3.75 9.747 0l1.703 2.951c2.166 3.752-.541 8.441-4.873 8.441h-3.408c-4.332 0-7.04-4.69-4.873-8.44l1.704-2.952Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.small-triangle.light-blue li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M0 0h24v24H0V0Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath d='M7.467 7.313c2.166-3.75 7.58-3.75 9.747 0l1.703 2.951c2.166 3.752-.541 8.441-4.873 8.441h-3.408c-4.332 0-7.04-4.69-4.873-8.44l1.704-2.952Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

::-webkit-scrollbar {
	width: 7px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #888;
	background: #16213d;
	border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.swiper-rtl .swiper-button-next, .swiper-rtl .swiper-button-prev {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

[dir=rtl] * {
	font-family: Rubik, sans-serif !important;
}

[dir=rtl] b, [dir=rtl] h1, [dir=rtl] h2, [dir=rtl] h3, [dir=rtl] h4, [dir=rtl] h5, [dir=rtl] strong {
	font-weight: 600;
}

[dir=rtl] .social-media__link:not(:last-child) {
	margin-left: 12px;
	margin-right: 0;
}

[dir=rtl] .arrow-btn-right, [dir=rtl] .careers-card__link, [dir=rtl] .case-studies-featured__post-read, [dir=rtl] .case-study-card__read, [dir=rtl] .case-study-video-carousel__slide-link, [dir=rtl] .contact-info__address-button, [dir=rtl] .ew-card__read, [dir=rtl] .featured-resources__slide-link, [dir=rtl] .news-card__read, [dir=rtl] .resources-card__link {
	padding-left: 24px;
	padding-right: 0;
}

[dir=rtl] .arrow-btn-right:after, [dir=rtl] .careers-card__link:after, [dir=rtl] .case-studies-featured__post-read:after, [dir=rtl] .case-study-card__read:after, [dir=rtl] .case-study-video-carousel__slide-link:after, [dir=rtl] .contact-info__address-button:after, [dir=rtl] .ew-card__read:after, [dir=rtl] .featured-resources__slide-link:after, [dir=rtl] .news-card__read:after, [dir=rtl] .resources-card__link:after {
	left: 0 !important;
	right: unset !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%) scaleX(-1) !important;
	transform: translateY(-50%) scaleX(-1) !important;
}

[dir=rtl] .arrow-btn:after {
	left: 10px !important;
	right: unset !important;
	-webkit-transform: scaleX(-1) !important;
	transform: scaleX(-1) !important;
}

[dir=rtl] .single-banner__share-text {
	margin-left: 6px;
	margin-right: 0;
}

.site-header .block-area .item-content-area-button [dir=rtl] .btn, .site-header .tab-pane .banner [dir=rtl] .btn, .site-header .tab-pane .item-content-area-button [dir=rtl] .btn, [dir=rtl] #primary-wrapper .webinar-speakers__item-position, [dir=rtl] .blue-border-btn, [dir=rtl] .blue-btn, [dir=rtl] .case-study-banner__link, [dir=rtl] .content-with-cta__button, [dir=rtl] .content-with-cta__title, [dir=rtl] .cta-btn__button, [dir=rtl] .demo-sticky, [dir=rtl] .hero-section__subtitle, [dir=rtl] .hubspot-form .hbspt-form .hs-submit input[type=submit], [dir=rtl] .industry-banner-v2__button, [dir=rtl] .industry-banner__button, [dir=rtl] .left-side-monitor-content__button, [dir=rtl] .left-side-monitor-content__title, [dir=rtl] .lobby-banner__button, [dir=rtl] .lobby-banner__button-left, [dir=rtl] .lobby-banner__button-right, [dir=rtl] .promotion-area-slider__promotion-button, [dir=rtl] .related-resources__button, [dir=rtl] .right-side-monitor-content__button, [dir=rtl] .screens-frames__button, [dir=rtl] .set-a-meeting__button, [dir=rtl] .side-image-banner__button, [dir=rtl] .side-image-content-v2__button, [dir=rtl] .side-image-content__button, [dir=rtl] .side-image-content__title.h2-title, [dir=rtl] .side-title-content-cta-v2__button, [dir=rtl] .side-title-content-cta__button, [dir=rtl] .single-careers .hbspt-form .hs-submit input[type=submit], [dir=rtl] .single-resources-banner p.single-resources-banner__share-text, [dir=rtl] .single-resources-banner__share-text, [dir=rtl] .site-header .block-area .item-content-area-button .btn, [dir=rtl] .site-header .tab-pane .banner .btn, [dir=rtl] .site-header .tab-pane .item-content-area-button .btn, [dir=rtl] .styled-side-image-content__title, [dir=rtl] .team-section__button, [dir=rtl] .title-with-cta__button, [dir=rtl] .webinar-dates__item-btn, [dir=rtl] .white-btn, [dir=rtl] a.blue-border-btn, [dir=rtl] a.blue-btn, [dir=rtl] a.case-study-banner__link, [dir=rtl] a.content-with-cta__button, [dir=rtl] a.cta-btn__button, [dir=rtl] a.industry-banner__button, [dir=rtl] a.left-side-monitor-content__button, [dir=rtl] a.lobby-banner__button, [dir=rtl] a.lobby-banner__button-left, [dir=rtl] a.lobby-banner__button-right, [dir=rtl] a.promotion-area-slider__promotion-button, [dir=rtl] a.related-resources__button, [dir=rtl] a.right-side-monitor-content__button, [dir=rtl] a.screens-frames__button, [dir=rtl] a.set-a-meeting__button, [dir=rtl] a.side-image-content-v2__button, [dir=rtl] a.side-image-content__button, [dir=rtl] a.side-title-content-cta-v2__button, [dir=rtl] a.side-title-content-cta__button, [dir=rtl] a.team-section__button, [dir=rtl] a.title-with-cta__button, [dir=rtl] a.webinar-dates__item-btn {
	font-family: Rubik, sans-serif;
}

@media only screen and (max-width:1199px) {
	[dir=rtl] .ew-banner__date {
		font-family: Rubik, sans-serif;
	}
}

@media only screen and (max-width:991px) {
	[dir=rtl] .side-content-banner__subtitle-bottom {
		font-family: Rubik, sans-serif;
	}
}

@media only screen and (max-width:480px) {
	[dir=rtl] .side-image-content__title.h2-title {
		font-family: Rubik, sans-serif;
	}
}

[dir=rtl] .breadcrumbs {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

[dir=rtl] .breadcrumbs__separator {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

[dir=rtl] .page-content.styled-bullet-list.all ul li:before, [dir=rtl] .page-content.styled-bullet-list.hexagon ul li:before, [dir=rtl] .page-content.styled-bullet-list.rectangle ul li:before, [dir=rtl] .page-content.styled-bullet-list.rhombus ul li:before, [dir=rtl] .page-content.styled-bullet-list.small-hexagon ul li:before, [dir=rtl] .page-content.styled-bullet-list.small-triangle ul li:before, [dir=rtl] .page-content.styled-bullet-list.triangle ul li:before {
	left: unset;
	right: 0;
}

[dir=rtl] body:not(.single-careers):not(.single-news) .page-content:not(.styled) li {
	padding-left: 0;
	padding-right: 25px;
}

[dir=rtl] body:not(.single-careers):not(.single-news) .page-content:not(.styled) li:before {
	left: unset;
	right: 0;
}

[dir=rtl] .huge-title-with-text__title, [dir=rtl] .side-title-content-cta-v2__title {
	-webkit-text-stroke: unset;
}

[dir=rtl] .return-back-link__btn {
	padding-left: 0;
	padding-right: 18px;
}

[dir=rtl] .return-back-link__btn:before {
	left: unset;
	margin-top: 0;
	right: 2px;
	-webkit-transform: translateY(-50%) scaleX(-1);
	transform: translateY(-50%) scaleX(-1);
}

[dir=rtl] div.styled-bullet-list.all ul, [dir=rtl] div.styled-bullet-list.hexagon ul, [dir=rtl] div.styled-bullet-list.rectangle ul, [dir=rtl] div.styled-bullet-list.rhombus ul, [dir=rtl] div.styled-bullet-list.triangle ul {
	margin: 0;
}

[dir=rtl] div.styled-bullet-list.all ul li, [dir=rtl] div.styled-bullet-list.hexagon ul li, [dir=rtl] div.styled-bullet-list.rectangle ul li, [dir=rtl] div.styled-bullet-list.rhombus ul li, [dir=rtl] div.styled-bullet-list.triangle ul li {
	padding: 0 34px 0 0;
}

[dir=rtl] div.styled-bullet-list.all ul li:before, [dir=rtl] div.styled-bullet-list.hexagon ul li:before, [dir=rtl] div.styled-bullet-list.rectangle ul li:before, [dir=rtl] div.styled-bullet-list.rhombus ul li:before, [dir=rtl] div.styled-bullet-list.triangle ul li:before {
	left: auto;
	right: 0;
}

[dir=rtl] div.styled-bullet-list.rectangle ul li:before {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

[dir=rtl] div.styled-bullet-list.small-circle ul, [dir=rtl] div.styled-bullet-list.small-hexagon ul, [dir=rtl] div.styled-bullet-list.small-triangle ul {
	list-style-type: none;
	margin: 0;
}

[dir=rtl] div.styled-bullet-list.small-circle ul li::marker, [dir=rtl] div.styled-bullet-list.small-hexagon ul li::marker, [dir=rtl] div.styled-bullet-list.small-triangle ul li::marker {
	display: none;
}

[dir=rtl] div.styled-bullet-list.small-circle ul li, [dir=rtl] div.styled-bullet-list.small-hexagon ul li, [dir=rtl] div.styled-bullet-list.small-triangle ul li {
	padding: 0 24px 0 0;
}

[dir=rtl] div.styled-bullet-list.small-circle ul li:before, [dir=rtl] div.styled-bullet-list.small-hexagon ul li:before, [dir=rtl] div.styled-bullet-list.small-triangle ul li:before {
	left: auto;
	right: 0;
}

[dir=rtl] div.styled-bullet-list.small-triangle ul li {
	padding: 0 32px 0 0;
}

[dir=rtl] div.styled-bullet-list.small-triangle ul li:before {
	left: auto;
	right: 0;
}

body {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	overflow: auto;
}

body::-webkit-scrollbar {
	height: 6px;
	width: 6px;
}

body::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
	background: #16213d;
	border-radius: 3px;
	-webkit-transition: background-color .15s;
	transition: background-color .15s;
}

body::-webkit-scrollbar-thumb:hover {
	background: rgba(22, 33, 61, .8);
}

body::-webkit-scrollbar-thumb:active {
	background: rgba(22, 33, 61, .9);
}

[class*=" icon-"]:before, [class^=icon-]:before {
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Axiforma;
	font-weight: 600;
}

p {
	font-size: 16px;
	line-height: 24px;
}

p, p :not(strong) {
	font-family: Open Sans;
	font-weight: 400;
}

b, b *, p strong *, strong, strong * {
	font-weight: 600;
}

.color-white {
	color: #fff;
}

.color-dark {
	color: #16213d;
}

.bg-dark {
	background-color: #16213d;
}

.title-h1 {
	font-size: 32px;
	line-height: 1.25;
}

@media (min-width:992px) {
	.title-h1 {
		font-size: 60px;
		line-height: 1.033;
	}
}

.title-h2 {
	font-size: clamp(1.375rem, 2.182vw + .864rem, 2.5rem);
	line-height: 1.273;
}

@media (min-width:992px) {
	.title-h2 {
		line-height: 1.2;
	}
}

.fw-700 {
	font-weight: 700;
}

.fw-600 {
	font-weight: 600;
}

.fw-400 {
	font-weight: 400;
}

.fw-300 {
	font-weight: 300;
}

.ltr-text {
	direction: ltr !important;
}

.color-malibu {
	color: #5ed0f9;
}

.color-blue {
	color: #3b37e6;
}

.color-coral {
	color: #ff7369;
}

.color-purple {
	color: #a142ff;
}

.color-green {
	color: #53b684;
}

.bg-royal-blue {
	background-color: #e3eeff;
}

.bg-blue-tint {
	background-color: #d7f7ff;
}

.bg-purple-tint {
	background-color: #ecdeff;
}

.bg-coral-tint {
	background-color: #ffdfd9;
}

.bg-blue {
	background-color: #3b37e6;
}

.bg-purple {
	background-color: #a142ff;
}

.bg-coral {
	background-color: #ff7369;
}

.bg-light-blue {
	background-color: #55bbf9;
}

.bg-white, .site-header {
	background-color: #fff;
}

.site-header {
	box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
	left: 0;
	max-width: 100vw;
	position: fixed;
	top: 0;
	transition: .3s linear;
	width: 100%;
	z-index: 9000;
}

.site-header.hide-header .site-header__container {
	-ms-flex-pack: center;
	justify-content: center;
}

.site-header.hide-il .wpml-ls-item-il {
	display: none !important;
}

.site-header.en .mobile-menu__lang-current {
	display: none;
	pointer-events: none;
}

.site-header.en .mobile-menu__lang-current.clickable {
	display: -ms-flexbox;
	display: flex;
	pointer-events: all;
}

@media (min-width:1031px) {
	.site-header.en .site-header__lang {
		display: none;
		pointer-events: none;
	}
	
	.site-header.en .site-header__lang.clickable {
		display: block;
		pointer-events: all;
	}
}

.site-header__inner {
	position: relative;
}

.site-header__container {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	height: 88px;
	justify-content: space-between;
}

@media only screen and (max-width:670px) {
	.site-header__container {
		height: 50px;
		padding-bottom: 14px;
		padding-top: 14px;
	}
}

.site-header__logo {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	max-height: 40px;
}

@media only screen and (max-width:1030px) {
	.site-header__logo {
		width: 125px;
	}
}

@media only screen and (max-width:670px) {
	.site-header__logo {
		width: 85px;
	}
}

.site-header__logo img, .site-header__logo svg {
	display: block;
	height: auto;
	width: 100%;
}

.site-header__side {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width:1280px) {
	.site-header__side.small-gaps .site-header__menu > .menu-item:not(:last-child):not(.hide-on-tablet) {
		-webkit-margin-end: 15px !important;
		margin-inline-end: 15px !important;
	}
	
	.site-header__side.small-gaps .site-header__actions, .site-header__side.small-gaps .site-header__button-wrapper {
		-webkit-margin-start: 15px !important;
		margin-inline-start: 15px !important;
	}
}

.site-header__before-menu-button {
	-ms-flex-align: center;
	-webkit-margin-end: 15px;
	align-items: center;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 15px;
	color: #3b37e6;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	gap: 4px;
	height: 40px;
	line-height: 24px;
	margin-inline-end: 15px;
	padding: 7px 16px;
	position: relative;
	text-align: center;
	transition: .3s linear;
	transition-property: box-shadow, background-image;
}

@media only screen and (max-width:1030px) {
	.site-header__before-menu-button {
		display: none;
	}
}

.site-header__before-menu-button:before {
	background: linear-gradient(94.58deg, #3b37e6 -.96%, #00adee 35.81%, #e33df3 62.52%, #9e42ff 99.3%);
	border-radius: inherit;
	content: "";
	display: block;
	height: calc(100% + 2px);
	left: 0;
	margin: -1px;
	position: absolute;
	top: 0;
	width: calc(100% + 2px);
	z-index: -1;
}

.site-header__before-menu-button:hover {
	background-image: linear-gradient(94.58deg, rgba(59, 55, 230, .1) -.96%, rgba(0, 173, 238, .1) 35.81%, rgba(227, 61, 243, .1) 62.52%, rgba(158, 66, 255, .1) 99.3%);
	box-shadow: 0 2px 4px 0 rgba(158, 66, 255, .16);
}

.site-header__before-menu-button:active {
	background-image: linear-gradient(94.58deg, rgba(59, 55, 230, .2) -.96%, rgba(0, 173, 238, .2) 35.81%, rgba(227, 61, 243, .2) 62.52%, rgba(158, 66, 255, .2) 99.3%);
}

.site-header__before-menu-button svg {
	height: 24px;
	width: 24px;
}

@media only screen and (max-width:1030px) {
	.site-header__nav {
		display: none;
	}
}

.site-header__menu {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

.site-header__menu .nav__link {
	cursor: pointer;
}

.site-header__menu a {
	transition: color, background-color .3s linear;
}

.site-header__menu > .menu-item:not(:last-child) {
	margin-right: 36px;
}

@media only screen and (max-width:1199px) {
	.site-header__menu > .menu-item:not(:last-child) {
		margin-right: 20px;
	}
}

@media (max-width:1100px) {
	.site-header__menu > .menu-item.hide-on-tablet {
		display: none;
	}
	
	.site-header__menu > .menu-item.remove-margin {
		margin-left: 0;
		margin-right: 0;
	}
}

.site-header__menu > .menu-item.menu-item-has-children > .nav__link, .site-header__menu > .menu-item.menu-item-has-children > a {
	padding-right: 20px;
	position: relative;
}

.site-header__menu > .menu-item.menu-item-has-children > .nav__link:after, .site-header__menu > .menu-item.menu-item-has-children > a:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 4.5 5L10 1' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	right: 0;
	top: 6px;
	transition: .3s linear;
	transition-property: background-image, -webkit-transform;
	transition-property: transform, background-image;
	transition-property: transform, background-image, -webkit-transform;
	width: 11px;
}

.site-header__menu > .menu-item.menu-item-has-children > .sub-menu-wrapper {
	left: 50%;
	opacity: 0;
	padding-top: 32px;
	position: absolute;
	top: 59%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: .3s linear;
	transition-property: opacity, visibility;
	visibility: hidden;
}

.site-header__menu > .menu-item.menu-item-has-children:not(.mega-menu) .sub-menu {
	padding: 10px 13px;
}

.site-header__menu > .menu-item.menu-item-has-children:not(.mega-menu) .sub-menu .menu-item {
	padding-bottom: 6px;
	padding-top: 6px;
	position: relative;
}

.site-header__menu > .menu-item.menu-item-has-children:not(.mega-menu) .sub-menu .menu-item.current-menu-item .nav__link, .site-header__menu > .menu-item.menu-item-has-children:not(.mega-menu) .sub-menu .menu-item:hover a {
	color: #3b37e6;
}

.site-header__menu > .menu-item.menu-item-has-children:not(.mega-menu) .sub-menu .nav__link, .site-header__menu > .menu-item.menu-item-has-children:not(.mega-menu) .sub-menu a {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transition: color, background-color .3s linear;
	width: auto;
}

.site-header__menu > .menu-item:hover > .nav__link, .site-header__menu > .menu-item:hover > .nav__link span, .site-header__menu > .menu-item:hover > a, .site-header__menu > .menu-item:hover > a span {
	color: #3b37e6;
}

.site-header__menu > .menu-item:hover > .nav__link:after, .site-header__menu > .menu-item:hover > a:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 4.5 5L10 1' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.site-header__menu > .menu-item:hover > .sub-menu-wrapper {
	left: 0 !important;
	opacity: 1;
	visibility: visible;
}

.site-header__menu > .menu-item > .nav__link, .site-header__menu > .menu-item > a {
	display: block;
	font-size: 15px;
	line-height: 24px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper {
	border-radius: 0 0 40px 40px;
	left: -150%;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	width: 100%;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper:after, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper:after {
	background-color: #fff;
	border-radius: 0 0 40px 40px;
	box-shadow: 0 6px 28.6px 0 rgba(8, 7, 67, .11);
	content: "";
	display: block;
	height: calc(100% - 35px);
	left: 0;
	position: absolute;
	top: 35px;
	width: 100%;
	z-index: 1;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper:before {
	background-color: #e3eeff;
	border-radius: 0 0 40px 40px;
	bottom: 0;
	content: "";
	display: block;
	height: calc(100% - 128px);
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper.erp:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper.erp:before {
	background-color: #e3eeff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper.retail-management:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper.retail-management:before {
	background-color: #f9f5ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper.education:before, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper.hospitality-management:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper.education:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper.hospitality-management:before {
	background-color: #f3fdff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper.school-management:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper.school-management:before {
	background-color: #fff5f3;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu {
	isolation: isolate;
	margin: 0 auto;
	max-width: 1440px;
	padding: 67px 40px 16px;
	position: relative;
	z-index: 3;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item:not(:last-child), .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item:not(:last-child) {
	padding-bottom: 6px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.menu-item-has-children:hover > .sub-menu-wrapper, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.menu-item-has-children:hover > .sub-menu-wrapper {
	opacity: 1;
	visibility: visible;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .nav__link, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > a {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	display: -ms-flexbox;
	display: flex;
	height: 66px;
	isolation: isolate;
	justify-content: center;
	padding: 15px 95px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 10;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .nav__link span, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > a span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .nav__link span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > a span {
	font-family: Axiforma;
	font-size: 18px;
	letter-spacing: -.03em;
	line-height: 20px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.active > .sub-menu-wrapper, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.active > .sub-menu-wrapper {
	opacity: 1;
	visibility: visible;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper {
	opacity: 0;
	transition: .5s cubic-bezier(0, 0, .2, 1);
	transition-property: visibility, opacity, -webkit-transform;
	transition-property: visibility, opacity, transform;
	transition-property: visibility, opacity, transform, -webkit-transform;
	visibility: hidden;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu {
	border-radius: 10px;
	-webkit-column-gap: 64px;
	-moz-column-gap: 64px;
	column-gap: 64px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 100%;
	position: relative;
	width: 100%;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu:before {
	background-color: #e3eeff;
	content: "";
	display: block;
	height: calc(100% - 64px);
	left: 50%;
	position: absolute;
	top: 50px;
	width: 1px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item > a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item > a {
	color: #16213d;
	display: block;
	font-family: Axiforma;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	padding-bottom: 6px;
	transition: color .3s linear;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item > a span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item > a span {
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item > a[href^="#"], .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item > a[href^="#"] {
	pointer-events: none;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item > .sub-menu-wrapper, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item > .sub-menu-wrapper {
	padding-top: 10px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu a, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu span.nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu span.nav__link {
	color: #3c455a;
	font-size: 12px;
	line-height: 20px;
	transition: color .3s linear;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children {
	position: relative;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children .arrow, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children .arrow {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='5' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 4.5 5L10 1' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	padding: 9px 7px;
	position: absolute;
	right: 12px;
	top: 12px;
	transition: .3s linear;
	transition-property: background-image, -webkit-transform;
	transition-property: transform, background-image;
	transition-property: transform, background-image, -webkit-transform;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children .arrow.nitro-lazy, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children .arrow.nitro-lazy {
	background-image: none !important;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children.active .arrow, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children.active .arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children .sub-menu {
	-webkit-padding-start: 10px;
	padding-inline-start: 10px;
	transition: max-height .3s linear;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children .sub-menu a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children .sub-menu a {
	display: block;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item.two-columns .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item.two-columns .sub-menu {
	display: inline-grid;
	grid-auto-flow: column;
	grid-template-columns: repeat(2, auto);
	grid-template-rows: repeat(16, auto);
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .columns-menu .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .columns-menu .sub-menu {
	grid-column-gap: 16px;
	grid-row-gap: 8px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .columns-menu .menu-item.col-full, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .columns-menu .menu-item.col-full {
	grid-column: 1/-1;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .columns-menu.products .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .columns-menu.products .sub-menu {
	grid-template-rows: 6fr;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .columns-menu.products .sub-menu .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .columns-menu.products .sub-menu .sub-menu {
	display: block;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .columns-menu.products .sub-menu .sub-menu .sub-menu .menu-item, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .columns-menu.products .sub-menu .sub-menu .sub-menu .menu-item {
	margin-bottom: 0 !important;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .one-column .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .one-column .sub-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	width: 50%;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus), .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) {
	background: #fff;
	border: 1px solid #d7f7ff;
	border-radius: 6px;
	padding: 12px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus):hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus):hover {
	border-color: #3b37e6;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) a {
	border: none;
	border-radius: 0;
	padding: 0;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu {
	-webkit-padding-start: 2px;
	display: block;
	margin-top: 8px;
	max-height: none !important;
	padding-inline-start: 2px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a {
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus > a, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus > a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a:before {
	display: none;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu {
	-webkit-padding-start: 0;
	display: block;
	padding-inline-start: 0;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .menu-item, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .menu-item {
	margin-bottom: 8px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .menu-item.col-full, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .menu-item.col-full {
	grid-column: 1/-1;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .sub-menu {
	-webkit-padding-start: 24px;
	padding-inline-start: 24px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue:before, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > a, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > span.nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > span.nav__link {
	background-color: #e3eeff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > a span, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > span.nav__link span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > a span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > span.nav__link span {
	color: #3b37e6;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper {
	opacity: 1;
	visibility: visible;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper:before {
	background-color: #f3f7ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item {
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 10px;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	padding-bottom: 16px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu:before {
	background-color: #d7f7ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a {
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #e3eeff;
	border-radius: 6px;
	color: #16213d;
	display: -ms-flexbox;
	display: flex;
	font-family: Axiforma;
	font-size: 14px;
	font-weight: 300;
	gap: 8px;
	line-height: 14px;
	padding: 10px 12px 9px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a span {
	color: #16213d;
	padding-top: 3px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Crect x='1.254' y='1.254' width='9.558' height='9.558' rx='2.982' fill='%23E3EEFF' stroke='%233B37E6' stroke-width='.286'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 16px;
	width: 16px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover {
	border-color: #3b37e6;
	color: #3b37e6;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover span {
	color: #3b37e6;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+2) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+2) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M9.771 7.379a1.592 1.592 0 0 0 0-2.757L4.308 1.468A1.592 1.592 0 0 0 1.92 2.846v6.309a1.592 1.592 0 0 0 2.387 1.378L9.77 7.379Z' fill='%23E3EEFF' stroke='%233B37E6' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='matrix(0 -1 -1 0 12 12)' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+3) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+3) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath d='M5.198.969a1.608 1.608 0 0 1 1.607 0l3.203 1.849c.497.287.803.818.803 1.392v3.698c0 .574-.306 1.105-.803 1.392l-3.203 1.849a1.608 1.608 0 0 1-1.607 0L1.995 9.3a1.608 1.608 0 0 1-.803-1.392V4.21c0-.574.306-1.105.803-1.392L5.198.968Z' fill='%23E3EEFF' stroke='%233B37E6' stroke-width='.286'/%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+4) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+4) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.19 6c0 2.74-2.27 4.968-5.08 4.968-2.807 0-5.078-2.227-5.078-4.968s2.27-4.968 5.079-4.968c2.808 0 5.08 2.227 5.08 4.968Z' fill='%23E3EEFF' stroke='%233B37E6' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+5) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+5) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M4.857 1.282a1.54 1.54 0 0 1 2.178 0l3.576 3.575a1.54 1.54 0 0 1 0 2.178l-3.576 3.576a1.54 1.54 0 0 1-2.178 0L1.282 7.035a1.54 1.54 0 0 1 0-2.178l3.575-3.575Z' fill='%23E3EEFF' stroke='%233B37E6' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.blue-border a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.blue-border a {
	background-clip: padding-box;
	border-color: transparent;
	position: relative;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.blue-border a:after, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.blue-border a:after {
	background: linear-gradient(94.58deg, #3b37e6 -.96%, #00adee 35.81%, #e33df3 62.52%, #9e42ff 99.3%);
	border-radius: inherit;
	content: "";
	display: block;
	height: calc(100% + 2px);
	left: 0;
	margin: -1px;
	position: absolute;
	top: 0;
	width: calc(100% + 2px);
	z-index: -1;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.aierp a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.aierp a {
	padding: 8px 12px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.aierp a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.aierp a:before {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAYAAABvVQZ0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJZSURBVHgBxVPNThNRFD7n3tsB+cs0FQUTw0BcGFe8QfUJMEQT46atPwuiSWFhonExxZC4MSnd6LKtC+OO8gTgCxjYuWq7K6nQToIC2rnneAdb0qqDBE34kpnJ+Zlzv++ccwH+IxBOi3zNwXN9H3kfpyAV9QKXgFNCSssFgg8wSIkTMRt161ktoNpwL+Q6vv7XzTj16QRFRNQfxhS0eEUSVyNaZEKLjT2tORSRZbLQ87Wa8jI/pQy82amwJM+XKtm6H92Ed824VLwy4GMpXCbKODKvAuOGVHqm496bi02yhgVAKsDbZhwFu4h6dvdu9F5oMSRMKpYl051FBE52xw7mRtdNgwoKjMSWfuHfNnaoxPmac+lJvdyxY0vbDTtTsXuS8k07kt/Jd7t+Y+bMV+w+EFkZTKoNJi4Ka8i1XzUnjhLNOrRSsVT3v+qwwM2KbUUHZ7SCBH3HaZK6qKS13Eki8nMCIy6w3hha3l5jhNWv6fPFX4ngtVs1lyOYJgs2SXKxNXJQqi5PehCC4dx2giUktcIJkrT67eHowpFMwTwNDDb6WGWGynGFDiVrroJPG2bSk4Do9DALXlfvmJ2yZBwkZXwjnCQWvP69nNcubJs+qthQ2rBJk+JNtkRJjIii175GPT379H68aj7BU7zyoHadENwRfwBM5mIQt4YHs6CDc3m2+eyYNfgTnLnP8YnHW42OffF5vTy+1DXJEIReJ+dRfc0XmPH7A/46s/Vy7Ab8BSo0wrwuzOYLoxlBFeAECC9mWTmkVtlM2/6yv7sA/wrTt7XL8/UsnAV+AOIU9kdN3m0kAAAAAElFTkSuQmCC");
	height: 20px;
	width: 19px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.aierp a:hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.aierp a:hover {
	background-image: linear-gradient(94.58deg, rgba(59, 55, 230, .1) -.96%, rgba(0, 173, 238, .1) 35.81%, rgba(227, 61, 243, .1) 62.52%, rgba(158, 66, 255, .1) 99.3%);
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus), .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) {
	background: #fff;
	border: 1px solid #d7f7ff;
	border-radius: 6px;
	padding: 12px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus):hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus):hover {
	border-color: #3b37e6;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) a {
	border: none;
	border-radius: 0;
	padding: 0;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu {
	-webkit-padding-start: 2px;
	display: block;
	margin-top: 8px;
	max-height: none !important;
	padding-inline-start: 2px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a {
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus > a, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus > a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a:before {
	display: none;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu {
	-webkit-padding-start: 0;
	display: block;
	padding-inline-start: 0;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .menu-item, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .menu-item {
	margin-bottom: 8px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .sub-menu {
	-webkit-padding-start: 24px;
	padding-inline-start: 24px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover span, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu span.nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu span.nav__link {
	color: #3b37e6;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral:before, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > a, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > span.nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > span.nav__link {
	background-color: #fff5f3;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > a span, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > span.nav__link span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > a span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > span.nav__link span {
	color: #ff7369;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > a:before, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > span.nav__link:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > span.nav__link:before {
	background-color: #fff5f3;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper {
	opacity: 1;
	visibility: visible;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu:before {
	background-color: #ffdfd9;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item {
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 10px;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	padding-bottom: 16px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a {
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #ffdfd9;
	border-radius: 6px;
	display: -ms-flexbox;
	display: flex;
	font-family: Axiforma;
	font-size: 14px;
	font-weight: 300;
	gap: 8px;
	line-height: 14px;
	padding: 10px 12px 9px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a span {
	color: #16213d;
	padding-top: 3px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Crect x='1.254' y='1.254' width='9.558' height='9.558' rx='2.982' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='.286'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 16px;
	width: 16px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover span {
	color: #ed7b6f;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+2) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+2) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M9.772 7.379a1.592 1.592 0 0 0 0-2.757L4.308 1.468a1.592 1.592 0 0 0-2.387 1.378v6.309a1.592 1.592 0 0 0 2.387 1.378l5.464-3.154Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='matrix(0 -1 -1 0 12 12)' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+3) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+3) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath d='M5.198.969a1.608 1.608 0 0 1 1.607 0l3.203 1.849c.497.287.803.818.803 1.392v3.698c0 .574-.306 1.105-.803 1.392l-3.203 1.849a1.608 1.608 0 0 1-1.607 0L1.995 9.3a1.608 1.608 0 0 1-.803-1.392V4.21c0-.574.306-1.105.803-1.392L5.198.968Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='.286'/%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+4) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+4) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.19 6c0 2.74-2.27 4.968-5.079 4.968-2.808 0-5.08-2.227-5.08-4.968s2.272-4.968 5.08-4.968c2.808 0 5.08 2.227 5.08 4.968Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+5) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+5) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M4.858 1.282a1.54 1.54 0 0 1 2.177 0l3.576 3.575a1.54 1.54 0 0 1 0 2.178l-3.576 3.576a1.54 1.54 0 0 1-2.177 0L1.282 7.035a1.54 1.54 0 0 1 0-2.178l3.576-3.575Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children {
	background: #fff;
	border: 1px solid #ffdfd9;
	border-radius: 6px;
	padding: 12px 12px 12px 16px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children a {
	border: none;
	border-radius: 0;
	padding: 0;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children .sub-menu {
	-webkit-padding-start: 20px;
	display: block;
	margin-top: 8px;
	max-height: none !important;
	padding-inline-start: 20px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item a:before {
	display: none;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu span.nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu span.nav__link {
	color: #ff7369;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple:before, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > a, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > span.nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > span.nav__link {
	background-color: #f9f5ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > a span, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > span.nav__link span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > a span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > span.nav__link span {
	color: #a142ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > a:before, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > span.nav__link:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > span.nav__link:before {
	background-color: #f9f5ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper {
	opacity: 1;
	visibility: visible;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu:before {
	background-color: #ecdeff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item {
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	padding-bottom: 16px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu {
	min-height: 361px !important;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a {
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #ecdeff;
	border-radius: 6px;
	display: -ms-flexbox;
	display: flex;
	font-family: Axiforma;
	font-size: 14px;
	font-weight: 300;
	gap: 8px;
	line-height: 16px;
	padding: 10px 12px 9px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Crect x='1.254' y='1.254' width='9.558' height='9.558' rx='2.982' fill='%23ECDEFF' stroke='%239E42FF' stroke-width='.286'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 12px;
	min-width: 16px;
	width: 16px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a span {
	color: #16213d;
	padding-top: 3px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover {
	border-color: #a142ff;
	color: #a142ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover span {
	color: #a142ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+2) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+2) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M9.772 7.379a1.592 1.592 0 0 0 0-2.757L4.308 1.468a1.592 1.592 0 0 0-2.387 1.378v6.309a1.592 1.592 0 0 0 2.387 1.378l5.464-3.154Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='matrix(0 -1 -1 0 12 12)' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+3) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+3) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath d='M5.198.969a1.608 1.608 0 0 1 1.607 0l3.203 1.849c.497.287.803.818.803 1.392v3.698c0 .574-.306 1.105-.803 1.392l-3.203 1.849a1.608 1.608 0 0 1-1.607 0L1.995 9.3a1.608 1.608 0 0 1-.803-1.392V4.21c0-.574.306-1.105.803-1.392L5.198.968Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.286'/%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.third a:before, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+4) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.third a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+4) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.19 6c0 2.74-2.27 4.968-5.079 4.968-2.808 0-5.08-2.227-5.08-4.968s2.272-4.968 5.08-4.968c2.808 0 5.08 2.227 5.08 4.968Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+5) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+5) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M4.858 1.282a1.54 1.54 0 0 1 2.177 0l3.576 3.575a1.54 1.54 0 0 1 0 2.178l-3.576 3.576a1.54 1.54 0 0 1-2.177 0L1.282 7.035a1.54 1.54 0 0 1 0-2.178l3.576-3.575Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.second a:before, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+6) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.second a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+6) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath d='M3.621 1.229a1.592 1.592 0 0 1 2.757 0l3.154 5.463a1.592 1.592 0 0 1-1.378 2.387H1.845A1.592 1.592 0 0 1 .467 6.692l3.154-5.463Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.286'/%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus), .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) {
	background: #fff;
	border: 1px solid #ecdeff;
	border-radius: 6px;
	padding: 12px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus):hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus):hover {
	border-color: #a142ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) a {
	border: none;
	border-radius: 0;
	padding: 0;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu {
	-webkit-padding-start: 2px;
	display: block;
	margin-top: 8px;
	max-height: none !important;
	padding-inline-start: 2px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item:not(:last-child) span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item:not(:last-child) span {
	border-bottom: 1px solid #ecdeff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a {
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus > a, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus > a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a:before {
	display: none;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu {
	-webkit-padding-start: 0;
	min-height: auto !important;
	padding-inline-start: 0;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .menu-item, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .menu-item {
	margin-bottom: 8px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .sub-menu {
	-webkit-padding-start: 24px;
	padding-inline-start: 24px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus.block .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus.block .sub-menu {
	display: block;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover span, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu span.nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu span.nav__link {
	color: #a142ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue:before, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > a, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > span.nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > span.nav__link {
	background-color: #f3fdff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > a span, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > span.nav__link span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > a span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > span.nav__link span {
	color: #55bbf9;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > a:before, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > span.nav__link:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > span.nav__link:before {
	background-color: #f3fdff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper {
	opacity: 1;
	visibility: visible;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item {
	background-color: #f3fdff;
	border-radius: 10px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a {
	border: 1px solid #e3eeff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover {
	border-color: #55bbf9;
	color: #55bbf9;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover span {
	color: #55bbf9;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.column-style), .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.column-style) {
	background: #fff;
	border: 1px solid #ecdeff;
	border-radius: 6px;
	padding: 12px 12px 12px 16px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.column-style) a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.column-style) a {
	border: none;
	border-radius: 0;
	padding: 0;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.column-style) .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.column-style) .sub-menu {
	-webkit-padding-start: 20px;
	display: block;
	margin-top: 8px;
	max-height: none !important;
	padding-inline-start: 20px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.column-style) .sub-menu .menu-item a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.column-style) .sub-menu .menu-item a {
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.column-style) .sub-menu .menu-item a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.column-style) .sub-menu .menu-item a:before {
	display: none;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover span, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu span.nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu span.nav__link {
	color: #a142ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item {
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	padding-bottom: 16px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a {
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #d7f7ff;
	border-radius: 6px;
	display: -ms-flexbox;
	display: flex;
	font-family: Axiforma;
	font-size: 14px;
	font-weight: 300;
	gap: 8px;
	line-height: 14px;
	padding: 10px 12px 9px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Crect x='1.254' y='1.254' width='9.558' height='9.558' rx='2.982' fill='%23D7F7FF' stroke='%235ED0F9' stroke-width='.286'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 16px;
	width: 16px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a span {
	color: #16213d;
	padding-top: 3px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+2) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+2) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M9.771 7.379a1.592 1.592 0 0 0 0-2.757L4.308 1.468A1.592 1.592 0 0 0 1.92 2.846v6.309a1.592 1.592 0 0 0 2.387 1.378L9.77 7.379Z' fill='%23D7F7FF' stroke='%235ED0F9' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='matrix(0 -1 -1 0 12 12)' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+3) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+3) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath d='M5.198.969a1.608 1.608 0 0 1 1.608 0l3.202 1.849c.497.287.804.818.804 1.392v3.698c0 .574-.307 1.105-.804 1.392l-3.202 1.849a1.608 1.608 0 0 1-1.608 0L1.996 9.3a1.608 1.608 0 0 1-.804-1.392V4.21c0-.574.306-1.105.804-1.392L5.198.968Z' fill='%23D7F7FF' stroke='%235ED0F9' stroke-width='.286'/%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+4) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+4) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.19 6c0 2.74-2.27 4.968-5.08 4.968-2.807 0-5.078-2.227-5.078-4.968s2.27-4.968 5.079-4.968c2.808 0 5.08 2.227 5.08 4.968Z' fill='%23D7F7FF' stroke='%235ED0F9' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+5) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+5) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M4.857 1.282a1.54 1.54 0 0 1 2.178 0l3.576 3.575a1.54 1.54 0 0 1 0 2.178l-3.576 3.576a1.54 1.54 0 0 1-2.178 0L1.282 7.035a1.54 1.54 0 0 1 0-2.178l3.575-3.575Z' fill='%23D7F7FF' stroke='%235ED0F9' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover span, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu span.nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu span.nav__link {
	color: #55bbf9;
}

.site-header__menu > .menu-item.mega-menu.mega-menu-5 .tab-header.menu-item {
	width: calc(20% - 28.8px);
}

.site-header__menu > .menu-item.mega-menu.mega-menu-5 .tab-header.menu-item > a {
	padding: 15px;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper {
	padding: 32px 0 0;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper:before {
	background-color: #fff;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu {
	display: -ms-flexbox;
	display: flex;
	gap: 32px;
	padding: 32px 40px;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper {
	border-right: 1px solid #e3eeff;
	position: relative;
	width: 358px;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .menu-item {
	-webkit-margin-end: 32px;
	margin-inline-end: 32px;
	padding: 0 !important;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .block-area-image {
	border-radius: 8px;
	position: relative;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .block-area-image:not(.no-resize) {
	max-height: 91px;
	overflow: hidden;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .block-area-image .menu-item-image {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .block-area-image svg {
	height: 70px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70px;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .block-area-image svg circle, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .block-area-image svg path {
	transition: fill .3s linear;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .block-area-image:hover svg circle {
	fill: #3b37e6;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .block-area-image:hover svg path {
	fill: #e3eeff;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .item-content-area-title {
	margin: 16px 0;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .about {
	-ms-flex-align: center;
	align-items: center;
	background: #f2f7ff;
	border-radius: 10px;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .about .item-link {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: none;
	padding: 15px 56px;
	text-align: left !important;
	width: 100%;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .about .item-title-area {
	text-align: left;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .about .item-title {
	color: #16213d;
	font-size: 13px;
	font-weight: 300;
	line-height: 15px;
}

.site-header .tab-header {
	position: absolute;
	top: 16px;
	width: calc(25% - 32px);
}

.site-header .tab-header a {
	background-color: #f1f1f1;
	border-radius: 4px 4px 0 0;
	border-top: 4px solid transparent;
	padding: 10px;
	text-decoration: none;
}

.site-header .tab-header a, .site-header .tab-header a span {
	transition: all .4s ease-in-out;
}

.site-header .tab-header a > span {
	pointer-events: none;
}

.site-header .tab-header a.active {
	background-color: #ddd;
}

.site-header .tab-header a:hover {
	border-color: #3b37e6;
}

.site-header .tab-header a:hover span {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.site-header .tab-header:before {
	bottom: 16px;
	content: "";
	display: block;
	height: 50px;
	position: absolute;
	right: 0;
	transition: .3s linear;
	transition-property: border-radius, bottom;
	width: 100%;
	z-index: 1;
}

.site-header .tab-header.active:before {
	bottom: -16px;
	transition: .3s linear;
	transition-property: bottom;
}

.site-header .tab-header.erp {
	left: calc(25% + 24px);
}

.site-header .tab-header.retail-management a {
	padding: 0 50px;
}

.site-header .tab-header.retail-management a:hover {
	border-color: #a142ff;
}

.site-header .tab-header.hospitality-management {
	left: calc(50% + 8px);
}

.site-header .tab-header.education a:hover, .site-header .tab-header.hospitality-management a:hover {
	border-color: #55bbf9;
}

.site-header .tab-header.school-management {
	right: 40px;
}

.site-header .tab-header.school-management a:hover {
	border-color: #ed7b6f;
}

.site-header .tab-pane {
	display: none;
	margin: 30px 0 16px;
	padding-bottom: 0 !important;
	padding-top: 16px;
}

.site-header .tab-pane-wrapper {
	margin: 0 -5px;
	max-height: calc(100vh - 234px);
	overflow: auto;
	padding: 0 5px;
}

.site-header .tab-pane-wrapper::-webkit-scrollbar {
	width: 5px;
}

.site-header .tab-pane-wrapper::-webkit-scrollbar-track {
	background-color: transparent;
	border: 1px solid #16213d;
	border-radius: 16px;
}

.site-header .tab-pane-wrapper::-webkit-scrollbar-thumb {
	background: #16213d;
	border-radius: 16px;
}

.site-header .tab-pane > .sub-menu {
	grid-gap: 16px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.site-header .tab-pane .banner {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	align-items: center;
	border: 1px solid;
	border-radius: 10px;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 17px 32px;
}

.site-header .tab-pane .banner-description {
	font-family: Axiforma;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -.72px;
	line-height: 32px;
}

.site-header .tab-pane .one-row .block-area {
	-ms-flex-align: center;
	align-items: center;
	background: none;
	display: -ms-flexbox;
	display: flex;
	gap: 32px;
	padding: 0;
}

.site-header .tab-pane .one-row .menu-item-image {
	border-radius: 8px;
}

.site-header .tab-pane .one-row .item-content-area-title {
	color: #16213d;
	font-family: Axiforma;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
}

.site-header .tab-pane .item-content-area-button {
	margin-top: 16px;
}

.site-header .tab-pane .item-content-area-button .btn {
	border-radius: 10px;
}

.site-header .tab-pane.erp .banner {
	background-color: #bfd6fa;
	border-color: #3b37e6;
}

.site-header .tab-pane.erp .banner-description {
	color: #3b37e6;
}

.site-header .tab-pane.erp .block-area.inner-banner {
	background-color: #3b37e6;
}

.site-header .tab-pane.erp .block-area.inner-banner .item-content-area-button .btn {
	color: #3b37e6 !important;
}

.site-header .tab-pane.education .banner, .site-header .tab-pane.hospitality-management .banner {
	background-color: #e2f8fd;
	border-color: #55bbf9;
}

.site-header .tab-pane.education .banner .btn, .site-header .tab-pane.hospitality-management .banner .btn {
	background-color: #55bbf9;
}

.site-header .tab-pane.education .banner-description, .site-header .tab-pane.hospitality-management .banner-description {
	color: #55bbf9;
}

.site-header .tab-pane.education .block-area.inner-banner, .site-header .tab-pane.hospitality-management .block-area.inner-banner {
	background-color: #55bbf9;
}

.site-header .tab-pane.education .block-area.inner-banner .item-content-area-button .btn, .site-header .tab-pane.hospitality-management .block-area.inner-banner .item-content-area-button .btn {
	color: #55bbf9 !important;
}

.site-header .tab-pane.retail-management .banner {
	background-color: #ecdeff;
	border-color: #a142ff;
}

.site-header .tab-pane.retail-management .banner .btn {
	background-color: #a142ff;
}

.site-header .tab-pane.retail-management .banner-description {
	color: #a142ff;
}

.site-header .tab-pane.retail-management .columns-menu .sub-menu .items-menus:first-child .sub-menu {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
}

.site-header .tab-pane.retail-management .block-area.inner-banner {
	background-color: #a142ff;
}

.site-header .tab-pane.retail-management .block-area.inner-banner .item-content-area-button .btn {
	color: #a142ff !important;
}

.site-header .tab-pane.school-management .banner {
	border-color: #ed7b6f;
}

.site-header .tab-pane.school-management .banner .btn {
	background-color: #ed7b6f;
}

.site-header .tab-pane.school-management .banner-description {
	color: #ed7b6f;
}

.site-header .tab-pane.school-management .block-area.inner-banner, .site-header .tab-pane.school-management .item-content-area-button .btn {
	background-color: #ed7b6f;
}

.site-header .tab-pane.school-management .block-area.inner-banner .item-content-area-button .btn {
	color: #ed7b6f !important;
}

.site-header .block-area {
	border-radius: 10px;
	padding: 16px;
}

.site-header .block-area.icon {
	padding: 16px;
}

.site-header .block-area.apricot {
	background-color: #ffdfd9;
}

.site-header .block-area.blue {
	background-color: #f2f7ff;
}

.site-header .block-area.purple {
	background-color: #ecdeff;
}

.site-header .block-area.light-blue {
	background-color: #f3f6ff;
}

.site-header .block-area.custom-image .item-content-area-title {
	margin: 8px 0 !important;
}

.site-header .block-area.inner-banner .item-content-area-title {
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	margin-top: 0;
	padding-right: 20px;
}

.site-header .block-area.inner-banner .item-content-area-button .btn {
	width: 100%;
}

.site-header .block-area.inner-banner .item-content-area-button .btn:before {
	display: none !important;
}

.site-header .block-area .block-area-image .menu-item-image {
	border-radius: 8px;
	height: auto;
}

.site-header .block-area .item-content-area-title {
	color: #16213d;
	font-family: Axiforma;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	margin-top: 8px;
}

.site-header .block-area .item-content-area-title.black {
	color: #16213d;
}

.site-header .block-area .item-content-area-title.apricot {
	color: #ed7b6f;
}

.site-header .block-area .item-content-area-title.blue {
	color: #3b37e6;
}

.site-header .block-area .item-content-area-title.purple {
	color: #a142ff;
}

.site-header .block-area .item-content-area-title.light-blue {
	color: #55bbf9;
}

.site-header .block-area .item-content-area-description {
	color: rgba(22, 33, 61, .8);
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	margin: 8px 0 16px;
}

.site-header .block-area .item-content-area-button .btn {
	border-radius: 10px !important;
	color: #fff !important;
	display: inline-block !important;
	font-size: 15px !important;
	font-weight: 300 !important;
	line-height: 24px !important;
}

.site-header .block-area .item-content-area-button .btn.apricot {
	background-color: #ed7b6f;
}

.site-header .block-area .item-content-area-button .btn.blue {
	background-color: #3b37e6;
}

.site-header .block-area .item-content-area-button .btn.purple {
	background-color: #a142ff;
}

.site-header .block-area .item-content-area-button .btn.light-blue {
	background-color: #55bbf9;
}

.site-header .other-items-wrapper {
	grid-gap: 16px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: calc(100% - 390px);
}

.site-header .other-items-wrapper .menu-item {
	padding: 0 !important;
}

.site-header .other-items-wrapper .menu-item:nth-child(2) .item-title-area:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M4.622 2.729a1.592 1.592 0 0 1 2.756 0l3.155 5.463a1.592 1.592 0 0 1-1.379 2.387H2.846a1.592 1.592 0 0 1-1.379-2.387L4.622 2.73Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(0 .5)' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header .other-items-wrapper .menu-item:nth-child(3) .item-title-area:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M4.857 1.782a1.54 1.54 0 0 1 2.178 0l3.576 3.575a1.54 1.54 0 0 1 0 2.178l-3.576 3.576a1.54 1.54 0 0 1-2.178 0L1.282 7.535a1.54 1.54 0 0 1 0-2.178l3.575-3.575Z' fill='%23F3F6FF' stroke='%233C455A' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(0 .5)' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header .other-items-wrapper .menu-item:nth-child(4) .item-title-area:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none'%3E%3Cpath d='M11.19 6.5c0 2.74-2.27 4.968-5.079 4.968-2.808 0-5.08-2.227-5.08-4.968s2.272-4.968 5.08-4.968c2.808 0 5.08 2.227 5.08 4.968Z' fill='%23D8E3FF' stroke='%233B37E6' stroke-width='.286'/%3E%3C/svg%3E");
}

.site-header .other-items-wrapper .menu-item:nth-child(5) .item-title-area:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none'%3E%3Crect x='1.254' y='1.754' width='9.558' height='9.558' rx='2.982' fill='%23D7F7FF' stroke='%235ED0F9' stroke-width='.286'/%3E%3C/svg%3E");
}

.site-header .other-items-wrapper .menu-item:nth-child(6) .item-title-area:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M9.772 7.879a1.592 1.592 0 0 0 0-2.757L4.308 1.968a1.592 1.592 0 0 0-2.387 1.378v6.309a1.592 1.592 0 0 0 2.387 1.378l5.464-3.154Z' fill='%23E3EEFF' stroke='%233B37E6' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='matrix(0 -1 -1 0 12 12.5)' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header .other-items-wrapper .item-title-area {
	display: block;
	padding-left: 20px;
	position: relative;
	text-align: left;
}

.site-header .other-items-wrapper .item-title-area .item-title {
	color: #16213d;
	font-family: Axiforma Book;
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
}

.site-header .other-items-wrapper .item-title-area:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M5.198 1.469a1.608 1.608 0 0 1 1.607 0l3.203 1.849c.497.287.803.818.803 1.392v3.698c0 .574-.306 1.105-.803 1.392l-3.203 1.849a1.608 1.608 0 0 1-1.607 0L1.995 9.8a1.608 1.608 0 0 1-.803-1.392V4.71c0-.574.306-1.105.803-1.392l3.203-1.849Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(0 .5)' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 17px;
	left: 0;
	position: absolute;
	top: -1px;
	width: 12px;
}

.site-header .other-items-wrapper .item-link {
	border-radius: 8px;
	margin: 0;
	max-width: none !important;
	padding: 16px;
	width: 100% !important;
}

.site-header .other-items-wrapper .item-link:hover {
	background-color: #f1f7ff;
}

.site-header .other-items-wrapper .item-content-area-title {
	color: rgba(22, 33, 61, .8);
	display: block;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	margin: 8px 0 0;
	text-align: left;
}

.site-header .tab-pane.active {
	display: block;
}

.site-header.nl .tab-header {
	width: calc(50% - 49px);
}

.site-header.nl .tab-header.hospitality-management {
	left: calc(50% + 10px);
}

.site-header.nl .tab-header.erp {
	left: 40px;
}

.site-header__actions {
	-ms-flex-align: center;
	-webkit-margin-start: 33px;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	margin-inline-start: 33px;
}

.site-header__actions .site-header__lang {
	-webkit-margin-start: 10px;
	margin-inline-start: 10px;
}

@media only screen and (max-width:1030px) {
	.site-header__actions .site-header__lang {
		margin: 0;
	}
}

.site-header__search {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media only screen and (max-width:1030px) {
	.site-header__search {
		-webkit-margin-end: 5px;
		margin-inline-end: 5px;
	}
}

.site-header__search-icon {
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
}

.site-header__search-icon svg {
	height: 32px;
	width: 32px;
}

.site-header__search-icon svg.close, .site-header__search-icon.active svg.open {
	display: none;
}

.site-header__search-icon.active svg.close {
	display: -ms-flexbox;
	display: flex;
}

.site-header__search-form {
	opacity: 0;
	position: relative;
	right: -34px;
	transition: .2s;
	visibility: hidden;
	width: 0;
}

@media only screen and (max-width:1030px) {
	.site-header__search-form {
		background-color: #fff;
		bottom: -42px;
		left: 0;
		padding: 10px 40px;
		position: absolute;
		right: unset;
		width: 100%;
		z-index: 10;
	}
	
	.site-header__search-form .searchform .input-wrapper {
		max-width: 100%;
	}
}

@media only screen and (max-width:670px) {
	.site-header__search-form {
		bottom: -54px;
		padding: 10px 16px;
	}
}

.site-header__search-form.active {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 270px;
	opacity: 1;
	visibility: visible;
	width: 100%;
}

@media only screen and (max-width:1030px) {
	.site-header__search-form.active {
		max-width: 100%;
		width: 100%;
	}
}

.site-header__search-form .searchform input {
	color: #16213d;
	font-size: 13px;
	height: 35px;
	line-height: 16px;
	padding: 6px;
}

.site-header__search-form .searchform input::-webkit-input-placeholder {
	color: rgba(22, 33, 61, .4);
	font-size: 13px;
	line-height: 18px;
}

.site-header__search-form .searchform input:-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
	font-size: 13px;
	line-height: 18px;
}

.site-header__search-form .searchform input::-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
	font-size: 13px;
	line-height: 18px;
}

.site-header__search-form .searchform input::placeholder {
	color: rgba(22, 33, 61, .4);
	font-size: 13px;
	line-height: 18px;
}

.site-header__search-form .searchform [type=submit] {
	background: none;
	padding: 1px;
	right: 30px;
}

@media only screen and (max-width:1030px) {
	.site-header__search-form .searchform [type=submit] {
		right: 10px;
	}
}

.site-header__search-form .searchform [type=submit] svg path {
	stroke: #000;
}

.site-header__lang {
	-webkit-margin-start: 33px;
	cursor: pointer;
	margin-inline-start: 33px;
	position: relative;
}

@media only screen and (max-width:1030px) {
	.site-header__lang {
		display: none;
	}
}

.site-header__lang:hover .site-header__lang-code {
	color: #3b37e6;
}

.site-header__lang:hover path {
	fill: #3b37e6;
}

.site-header__lang:hover .wpml-ls {
	opacity: 1;
	visibility: visible;
}

.site-header__lang-current {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	line-height: 24px;
	transition: color .3s linear;
}

.site-header__lang-current path {
	transition: fill .3s linear;
}

.site-header__lang-code {
	padding-left: 6px;
	text-transform: capitalize;
}

.site-header__lang .wpml-ls {
	display: block;
	left: 0;
	opacity: 0;
	padding-top: 20px;
	position: absolute;
	top: 100%;
	transition: .3s linear;
	transition-property: opacity, visibility;
	visibility: hidden;
}

.site-header__lang .wpml-ls ul {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
	min-width: 102px;
	padding: 10px 13px;
}

.site-header__lang .wpml-ls ul .wpml-ls-item-il, .site-header__lang .wpml-ls ul .wpml-ls-item-nl {
	display: none;
}

.site-header__lang .wpml-ls ul .wpml-ls-item-il.active, .site-header__lang .wpml-ls ul .wpml-ls-item-nl.active {
	display: block;
}

.site-header__lang .wpml-ls ul .wpml-ls-item {
	padding-bottom: 6px;
	padding-top: 6px;
	position: relative;
}

.site-header__lang .wpml-ls ul .wpml-ls-item.active ~ .active:after {
	background-color: #d8e3ff;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 75px;
}

.site-header__lang .wpml-ls ul .wpml-ls-item:hover a span {
	color: #3b37e6;
}

.site-header__lang .wpml-ls ul a {
	border: none;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
	transition: color .3s linear;
	white-space: nowrap;
}

.site-header__lang .wpml-ls ul a span {
	display: block;
}

.site-header__button-wrapper {
	margin-left: 28px;
}

@media only screen and (max-width:1199px) {
	.site-header__button-wrapper {
		margin-left: 20px;
	}
}

@media only screen and (max-width:1030px) {
	.site-header__button-wrapper {
		display: none;
	}
}

@media only screen and (max-width:991px) {
	.site-header__button-wrapper {
		margin-left: 12px;
	}
}

.site-header__button {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 16px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, background-color;
}

.site-header__button:hover {
	background-color: #3b37e6;
	color: #fff;
}

.site-header__mobile-menu-btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: none;
	height: 16px;
	padding: 0;
	position: relative;
	right: 0;
	transition: .5s ease-in-out;
	width: 27px;
	z-index: 9150;
}

@media only screen and (max-width:1030px) {
	.site-header__mobile-menu-btn {
		display: block;
	}
}

.site-header__mobile-menu-btn.open {
	-webkit-transform: translate(18px);
	transform: translate(18px);
}

@media only screen and (max-width:670px) {
	.site-header__mobile-menu-btn.open {
		-webkit-transform: translate(-20px, 22px);
		transform: translate(-20px, 22px);
	}
}

.site-header__mobile-menu-btn.open span:first-child {
	left: 50%;
	top: 8px;
	width: 0;
}

.site-header__mobile-menu-btn.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.site-header__mobile-menu-btn.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.site-header__mobile-menu-btn.open span:nth-child(4) {
	left: 50%;
	top: 8px;
	width: 0;
}

.site-header__mobile-menu-btn span {
	background: #16213d;
	border-radius: 10px;
	display: block;
	height: 2px;
	left: 0;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	width: 100%;
}

.site-header__mobile-menu-btn span:first-child {
	top: 0;
}

.site-header__mobile-menu-btn span:nth-child(2), .site-header__mobile-menu-btn span:nth-child(3) {
	top: 7px;
}

.site-header__mobile-menu-btn span:nth-child(4) {
	top: 14px;
}

.site-header.hide_he .wpml-ls-item-il {
	display: none;
}

.site-header.hide_he .wpml-ls-item:not(:last-child):after {
	display: none !important;
}

.site-header.hide_he.hide_nl .wpml-ls {
	display: none;
}

.site-header.hide_he.hide_nl .site-header__lang:hover {
	cursor: default;
}

.site-header.hide_he.hide_nl .site-header__lang:hover path {
	fill: #16213d;
}

.site-header.hide_he.hide_nl .site-header__lang:hover .site-header__lang-code {
	color: #16213d;
}

.site-header.hide_en .wpml-ls-item-en, .site-header.hide_en.hide_nl .wpml-ls {
	display: none;
}

.site-header.hide_en.hide_nl .site-header__lang:hover {
	cursor: default;
}

.site-header.hide_en.hide_nl .site-header__lang:hover path {
	fill: #16213d;
}

.site-header.hide_en.hide_nl .site-header__lang:hover .site-header__lang-code {
	color: #16213d;
}

.site-header.hide_all .site-header__lang, .site-header.hide_nl .wpml-ls-item-nl {
	display: none;
}

.site-header.landing.hide-header-partialy .site-header__before-menu-button {
	margin: 0;
}

.site-header.landing:not(.show-button-before-menu) .site-header__before-menu-button {
	display: none;
}

@media only screen and (max-width:1030px) {
	.single-landing .site-header__button-wrapper, .single-landing .site-header__lang {
		display: block;
	}
}

[dir=rtl] .site-header__lang .wpml-ls {
	left: unset;
	right: 0;
}

[dir=rtl] .site-header__button, [dir=rtl] .site-header__lang .wpml-ls ul a span {
	font-weight: 400;
}

[dir=rtl] .site-header__lang-code {
	padding-left: 0;
	padding-right: 6px;
}

[dir=rtl] .site-header__menu a {
	font-family: Rubik, sans-serif;
	font-weight: 400;
}

[dir=rtl] .site-header__menu > .menu-item:not(:last-child) {
	margin-left: 36px;
	margin-right: 0;
}

[dir=rtl] .site-header__menu > .menu-item.menu-item-has-children > .nav__link, [dir=rtl] .site-header__menu > .menu-item.menu-item-has-children > a {
	padding-left: 20px;
	padding-right: 0;
}

[dir=rtl] .site-header__menu > .menu-item.menu-item-has-children > .nav__link:after, [dir=rtl] .site-header__menu > .menu-item.menu-item-has-children > a:after {
	left: 0;
	right: unset;
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu.mega-menu-5 .tab-header {
	left: auto;
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu.mega-menu-5 .tab-header.education {
	right: auto;
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu.mega-menu-5 .tab-header.retail-management {
	right: calc(20% + 27px);
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu.mega-menu-5 .tab-header.erp {
	right: calc(40% + 14px);
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu.mega-menu-5 .tab-header.hospitality-management {
	right: calc(60% + 1px);
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu.mega-menu-5 .tab-header.school-management {
	right: calc(80% - 12px);
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu:before {
	left: 0;
	right: unset;
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .nav__link, [dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > a {
	font-weight: 600;
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item .nav__link, [dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item a {
	font-family: Rubik, sans-serif;
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.menu-item-has-children > .nav__link:before, [dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.menu-item-has-children > a:before {
	left: 0;
	right: unset;
	transition-property: border-radius, left;
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.menu-item-has-children .arrow {
	left: 0;
	right: unset !important;
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.menu-item-has-children > .sub-menu-wrapper {
	border-radius: 10px 0 0 10px;
	left: unset;
	padding: 7px 0 7px 7px;
	right: 100%;
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.menu-item-has-children:hover > .nav__link:before, [dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.menu-item-has-children:hover > a:before {
	left: 0;
	right: unset;
}

[dir=rtl] .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper {
	border-left: 1px solid #e3eeff;
	border-right: none;
}

[dir=rtl] .site-header .other-items-wrapper .item-title-area {
	padding-right: 20px;
	text-align: right;
}

[dir=rtl] .site-header .other-items-wrapper .item-title-area:before {
	left: auto;
	right: 0;
}

[dir=rtl] .site-header .other-items-wrapper .item-title-area .item-title {
	font-weight: 400;
}

[dir=rtl] .site-header .other-items-wrapper .item-content-area-title {
	text-align: right;
}

[dir=rtl] .site-header .tab-header.school-management {
	left: 40px;
	right: auto;
}

[dir=rtl] .site-header .tab-header.hospitality-management {
	left: calc(25% + 24px);
}

[dir=rtl] .site-header .tab-header.retail-management {
	left: auto;
	top: 16px;
}

[dir=rtl] .site-header .tab-header.erp {
	left: calc(50% + 8px);
}

[dir=rtl] .site-header__search-form .searchform input {
	padding: 10px;
}

[dir=rtl] .site-header__search-form .searchform [type=submit] {
	left: 30px;
	right: unset;
}

@media only screen and (max-width:1030px) {
	[dir=rtl] .site-header__search-form .searchform [type=submit] {
		left: 10px;
	}
}

[dir=rtl] .site-header__search-form {
	left: -34px;
	right: unset;
}

@media only screen and (max-width:1030px) {
	[dir=rtl] .site-header__search-form {
		left: 0;
	}
}

[dir=rtl] .site-header__button-wrapper {
	margin-left: 0;
	margin-right: 28px;
}

@media only screen and (max-width:991px) {
	[dir=rtl] .site-header__button-wrapper {
		margin-right: 12px;
	}
}

[dir=rtl] .site-header__mobile-menu-btn.open {
	-webkit-transform: translate(-18px);
	transform: translate(-18px);
}

@media only screen and (max-width:670px) {
	[dir=rtl] .site-header__mobile-menu-btn.open {
		-webkit-transform: translate(20px, 22px);
		transform: translate(20px, 22px);
	}
}

.searchform .input-wrapper {
	max-width: 600px;
	position: relative;
}

.searchform .input-wrapper input {
	width: 100%;
}

.searchform input {
	border: 1px solid #3b37e6;
	border-radius: 50px;
	padding: 10px;
}

.searchform [type=submit] {
	border-radius: 50px;
	cursor: pointer;
	line-height: 0;
	min-width: unset;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 0;
}

.return-back-link__btn {
	color: #16213d;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-left: 18px;
	position: relative;
	transition: color .3s linear;
}

.return-back-link__btn:hover {
	color: #3b37e6;
}

.return-back-link__btn:hover:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1 1 5.5 6 10' stroke='%233B37E6' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.return-back-link__btn:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1 1 5.5 6 10' stroke='%2316213D' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	content: "";
	display: block;
	height: 11px;
	left: 2px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 7px;
}

.site-footer {
	background-color: #16213d;
	content-visibility: auto;
	padding-bottom: 75px;
	padding-top: 35px;
}

@media (min-width:768px) {
	.site-footer {
		padding-bottom: 20px;
		padding-top: 25px;
	}
}

@media (min-width:992px) {
	.site-footer {
		padding-bottom: 35px;
		padding-top: 45px;
	}
}

.site-footer__wrapper {
	-ms-flex-pack: justify;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}

@media (min-width:768px) {
	.site-footer__wrapper {
		margin-bottom: 45px;
	}
}

.site-footer__side {
	-ms-flex-pack: justify;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	max-width: 1125px;
	width: 100%;
}

@media (min-width:768px) {
	.site-footer__side {
		-webkit-padding-start: 40px;
		padding-inline-start: 40px;
	}
}

@media (min-width:1200px) {
	.site-footer__side {
		ppadding-inline-start: 50px;
	}
}

.site-footer__logo-wrapper {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
	width: 100%;
}

@media (min-width:768px) {
	.site-footer__logo-wrapper {
		margin-bottom: 0;
		min-width: 120px;
		width: 141px;
	}
}

.site-footer__tablet-socials {
	margin-top: 20px;
}

.site-footer__tablet-socials .social-media__title {
	margin-bottom: 5px;
}

.site-footer__logo {
	display: block;
}

.site-footer__logo img, .site-footer__logo svg {
	display: block;
	height: auto;
	max-width: 141px;
	width: 100%;
}

@media (min-width:768px) {
	.site-footer__logo img, .site-footer__logo svg {
		max-width: 80px;
	}
}

.site-footer__nav {
	max-width: 982px;
	width: 100%;
}

.site-footer__menu {
	-ms-flex-pack: justify;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}

@media (min-width:768px) {
	.site-footer__menu {
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 10px;
	}
}

@media (min-width:992px) {
	.site-footer__menu {
		gap: 20px;
	}
}

@media (max-width:767.98px) {
	.site-footer__menu > .menu-item {
		border-bottom: 1px solid #fff;
		padding-bottom: 14px;
		padding-top: 14px;
	}
}

@media (min-width:768px) {
	.site-footer__menu > .menu-item:first-child {
		max-width: 170px;
	}
}

.site-footer__menu > .menu-item > .nav__link, .site-footer__menu > .menu-item > a {
	color: #fff;
	font-family: Axiforma;
	font-weight: 600;
	text-transform: capitalize;
}

@media (max-width:767.98px) {
	.site-footer__menu > .menu-item.menu-item-has-children a {
		-webkit-padding-end: 15px;
		display: block;
		padding-inline-end: 15px;
		position: relative;
	}
}

.site-footer__menu > .menu-item.menu-item-has-children.active .sub-menu-toggle:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.site-footer__menu > .menu-item.menu-item-has-children .sub-menu-toggle {
	display: block;
	height: 21px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.site-footer__menu > .menu-item.menu-item-has-children .sub-menu-toggle:after, .site-footer__menu > .menu-item.menu-item-has-children .sub-menu-toggle:before {
	background-color: #fff;
	content: "";
	display: block;
	pointer-events: none;
	position: absolute;
}

.site-footer__menu > .menu-item.menu-item-has-children .sub-menu-toggle:before {
	height: 1px;
	right: 0;
	top: 10px;
	width: 9px;
}

.site-footer__menu > .menu-item.menu-item-has-children .sub-menu-toggle:after {
	height: 9px;
	right: 4px;
	top: 6px;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	width: 1px;
}

@media (min-width:768px) {
	.site-footer__menu > .menu-item.menu-item-has-children .sub-menu-toggle {
		display: none;
	}
}

.site-footer__menu .nav__link, .site-footer__menu a {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
}

@media (min-width:768px) {
	.site-footer__menu .nav__link, .site-footer__menu a {
		font-size: 10px;
		line-height: 16px;
	}
}

@media (min-width:992px) {
	.site-footer__menu .nav__link, .site-footer__menu a {
		font-size: 13px;
	}
}

.site-footer__menu .sub-menu {
	margin-top: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s linear;
}

@media (min-width:768px) {
	.site-footer__menu .sub-menu {
		margin-top: 12px;
		max-height: none;
	}
}

@media (min-width:992px) {
	.site-footer__menu .sub-menu {
		margin-top: 22px;
	}
}

@media (max-width:767.98px) {
	.site-footer__menu .sub-menu .menu-item {
		padding-bottom: 7px;
		padding-top: 7px;
	}
}

.site-footer__menu .sub-menu .menu-item:last-child {
	padding-bottom: 0;
}

@media (min-width:768px) {
	.site-footer__menu .sub-menu .menu-item:not(:last-child) {
		margin-bottom: 8px;
	}
}

@media (min-width:992px) {
	.site-footer__menu .sub-menu .menu-item:not(:last-child) {
		margin-bottom: 18px;
	}
}

.site-footer__menu .sub-menu .nav__link, .site-footer__menu .sub-menu a {
	color: #98a3be;
	transition: color .3s linear;
}

@media (max-width:767.98px) {
	.site-footer__menu .sub-menu .nav__link, .site-footer__menu .sub-menu a {
		line-height: 20px;
	}
}

.site-footer__menu .sub-menu .nav__link, .site-footer__menu .sub-menu .nav__link:hover, .site-footer__menu .sub-menu a:hover {
	color: #fff;
}

.site-footer__socials {
	-ms-flex-align: center;
	align-items: center;
	gap: 18px;
}

@media (max-width:1199.98px) {
	.site-footer__socials {
		-webkit-margin-start: 35px;
		margin-inline-start: 35px;
	}
}

@media (min-width:1200px) {
	.site-footer__socials {
		-webkit-margin-start: 55px;
		margin-inline-start: 55px;
	}
}

@media (max-width:767.98px) {
	.site-footer__socials {
		margin: 50px 0 40px;
		width: 100%;
	}
	
	.site-footer__socials .social-media {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.site-footer__socials .social-media__title {
	font-size: 11px;
	font-weight: 300;
	line-height: 17px;
	margin-bottom: 0;
}

@media (max-width:767.98px) {
	.site-footer__socials .social-media__title {
		margin-bottom: 10px;
		text-align: center;
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.site-footer__socials .social-media__title {
		font-size: 9px;
		line-height: 14px;
	}
}

.site-footer__bottom {
	-ms-flex-align: end;
	-ms-flex-pack: justify;
	align-items: flex-end;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.site-footer__partners {
	min-width: auto;
	width: 63px;
}

@media (min-width:992px) {
	.site-footer__partners {
		min-width: 120px;
		width: 141px;
	}
}

@media (min-width:768px) {
	.site-footer__partners {
		width: 120px;
	}
}

@media (max-width:767.98px) {
	.site-footer__partners {
		position: absolute;
		right: 0;
		top: 0;
	}
}

.site-footer__partners-wrapper {
	display: block;
	max-width: 63px;
	width: 63px;
}

@media (min-width:768px) and (max-width:991.98px) {
	.site-footer__partners-wrapper {
		max-width: 50px;
	}
}

.site-footer__partners-wrapper img, .site-footer__partners-wrapper svg {
	display: block;
	height: auto;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	width: 100%;
}

.site-footer__partners-wrapper img:hover, .site-footer__partners-wrapper svg:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.site-footer__bottom-side {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-ms-flex-align: start;
	align-items: center;
	align-items: flex-start;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	max-width: 1125px;
	width: 100%;
}

@media (min-width:768px) {
	.site-footer__bottom-side {
		-webkit-padding-start: 40px;
		-webkit-padding-start: 50px;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-inline-start: 40px;
		padding-inline-start: 50px;
	}
}

@media (max-width:767.98px) {
	.site-footer__bottom-nav {
		-webkit-padding-end: 90px;
		padding-inline-end: 90px;
	}
}

.site-footer__bottom-menu {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width:767.98px) {
	.site-footer__bottom-menu {
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.site-footer__bottom-menu .sub-menu {
	display: none;
}

.site-footer__bottom-menu .menu-item:not(:last-child) {
	-webkit-margin-end: 0;
	margin-inline-end: 0;
	margin-bottom: 15px;
}

@media (min-width:768px) {
	.site-footer__bottom-menu .menu-item:not(:last-child) {
		-webkit-margin-end: 20px;
		margin-inline-end: 20px;
		margin-bottom: 0;
	}
}

@media (min-width:992px) {
	.site-footer__bottom-menu .menu-item:not(:last-child) {
		-webkit-margin-end: 35px;
		margin-inline-end: 35px;
	}
}

@media (min-width:1200px) {
	.site-footer__bottom-menu .menu-item:not(:last-child) {
		-webkit-margin-end: 55px;
		margin-inline-end: 55px;
	}
}

.site-footer__bottom-menu .nav__link, .site-footer__bottom-menu a {
	color: #fff;
	display: block;
	font-size: 11px;
	line-height: 17px;
	transition: color .3s linear;
}

@media (min-width:576px) and (max-width:991.98px) {
	.site-footer__bottom-menu .nav__link, .site-footer__bottom-menu a {
		font-size: 9px;
		line-height: 14px;
	}
}

.site-footer__bottom-menu .nav__link:hover, .site-footer__bottom-menu a:hover {
	color: #98a3be;
}

.site-footer__privacy-choices {
	-webkit-padding-end: 45px;
	color: #fff;
	display: block;
	font-size: 11px;
	line-height: 17px;
	margin-top: 15px;
	padding-inline-end: 45px;
	position: relative;
	transition: color .3s linear;
}

@media (min-width:576px) and (max-width:991.98px) {
	.site-footer__privacy-choices {
		font-size: 9px;
		line-height: 14px;
	}
}

@media (min-width:768px) {
	.site-footer__privacy-choices {
		-webkit-margin-start: 20px;
		margin-top: 0;
		margin-inline-start: 20px;
	}
}

@media (min-width:992px) {
	.site-footer__privacy-choices {
		-webkit-margin-start: 35px;
		margin-inline-start: 35px;
	}
}

@media (min-width:1200px) {
	.site-footer__privacy-choices {
		-webkit-margin-start: 55px;
		margin-inline-start: 55px;
	}
}

.site-footer__privacy-choices:hover {
	color: #98a3be;
}

.site-footer__privacy-choices:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAxNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAgMTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik03LjQgMTIuOGg2LjhsMy4xLTExLjZINy40QzQuMiAxLjIgMS42IDMuOCAxLjYgN3MyLjYgNS44IDUuOCA1Ljh6IiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMTYyMTNkIi8+PHBhdGggZD0iTTIyLjYgMEg3LjRjLTMuOSAwLTcgMy4xLTcgN3MzLjEgNyA3IDdoMTUuMmMzLjkgMCA3LTMuMSA3LTdzLTMuMi03LTctN3ptLTIxIDdjMC0zLjIgMi42LTUuOCA1LjgtNS44aDkuOWwtMy4xIDExLjZINy40Yy0zLjIgMC01LjgtMi42LTUuOC01Ljh6IiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PHBhdGggZD0iTTI0LjYgNGMuMi4yLjIuNiAwIC44TDIyLjUgN2wyLjIgMi4yYy4yLjIuMi42IDAgLjgtLjIuMi0uNi4yLS44IDBsLTIuMi0yLjItMi4yIDIuMmMtLjIuMi0uNi4yLS44IDAtLjItLjItLjItLjYgMC0uOEwyMC44IDdsLTIuMi0yLjJjLS4yLS4yLS4yLS42IDAtLjguMi0uMi42LS4yLjggMGwyLjIgMi4yTDIzLjggNGMuMi0uMi42LS4yLjggMHoiIHN0eWxlPSJmaWxsOiMxNjIxM2QiLz48cGF0aCBkPSJNMTIuNyA0LjFjLjIuMi4zLjYuMS44TDguNiA5LjhjLS4xLjEtLjIuMi0uMy4yLS4yLjEtLjUuMS0uNy0uMUw1LjQgNy43Yy0uMi0uMi0uMi0uNiAwLS44LjItLjIuNi0uMi44IDBMOCA4LjZsMy44LTQuNWMuMi0uMi42LS4yLjkgMHoiIHN0eWxlPSJmaWxsOiNmZmYiLz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
}

@media (min-width:768px) {
	.site-footer__copyright-block {
		-webkit-margin-start: 20px;
		margin-inline-start: 20px;
	}
}

@media (max-width:767.98px) {
	.site-footer__copyright-block {
		text-align: center;
		width: 100%;
	}
}

.site-footer__copyright {
	color: #fff;
	font-size: 11px;
	line-height: 17px;
	margin: 0;
}

@media (min-width:576px) and (max-width:991.98px) {
	.site-footer__copyright {
		font-size: 9px;
		line-height: 14px;
	}
}

[dir=rtl] .site-footer__menu .nav__link, [dir=rtl] .site-footer__menu a {
	font-weight: 400;
}

[dir=rtl] .site-footer__menu > .menu-item.menu-item-has-children a .sub-menu-toggle, [dir=rtl] .site-footer__menu > .menu-item.menu-item-has-children a .sub-menu-toggle:before {
	left: 0;
	right: unset;
}

[dir=rtl] .site-footer__menu > .menu-item.menu-item-has-children a .sub-menu-toggle:after {
	left: 4px;
	right: unset;
}

[dir=rtl] .site-footer__privacy-choices:after {
	left: 0;
	right: unset;
}

@media (max-width:767.98px) {
	[dir=rtl] .site-footer__partners {
		left: 0;
		right: unset;
	}
}

html {
	min-height: 100%;
	position: relative;
}

html.popup-opened {
	overflow: hidden;
}

@media only screen and (max-width:768px) {
	html.popup-opened {
		height: 100vh;
	}
}

.my_overlay {
	background: #16213d;
	cursor: pointer;
	display: block;
	opacity: .8;
	z-index: 1;
}

.my_overlay, .popup {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.popup {
	display: none;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 99999;
}

.popup .popup-wrapper-inner {
	background: #eeeef2;
	margin: 70px auto 50px;
	padding: 25px 50px 50px;
	position: relative;
	width: 642px;
	z-index: 2;
}

@media only screen and (max-width:768px) {
	.popup .popup-wrapper-inner {
		margin-top: 40px;
		padding: 45px 20px;
		width: 90% !important;
	}
}

@media only screen and (max-width:768px) and (max-width:480px) {
	.popup .popup-wrapper-inner {
		padding: 70px 20px;
		width: calc(100% - 20px) !important;
	}
}

.popup button.popup-close {
	background-color: transparent;
	background-size: 32px auto;
	border: none;
	cursor: pointer;
	height: 40px;
	opacity: .9;
	padding: 0;
	position: absolute;
	right: -40px;
	text-indent: -9999px;
	top: -40px;
	width: 40px;
	z-index: 10;
}

.popup button.popup-close:hover {
	opacity: 1;
}

@media only screen and (min-width:481px) {
	#retail-and-erp-popup.disabled-desktop-popup {
		display: none !important;
	}
}

@media only screen and (max-width:480px) {
	#retail-and-erp-popup.disabled-mobile-popup {
		display: none !important;
	}
}

#retail-and-erp-popup .popup-wrapper-inner {
	border-radius: 25px;
	max-width: 700px;
	padding: 0;
	width: -webkit-max-content;
	width: max-content;
}

@media only screen and (max-width:850px) {
	#retail-and-erp-popup .popup-wrapper-inner {
		width: 500px;
	}
}

#retail-and-erp-popup .retail-and-erp-popup__anchor {
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
}

#retail-and-erp-popup .retail-and-erp-popup__anchor img {
	height: auto;
	pointer-events: none;
	width: 100%;
}

@media only screen and (max-width:850px) {
	#retail-and-erp-popup .retail-and-erp-popup__anchor img {
		height: auto;
		width: 100%;
	}
}

@media only screen and (max-width:480px) {
	#retail-and-erp-popup .retail-and-erp-popup__desktop-img {
		display: none;
	}
}

#retail-and-erp-popup .retail-and-erp-popup__mobile-img {
	display: none;
}

@media only screen and (max-width:480px) {
	#retail-and-erp-popup .retail-and-erp-popup__mobile-img {
		display: -ms-flexbox;
		display: flex;
	}
}

#retail-and-erp-popup .popup-close {
	background-color: #a142ff;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmZmYiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZD0iTTcgNGEuOTk1Ljk5NSAwIDAgMC0uNzA3LjI5M2wtMiAyYS45OTkuOTk5IDAgMCAwIDAgMS40MTRMMTEuNTg2IDE1bC03LjI5MyA3LjI5M2EuOTk5Ljk5OSAwIDAgMCAwIDEuNDE0bDIgMmEuOTk5Ljk5OSAwIDAgMCAxLjQxNCAwTDE1IDE4LjQxNGw3LjI5MyA3LjI5M2EuOTk5Ljk5OSAwIDAgMCAxLjQxNCAwbDItMmEuOTk5Ljk5OSAwIDAgMCAwLTEuNDE0TDE4LjQxNCAxNWw3LjI5My03LjI5M2EuOTk5Ljk5OSAwIDAgMCAwLTEuNDE0bC0yLTJhLjk5OS45OTkgMCAwIDAtMS40MTQgMEwxNSAxMS41ODYgNy43MDcgNC4yOTNBLjk5Ni45OTYgMCAwIDAgNyA0eiIvPjwvc3ZnPg==");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 21px;
	height: 20px;
	right: 28px;
	top: 28px;
	width: 20px;
}

#retail-and-erp-popup .popup-close.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:850px) {
	#retail-and-erp-popup .popup-close {
		right: 20px;
		top: 20px;
	}
}

@media only screen and (max-width:480px) {
	#retail-and-erp-popup .popup-close {
		height: 40px;
		right: 24px;
		top: 30px;
		width: 40px;
	}
}

#content-banner-popup .popup-wrapper-inner, #content-calculator-popup .popup-wrapper-inner, #demoform-banner-popup .popup-wrapper-inner, #gated-content-form-popup .popup-wrapper-inner, #set-a-meeting-popup .popup-wrapper-inner, #set-a-meeting-popup-custom .popup-wrapper-inner, #webinar-form-popup .popup-wrapper-inner, .all-resources__card .popup .popup-wrapper-inner, .dark-styled-popup .popup .popup-wrapper-inner {
	background-color: #16213d;
	border-radius: 20px;
	isolation: isolate;
	max-width: 635px;
	overflow: hidden;
	padding: 40px 24px;
	width: 100%;
}

@media only screen and (max-width:768px) {
	#content-banner-popup .popup-wrapper-inner, #content-calculator-popup .popup-wrapper-inner, #demoform-banner-popup .popup-wrapper-inner, #gated-content-form-popup .popup-wrapper-inner, #set-a-meeting-popup .popup-wrapper-inner, #set-a-meeting-popup-custom .popup-wrapper-inner, #webinar-form-popup .popup-wrapper-inner, .all-resources__card .popup .popup-wrapper-inner, .dark-styled-popup .popup .popup-wrapper-inner {
		margin-top: 70px;
		max-width: 95%;
	}
}

#content-banner-popup .popup-wrapper-inner button.popup-close, #content-calculator-popup .popup-wrapper-inner button.popup-close, #demoform-banner-popup .popup-wrapper-inner button.popup-close, #gated-content-form-popup .popup-wrapper-inner button.popup-close, #set-a-meeting-popup .popup-wrapper-inner button.popup-close, #set-a-meeting-popup-custom .popup-wrapper-inner button.popup-close, #webinar-form-popup .popup-wrapper-inner button.popup-close, .all-resources__card .popup .popup-wrapper-inner button.popup-close, .dark-styled-popup .popup .popup-wrapper-inner button.popup-close {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 17.032 17.032m0-17.032L1 18.032' stroke='%23fff'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	height: 20px;
	right: 20px;
	top: 20px;
	transition: opacity .4s linear;
	width: 20px;
}

#content-banner-popup .popup-wrapper-inner button.popup-close.nitro-lazy, #content-calculator-popup .popup-wrapper-inner button.popup-close.nitro-lazy, #demoform-banner-popup .popup-wrapper-inner button.popup-close.nitro-lazy, #gated-content-form-popup .popup-wrapper-inner button.popup-close.nitro-lazy, #set-a-meeting-popup .popup-wrapper-inner button.popup-close.nitro-lazy, #set-a-meeting-popup-custom .popup-wrapper-inner button.popup-close.nitro-lazy, #webinar-form-popup .popup-wrapper-inner button.popup-close.nitro-lazy, .all-resources__card .popup .popup-wrapper-inner button.popup-close.nitro-lazy, .dark-styled-popup .popup .popup-wrapper-inner button.popup-close.nitro-lazy {
	background-image: none !important;
}

#content-banner-popup .popup-wrapper-inner .figure, #content-calculator-popup .popup-wrapper-inner .figure, #demoform-banner-popup .popup-wrapper-inner .figure, #gated-content-form-popup .popup-wrapper-inner .figure, #set-a-meeting-popup .popup-wrapper-inner .figure, #set-a-meeting-popup-custom .popup-wrapper-inner .figure, #webinar-form-popup .popup-wrapper-inner .figure, .all-resources__card .popup .popup-wrapper-inner .figure, .dark-styled-popup .popup .popup-wrapper-inner .figure {
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
}

#content-banner-popup .popup-wrapper-inner .figure-1, #content-calculator-popup .popup-wrapper-inner .figure-1, #demoform-banner-popup .popup-wrapper-inner .figure-1, #gated-content-form-popup .popup-wrapper-inner .figure-1, #set-a-meeting-popup .popup-wrapper-inner .figure-1, #set-a-meeting-popup-custom .popup-wrapper-inner .figure-1, #webinar-form-popup .popup-wrapper-inner .figure-1, .all-resources__card .popup .popup-wrapper-inner .figure-1, .dark-styled-popup .popup .popup-wrapper-inner .figure-1 {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.6' d='M58.009 74.8c0 7.29-5.9 13.2-13.176 13.2h-99.657C-62.101 88-68 82.09-68 74.8V-32c0-7.29 5.899-13.2 13.176-13.2H18.6a5.395 5.395 0 0 0 5.39-5.4c0-2.982 2.413-5.4 5.39-5.4h107.443C144.101-56 150-50.09 150-42.8v59.28c0 7.29-5.899 13.2-13.176 13.2h-65.64c-7.276 0-13.175 5.91-13.175 13.2V74.8Z' fill='%23fff' fill-opacity='.2'/%3E%3C/svg%3E");
	height: 88px;
	left: 0;
	top: 0;
	width: 150px;
}

#content-banner-popup .popup-wrapper-inner .figure-1.nitro-lazy, #content-calculator-popup .popup-wrapper-inner .figure-1.nitro-lazy, #demoform-banner-popup .popup-wrapper-inner .figure-1.nitro-lazy, #gated-content-form-popup .popup-wrapper-inner .figure-1.nitro-lazy, #set-a-meeting-popup .popup-wrapper-inner .figure-1.nitro-lazy, #set-a-meeting-popup-custom .popup-wrapper-inner .figure-1.nitro-lazy, #webinar-form-popup .popup-wrapper-inner .figure-1.nitro-lazy, .all-resources__card .popup .popup-wrapper-inner .figure-1.nitro-lazy, .dark-styled-popup .popup .popup-wrapper-inner .figure-1.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:670px) {
	#content-banner-popup .popup-wrapper-inner .figure-1, #content-calculator-popup .popup-wrapper-inner .figure-1, #demoform-banner-popup .popup-wrapper-inner .figure-1, #gated-content-form-popup .popup-wrapper-inner .figure-1, #set-a-meeting-popup .popup-wrapper-inner .figure-1, #set-a-meeting-popup-custom .popup-wrapper-inner .figure-1, #webinar-form-popup .popup-wrapper-inner .figure-1, .all-resources__card .popup .popup-wrapper-inner .figure-1, .dark-styled-popup .popup .popup-wrapper-inner .figure-1 {
		left: -35px;
	}
}

#content-banner-popup .popup-wrapper-inner .figure-2, #content-calculator-popup .popup-wrapper-inner .figure-2, #demoform-banner-popup .popup-wrapper-inner .figure-2, #gated-content-form-popup .popup-wrapper-inner .figure-2, #set-a-meeting-popup .popup-wrapper-inner .figure-2, #set-a-meeting-popup-custom .popup-wrapper-inner .figure-2, #webinar-form-popup .popup-wrapper-inner .figure-2, .all-resources__card .popup .popup-wrapper-inner .figure-2, .dark-styled-popup .popup .popup-wrapper-inner .figure-2 {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='92' height='86' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M88.938 1H53.062C24.31 1 1 26.127 1 57.123v58.754C1 146.873 24.31 172 53.063 172h35.874C117.692 172 141 146.873 141 115.877V57.123C141 26.127 117.691 1 88.937 1Z' stroke='%23fff' stroke-miterlimit='10'/%3E%3Cpath d='M82.724 29.508H59.27c-19.293 0-34.933 16.86-34.933 37.658v38.663c0 20.798 15.64 37.658 34.933 37.658h23.454c19.293 0 34.934-16.86 34.934-37.658V67.166c0-20.798-15.641-37.658-34.934-37.658Z' stroke='%23fff' stroke-miterlimit='10'/%3E%3Cpath d='M76.521 58.543H65.484c-9.077 0-16.435 7.932-16.435 17.717v18.198c0 9.785 7.358 17.717 16.435 17.717H76.52c9.077 0 16.435-7.932 16.435-17.717V76.26c0-9.785-7.358-17.717-16.435-17.717Z' stroke='%23fff' stroke-miterlimit='10'/%3E%3C/svg%3E");
	bottom: 0;
	height: 86px;
	right: 0;
	width: 92px;
}

#content-banner-popup .popup-wrapper-inner .figure-2.nitro-lazy, #content-calculator-popup .popup-wrapper-inner .figure-2.nitro-lazy, #demoform-banner-popup .popup-wrapper-inner .figure-2.nitro-lazy, #gated-content-form-popup .popup-wrapper-inner .figure-2.nitro-lazy, #set-a-meeting-popup .popup-wrapper-inner .figure-2.nitro-lazy, #set-a-meeting-popup-custom .popup-wrapper-inner .figure-2.nitro-lazy, #webinar-form-popup .popup-wrapper-inner .figure-2.nitro-lazy, .all-resources__card .popup .popup-wrapper-inner .figure-2.nitro-lazy, .dark-styled-popup .popup .popup-wrapper-inner .figure-2.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:670px) {
	#content-banner-popup .popup-wrapper-inner .figure-2, #content-calculator-popup .popup-wrapper-inner .figure-2, #demoform-banner-popup .popup-wrapper-inner .figure-2, #gated-content-form-popup .popup-wrapper-inner .figure-2, #set-a-meeting-popup .popup-wrapper-inner .figure-2, #set-a-meeting-popup-custom .popup-wrapper-inner .figure-2, #webinar-form-popup .popup-wrapper-inner .figure-2, .all-resources__card .popup .popup-wrapper-inner .figure-2, .dark-styled-popup .popup .popup-wrapper-inner .figure-2 {
		background-size: contain;
		height: 42px;
		width: 45px;
	}
}

#content-banner-popup .popup-wrapper-inner .priority-title, #content-calculator-popup .popup-wrapper-inner .priority-title, #demoform-banner-popup .popup-wrapper-inner .priority-title, #gated-content-form-popup .popup-wrapper-inner .priority-title, #set-a-meeting-popup .popup-wrapper-inner .priority-title, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-title, #webinar-form-popup .popup-wrapper-inner .priority-title, .all-resources__card .popup .popup-wrapper-inner .priority-title, .dark-styled-popup .popup .popup-wrapper-inner .priority-title {
	color: #fff;
	text-align: center;
}

#content-banner-popup .popup-wrapper-inner .priority-text, #content-banner-popup .popup-wrapper-inner .priority-text *, #content-calculator-popup .popup-wrapper-inner .priority-text, #content-calculator-popup .popup-wrapper-inner .priority-text *, #demoform-banner-popup .popup-wrapper-inner .priority-text, #demoform-banner-popup .popup-wrapper-inner .priority-text *, #gated-content-form-popup .popup-wrapper-inner .priority-text, #gated-content-form-popup .popup-wrapper-inner .priority-text *, #set-a-meeting-popup .popup-wrapper-inner .priority-text, #set-a-meeting-popup .popup-wrapper-inner .priority-text *, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-text, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-text *, #webinar-form-popup .popup-wrapper-inner .priority-text, #webinar-form-popup .popup-wrapper-inner .priority-text *, .all-resources__card .popup .popup-wrapper-inner .priority-text, .all-resources__card .popup .popup-wrapper-inner .priority-text *, .dark-styled-popup .popup .popup-wrapper-inner .priority-text, .dark-styled-popup .popup .popup-wrapper-inner .priority-text * {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin-top: 8px;
	text-align: center;
}

#content-banner-popup .popup-wrapper-inner .priority-form, #content-calculator-popup .popup-wrapper-inner .priority-form, #demoform-banner-popup .popup-wrapper-inner .priority-form, #gated-content-form-popup .popup-wrapper-inner .priority-form, #set-a-meeting-popup .popup-wrapper-inner .priority-form, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form, #webinar-form-popup .popup-wrapper-inner .priority-form, .all-resources__card .popup .popup-wrapper-inner .priority-form, .dark-styled-popup .popup .popup-wrapper-inner .priority-form {
	margin-top: 32px;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs_error_rollup, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs_error_rollup, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs_error_rollup, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs_error_rollup, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs_error_rollup, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs_error_rollup, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs_error_rollup, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs_error_rollup, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs_error_rollup {
	text-align: center;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-recaptcha, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-recaptcha, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-recaptcha, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-recaptcha, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-recaptcha, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-recaptcha, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-recaptcha, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-recaptcha, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-recaptcha {
	display: none !important;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-error-msg, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-main-font-element, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-error-msg, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-main-font-element, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-error-msg, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-main-font-element, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-error-msg, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-main-font-element, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-error-msg, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-main-font-element, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-error-msg, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-main-font-element, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-error-msg, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-main-font-element, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-error-msg, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-main-font-element, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-error-msg, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-main-font-element {
	color: #c93435;
	font-size: 12px;
	line-height: 14px;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form fieldset, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form fieldset {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	justify-content: center;
	max-width: 100% !important;
}

@media only screen and (max-width:670px) {
	#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form fieldset, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form fieldset {
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-0, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-0, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-0, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-0, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-0, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-0, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-0, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-0, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-0 {
	margin-bottom: 16px;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-1:has(input[type=hidden]), #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-1:has(input[type=hidden]), #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-1:has(input[type=hidden]), #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-1:has(input[type=hidden]), #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-1:has(input[type=hidden]), #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-1:has(input[type=hidden]), #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-1:has(input[type=hidden]), .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-1:has(input[type=hidden]), .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-1:has(input[type=hidden]) {
	border: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field {
	margin-bottom: 16px;
}

@media only screen and (max-width:670px) {
	#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field {
		width: 100%;
	}
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field > label, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field > label, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field > label, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field > label, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field > label, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field > label, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field > label, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field > label, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field > label {
	display: none;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .input, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .input, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .input, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .input, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .input, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .input, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .input, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .input, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .input {
	margin: 0;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email], #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel], #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text], #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email], #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel], #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text], #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email], #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel], #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text], #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email], #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel], #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text], #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email], #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel], #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text], #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email], #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel], #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text], #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email], #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel], #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text], .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email], .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel], .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text], .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email], .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel], .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text] {
	border: 1px solid rgba(22, 33, 61, .1);
	border-radius: 10px;
	color: #16213d;
	font-size: 13px;
	height: 48px;
	line-height: 16px;
	padding: 10px 16px;
	width: 100% !important;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email].error, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel].error, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text].error, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email].error, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel].error, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text].error, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email].error, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel].error, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text].error, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email].error, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel].error, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text].error, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email].error, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel].error, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text].error, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email].error, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel].error, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text].error, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email].error, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel].error, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text].error, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email].error, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel].error, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text].error, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email].error, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel].error, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text].error {
	border-color: #c93435;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::placeholder, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::placeholder, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea {
	border: 1px solid rgba(22, 33, 61, .1);
	border-radius: 10px;
	color: #16213d;
	font-size: 13px;
	height: 96px;
	line-height: 16px;
	padding: 10px 16px;
	resize: none;
	width: 100% !important;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea.error, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea.error, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea.error, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea.error, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea.error, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea.error, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea.error, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea.error, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea.error {
	border-color: #c93435;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-webkit-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-webkit-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-webkit-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-webkit-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-webkit-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-webkit-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-webkit-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-webkit-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-webkit-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea:-ms-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea:-ms-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea:-ms-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea:-ms-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea:-ms-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea:-ms-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea:-ms-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea:-ms-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea:-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-ms-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-ms-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-ms-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-ms-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-ms-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-ms-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-ms-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-ms-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select {
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1 7 7 1 1' stroke='%2316213D'/%3E%3C/svg%3E");
	background-position: center right 19px;
	background-repeat: no-repeat;
	border: 1px solid rgba(22, 33, 61, .1);
	border-radius: 10px;
	color: #16213d;
	font-size: 13px;
	height: 48px;
	line-height: 16px;
	padding: 10px 35px 10px 16px;
	width: 100%;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.nitro-lazy, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.nitro-lazy, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.nitro-lazy, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.nitro-lazy, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.nitro-lazy, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.nitro-lazy, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.nitro-lazy, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.nitro-lazy, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.nitro-lazy {
	background-image: none !important;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 7 6-6 6 6' stroke='%2316213D'/%3E%3C/svg%3E");
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus.nitro-lazy, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus.nitro-lazy, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus.nitro-lazy, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus.nitro-lazy, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus.nitro-lazy, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus.nitro-lazy, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus.nitro-lazy, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus.nitro-lazy, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus.nitro-lazy {
	background-image: none !important;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.error, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.error, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.error, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.error, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.error, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.error, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.error, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.error, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.error {
	border-color: #c93435;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-webkit-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-webkit-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-webkit-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-webkit-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-webkit-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-webkit-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-webkit-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-webkit-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-webkit-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:-ms-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:-ms-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:-ms-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:-ms-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:-ms-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:-ms-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:-ms-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:-ms-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-ms-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-ms-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-ms-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-ms-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-ms-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-ms-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-ms-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-ms-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field.hs-fieldtype-textarea, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field.hs-fieldtype-textarea, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field.hs-fieldtype-textarea, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field.hs-fieldtype-textarea, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field.hs-fieldtype-textarea, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field.hs-fieldtype-textarea, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field.hs-fieldtype-textarea, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field.hs-fieldtype-textarea, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field.hs-fieldtype-textarea {
	width: 100% !important;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .hs-form-booleancheckbox label span, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .hs-form-booleancheckbox label span, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .hs-form-booleancheckbox label span, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .hs-form-booleancheckbox label span, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .hs-form-booleancheckbox label span, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .hs-form-booleancheckbox label span, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .hs-form-booleancheckbox label span, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .hs-form-booleancheckbox label span, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .hs-form-booleancheckbox label span {
	color: #fff;
	display: block;
	font-size: 13px;
	line-height: 18px;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field {
	width: 50%;
}

@media only screen and (max-width:670px) {
	#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field {
		width: 50%;
	}
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	justify-content: center;
	width: 100%;
}

@media only screen and (max-width:670px) {
	#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field {
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field .hs-form-field, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field .hs-form-field, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field .hs-form-field, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field .hs-form-field, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field .hs-form-field, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field .hs-form-field, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field .hs-form-field, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field .hs-form-field, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field .hs-form-field {
	width: 100%;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container {
	display: block;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container .hs-form-field, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container .hs-form-field, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container .hs-form-field, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container .hs-form-field, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container .hs-form-field, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container .hs-form-field, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container .hs-form-field, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container .hs-form-field, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container .hs-form-field {
	width: 100%;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child), #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child), #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child), #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child), #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child), #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child), #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child), .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child), .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child) {
	margin-bottom: 16px;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox], #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox], #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox], #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox], #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox], #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox], #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox], .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox], .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox] {
	display: none !important;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Zm10.03 4.97a.75.75 0 0 1 .011 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.75.75 0 0 1 1.08-.022h-.001Z' fill='%23FFF'/%3E%3C/svg%3E");
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span {
	-webkit-padding-start: 24px;
	cursor: pointer;
	margin: 0;
	padding-inline-start: 24px;
	position: relative;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span *, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span *, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span *, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span *, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span *, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span *, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span *, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span *, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span * {
	color: #fff;
	font-family: Open Sans;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover {
	text-decoration: underline;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z' fill='%23FFF'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext *, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext *, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext *, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext *, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext *, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext *, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext *, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext *, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext * {
	color: #fff;
	font-family: Open Sans;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a {
	font-weight: 600;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a:hover, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a:hover, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a:hover, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a:hover, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a:hover, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a:hover, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a:hover, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a:hover, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a:hover {
	text-decoration: underline;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .submitted-message, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message {
	color: #fff;
	font-size: 24px;
	line-height: 29px;
	padding-bottom: 30px;
	padding-top: 10px;
	text-align: center;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message p, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message p, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message p, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message p, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message p, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .submitted-message p, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message p, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message p, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message p {
	color: #fff;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-submit, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit {
	margin-top: 32px;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit .actions, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit .actions, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit .actions, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit .actions, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit .actions, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-submit .actions, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit .actions, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit .actions, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit .actions {
	text-align: center;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit] {
	cursor: pointer;
	min-width: 115px;
}

@media only screen and (max-width:991px) {
	#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit] {
		border-radius: 15px;
		font-size: 15px;
		line-height: 24px;
		padding: 9px 14px;
	}
}

#content-banner-popup .popup-wrapper-inner .gated-button, #content-banner-popup .popup-wrapper-inner .js-gated-button, #content-calculator-popup .popup-wrapper-inner .gated-button, #content-calculator-popup .popup-wrapper-inner .js-gated-button, #demoform-banner-popup .popup-wrapper-inner .gated-button, #demoform-banner-popup .popup-wrapper-inner .js-gated-button, #gated-content-form-popup .popup-wrapper-inner .gated-button, #gated-content-form-popup .popup-wrapper-inner .js-gated-button, #set-a-meeting-popup .popup-wrapper-inner .gated-button, #set-a-meeting-popup .popup-wrapper-inner .js-gated-button, #set-a-meeting-popup-custom .popup-wrapper-inner .gated-button, #set-a-meeting-popup-custom .popup-wrapper-inner .js-gated-button, #webinar-form-popup .popup-wrapper-inner .gated-button, #webinar-form-popup .popup-wrapper-inner .js-gated-button, .all-resources__card .popup .popup-wrapper-inner .gated-button, .all-resources__card .popup .popup-wrapper-inner .js-gated-button, .dark-styled-popup .popup .popup-wrapper-inner .gated-button, .dark-styled-popup .popup .popup-wrapper-inner .js-gated-button {
	position: absolute;
	top: -9999px;
	visibility: hidden;
}

.dark-styled-popup.center-popup .popup-wrapper-inner {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

[dir=rtl] #content-banner-popup .popup-wrapper-inner .hbspt-form fieldset .hs-form-field select, [dir=rtl] #gated-content-form-popup .popup-wrapper-inner .hbspt-form fieldset .hs-form-field select, [dir=rtl] #set-a-meeting-popup .popup-wrapper-inner .hbspt-form fieldset .hs-form-field select, [dir=rtl] #webinar-form-popup .popup-wrapper-inner .hbspt-form fieldset .hs-form-field select {
	background-position: center left 19px;
	padding: 10px 16px 10px 35px;
}

[dir=rtl] #content-banner-popup .popup-wrapper-inner .hbspt-form fieldset .inputs-list .hs-form-booleancheckbox-display span:before, [dir=rtl] #gated-content-form-popup .popup-wrapper-inner .hbspt-form fieldset .inputs-list .hs-form-booleancheckbox-display span:before, [dir=rtl] #set-a-meeting-popup .popup-wrapper-inner .hbspt-form fieldset .inputs-list .hs-form-booleancheckbox-display span:before, [dir=rtl] #webinar-form-popup .popup-wrapper-inner .hbspt-form fieldset .inputs-list .hs-form-booleancheckbox-display span:before {
	left: unset;
	right: 0;
}

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], .popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input.popup-see-more__btn-1[type=submit], #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input.popup-see-more__btn-1[type=submit], #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input.popup-see-more__btn-1[type=submit], #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input.popup-see-more__btn-1[type=submit], #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input.popup-see-more__btn-1[type=submit], #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input.popup-see-more__btn-1[type=submit], #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input.popup-see-more__btn-1[type=submit], .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input.popup-see-more__btn-1[type=submit], .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input.popup-see-more__btn-1[type=submit], .popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit]:hover, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit]:hover, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit]:hover, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit]:hover, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit]:hover, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit]:hover, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit]:hover, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit]:hover, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit]:hover, .popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, .demo-sticky, .site-header .block-area .item-content-area-button .btn, .site-header .tab-pane .banner .btn, .site-header .tab-pane .item-content-area-button .btn, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, .popup-see-more__btn-2.demo-sticky, .site-header .block-area .item-content-area-button .popup-see-more__btn-2.btn, .site-header .tab-pane .banner .popup-see-more__btn-2.btn, .site-header .tab-pane .item-content-area-button .popup-see-more__btn-2.btn, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.demo-sticky, .site-header .block-area .item-content-area-button .content-slider-sale__btn.btn, .site-header .tab-pane .banner .content-slider-sale__btn.btn, .site-header .tab-pane .item-content-area-button .content-slider-sale__btn.btn, a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.demo-sticky, .site-header .block-area .item-content-area-button .content-slider-sale__btn.btn, .site-header .tab-pane .banner .content-slider-sale__btn.btn, .site-header .tab-pane .item-content-area-button .content-slider-sale__btn.btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.demo-sticky, .site-header .block-area .item-content-area-button .content-slider-sale__btn.btn, .site-header .tab-pane .banner .content-slider-sale__btn.btn, .site-header .tab-pane .item-content-area-button .content-slider-sale__btn.btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, .demo-sticky:hover, .site-header .block-area .item-content-area-button .btn:hover, .site-header .tab-pane .banner .btn:hover, .site-header .tab-pane .item-content-area-button .btn:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white {
	color: #fff;
}

.styled-text.dark {
	color: #16213d;
}

.styled-text.blue {
	color: #3b37e6;
}

.styled-text.coral {
	color: #ff7369;
}

.styled-text.purple {
	color: #a142ff;
}

.styled-text.light-blue {
	color: #55bbf9;
}

.styled-text.malibu {
	color: #5ed0f9;
}

.styled-text.apricot {
	color: #ed7b6f;
}

.styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.mobile-menu-overlay {
	background: rgba(0, 0, 0, .5);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: .3s linear;
	transition-property: opacity, visibility;
	visibility: hidden;
	width: 100%;
	z-index: 9050;
}

.mobile-menu-overlay.show {
	opacity: 1;
	visibility: visible;
}

.mobile-menu {
	background-color: #fff;
	border-top-left-radius: 30px;
	height: 100%;
	opacity: 0;
	padding-top: 109px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition: .5s cubic-bezier(.4, 0, .2, 1);
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	width: 376px;
	z-index: 9100;
}

.mobile-menu.show {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition-delay: .2s;
}

@media only screen and (max-width:480px) {
	.mobile-menu {
		border-top-left-radius: 22px;
		max-width: 325px;
		padding-top: 90px;
		width: 90%;
	}
}

.mobile-menu__container {
	height: 100%;
	overflow: auto;
	padding-bottom: 40px;
	padding-left: 34px;
	padding-right: 26px;
}

@media only screen and (max-width:670px) {
	.mobile-menu__container {
		padding-left: 36px;
		padding-right: 40px;
	}
}

.mobile-menu__menu > .menu-item {
	padding-bottom: 15px;
	padding-top: 15px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.active > a {
	color: #3b37e6;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.active > a .sub-menu-toggle {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1 7 7 1 1' stroke='%233B37E6' stroke-width='1.5'/%3E%3C/svg%3E");
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.mobile-menu__menu > .menu-item.menu-item-has-children.active > a .sub-menu-toggle.nitro-lazy {
	background-image: none !important;
}

.mobile-menu__menu > .menu-item.menu-item-has-children > .nav__link, .mobile-menu__menu > .menu-item.menu-item-has-children > a {
	position: relative;
	transition: color .3s linear;
}

.mobile-menu__menu > .menu-item.menu-item-has-children .sub-menu-toggle {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13 1.5-6 6-6-6' stroke='%2316213D' stroke-width='1.5'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	display: block;
	height: 13px;
	position: absolute;
	right: 0;
	top: 6px;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	width: 14px;
	z-index: -1;
}

.mobile-menu__menu > .menu-item.menu-item-has-children .sub-menu-toggle.nitro-lazy {
	background-image: none !important;
}

.mobile-menu__menu > .menu-item.menu-item-has-children > .sub-menu {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s linear;
}

.mobile-menu__menu > .menu-item.menu-item-has-children > .sub-menu > li.current-menu-item > .nav__link, .mobile-menu__menu > .menu-item.menu-item-has-children > .sub-menu > li.current-menu-item > a {
	color: #3b37e6;
}

.mobile-menu__menu > .menu-item.menu-item-has-children > .sub-menu > li:first-child {
	padding-top: 13px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children > .sub-menu > li:not(:last-child) > .nav__link, .mobile-menu__menu > .menu-item.menu-item-has-children > .sub-menu > li:not(:last-child) > a {
	border-bottom: 1px solid #d8e3ff;
	padding-bottom: 11px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children > .sub-menu > li > .nav__link, .mobile-menu__menu > .menu-item.menu-item-has-children > .sub-menu > li > a {
	display: block;
	font-size: 14px;
	line-height: 22px;
	padding-top: 11px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu.active {
	padding-bottom: 8px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item {
	padding-bottom: 4px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item:first-child {
	padding-top: 9px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .nav__link, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > a {
	-ms-flex-align: center;
	align-items: center;
	border-bottom: none;
	border-radius: 10px;
	display: -ms-flexbox;
	display: flex;
	font-family: Axiforma;
	font-size: 14px;
	font-weight: 600;
	height: 54px;
	letter-spacing: -.03em;
	line-height: 18px;
	padding: 9px 17px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper {
	border-top-left-radius: 30px;
	height: 100%;
	padding-top: 86px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
	transition: transform .5s cubic-bezier(.4, 0, .2, 1);
	transition: transform .5s cubic-bezier(.4, 0, .2, 1), -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
	width: 100%;
	z-index: 9300;
}

@media only screen and (max-width:670px) {
	.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper {
		padding-top: 60px;
	}
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper.show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

@media only screen and (max-width:480px) {
	.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper {
		border-top-left-radius: 22px;
	}
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper .return-back {
	background-color: transparent;
	border: none;
	color: #16213d;
	font-size: 16px;
	left: 20px;
	line-height: 25px;
	padding: 0 0 0 15px !important;
	position: absolute;
	top: 33px;
}

@media only screen and (max-width:670px) {
	.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper .return-back {
		top: 21px;
	}
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper .return-back:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13 2 7l6-6' stroke='%2316213D' stroke-width='1.5'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 14px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 9px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu {
	height: 100%;
	overflow: auto;
	padding: 24px 35px 50px 40px;
}

@media only screen and (max-width:670px) {
	.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu {
		padding-top: 50px;
	}
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item {
	margin-bottom: 22px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > a {
	border-bottom: 1px solid rgba(192, 198, 214, .5);
	color: rgba(22, 33, 61, .6);
	display: block;
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 7px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu {
	margin-top: 4px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu > .menu-item {
	padding-bottom: 11px;
	padding-top: 11px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu > .menu-item:not(:last-child) {
	border-bottom: 1px solid #d8e3ff;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children.active .nav__link .sub-menu-toggle {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1 7 7 1 1' stroke='%233B37E6' stroke-width='1.5'/%3E%3C/svg%3E");
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children.active .nav__link .sub-menu-toggle.nitro-lazy {
	background-image: none !important;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children .nav__link {
	-webkit-padding-end: 18px;
	padding-inline-end: 18px;
	position: relative;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children .sub-menu {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s linear;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children .sub-menu .menu-item {
	padding-bottom: 10px;
	padding-top: 10px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children .sub-menu .menu-item:first-of-type {
	padding-top: 20px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children .sub-menu .menu-item .nav__link, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children .sub-menu .menu-item a {
	font-size: 13px;
	line-height: 18px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu .nav__link, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu a {
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 22px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper .menu-item-parent-link {
	display: block;
	font-family: Axiforma;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 20px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-blue > a, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-blue > span.nav__link {
	background-color: #f3f7ff;
	color: #3b37e6;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-blue > .fixed-menu-wrapper {
	background-color: #f3f7ff;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-blue > .fixed-menu-wrapper .menu-item-parent-link, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-blue > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu .current-menu-item > a, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-blue > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu span.nav__link {
	color: #3b37e6;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-coral > a, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-coral > span.nav__link {
	background-color: #fff5f3;
	color: #ff7369;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-coral > .fixed-menu-wrapper {
	background-color: #fff5f3;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-coral > .fixed-menu-wrapper .menu-item-parent-link, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-coral > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu .current-menu-item > a, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-coral > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu span.nav__link {
	color: #ff7369;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-purple > a, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-purple > span.nav__link {
	background-color: #f9f5ff;
	color: #a142ff;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-purple > .fixed-menu-wrapper {
	background-color: #f9f5ff;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-purple > .fixed-menu-wrapper .menu-item-parent-link, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-purple > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu .current-menu-item > a, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-purple > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu span.nav__link {
	color: #a142ff;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-light-blue > a, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-light-blue > span.nav__link {
	background-color: #f3fdff;
	color: #55bbf9;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-light-blue > .fixed-menu-wrapper {
	background-color: #f3fdff;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-light-blue > .fixed-menu-wrapper .menu-item-parent-link, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-light-blue > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu .current-menu-item > a, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-light-blue > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu span.nav__link {
	color: #55bbf9;
}

.mobile-menu__menu > .menu-item > .nav__link, .mobile-menu__menu > .menu-item > a {
	display: block;
	font-size: 16px;
	line-height: 25px;
	padding-right: 18px;
}

.mobile-menu__lang {
	margin-top: 15px;
}

.mobile-menu__lang-current {
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	line-height: 24px;
	transition: color .3s linear;
}

.mobile-menu__lang-current * {
	pointer-events: none;
}

.mobile-menu__lang-current svg {
	margin-top: -3px;
	min-width: 20px;
}

.mobile-menu__lang-current path {
	transition: fill .3s linear;
}

.mobile-menu__lang-current.active .mobile-menu__lang-code {
	color: #3b37e6;
}

.mobile-menu__lang-current.active .mobile-menu__lang-code:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1 7 7 1 1' stroke='%233B37E6' stroke-width='1.5'/%3E%3C/svg%3E");
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.mobile-menu__lang-current.active path {
	fill: #3b37e6;
}

.mobile-menu__lang-code {
	padding-left: 6px;
	padding-right: 18px;
	position: relative;
	text-transform: capitalize;
	width: 100%;
}

.mobile-menu__lang-code:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13 1.5-6 6-6-6' stroke='%2316213D' stroke-width='1.5'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: none;
	height: 13px;
	position: absolute;
	right: 0;
	top: 6px;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	width: 14px;
}

.mobile-menu__lang-code.clickable:after {
	display: block;
}

.mobile-menu__lang .wpml-ls {
	display: block;
	margin-top: 13px;
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s linear;
}

.mobile-menu__lang .wpml-ls ul {
	margin: 0;
	padding: 0;
}

.mobile-menu__lang .wpml-ls .wpml-ls-item {
	padding-top: 11px;
	width: 100%;
}

.mobile-menu__lang .wpml-ls .wpml-ls-item-il, .mobile-menu__lang .wpml-ls .wpml-ls-item-nl {
	display: none;
}

.mobile-menu__lang .wpml-ls .wpml-ls-item-il.active, .mobile-menu__lang .wpml-ls .wpml-ls-item-nl.active {
	display: block;
}

.mobile-menu__lang .wpml-ls .wpml-ls-item:not(:last-child) {
	padding-bottom: 11px;
}

.mobile-menu__lang .wpml-ls .wpml-ls-item.active ~ .active {
	border-top: 1px solid #d8e3ff;
}

.mobile-menu__lang .wpml-ls .wpml-ls-item > a {
	display: block;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	width: 100%;
}

.mobile-menu__button {
	background-color: #3b37e6;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	left: 27px;
	line-height: 24px;
	max-width: 200px;
	min-width: 125px;
	padding: 8px 17px;
	position: absolute;
	text-align: center;
	top: 27px;
}

@media only screen and (max-width:670px) {
	.mobile-menu__button {
		left: 30px;
		top: 26px;
	}
}

[dir=rtl] .mobile-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 30px;
	left: 0;
	right: unset;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

[dir=rtl] .mobile-menu.show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

[dir=rtl] .mobile-menu__button {
	left: unset;
	right: 27px;
}

[dir=rtl] .mobile-menu__menu > .menu-item > .nav__link, [dir=rtl] .mobile-menu__menu > .menu-item > a {
	padding-left: 18px;
	padding-right: 0;
}

[dir=rtl] .mobile-menu__menu > .menu-item.menu-item-has-children .sub-menu-toggle {
	left: 0;
	right: unset;
}

[dir=rtl] .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > a {
	font-family: Rubik, sans-serif;
}

[dir=rtl] .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper {
	border-top-left-radius: 0;
	border-top-right-radius: 30px;
	left: 0;
	right: unset;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

[dir=rtl] .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper .return-back {
	left: unset;
	padding: 0 15px 0 0 !important;
	right: 20px;
}

[dir=rtl] .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper .return-back:before {
	left: unset;
	right: 0;
	top: 50%;
	-webkit-transform: scaleX(-1) translateY(-50%);
	transform: scaleX(-1) translateY(-50%);
}

[dir=rtl] .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper .menu-item-parent-link {
	font-family: Rubik, sans-serif;
}

[dir=rtl] .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper.show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

[dir=rtl] .mobile-menu__lang-code {
	padding-left: 18px;
	padding-right: 6px;
}

[dir=rtl] .mobile-menu__lang-code:after {
	left: 0;
	right: unset;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - ( var(--swiper-navigation-size) / 2 ));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}
/*# sourceMappingURL=block-lobby-banner.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, .hubspot-form .hbspt-form .hs-submit input[type=submit], .hubspot-form__button, .lobby-banner .hbspt-form .hs-submit input[type=submit], .lobby-banner__button-left, .lobby-banner__button:not(.c-btn), a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, .hubspot-form .hbspt-form .hs-submit input.popup-see-more__btn-2:is([type=submit]), .lobby-banner .hbspt-form .hs-submit input.popup-see-more__btn-2:is([type=submit]), .popup-see-more__btn-2.hubspot-form__button, .popup-see-more__btn-2.lobby-banner__button-left, .popup-see-more__btn-2.lobby-banner__button:not(.c-btn), a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.hubspot-form__button, .content-slider-sale__btn.lobby-banner__button-left, .content-slider-sale__btn.lobby-banner__button:not(.c-btn), .hubspot-form .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), .lobby-banner .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.hubspot-form__button, .content-slider-sale__btn.lobby-banner__button-left, .content-slider-sale__btn.lobby-banner__button:not(.c-btn), .hubspot-form .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), .lobby-banner .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.hubspot-form__button, .content-slider-sale__btn.lobby-banner__button-left, .content-slider-sale__btn.lobby-banner__button:not(.c-btn), .hubspot-form .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), .lobby-banner .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, .hubspot-form .hbspt-form .hs-submit input:hover:is([type=submit]), .hubspot-form__button:hover, .lobby-banner .hbspt-form .hs-submit input:hover:is([type=submit]), .lobby-banner__button-left:hover, .lobby-banner__button:hover:not(.c-btn), a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .lobby-banner__button:not(.c-btn).button, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .small.lobby-banner__button.button:not(.c-btn), .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .coral.lobby-banner__button.button:not(.c-btn), .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .light-coral.lobby-banner__button.button:not(.c-btn), .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .light-coral.lobby-banner__button.button:hover:not(.c-btn), .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .purple.lobby-banner__button.button:not(.c-btn), .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .blue.lobby-banner__button.button:not(.c-btn), .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .light-blue.lobby-banner__button.button:not(.c-btn), .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .light-blue-2.lobby-banner__button.button:not(.c-btn), .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .light-blue-2.lobby-banner__button.button:hover:not(.c-btn), .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.apricot.lobby-banner__button.button:not(.c-btn), .arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .malibu.lobby-banner__button.button:not(.c-btn), .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white, .white.lobby-banner__button.button:not(.c-btn) {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .lobby-banner__button.button:hover:not(.c-btn), .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, .lobby-banner__button-right, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, .lobby-banner__button-right:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white, .white.lobby-banner__subtitle.subtitle {
	color: #fff;
}

.dark.lobby-banner__subtitle.subtitle, .styled-text.dark {
	color: #16213d;
}

.blue.lobby-banner__subtitle.subtitle, .styled-text.blue {
	color: #3b37e6;
}

.coral.lobby-banner__subtitle.subtitle, .styled-text.coral {
	color: #ff7369;
}

.purple.lobby-banner__subtitle.subtitle, .styled-text.purple {
	color: #a142ff;
}

.light-blue.lobby-banner__subtitle.subtitle, .styled-text.light-blue {
	color: #55bbf9;
}

.malibu.lobby-banner__subtitle.subtitle, .styled-text.malibu {
	color: #5ed0f9;
}

.apricot.lobby-banner__subtitle.subtitle, .styled-text.apricot {
	color: #ed7b6f;
}

.opacity80.lobby-banner__subtitle.subtitle, .styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.hubspot-form, .lobby-banner {
	background-color: #f3f6ff;
	padding: 56px 0;
}

@media only screen and (max-width:670px) {
	.hubspot-form, .lobby-banner {
		padding: 30px 0;
	}
}

.hubspot-form__wrapper {
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	max-width: 994px;
}

@media only screen and (max-width:670px) {
	.hubspot-form__wrapper {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.hubspot-form__content-wrapper {
	-ms-flex-preferred-size: 0;
	-ms-flex-positive: 1;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

@media only screen and (max-width:670px) {
	.hubspot-form__content-wrapper {
		width: 100%;
	}
}

.hubspot-form__title {
	margin-bottom: 10px;
}

.hubspot-form__title_small {
	font-size: 40px;
	line-height: 48px;
}

@media only screen and (max-width:991px) {
	.hubspot-form__title {
		font-size: 40px;
		line-height: 48px;
	}
}

.hubspot-form__subtitle {
	font-size: 22px;
	line-height: 28px;
}

.hubspot-form__list {
	margin: 30px 0;
}

.hubspot-form__list li {
	font-family: Open Sans;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
}

.hubspot-form__list li:nth-child(3n+1) .hubspot-form__list-item-title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNy4xMjcgOC41NTJjMi4xNjYtMy43NTEgNy41OC0zLjc1MSA5Ljc0NyAwbDEuNzAzIDIuOTUxYzIuMTY2IDMuNzUyLS41NDEgOC40NDEtNC44NzMgOC40NDFoLTMuNDA4Yy00LjMzMiAwLTcuMDQtNC42OS00Ljg3My04LjQ0bDEuNzA0LTIuOTUyWiIgZmlsbD0iI0ZGREZEOSIgc3Ryb2tlPSIjRkY3MzY5Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}

.hubspot-form__list li:nth-child(3n+2) .hubspot-form__list-item-title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNy45MTQgNC42NjhhNS42MjggNS42MjggMCAwIDEgNy45NTggMGwzLjI0NSAzLjI0NWE1LjYyOCA1LjYyOCAwIDAgMSAwIDcuOTU5bC0zLjI0NSAzLjI0NWE1LjYyNyA1LjYyNyAwIDAgMS03Ljk1OCAwbC0zLjI0Ni0zLjI0NWE1LjYyNyA1LjYyNyAwIDAgMSAwLTcuOTU5bDMuMjQ2LTMuMjQ1WiIgZmlsbD0iI0ZGREZEOSIgc3Ryb2tlPSIjRkY3MzY5Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}

.hubspot-form__list li:nth-child(3n+3) .hubspot-form__list-item-title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMTkgMi44ODFhNS42MjcgNS42MjcgMCAwIDEgNS42MjcgMGwzLjc3OCAyLjE4MmE1LjYyNyA1LjYyNyAwIDAgMSAyLjgxNCA0Ljg3M1YxNC4zYTUuNjI3IDUuNjI3IDAgMCAxLTIuODE0IDQuODczbC0zLjc3OCAyLjE4MmE1LjYyOCA1LjYyOCAwIDAgMS01LjYyOCAwbC0zLjc3OC0yLjE4MkE1LjYyOCA1LjYyOCAwIDAgMSAyLjU5OCAxNC4zVjkuOTM2QTUuNjI3IDUuNjI3IDAgMCAxIDUuNDEgNS4wNjNMOS4xOSAyLjg4WiIgZmlsbD0iI0ZGREZEOSIgc3Ryb2tlPSIjRkY3MzY5Ii8+PC9zdmc+");
}

.hubspot-form__list li p {
	margin-top: 8px;
}

.hubspot-form__list-item-title {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	font-family: Axiforma;
	gap: 8px;
}

.hubspot-form__list-item-title:before {
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 24px;
	min-width: 24px;
	vertical-align: sub;
	width: 24px;
}

.hubspot-form__button-wrapper {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	justify-content: center;
	margin-top: 16px;
}

.hubspot-form__bottom-content {
	font-family: Open Sans;
	margin-top: 50px;
}

.hubspot-form__bottom-content * {
	font-family: Open Sans;
}

.hubspot-form__bottom-content strong, .hubspot-form__bottom-content strong * {
	font-weight: 600;
}

.hubspot-form__bottom-content a {
	text-decoration-line: underline;
	text-decoration-thickness: .5px;
}

.hubspot-form__bottom-content a:hover {
	text-decoration: none;
}

.hubspot-form__form-wrapper {
	width: 386px;
}

@media only screen and (max-width:991px) {
	.hubspot-form__form-wrapper {
		width: 334px;
	}
}

@media only screen and (max-width:670px) {
	.hubspot-form__form-wrapper {
		width: 100%;
	}
}

.hubspot-form .hbspt-form.smaller-message .input textarea, .lobby-banner .hbspt-form.smaller-message .input textarea {
	height: 48px;
	padding: 15px 16px;
	resize: none;
}

.hubspot-form .hbspt-form .hs-recaptcha, .lobby-banner .hbspt-form .hs-recaptcha {
	display: none !important;
}

.hubspot-form .hbspt-form .submitted-message, .lobby-banner .hbspt-form .submitted-message {
	color: #3b37e6;
	font-size: 18px;
	line-height: 28px;
	padding: 10px 0 20px;
}

.hubspot-form .hbspt-form fieldset, .lobby-banner .hbspt-form fieldset {
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	display: grid;
	max-width: 100% !important;
}

.hubspot-form .hbspt-form fieldset.form-columns-3, .lobby-banner .hbspt-form fieldset.form-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width:768px) {
	.hubspot-form .hbspt-form fieldset.form-columns-3, .lobby-banner .hbspt-form fieldset.form-columns-3 {
		grid-template-columns: 1fr;
	}
}

.hubspot-form .hbspt-form fieldset.form-columns-2, .lobby-banner .hbspt-form fieldset.form-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width:768px) {
	.hubspot-form .hbspt-form fieldset.form-columns-2, .lobby-banner .hbspt-form fieldset.form-columns-2 {
		grid-template-columns: 1fr;
	}
}

.hubspot-form .hbspt-form fieldset.form-columns-1:has(input[type=hidden]), .lobby-banner .hbspt-form fieldset.form-columns-1:has(input[type=hidden]) {
	border: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.hubspot-form .hbspt-form fieldset.form-columns-1 .legal-consent-container .field.hs-form-field, .lobby-banner .hbspt-form fieldset.form-columns-1 .legal-consent-container .field.hs-form-field {
	margin-bottom: 0;
}

.hubspot-form .hbspt-form .hs-form-field, .hubspot-form .hbspt-form fieldset.form-columns-0, .lobby-banner .hbspt-form .hs-form-field, .lobby-banner .hbspt-form fieldset.form-columns-0 {
	margin-bottom: 16px;
}

.hubspot-form .hbspt-form .hs-dependent-field .hs-form-field:not(:first-child), .lobby-banner .hbspt-form .hs-dependent-field .hs-form-field:not(:first-child) {
	margin-top: 16px;
}

.hubspot-form .hbspt-form .hs-form-field, .hubspot-form .hbspt-form .input, .lobby-banner .hbspt-form .hs-form-field, .lobby-banner .hbspt-form .input {
	float: none !important;
	width: 100% !important;
}

.hubspot-form .hbspt-form .hs-form-field > label, .hubspot-form .hbspt-form .input > label, .lobby-banner .hbspt-form .hs-form-field > label, .lobby-banner .hbspt-form .input > label {
	display: none !important;
}

.hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file, .hubspot-form .hbspt-form .input.hs-fieldtype-file, .lobby-banner .hbspt-form .hs-form-field.hs-fieldtype-file, .lobby-banner .hbspt-form .input.hs-fieldtype-file {
	margin-bottom: 0;
}

.hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file > label, .hubspot-form .hbspt-form .input.hs-fieldtype-file > label, .lobby-banner .hbspt-form .hs-form-field.hs-fieldtype-file > label, .lobby-banner .hbspt-form .input.hs-fieldtype-file > label {
	display: block !important;
}

.hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file > label span, .hubspot-form .hbspt-form .input.hs-fieldtype-file > label span, .lobby-banner .hbspt-form .hs-form-field.hs-fieldtype-file > label span, .lobby-banner .hbspt-form .input.hs-fieldtype-file > label span {
	color: #3b37e6;
	cursor: pointer;
	font-size: 15px;
	line-height: 24px;
	padding-left: 26px;
	position: relative;
}

.hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file > label span:before, .hubspot-form .hbspt-form .input.hs-fieldtype-file > label span:before, .lobby-banner .hbspt-form .hs-form-field.hs-fieldtype-file > label span:before, .lobby-banner .hbspt-form .input.hs-fieldtype-file > label span:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.563 12.375.969.97 1.78-1.774v8.367h1.376V11.57l1.78 1.773.97-.969L11 8.937l-3.438 3.438Z' fill='%233B37E6'/%3E%3Cpath d='M16.156 15.125h-.343V13.75h.343a3.096 3.096 0 1 0 .248-6.187h-.591l-.07-.564a4.813 4.813 0 0 0-9.542 0l-.013.564h-.592a3.096 3.096 0 1 0 .248 6.187h.344v1.375h-.344a4.469 4.469 0 0 1-.894-8.841 6.188 6.188 0 0 1 12.1 0 4.469 4.469 0 0 1-.894 8.841Z' fill='%233B37E6'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 22px;
	left: 0;
	position: absolute;
	width: 22px;
}

.hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file], .hubspot-form .hbspt-form .input.hs-fieldtype-file input[type=file], .lobby-banner .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file], .lobby-banner .hbspt-form .input.hs-fieldtype-file input[type=file] {
	cursor: pointer;
	padding-left: 26px;
}

.hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .hubspot-form .hbspt-form .input.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .lobby-banner .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .lobby-banner .hbspt-form .input.hs-fieldtype-file input[type=file]::-webkit-file-upload-button {
	display: none;
}

.hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::file-selector-button, .hubspot-form .hbspt-form .input.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .hubspot-form .hbspt-form .input.hs-fieldtype-file input[type=file]::file-selector-button, .lobby-banner .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .lobby-banner .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::file-selector-button, .lobby-banner .hbspt-form .input.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .lobby-banner .hbspt-form .input.hs-fieldtype-file input[type=file]::file-selector-button {
	display: none;
}

.hubspot-form .hbspt-form .hs-form-field input[type=email], .hubspot-form .hbspt-form .hs-form-field input[type=number], .hubspot-form .hbspt-form .hs-form-field input[type=tel], .hubspot-form .hbspt-form .hs-form-field input[type=text], .hubspot-form .hbspt-form .hs-form-field textarea, .hubspot-form .hbspt-form .input input[type=email], .hubspot-form .hbspt-form .input input[type=number], .hubspot-form .hbspt-form .input input[type=tel], .hubspot-form .hbspt-form .input input[type=text], .hubspot-form .hbspt-form .input textarea, .lobby-banner .hbspt-form .hs-form-field input[type=email], .lobby-banner .hbspt-form .hs-form-field input[type=number], .lobby-banner .hbspt-form .hs-form-field input[type=tel], .lobby-banner .hbspt-form .hs-form-field input[type=text], .lobby-banner .hbspt-form .hs-form-field textarea, .lobby-banner .hbspt-form .input input[type=email], .lobby-banner .hbspt-form .input input[type=number], .lobby-banner .hbspt-form .input input[type=tel], .lobby-banner .hbspt-form .input input[type=text], .lobby-banner .hbspt-form .input textarea {
	background-color: #fff;
	border: 1px solid rgba(22, 33, 61, .1);
	border-radius: 10px;
	color: #16213d;
	font-size: 13px;
	height: 48px;
	line-height: 16px;
	padding: 10px 16px;
	width: 100% !important;
}

.hubspot-form .hbspt-form .hs-form-field input[type=email].error, .hubspot-form .hbspt-form .hs-form-field input[type=number].error, .hubspot-form .hbspt-form .hs-form-field input[type=tel].error, .hubspot-form .hbspt-form .hs-form-field input[type=text].error, .hubspot-form .hbspt-form .hs-form-field textarea.error, .hubspot-form .hbspt-form .input input[type=email].error, .hubspot-form .hbspt-form .input input[type=number].error, .hubspot-form .hbspt-form .input input[type=tel].error, .hubspot-form .hbspt-form .input input[type=text].error, .hubspot-form .hbspt-form .input textarea.error, .lobby-banner .hbspt-form .hs-form-field input[type=email].error, .lobby-banner .hbspt-form .hs-form-field input[type=number].error, .lobby-banner .hbspt-form .hs-form-field input[type=tel].error, .lobby-banner .hbspt-form .hs-form-field input[type=text].error, .lobby-banner .hbspt-form .hs-form-field textarea.error, .lobby-banner .hbspt-form .input input[type=email].error, .lobby-banner .hbspt-form .input input[type=number].error, .lobby-banner .hbspt-form .input input[type=tel].error, .lobby-banner .hbspt-form .input input[type=text].error, .lobby-banner .hbspt-form .input textarea.error {
	border-color: #c93435;
}

.hubspot-form .hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=number]::-webkit-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, .hubspot-form .hbspt-form .hs-form-field textarea::-webkit-input-placeholder, .hubspot-form .hbspt-form .input input[type=email]::-webkit-input-placeholder, .hubspot-form .hbspt-form .input input[type=number]::-webkit-input-placeholder, .hubspot-form .hbspt-form .input input[type=tel]::-webkit-input-placeholder, .hubspot-form .hbspt-form .input input[type=text]::-webkit-input-placeholder, .hubspot-form .hbspt-form .input textarea::-webkit-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=number]::-webkit-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, .lobby-banner .hbspt-form .hs-form-field textarea::-webkit-input-placeholder, .lobby-banner .hbspt-form .input input[type=email]::-webkit-input-placeholder, .lobby-banner .hbspt-form .input input[type=number]::-webkit-input-placeholder, .lobby-banner .hbspt-form .input input[type=tel]::-webkit-input-placeholder, .lobby-banner .hbspt-form .input input[type=text]::-webkit-input-placeholder, .lobby-banner .hbspt-form .input textarea::-webkit-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.hubspot-form .hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=number]:-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field textarea:-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=email]:-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=number]:-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=tel]:-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=text]:-ms-input-placeholder, .hubspot-form .hbspt-form .input textarea:-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=number]:-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field textarea:-ms-input-placeholder, .lobby-banner .hbspt-form .input input[type=email]:-ms-input-placeholder, .lobby-banner .hbspt-form .input input[type=number]:-ms-input-placeholder, .lobby-banner .hbspt-form .input input[type=tel]:-ms-input-placeholder, .lobby-banner .hbspt-form .input input[type=text]:-ms-input-placeholder, .lobby-banner .hbspt-form .input textarea:-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.hubspot-form .hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=number]::-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field textarea::-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=email]::-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=number]::-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=tel]::-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=text]::-ms-input-placeholder, .hubspot-form .hbspt-form .input textarea::-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=number]::-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field textarea::-ms-input-placeholder, .lobby-banner .hbspt-form .input input[type=email]::-ms-input-placeholder, .lobby-banner .hbspt-form .input input[type=number]::-ms-input-placeholder, .lobby-banner .hbspt-form .input input[type=tel]::-ms-input-placeholder, .lobby-banner .hbspt-form .input input[type=text]::-ms-input-placeholder, .lobby-banner .hbspt-form .input textarea::-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.hubspot-form .hbspt-form .hs-form-field input[type=email]::placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=number]::placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=tel]::placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=text]::placeholder, .hubspot-form .hbspt-form .hs-form-field textarea::placeholder, .hubspot-form .hbspt-form .input input[type=email]::placeholder, .hubspot-form .hbspt-form .input input[type=number]::placeholder, .hubspot-form .hbspt-form .input input[type=tel]::placeholder, .hubspot-form .hbspt-form .input input[type=text]::placeholder, .hubspot-form .hbspt-form .input textarea::placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=email]::placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=number]::placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=tel]::placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=text]::placeholder, .lobby-banner .hbspt-form .hs-form-field textarea::placeholder, .lobby-banner .hbspt-form .input input[type=email]::placeholder, .lobby-banner .hbspt-form .input input[type=number]::placeholder, .lobby-banner .hbspt-form .input input[type=tel]::placeholder, .lobby-banner .hbspt-form .input input[type=text]::placeholder, .lobby-banner .hbspt-form .input textarea::placeholder {
	color: rgba(22, 33, 61, .4);
}

.hubspot-form .hbspt-form .hs-form-field textarea, .hubspot-form .hbspt-form .input textarea, .lobby-banner .hbspt-form .hs-form-field textarea, .lobby-banner .hbspt-form .input textarea {
	display: block;
	height: 100px;
}

.hubspot-form .hbspt-form .hs-form-field select, .hubspot-form .hbspt-form .input select, .lobby-banner .hbspt-form .hs-form-field select, .lobby-banner .hbspt-form .input select {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1 7 7 1 1' stroke='%233B37E6'/%3E%3C/svg%3E");
	background-position: center right 19px;
	background-repeat: no-repeat;
	border: 1px solid rgba(22, 33, 61, .1);
	border-radius: 10px;
	color: #16213d;
	font-size: 13px;
	height: 48px;
	line-height: 16px;
	padding: 10px 35px 10px 16px;
	width: 100% !important;
}

.hubspot-form .hbspt-form .hs-form-field select.nitro-lazy, .hubspot-form .hbspt-form .input select.nitro-lazy, .lobby-banner .hbspt-form .hs-form-field select.nitro-lazy, .lobby-banner .hbspt-form .input select.nitro-lazy {
	background-image: none !important;
}

.hubspot-form .hbspt-form .hs-form-field select.error, .hubspot-form .hbspt-form .input select.error, .lobby-banner .hbspt-form .hs-form-field select.error, .lobby-banner .hbspt-form .input select.error {
	border-color: #c93435;
}

.hubspot-form .hbspt-form .hs-form-field select::-webkit-input-placeholder, .hubspot-form .hbspt-form .input select::-webkit-input-placeholder, .lobby-banner .hbspt-form .hs-form-field select::-webkit-input-placeholder, .lobby-banner .hbspt-form .input select::-webkit-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.hubspot-form .hbspt-form .hs-form-field select:-ms-input-placeholder, .hubspot-form .hbspt-form .input select:-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field select:-ms-input-placeholder, .lobby-banner .hbspt-form .input select:-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.hubspot-form .hbspt-form .hs-form-field select::-ms-input-placeholder, .hubspot-form .hbspt-form .input select::-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field select::-ms-input-placeholder, .lobby-banner .hbspt-form .input select::-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.hubspot-form .hbspt-form .hs-form-field select::placeholder, .hubspot-form .hbspt-form .input select::placeholder, .lobby-banner .hbspt-form .hs-form-field select::placeholder, .lobby-banner .hbspt-form .input select::placeholder {
	color: rgba(22, 33, 61, .4);
}

.hubspot-form .hbspt-form .hs-form-field select.is-placeholder, .hubspot-form .hbspt-form .input select.is-placeholder, .lobby-banner .hbspt-form .hs-form-field select.is-placeholder, .lobby-banner .hbspt-form .input select.is-placeholder {
	color: rgba(22, 33, 61, .4);
}

.hubspot-form .hbspt-form .input, .lobby-banner .hbspt-form .input {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child), .lobby-banner .hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child) {
	margin-bottom: 16px;
}

.hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox], .lobby-banner .hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox] {
	display: none !important;
}

.hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before, .lobby-banner .hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Zm10.03 4.97a.75.75 0 0 1 .011 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.75.75 0 0 1 1.08-.022h-.001Z' fill='%2316213D'/%3E%3C/svg%3E");
}

.hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display span, .lobby-banner .hbspt-form .inputs-list .hs-form-booleancheckbox-display span {
	cursor: pointer;
	margin: 0;
	padding-left: 24px;
	position: relative;
}

.hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display span *, .lobby-banner .hbspt-form .inputs-list .hs-form-booleancheckbox-display span * {
	font-size: 13px;
	line-height: 18px;
}

.hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display span a, .lobby-banner .hbspt-form .inputs-list .hs-form-booleancheckbox-display span a {
	font-weight: 600;
}

.hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover, .lobby-banner .hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover {
	text-decoration: underline;
}

.hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before, .lobby-banner .hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z' fill='%2316213D'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 16px;
}

.hubspot-form .hbspt-form .hs-richtext *, .lobby-banner .hbspt-form .hs-richtext * {
	font-size: 13px;
	line-height: 18px;
}

.hubspot-form .hbspt-form .hs-richtext a, .lobby-banner .hbspt-form .hs-richtext a {
	font-weight: 600;
	text-decoration: underline;
}

.hubspot-form .hbspt-form .hs-richtext a:hover, .lobby-banner .hbspt-form .hs-richtext a:hover {
	text-decoration: none;
}

.hubspot-form .hbspt-form .hs-submit, .lobby-banner .hbspt-form .hs-submit {
	margin-top: 24px;
	text-align: center;
}

@media only screen and (max-width:991px) {
	.hubspot-form .hbspt-form .hs-submit .actions, .lobby-banner .hbspt-form .hs-submit .actions {
		text-align: center;
	}
}

.hubspot-form .hbspt-form .hs-submit input:is([type=submit]), .hubspot-form .hbspt-form .hs-submit input[type=submit], .lobby-banner .hbspt-form .hs-submit input:is([type=submit]) {
	cursor: pointer;
	padding: 9px 29px;
}

@media only screen and (max-width:991px) {
	.hubspot-form .hbspt-form .hs-submit input:is([type=submit]), .hubspot-form .hbspt-form .hs-submit input[type=submit], .lobby-banner .hbspt-form .hs-submit input:is([type=submit]) {
		border-radius: 15px;
		font-size: 15px;
		line-height: 24px;
		padding: 10px 15px;
	}
}

.hubspot-form .hbspt-form .hs_error_rollup .hs-error-msgs .hs-main-font-element, .lobby-banner .hbspt-form .hs_error_rollup .hs-error-msgs .hs-main-font-element {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.hubspot-form .hbspt-form .hs-error-msgs .hs-error-msg, .hubspot-form .hbspt-form .hs-error-msgs .hs-main-font-element, .lobby-banner .hbspt-form .hs-error-msgs .hs-error-msg, .lobby-banner .hbspt-form .hs-error-msgs .hs-main-font-element {
	color: #c93435;
	font-size: 12px;
	line-height: 14px;
}

.blue .hbspt-form .hs-richtext, .dark .hbspt-form .hs-richtext, .form-on-dark-bg .hbspt-form .hs-richtext, .purple .hbspt-form .hs-richtext {
	color: #fff;
}

.blue .hbspt-form .hs-richtext *, .dark .hbspt-form .hs-richtext *, .form-on-dark-bg .hbspt-form .hs-richtext *, .purple .hbspt-form .hs-richtext * {
	color: inherit;
}

.blue .hbspt-form .submitted-message *, .dark .hbspt-form .submitted-message *, .form-on-dark-bg .hbspt-form .submitted-message *, .purple .hbspt-form .submitted-message * {
	color: #fff;
}

.blue .hbspt-form .hs-error-msgs .hs-error-msg, .blue .hbspt-form .hs-error-msgs .hs-main-font-element, .dark .hbspt-form .hs-error-msgs .hs-error-msg, .dark .hbspt-form .hs-error-msgs .hs-main-font-element, .form-on-dark-bg .hbspt-form .hs-error-msgs .hs-error-msg, .form-on-dark-bg .hbspt-form .hs-error-msgs .hs-main-font-element, .purple .hbspt-form .hs-error-msgs .hs-error-msg, .purple .hbspt-form .hs-error-msgs .hs-main-font-element {
	color: #fff !important;
	opacity: .8;
}

.pt-loader {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.pt-loader__message {
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

@media (min-width:992px) {
	.pt-loader__message {
		font-size: 24px;
		line-height: 1.2;
	}
}

.pt-loader__dots {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	justify-content: center;
	margin-top: 10px;
}

.pt-loader__dots span {
	-webkit-animation: blink 1.5s ease-in-out infinite;
	animation: blink 1.5s ease-in-out infinite;
	background-color: #fe5a51;
	border-radius: 50%;
	height: 10px;
	width: 10px;
}

.pt-loader__dots span:nth-child(2) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.pt-loader__dots span:nth-child(3) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

@-webkit-keyframes blink {
	0%, 80%, to {
		opacity: 0;
	}
	
	40% {
		opacity: 1;
	}
}

@keyframes blink {
	0%, 80%, to {
		opacity: 0;
	}
	
	40% {
		opacity: 1;
	}
}

.lobby-banner {
	background-color: transparent !important;
	margin-bottom: 100px;
	padding: 0 !important;
}

@media only screen and (max-width:991px) {
	.lobby-banner {
		margin-bottom: 46px;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner {
		padding-top: 0;
	}
}

.lobby-banner-v2 {
	padding: 0;
}

.lobby-banner .image-border {
	border: 1px solid;
	border-radius: 24px;
}

@media only screen and (max-width:991px) {
	.lobby-banner .image-border {
		border-radius: 12px;
	}
}

@media only screen and (max-width:670px) {
	.lobby-banner .image-border {
		border: none;
	}
}

.lobby-banner .image-border.remove-border-radius {
	border-radius: 0;
}

.lobby-banner__main {
	padding-bottom: 56px;
	padding-top: 56px;
}

@media only screen and (max-width:991px) {
	.lobby-banner__main {
		padding-bottom: 43px;
		padding-top: 43px;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__main {
		background: transparent;
		padding-bottom: 0;
	}
}

.lobby-banner__main.has-navigation {
	padding-top: 24px;
}

@media only screen and (max-width:991px) {
	.lobby-banner__main.has-navigation {
		padding-top: 16px;
	}
}

@media only screen and (max-width:670px) {
	.lobby-banner__main.has-button {
		margin-bottom: 50px;
		position: relative;
	}
	
	.lobby-banner__main.has-two-button {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width:991px) {
	.lobby-banner__main.no-frame .lobby-banner__wrapper {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width:670px) {
	.lobby-banner__main.no-frame .lobby-banner__wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.lobby-banner__main.no-frame .lobby-banner__media, .lobby-banner__main.no-frame .lobby-banner__media.video {
	height: 372px;
}

.lobby-banner__main.no-frame .lobby-banner__frame:not(.hide-mask) {
	height: 372px;
	top: 0;
	width: 626px;
	z-index: 1;
}

@media only screen and (max-width:1199px) {
	.lobby-banner__main.no-frame .lobby-banner__frame:not(.hide-mask) {
		height: 276px;
		width: 450px;
	}
}

@media only screen and (max-width:991px) {
	.lobby-banner__main.no-frame .lobby-banner__frame:not(.hide-mask) {
		height: 196px;
		width: 334px;
	}
}

@media only screen and (max-width:768px) {
	.lobby-banner__main.no-frame .lobby-banner__frame:not(.hide-mask) {
		height: auto;
		width: 100%;
	}
}

.lobby-banner__main.no-frame .lobby-banner__frame:not(.hide-mask):before {
	background-image: url("data:image/png;base64,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");
	content: "";
	height: 214px;
	position: absolute;
	right: 0;
	top: 0;
	width: 202px;
	z-index: 1;
}

@media only screen and (max-width:991px) {
	.lobby-banner__main.no-frame .lobby-banner__frame:not(.hide-mask):before {
		background-size: cover;
		height: 161px;
		width: 155px;
	}
}

.lobby-banner__main.no-frame .lobby-banner__frame:not(.hide-mask):after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='168' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 9.572v127.093c0 17.03 13.805 30.835 30.835 30.835H146.95c7.599 0 11.559-9.045 6.405-14.628L15.621 3.66C10.239-2.17.5 1.637.5 9.572Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
	background-position: 100% 0;
	background-repeat: no-repeat;
	content: "";
	height: 168px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scale(-1);
	transform: scale(-1);
	width: 157px;
	z-index: 1;
}

@media only screen and (max-width:991px) {
	.lobby-banner__main.no-frame .lobby-banner__frame:not(.hide-mask):after {
		background-size: cover;
		height: 125px;
		width: 117px;
	}
}

.lobby-banner__main.no-frame .lobby-banner__frame.hide-mask {
	background: none;
	height: 100%;
}

@media only screen and (max-width:768px) {
	.lobby-banner__main.no-frame .lobby-banner__frame.hide-mask {
		height: auto;
	}
}

.lobby-banner__main.no-frame .lobby-banner__image-wrapper {
	padding: 0;
}

.lobby-banner__main.no-frame .lobby-banner__play-btn {
	left: 50%;
	padding: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.lobby-banner__main.no-frame .lobby-banner__button-left:not(.c-btn) {
	background: #fff;
	border: 1px solid #3b37e6;
	color: #3b37e6;
}

.lobby-banner__main.no-frame .lobby-banner__button-left:not(.c-btn):hover {
	background: #3b37e6;
	border-color: #3b37e6;
	color: #fff;
}

@media only screen and (max-width:768px) {
	.lobby-banner__main.no-frame .lobby-banner__content, .lobby-banner__main.no-frame .lobby-banner__text {
		max-width: none;
	}
}

.lobby-banner__main.no-frame .lobby-banner__text {
	text-align: left;
}

.lobby-banner__main .breadcrumbs, .lobby-banner__main .return-back-link {
	padding-left: 0;
}

@media only screen and (max-width:991px) {
	.lobby-banner__main .breadcrumbs, .lobby-banner__main .return-back-link {
		margin-bottom: 24px;
	}
}

@media only screen and (max-width:670px) {
	.lobby-banner__main .breadcrumbs, .lobby-banner__main .return-back-link {
		margin-bottom: 16px;
	}
}

.lobby-banner__main.blue, .lobby-banner__main.transparent {
	background-color: #f3f6ff;
}

@media only screen and (max-width:670px) {
	.lobby-banner__main.blue, .lobby-banner__main.transparent {
		background-color: transparent;
	}
}

.lobby-banner__main.blue .lobby-banner__subtitle:not(.subtitle), .lobby-banner__main.transparent .lobby-banner__subtitle:not(.subtitle) {
	color: #3b37e6;
}

.lobby-banner__main.blue .lobby-banner__frame, .lobby-banner__main.transparent .lobby-banner__frame {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='626' height='524' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M590.15 523.336h.151c19.392 0 35.113-15.721 35.113-35.114 0-1.347-.076-2.677-.224-3.984V151.627c0-19.327-15.668-34.995-34.995-34.995-19.327 0-34.995 15.668-34.995 34.995v273.107c0 15.671-12.704 28.375-28.375 28.375H407.25c-19.392 0-35.113 15.721-35.113 35.113 0 19.393 15.721 35.114 35.113 35.114h182.9Z'/%3E%3C/mask%3E%3Cpath d='m590.15 523.336.002-.946h-.002v.946Zm.09 0v-.946h-.002l.002.946Zm.061 0v.946-.946Zm34.889-39.098h-.945v.053l.006.053.939-.106Zm0-332.611h-.945.945Zm-69.99 0h.945-.945ZM407.25 453.109v-.946.946Zm147.95-28.375h.945-.945Zm34.995 97.656h-.043l-.003 1.892h.046v-1.892Zm.043 0h-.043v1.892h.046l-.003-1.892Zm.063 0h-.061v1.892h.061v-1.892Zm34.167-34.168c0 18.871-15.297 34.168-34.167 34.168v1.892c19.915 0 36.059-16.145 36.059-36.06h-1.892Zm-.217-3.878c.143 1.272.217 2.567.217 3.878h1.892a36.38 36.38 0 0 0-.23-4.091l-1.879.213Zm-.006-332.717v332.611h1.891V151.627h-1.891Zm-34.05-34.049c18.805 0 34.05 15.244 34.05 34.049h1.891c0-19.85-16.091-35.941-35.941-35.941v1.892Zm-34.05 34.049c0-18.805 15.245-34.049 34.05-34.049v-1.892c-19.85 0-35.941 16.091-35.941 35.941h1.891Zm0 273.107V151.627h-1.891v273.107h1.891ZM407.25 454.055h119.575v-1.892H407.25v1.892Zm-34.167 34.167c0-18.87 15.297-34.167 34.167-34.167v-1.892c-19.915 0-36.059 16.144-36.059 36.059h1.892Zm34.167 34.168c-18.87 0-34.167-15.297-34.167-34.168h-1.892c0 19.915 16.144 36.06 36.059 36.06v-1.892Zm182.9 0h-182.9v1.892h182.9v-1.892Zm-35.896-97.656c0 15.149-12.281 27.429-27.429 27.429v1.892c16.193 0 29.32-13.127 29.32-29.321h-1.891Z' fill='%233B37E6' mask='url(%23a)'/%3E%3Cpath d='M323.473 453.346c19.328 0 34.996 15.668 34.996 34.995 0 19.328-15.668 34.996-34.996 34.996H34.997c-19.327 0-34.995-15.668-34.995-34.996 0-19.327 15.668-34.995 34.995-34.995h288.476Z' fill='%23E1EAFF'/%3E%3Ccircle cx='406.824' cy='488.223' r='35.113' fill='%235ED0F9'/%3E%3Crect x='.473' y='234.387' width='86.07' height='207.135' rx='18.444' stroke='%233B37E6' stroke-width='.946'/%3E%3Crect x='316.887' y='.473' width='308.054' height='105.054' rx='18.444' fill='%233B37E6' stroke='%233B37E6' stroke-width='.946'/%3E%3Cpath d='M112.85 106.216h169.005c13.059 0 23.646-10.586 23.646-23.645V27.646C305.501 14.586 294.914 4 281.855 4H139.277a23.644 23.644 0 0 0-17.167 7.385L6.951 132.965a23.645 23.645 0 0 0-6.478 16.26v49.694c0 13.059 10.586 23.645 23.645 23.645H65.56c13.06 0 23.646-10.586 23.646-23.645v-69.057c0-13.059 10.586-23.646 23.645-23.646Z' fill='%23E1EAFF'/%3E%3Cpath d='m45.49 387.743 11.07-18.328c1.041-1.716-.252-3.852-2.333-3.852H32.053c-2.081 0-3.374 2.136-2.334 3.852l11.071 18.328c1.041 1.715 3.627 1.715 4.668 0l11.071-18.328c1.041-1.716-.252-3.852-2.334-3.852H32.022c-2.082 0-3.375 2.136-2.334 3.852l11.07 18.328c1.041 1.715 3.628 1.715 4.669 0h.063ZM45.49 349.016l11.07-19.406c1.041-1.816-.252-4.079-2.333-4.079H32.053c-2.081 0-3.374 2.263-2.334 4.079l11.071 19.406a2.68 2.68 0 0 0 4.668 0L56.53 329.61c1.041-1.816-.252-4.079-2.334-4.079H32.022c-2.082 0-3.375 2.263-2.334 4.079l11.07 19.406a2.68 2.68 0 0 0 4.669 0h.063ZM45.49 309.061l11.07-18.328c1.041-1.715-.252-3.852-2.333-3.852H32.053c-2.081 0-3.374 2.137-2.334 3.852l11.071 18.328c1.041 1.715 3.627 1.715 4.668 0l11.071-18.328c1.041-1.715-.252-3.852-2.334-3.852H32.022c-2.082 0-3.375 2.137-2.334 3.852l11.07 18.328c1.041 1.715 3.628 1.715 4.669 0h.063Z' fill='%233B37E6'/%3E%3Cpath d='M480.075 39.93v.817h.155c.38 1.13 1.528 1.877 2.775 1.877h7.916c.528 0 .923.255 1.124.565.194.3.217.656.001.989l-.002.003-20.426 31.785-.001.002c-.491.753-1.758.753-2.248 0l-.002-.002-20.425-31.785-.002-.003a.87.87 0 0 1 0-.989c.201-.31.596-.565 1.125-.565h7.916c1.527 0 2.906-1.12 2.906-2.694v-9.053c0-.511.478-1.06 1.272-1.06h16.644c.794 0 1.272.549 1.272 1.06v9.053Z' stroke='%23fff' stroke-width='1.634'/%3E%3Cpath d='M.414 23.097v79.531c0 4.813 5.882 7.154 9.19 3.657l87.315-92.304c3.21-3.394.804-8.981-3.867-8.981h-74.54C8.515 5 .413 13.102.413 23.097Z' fill='%23A142FF'/%3E%3C/svg%3E");
}

.lobby-banner__main.blue .lobby-banner__frame.nitro-lazy, .lobby-banner__main.transparent .lobby-banner__frame.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.lobby-banner__main.blue .lobby-banner__frame, .lobby-banner__main.transparent .lobby-banner__frame {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='334' height='280' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M314.916 279.271H315.008c10.349 0 18.738-8.389 18.738-18.737 0-.719-.04-1.429-.119-2.127V80.913c0-10.314-8.361-18.675-18.675-18.675s-18.675 8.361-18.675 18.675v145.741c0 8.362-6.779 15.142-15.142 15.142h-63.81c-10.348 0-18.738 8.389-18.738 18.738 0 10.348 8.39 18.737 18.738 18.737h97.591Z'/%3E%3C/mask%3E%3Cpath d='M314.952 279.271v.505-.505Zm-.036 0 .001-.504h-.001v.504Zm.071 0v-.504h-.001l.001.504Zm.021 0v.505-.505Zm18.619-20.864h-.505v.029l.003.028.502-.057Zm0-177.494h.505-.505Zm-37.35 0h.505-.505Zm18.675 197.854h-.035l-.002 1.009h.037v-1.009Zm.034 0h-.034v1.009h.036l-.002-1.009Zm.022 0h-.021v1.009h.021v-1.009Zm18.233-18.233c0 10.069-8.163 18.233-18.233 18.233v1.009c10.628 0 19.243-8.615 19.243-19.242h-1.01Zm-.116-2.07c.077.679.116 1.37.116 2.07h1.01c0-.738-.042-1.467-.123-2.183l-1.003.113Zm-.003-177.55v177.493h1.01V80.913h-1.01Zm-18.17-18.171c10.035 0 18.17 8.135 18.17 18.17h1.01c0-10.593-8.587-19.18-19.18-19.18v1.01Zm-18.17 18.17c0-10.035 8.135-18.17 18.17-18.17v-1.01c-10.593 0-19.18 8.587-19.18 19.18h1.01Zm0 145.741V80.914h-1.01v145.74h1.01ZM217.325 242.3h63.81v-1.009h-63.81v1.009Zm-18.233 18.234c0-10.07 8.163-18.234 18.233-18.234v-1.009c-10.627 0-19.242 8.615-19.242 19.243h1.009Zm18.233 18.233c-10.07 0-18.233-8.164-18.233-18.233h-1.009c0 10.627 8.615 19.242 19.242 19.242v-1.009Zm97.591 0h-97.591v1.009h97.591v-1.009Zm-19.144-52.113c0 8.084-6.553 14.637-14.637 14.637v1.009c8.641 0 15.647-7.005 15.647-15.646h-1.01Z' fill='%233B37E6' mask='url(%23a)'/%3E%3Cpath d='M172.618 241.922c10.314 0 18.675 8.361 18.675 18.675s-8.361 18.675-18.675 18.675H18.676C8.362 279.272 0 270.911 0 260.597s8.361-18.675 18.675-18.675h153.942Z' fill='%23E1EAFF'/%3E%3Ccircle cx='217.097' cy='260.535' r='18.738' fill='%235ED0F9'/%3E%3Crect x='.252' y='125.077' width='45.93' height='110.536' rx='9.842' stroke='%233B37E6' stroke-width='.505'/%3E%3Crect x='169.104' y='.252' width='164.39' height='56.061' rx='9.842' fill='%233B37E6' stroke='%233B37E6' stroke-width='.505'/%3E%3Cpath d='M60.223 56.681h90.188c6.968 0 12.618-5.649 12.618-12.618v-29.31c0-6.969-5.65-12.618-12.618-12.618H74.325a12.618 12.618 0 0 0-9.16 3.94L3.71 70.956a12.618 12.618 0 0 0-3.457 8.678v26.518c0 6.969 5.65 12.618 12.618 12.618h22.115c6.968 0 12.618-5.649 12.618-12.618V69.3c0-6.97 5.65-12.619 12.618-12.619Z' fill='%23E1EAFF'/%3E%3Cpath d='m24.273 206.914 5.908-9.78c.555-.916-.135-2.056-1.245-2.056H17.102c-1.11 0-1.801 1.14-1.246 2.056l5.908 9.78c.556.916 1.936.916 2.491 0l5.908-9.78c.556-.916-.134-2.056-1.245-2.056H17.086c-1.11 0-1.8 1.14-1.245 2.056l5.908 9.78c.555.916 1.935.916 2.49 0h.034ZM24.273 186.247l5.908-10.356c.555-.969-.135-2.176-1.245-2.176H17.102c-1.11 0-1.801 1.207-1.246 2.176l5.908 10.356a1.43 1.43 0 0 0 2.491 0l5.908-10.356c.556-.969-.134-2.176-1.245-2.176H17.086c-1.11 0-1.8 1.207-1.245 2.176l5.908 10.356a1.43 1.43 0 0 0 2.49 0h.034ZM24.273 164.926l5.908-9.78c.555-.916-.135-2.056-1.245-2.056H17.102c-1.11 0-1.801 1.14-1.246 2.056l5.908 9.78c.556.915 1.936.915 2.491 0l5.908-9.78c.556-.916-.134-2.056-1.245-2.056H17.086c-1.11 0-1.8 1.14-1.245 2.056l5.908 9.78c.555.915 1.935.915 2.49 0h.034Z' fill='%233B37E6'/%3E%3Cpath d='M256.188 21.307v.436h.083c.202.604.815 1.002 1.48 1.002h4.224c.283 0 .493.136.601.302.103.16.115.35 0 .527l-.001.002-10.9 16.962h-.001c-.262.402-.938.402-1.2 0l-10.9-16.962-.001-.002a.463.463 0 0 1 0-.527.7.7 0 0 1 .6-.302h4.224c.816 0 1.551-.598 1.551-1.438v-4.83c0-.274.256-.566.679-.566h8.882c.424 0 .679.292.679.565v4.831Z' stroke='%23fff' stroke-width='.872'/%3E%3Cpath d='M.223 12.324v42.44c0 2.57 3.138 3.818 4.904 1.952L51.72 7.46c1.714-1.811.43-4.793-2.063-4.793H9.88C4.546 2.666.223 6.99.223 12.324Z' fill='%23A142FF'/%3E%3C/svg%3E");
	}
	
	.lobby-banner__main.blue .lobby-banner__frame.nitro-lazy, .lobby-banner__main.transparent .lobby-banner__frame.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__main.blue .lobby-banner__frame, .lobby-banner__main.transparent .lobby-banner__frame {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='293' height='245' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M275.547 244.371h.092c9.055 0 16.396-7.341 16.396-16.396 0-.629-.035-1.25-.104-1.86V70.803c0-9.025-7.316-16.341-16.341-16.341-9.025 0-16.341 7.316-16.341 16.34V198.33c0 7.318-5.932 13.25-13.25 13.25h-55.835c-9.055 0-16.396 7.341-16.396 16.396s7.341 16.396 16.396 16.396h85.383Z'/%3E%3C/mask%3E%3Cpath d='M275.59 244.371v.442-.442Zm-.043 0 .001-.442h-.001v.442Zm.085 0v-.442h-.001l.001.442Zm16.299-18.256h-.442v.024l.003.025.439-.049Zm0-155.312h-.442.442Zm-32.682 0h.441-.441Zm0 127.526h.441-.441Zm16.341 45.6h-.042l-.002.884h.044v-.884Zm.041 0h-.041v.884h.044l-.003-.884Zm.008 0h-.007v.884h.007v-.884Zm15.955-15.954c0 8.811-7.144 15.954-15.955 15.954v.884c9.299 0 16.838-7.539 16.838-16.838h-.883Zm-.102-1.811c.067.594.102 1.198.102 1.811h.883c0-.646-.037-1.283-.107-1.91l-.878.099Zm-.003-155.361v155.312h.883V70.803h-.883Zm-15.899-15.9c8.781 0 15.899 7.119 15.899 15.9h.883c0-9.269-7.513-16.783-16.782-16.783v.883Zm-15.9 15.9c0-8.781 7.119-15.9 15.9-15.9v-.883c-9.269 0-16.783 7.514-16.783 16.783h.883Zm0 127.526V70.803h-.883v127.526h.883Zm-69.526 13.691h55.835v-.883h-55.835v.883Zm-15.954 15.955c0-8.811 7.143-15.955 15.954-15.955v-.883c-9.299 0-16.838 7.539-16.838 16.838h.884Zm15.954 15.954c-8.811 0-15.954-7.143-15.954-15.954h-.884c0 9.299 7.539 16.838 16.838 16.838v-.884Zm85.383 0h-85.383v.884h85.383v-.884Zm-16.74-45.6c0 7.074-5.734 12.808-12.808 12.808v.883c7.562 0 13.691-6.129 13.691-13.691h-.883Z' fill='%233B37E6' mask='url(%23a)'/%3E%3Cpath d='M152.535 211.557c9.113 0 16.5 7.387 16.5 16.5 0 9.112-7.387 16.5-16.5 16.5h-136c-9.113 0-16.5-7.388-16.5-16.5 0-9.113 7.387-16.5 16.5-16.5h136Z' fill='%23E1EAFF'/%3E%3Ccircle cx='189.966' cy='227.974' r='16.396' fill='%235ED0F9'/%3E%3Crect x='.221' y='109.447' width='40.19' height='96.721' rx='8.612' stroke='%233B37E6' stroke-width='.442'/%3E%3Crect x='147.971' y='.221' width='143.845' height='49.055' rx='8.612' fill='%233B37E6' stroke='%233B37E6' stroke-width='.442'/%3E%3Cpath d='M52.697 49.599h77.798c6.098 0 11.042-4.944 11.042-11.041V12.91c0-6.098-4.944-11.04-11.042-11.04H65.037a11.041 11.041 0 0 0-8.016 3.448L3.248 62.089a11.04 11.04 0 0 0-3.025 7.593v22.834c0 6.098 4.943 11.041 11.04 11.041h19.352c6.098 0 11.04-4.943 11.04-11.041V60.64c0-6.098 4.944-11.041 11.042-11.041Z' fill='%23E1EAFF'/%3E%3Cpath d='m21.242 181.056 5.17-8.558c.485-.801-.119-1.799-1.09-1.799H14.967c-.972 0-1.576.998-1.09 1.799l5.17 8.558c.485.801 1.693.801 2.179 0l5.17-8.558c.486-.801-.118-1.799-1.09-1.799H14.953c-.972 0-1.576.998-1.09 1.799l5.17 8.558c.485.801 1.693.801 2.18 0h.029ZM21.242 162.974l5.17-9.062c.485-.848-.119-1.904-1.09-1.904H14.967c-.972 0-1.576 1.056-1.09 1.904l5.17 9.062a1.252 1.252 0 0 0 2.179 0l5.17-9.062c.486-.848-.118-1.904-1.09-1.904H14.953c-.972 0-1.576 1.056-1.09 1.904l5.17 9.062a1.252 1.252 0 0 0 2.18 0h.029ZM21.242 144.316l5.17-8.558c.485-.801-.119-1.799-1.09-1.799H14.967c-.972 0-1.576.998-1.09 1.799l5.17 8.558c.485.801 1.693.801 2.179 0l5.17-8.558c.486-.801-.118-1.799-1.09-1.799H14.953c-.972 0-1.576.998-1.09 1.799l5.17 8.558c.485.801 1.693.801 2.18 0h.029Z' fill='%233B37E6'/%3E%3Cpath d='M224.168 18.647v.381h.072c.177.528.713.877 1.296.877h3.696c.247 0 .431.119.525.264a.406.406 0 0 1 0 .461v.002l-9.538 14.842h-.001c-.229.352-.821.352-1.05 0l-9.538-14.842-.001-.002a.408.408 0 0 1 0-.461.615.615 0 0 1 .526-.264h3.696c.713 0 1.357-.523 1.357-1.258V14.42c0-.24.223-.495.594-.495h7.772c.37 0 .594.256.594.494v4.228Z' stroke='%23fff' stroke-width='.763'/%3E%3Cpath d='M.188 9.747V45.74c0 2.179 2.661 3.238 4.158 1.656L43.861 5.622c1.453-1.536.364-4.065-1.75-4.065H8.377a8.19 8.19 0 0 0-8.19 8.19Z' fill='%23A142FF'/%3E%3C/svg%3E");
	}
	
	.lobby-banner__main.blue .lobby-banner__frame.nitro-lazy, .lobby-banner__main.transparent .lobby-banner__frame.nitro-lazy {
		background-image: none !important;
	}
}

.lobby-banner__main.blue .image-border, .lobby-banner__main.transparent .image-border {
	border-color: #3b37e6;
}

.lobby-banner__main.transparent {
	background-color: transparent;
}

.lobby-banner__main.coral {
	background-color: hsla(4, 100%, 71%, .08);
}

@media only screen and (max-width:670px) {
	.lobby-banner__main.coral {
		background-color: transparent;
	}
}

.lobby-banner__main.coral .lobby-banner__subtitle:not(.subtitle) {
	color: #ff7369;
}

.lobby-banner__main.coral .lobby-banner__frame {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='626' height='524' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M590.15 523.336h.151c19.392 0 35.113-15.721 35.113-35.114 0-1.347-.076-2.677-.224-3.984V151.627c0-19.327-15.668-34.995-34.995-34.995-19.327 0-34.995 15.668-34.995 34.995v273.107c0 15.671-12.704 28.375-28.375 28.375H407.25c-19.392 0-35.113 15.721-35.113 35.113 0 19.393 15.721 35.114 35.113 35.114h182.9Z'/%3E%3C/mask%3E%3Cpath d='m590.15 523.336.002-.946h-.002v.946Zm.09 0v-.946h-.002l.002.946Zm.061 0v.946-.946Zm34.889-39.098h-.945v.053l.006.053.939-.106Zm0-332.611h-.945.945Zm-69.99 0h.945-.945ZM407.25 523.336v-.946.946Zm182.945-.946h-.043l-.003 1.892h.046v-1.892Zm.043 0h-.043v1.892h.046l-.003-1.892Zm.063 0h-.061v1.892h.061v-1.892Zm34.167-34.168c0 18.871-15.297 34.168-34.167 34.168v1.892c19.915 0 36.059-16.145 36.059-36.06h-1.892Zm-.217-3.878c.143 1.272.217 2.567.217 3.878h1.892a36.38 36.38 0 0 0-.23-4.091l-1.879.213Zm-.006-332.717v332.611h1.891V151.627h-1.891Zm-34.05-34.049c18.805 0 34.05 15.244 34.05 34.049h1.891c0-19.85-16.091-35.941-35.941-35.941v1.892Zm-34.05 34.049c0-18.805 15.245-34.049 34.05-34.049v-1.892c-19.85 0-35.941 16.091-35.941 35.941h1.891Zm0 273.107V151.627h-1.891v273.107h1.891ZM407.25 454.055h119.575v-1.892H407.25v1.892Zm-34.167 34.167c0-18.87 15.297-34.167 34.167-34.167v-1.892c-19.915 0-36.059 16.144-36.059 36.059h1.892Zm34.167 34.168c-18.87 0-34.167-15.297-34.167-34.168h-1.892c0 19.915 16.144 36.06 36.059 36.06v-1.892Zm182.9 0h-182.9v1.892h182.9v-1.892Zm-35.896-97.656c0 15.149-12.281 27.429-27.429 27.429v1.892c16.193 0 29.32-13.127 29.32-29.321h-1.891Z' fill='%233B37E6' mask='url(%23a)'/%3E%3Cpath d='M323.473 453.345c19.328 0 34.996 15.668 34.996 34.996 0 19.327-15.668 34.995-34.996 34.995H34.997c-19.327 0-34.995-15.668-34.995-34.995 0-19.328 15.668-34.996 34.995-34.996h288.476Z' fill='%23FF7369' fill-opacity='.2'/%3E%3Ccircle cx='406.824' cy='488.223' r='34.332' fill='%233B37E6' stroke='%233B37E6' stroke-width='1.563'/%3E%3Crect x='.473' y='234.387' width='86.07' height='207.135' rx='18.444' stroke='%23FF7369' stroke-width='.946'/%3E%3Crect x='316.887' y='.473' width='308.054' height='105.054' rx='18.444' fill='%23FF7369' stroke='%23FF7369' stroke-width='.946'/%3E%3Cpath d='M112.854 106.216h169.005c13.059 0 23.646-10.586 23.646-23.645V27.646C305.505 14.586 294.918 4 281.859 4H139.281a23.648 23.648 0 0 0-17.168 7.385L6.955 132.965a23.645 23.645 0 0 0-6.478 16.26v49.694c0 13.059 10.586 23.645 23.645 23.645h41.441c13.06 0 23.646-10.586 23.646-23.645v-69.057c0-13.059 10.586-23.646 23.645-23.646Z' fill='%23FF7369' fill-opacity='.2'/%3E%3Cpath d='m45.49 387.743 11.07-18.328c1.041-1.715-.252-3.852-2.333-3.852H32.053c-2.081 0-3.374 2.137-2.334 3.852l11.071 18.328c1.041 1.715 3.627 1.715 4.668 0l11.071-18.328c1.041-1.715-.252-3.852-2.334-3.852H32.022c-2.082 0-3.375 2.137-2.334 3.852l11.07 18.328c1.041 1.715 3.628 1.715 4.669 0h.063ZM45.49 349.016l11.07-19.406c1.041-1.816-.252-4.079-2.333-4.079H32.053c-2.081 0-3.374 2.263-2.334 4.079l11.071 19.406a2.68 2.68 0 0 0 4.668 0L56.53 329.61c1.041-1.816-.252-4.079-2.334-4.079H32.022c-2.082 0-3.375 2.263-2.334 4.079l11.07 19.406a2.68 2.68 0 0 0 4.669 0h.063ZM45.49 309.06l11.07-18.327c1.041-1.716-.252-3.853-2.333-3.853H32.053c-2.081 0-3.374 2.137-2.334 3.853L40.79 309.06c1.041 1.716 3.627 1.716 4.668 0l11.071-18.327c1.041-1.716-.252-3.853-2.334-3.853H32.022c-2.082 0-3.375 2.137-2.334 3.853l11.07 18.327c1.041 1.716 3.628 1.716 4.669 0h.063Z' fill='%23FF7369'/%3E%3Cpath d='M480.075 39.93v.817h.155c.38 1.13 1.528 1.877 2.775 1.877h7.916c.528 0 .923.255 1.124.565.194.3.217.656.001.989l-.002.003-20.426 31.785-.001.002c-.491.753-1.758.753-2.248 0l-.002-.002-20.425-31.785-.002-.003a.87.87 0 0 1 0-.989c.201-.31.596-.565 1.125-.565h7.916c1.527 0 2.906-1.12 2.906-2.694v-9.053c0-.511.478-1.06 1.272-1.06h16.644c.794 0 1.272.549 1.272 1.06v9.053Z' stroke='%23fff' stroke-width='1.634'/%3E%3Cpath d='M.414 23.097v79.531c0 4.813 5.882 7.154 9.19 3.657l87.315-92.304c3.21-3.394.804-8.981-3.867-8.981h-74.54C8.515 5 .413 13.102.413 23.097Z' fill='%23A142FF'/%3E%3C/svg%3E");
}

.lobby-banner__main.coral .lobby-banner__frame.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.lobby-banner__main.coral .lobby-banner__frame {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='334' height='280' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M314.226 279.998h.087c7.07 0 13.221-3.937 16.379-9.738a18.846 18.846 0 0 0 2.378-9.193c0-.726-.04-1.442-.12-2.146V79.362c0-10.293-8.344-18.637-18.637-18.637-10.293 0-18.637 8.344-18.637 18.637v147.662c0 8.346-6.766 15.111-15.111 15.111h-63.449c-10.455 0-18.931 8.476-18.931 18.932 0 10.455 8.476 18.931 18.931 18.931h97.11Z'/%3E%3C/mask%3E%3Cpath d='M314.313 279.998v-.504.504Zm-.087 0 .002-.504h-.004l.002.504Zm16.466-9.738-.44-.245-.002.004.442.241Zm2.258-11.339h-.504v.029l.004.028.5-.057Zm0-179.559h.504-.504Zm-37.274 0h.504-.504Zm-78.56 162.773v.504-.504Zm0 37.863v-.504.504Zm97.023 0v.504-.504Zm.174-.504h-.085l-.004 1.008h.089v-1.008Zm15.937-9.475c-3.074 5.646-9.059 9.475-15.937 9.475v1.008c7.262 0 13.578-4.044 16.822-10.001l-.885-.482Zm2.317-8.952c0 3.248-.841 6.299-2.315 8.948l.88.49a19.346 19.346 0 0 0 2.442-9.438h-1.007Zm-.117-2.089c.077.685.117 1.382.117 2.089h1.007c0-.745-.042-1.479-.123-2.202l-1.001.113Zm-.004-179.616v179.559h1.008V79.362h-1.008ZM314.313 61.23c10.015 0 18.133 8.118 18.133 18.133h1.008c0-10.571-8.57-19.14-19.141-19.14v1.007ZM296.18 79.362c0-10.015 8.118-18.133 18.133-18.133V60.22c-10.571 0-19.141 8.57-19.141 19.141h1.008Zm-.001 147.662.001-147.662h-1.008v147.662h1.007Zm-79.063 15.615h63.449v-1.007h-63.449v1.007Zm-18.427 18.428c0-10.178 8.25-18.428 18.427-18.428v-1.007c-10.733 0-19.435 8.701-19.435 19.435h1.008Zm18.427 18.427c-10.177 0-18.427-8.25-18.427-18.427h-1.008c0 10.733 8.702 19.435 19.435 19.435v-1.008Zm97.023 0h-97.023v1.008h97.023v-1.008Zm.085 0h-.085v1.008h.089l-.004-1.008Zm-19.052-52.47c0 8.068-6.54 14.608-14.607 14.608v1.007c8.623 0 15.614-6.991 15.614-15.615h-1.007Z' fill='%233B37E6' mask='url(%23a)'/%3E%3Cpath d='M172.039 242.264c10.42 0 18.867 8.447 18.867 18.867 0 10.421-8.447 18.868-18.867 18.868H18.869c-10.42 0-18.868-8.447-18.868-18.868 0-10.42 8.448-18.867 18.868-18.867h153.17Z' fill='%23FFDFDF'/%3E%3Cellipse cx='216.661' cy='261.068' rx='18.7' ry='18.931' fill='%233B37E6'/%3E%3Crect x='.252' y='124.209' width='45.837' height='111.683' rx='9.822' stroke='%23FF7369' stroke-width='.504'/%3E%3Crect x='168.764' y='.252' width='164.057' height='54.489' rx='9.822' fill='%23FF7369' stroke='%23FF7369' stroke-width='.504'/%3E%3Cpath d='M60.102 55.11h90.005c6.955 0 12.592-5.638 12.592-12.593V12.593C162.699 5.638 157.062 0 150.107 0H74.221a12.592 12.592 0 0 0-9.195 3.99L3.65 69.587A12.593 12.593 0 0 0 .254 78.19v27.054c0 6.955 5.638 12.593 12.593 12.593h22.07c6.954 0 12.592-5.638 12.592-12.593V67.702c0-6.954 5.638-12.593 12.593-12.593Z' fill='%23FFDFDF'/%3E%3Cpath d='m24.224 206.892 5.896-9.882c.555-.924-.134-2.076-1.243-2.076H17.07c-1.109 0-1.797 1.152-1.243 2.076l5.896 9.882c.554.925 1.931.925 2.486 0l5.896-9.882c.554-.924-.135-2.076-1.243-2.076H17.052c-1.109 0-1.797 1.152-1.243 2.076l5.896 9.882c.554.925 1.932.925 2.486 0h.034ZM24.224 186.013l5.896-10.462c.555-.98-.134-2.199-1.243-2.199H17.07c-1.109 0-1.797 1.219-1.243 2.199l5.896 10.462c.554.98 1.931.98 2.486 0l5.896-10.462c.554-.98-.135-2.199-1.243-2.199H17.052c-1.109 0-1.797 1.219-1.243 2.199l5.896 10.462c.554.98 1.932.98 2.486 0h.034ZM24.224 164.472l5.896-9.881c.555-.925-.134-2.077-1.243-2.077H17.07c-1.109 0-1.797 1.152-1.243 2.077l5.896 9.881c.554.925 1.931.925 2.486 0l5.896-9.881c.554-.925-.135-2.077-1.243-2.077H17.052c-1.109 0-1.797 1.152-1.243 2.077l5.896 9.881c.554.925 1.932.925 2.486 0h.034Z' fill='%23FF7369'/%3E%3Cpath d='M255.669 19.371v.435h.081c.201.607.81 1.012 1.479 1.012h4.216c.279 0 .489.136.597.306.105.164.118.36.001.543l-.001.001-10.878 17.137h-.001c-.261.408-.933.408-1.195.001L239.09 21.667l-.001-.001a.484.484 0 0 1 0-.543.696.696 0 0 1 .598-.305h4.215c.819 0 1.548-.607 1.548-1.448v-4.88c0-.284.26-.577.677-.577h8.864c.418 0 .678.293.678.577v4.88Z' stroke='%23fff' stroke-width='.87'/%3E%3Cpath d='M.227 10.179V56.45c0 2.57 3.145 3.813 4.903 1.938L54.868 5.314C56.565 3.504 55.28.54 52.799.54H9.864a9.638 9.638 0 0 0-9.637 9.638Z' fill='%23A142FF'/%3E%3C/svg%3E");
	}
	
	.lobby-banner__main.coral .lobby-banner__frame.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__main.coral .lobby-banner__frame {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='293' height='245' viewBox='0 0 292 243' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M275.442 242.381h.061c9.051 0 16.388-7.337 16.388-16.388 0-.629-.036-1.25-.105-1.861V68.9c0-9.02-7.312-16.333-16.333-16.333-9.02 0-16.332 7.313-16.332 16.333v127.462c0 7.314-5.929 13.243-13.243 13.243h-55.807c-9.051 0-16.388 7.337-16.388 16.388 0 9.051 7.337 16.388 16.388 16.388h85.371Z'/%3E%3C/mask%3E%3Cpath d='m275.442 242.381.001-.442h-.001v.442Zm.022 0v-.442.442Zm16.322-18.249h-.441v.025l.002.024.439-.049Zm0-155.232h-.441.441Zm-32.665 0h.441-.441Zm16.332 173.039h-.01l-.001.883h.011v-.883Zm.011 0h-.011v.883h.012l-.001-.883Zm.039 0h-.039v.883h.039v-.883Zm15.946-15.946c0 8.807-7.139 15.946-15.946 15.946v.883c9.294 0 16.829-7.534 16.829-16.829h-.883Zm-.102-1.812c.068.595.102 1.199.102 1.812h.883c0-.646-.036-1.283-.107-1.911l-.878.099ZM291.345 68.9v155.232h.883V68.9h-.883Zm-15.892-15.891c8.777 0 15.892 7.114 15.892 15.891h.883c0-9.264-7.511-16.774-16.775-16.774v.883ZM259.562 68.9c0-8.777 7.115-15.891 15.891-15.891v-.883c-9.264 0-16.774 7.51-16.774 16.774h.883Zm0 127.462V68.9h-.883v127.462h.883Zm-69.491 13.685h55.807v-.883h-55.807v.883Zm-15.946 15.946c0-8.807 7.139-15.946 15.946-15.946v-.883c-9.295 0-16.829 7.534-16.829 16.829h.883Zm15.946 15.946c-8.807 0-15.946-7.139-15.946-15.946h-.883c0 9.295 7.534 16.829 16.829 16.829v-.883Zm85.371 0h-85.371v.883h85.371v-.883Zm-16.763-45.577c0 7.07-5.731 12.802-12.801 12.802v.883c7.557 0 13.684-6.127 13.684-13.685h-.883Z' fill='%233B37E6' mask='url(%23a)'/%3E%3Cpath d='M150.972 209.715c9.02 0 16.333 7.312 16.333 16.333 0 9.02-7.313 16.332-16.333 16.332H16.337c-9.02 0-16.333-7.312-16.333-16.332 0-9.021 7.312-16.333 16.333-16.333h134.635Z' fill='%23FFDFDF'/%3E%3Ccircle cx='189.872' cy='225.991' r='16.388' fill='%233B37E6'/%3E%3Crect x='.221' y='107.523' width='40.17' height='96.672' rx='8.608' stroke='%23FF7369' stroke-width='.441'/%3E%3Crect x='147.896' y='.221' width='143.773' height='47.163' rx='8.608' fill='%23FF7369' stroke='%23FF7369' stroke-width='.441'/%3E%3Cpath d='M52.67 47.706h78.877c6.095 0 11.036-4.941 11.036-11.036V11.036C142.583 4.94 137.642 0 131.547 0H65.004c-3.03 0-5.928 1.246-8.012 3.447L3.246 60.19a11.036 11.036 0 0 0-3.023 7.588v23.193c0 6.095 4.94 11.036 11.035 11.036H30.6c6.095 0 11.036-4.941 11.036-11.036V58.74c0-6.095 4.94-11.035 11.036-11.035Z' fill='%23FFDFDF'/%3E%3Cpath d='m21.23 179.096 5.167-8.554c.486-.801-.118-1.798-1.09-1.798H14.96c-.971 0-1.575.997-1.09 1.798l5.168 8.554c.486.8 1.693.8 2.178 0l5.167-8.554c.486-.801-.117-1.798-1.09-1.798H14.945c-.971 0-1.575.997-1.089 1.798l5.167 8.554c.486.8 1.693.8 2.179 0h.03ZM21.23 161.023l5.167-9.057c.486-.848-.118-1.903-1.09-1.903H14.96c-.971 0-1.575 1.055-1.09 1.903l5.168 9.057a1.25 1.25 0 0 0 2.178 0l5.167-9.057c.486-.848-.117-1.903-1.09-1.903H14.945c-.971 0-1.575 1.055-1.089 1.903l5.167 9.057a1.25 1.25 0 0 0 2.179 0h.03ZM21.23 142.375l5.167-8.554c.486-.8-.118-1.798-1.09-1.798H14.96c-.971 0-1.575.998-1.09 1.798l5.168 8.554c.486.801 1.693.801 2.178 0l5.167-8.554c.486-.8-.117-1.798-1.09-1.798H14.945c-.971 0-1.575.998-1.089 1.798l5.167 8.554c.486.801 1.693.801 2.179 0h.03Z' fill='%23FF7369'/%3E%3Cpath d='M224.059 16.769v.381h.072c.177.528.713.877 1.295.877h3.694c.247 0 .431.118.525.263.091.14.101.306.001.462l-.001.001-9.533 14.835h-.001c-.229.352-.82.352-1.049 0h-.001l-9.533-14.835-.001-.001a.405.405 0 0 1 .001-.462.611.611 0 0 1 .524-.264h3.695c.713 0 1.356-.522 1.356-1.257v-4.225c0-.239.224-.495.594-.495h7.768c.37 0 .594.256.594.495v4.225Z' stroke='%23fff' stroke-width='.763'/%3E%3Cpath d='M.195 8.911v39.931c0 2.245 2.742 3.339 4.287 1.71L48.022 4.66c1.501-1.583.38-4.194-1.803-4.194H8.641A8.446 8.446 0 0 0 .195 8.911Z' fill='%23A142FF'/%3E%3C/svg%3E");
	}
	
	.lobby-banner__main.coral .lobby-banner__frame.nitro-lazy {
		background-image: none !important;
	}
}

.lobby-banner__main.coral .image-border {
	border-color: #ff7369;
}

.lobby-banner__main.light-blue {
	background-color: rgba(85, 187, 249, .08);
}

@media only screen and (max-width:670px) {
	.lobby-banner__main.light-blue {
		background-color: transparent;
	}
}

.lobby-banner__main.light-blue .lobby-banner__subtitle:not(.subtitle) {
	color: #55bbf9;
}

.lobby-banner__main.light-blue .lobby-banner__frame {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='626' height='524' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M590.15 523.336h.151c19.392 0 35.113-15.721 35.113-35.114 0-1.347-.076-2.677-.224-3.984V151.627c0-19.327-15.668-34.995-34.995-34.995-19.327 0-34.995 15.668-34.995 34.995v273.107c0 15.671-12.704 28.375-28.375 28.375H407.25c-19.392 0-35.113 15.721-35.113 35.113 0 19.393 15.721 35.114 35.113 35.114h182.9Z'/%3E%3C/mask%3E%3Cpath d='m590.15 523.336.002-.946h-.002v.946Zm.09 0v-.946h-.002l.002.946Zm34.95-39.098h-.945v.053l.006.053.939-.106Zm0-332.611h-.945.945Zm-69.99 0h.945-.945ZM407.25 523.336v-.946.946Zm182.945-.946h-.043l-.003 1.892h.046v-1.892Zm.043 0h-.043v1.892h.046l-.003-1.892Zm.063 0h-.061v1.892h.061v-1.892Zm34.167-34.168c0 18.871-15.297 34.168-34.167 34.168v1.892c19.915 0 36.059-16.145 36.059-36.06h-1.892Zm-.217-3.878c.143 1.272.217 2.567.217 3.878h1.892a36.38 36.38 0 0 0-.23-4.091l-1.879.213Zm-.006-332.717v332.611h1.891V151.627h-1.891Zm-34.05-34.049c18.805 0 34.05 15.244 34.05 34.049h1.891c0-19.85-16.091-35.941-35.941-35.941v1.892Zm-34.05 34.049c0-18.805 15.245-34.049 34.05-34.049v-1.892c-19.85 0-35.941 16.091-35.941 35.941h1.891Zm0 273.107V151.627h-1.891v273.107h1.891ZM407.25 454.055h119.575v-1.892H407.25v1.892Zm-34.167 34.167c0-18.87 15.297-34.167 34.167-34.167v-1.892c-19.915 0-36.059 16.144-36.059 36.059h1.892Zm34.167 34.168c-18.87 0-34.167-15.297-34.167-34.168h-1.892c0 19.915 16.144 36.06 36.059 36.06v-1.892Zm182.9 0h-182.9v1.892h182.9v-1.892Zm-35.896-97.656c0 15.149-12.281 27.429-27.429 27.429v1.892c16.193 0 29.32-13.127 29.32-29.321h-1.891Z' fill='%23A142FF' mask='url(%23a)'/%3E%3Cpath d='M323.473 453.345c19.328 0 34.996 15.668 34.996 34.996 0 19.327-15.668 34.995-34.996 34.995H34.997c-19.327 0-34.995-15.668-34.995-34.995 0-19.328 15.668-34.996 34.995-34.996h288.476Z' fill='%235ED0F9' fill-opacity='.2'/%3E%3Ccircle cx='406.824' cy='488.223' r='34.332' fill='%23A142FF' stroke='%23A142FF' stroke-width='1.563'/%3E%3Crect x='.473' y='234.387' width='86.07' height='207.135' rx='18.444' stroke='%235ED0F9' stroke-width='.946'/%3E%3Crect x='316.887' y='.473' width='308.054' height='105.054' rx='18.444' fill='%235ED0F9' stroke='%235ED0F9' stroke-width='.946'/%3E%3Cpath d='M112.854 106.216h169.005c13.059 0 23.646-10.586 23.646-23.645V27.646C305.505 14.586 294.918 4 281.859 4H139.281a23.648 23.648 0 0 0-17.168 7.385L6.955 132.965a23.645 23.645 0 0 0-6.478 16.26v49.694c0 13.059 10.586 23.645 23.645 23.645h41.441c13.06 0 23.646-10.586 23.646-23.645v-69.057c0-13.059 10.586-23.646 23.645-23.646Z' fill='%235ED0F9' fill-opacity='.2'/%3E%3Cpath d='m45.49 387.743 11.07-18.328c1.041-1.716-.252-3.852-2.333-3.852H32.053c-2.081 0-3.374 2.136-2.334 3.852l11.071 18.328c1.041 1.715 3.627 1.715 4.668 0l11.071-18.328c1.041-1.716-.252-3.852-2.334-3.852H32.022c-2.082 0-3.375 2.136-2.334 3.852l11.07 18.328c1.041 1.715 3.628 1.715 4.669 0h.063ZM45.49 349.016l11.07-19.406c1.041-1.816-.252-4.079-2.333-4.079H32.053c-2.081 0-3.374 2.263-2.334 4.079l11.071 19.406a2.68 2.68 0 0 0 4.668 0L56.53 329.61c1.041-1.816-.252-4.079-2.334-4.079H32.022c-2.082 0-3.375 2.263-2.334 4.079l11.07 19.406a2.68 2.68 0 0 0 4.669 0h.063ZM45.49 309.06l11.07-18.327c1.041-1.716-.252-3.853-2.333-3.853H32.053c-2.081 0-3.374 2.137-2.334 3.853L40.79 309.06c1.041 1.716 3.627 1.716 4.668 0l11.071-18.327c1.041-1.716-.252-3.853-2.334-3.853H32.022c-2.082 0-3.375 2.137-2.334 3.853l11.07 18.327c1.041 1.716 3.628 1.716 4.669 0h.063Z' fill='%235ED0F9'/%3E%3Cpath d='M480.075 39.93v.817h.155c.38 1.13 1.528 1.877 2.775 1.877h7.916c.528 0 .923.255 1.124.565.194.3.217.656.001.989l-.002.003-20.426 31.785-.001.002c-.491.753-1.758.753-2.248 0l-.002-.002-20.425-31.785-.002-.003a.87.87 0 0 1 0-.989c.201-.31.596-.565 1.125-.565h7.916c1.527 0 2.906-1.12 2.906-2.694v-9.053c0-.511.478-1.06 1.272-1.06h16.644c.794 0 1.272.549 1.272 1.06v9.053Z' stroke='%23fff' stroke-width='1.634'/%3E%3Cpath d='M.414 23.097v79.531c0 4.813 5.882 7.154 9.19 3.657l87.315-92.304c3.21-3.394.804-8.981-3.867-8.981h-74.54C8.515 5 .413 13.102.413 23.097Z' fill='%233B37E6'/%3E%3C/svg%3E");
}

.lobby-banner__main.light-blue .lobby-banner__frame.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.lobby-banner__main.light-blue .lobby-banner__frame {
		background-image: url("data:image/png;base64,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");
	}
	
	.lobby-banner__main.light-blue .lobby-banner__frame.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__main.light-blue .lobby-banner__frame {
		background-image: url("data:image/png;base64,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");
	}
	
	.lobby-banner__main.light-blue .lobby-banner__frame.nitro-lazy {
		background-image: none !important;
	}
}

.lobby-banner__main.light-blue .image-border {
	border-color: #55bbf9;
}

.lobby-banner__main.purple {
	background-color: #f9f4ff;
}

@media only screen and (max-width:670px) {
	.lobby-banner__main.purple {
		background-color: transparent;
	}
}

.lobby-banner__main.purple .lobby-banner__subtitle:not(.subtitle) {
	color: #a142ff;
}

.lobby-banner__main.purple .lobby-banner__frame {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='626' height='524' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M590.15 523.336h.151c19.392 0 35.113-15.721 35.113-35.114 0-1.347-.076-2.677-.224-3.984V151.627c0-19.327-15.668-34.995-34.995-34.995-19.327 0-34.995 15.668-34.995 34.995v273.107c0 15.671-12.704 28.375-28.375 28.375H407.25c-19.392 0-35.113 15.721-35.113 35.113 0 19.393 15.721 35.114 35.113 35.114h182.9Z'/%3E%3C/mask%3E%3Cpath d='m590.15 523.336.002-.946h-.002v.946Zm.09 0v-.946h-.002l.002.946Zm34.95-39.098h-.945v.053l.006.053.939-.106Zm0-332.611h-.945.945Zm-69.99 0h.945-.945ZM407.25 523.336v-.946.946Zm182.945-.946h-.043l-.003 1.892h.046v-1.892Zm.043 0h-.043v1.892h.046l-.003-1.892Zm.063 0h-.061v1.892h.061v-1.892Zm34.167-34.168c0 18.871-15.297 34.168-34.167 34.168v1.892c19.915 0 36.059-16.145 36.059-36.06h-1.892Zm-.217-3.878c.143 1.272.217 2.567.217 3.878h1.892a36.38 36.38 0 0 0-.23-4.091l-1.879.213Zm-.006-332.717v332.611h1.891V151.627h-1.891Zm-34.05-34.049c18.805 0 34.05 15.244 34.05 34.049h1.891c0-19.85-16.091-35.941-35.941-35.941v1.892Zm-34.05 34.049c0-18.805 15.245-34.049 34.05-34.049v-1.892c-19.85 0-35.941 16.091-35.941 35.941h1.891Zm0 273.107V151.627h-1.891v273.107h1.891ZM407.25 454.055h119.575v-1.892H407.25v1.892Zm-34.167 34.167c0-18.87 15.297-34.167 34.167-34.167v-1.892c-19.915 0-36.059 16.144-36.059 36.059h1.892Zm34.167 34.168c-18.87 0-34.167-15.297-34.167-34.168h-1.892c0 19.915 16.144 36.06 36.059 36.06v-1.892Zm182.9 0h-182.9v1.892h182.9v-1.892Zm-35.896-97.656c0 15.149-12.281 27.429-27.429 27.429v1.892c16.193 0 29.32-13.127 29.32-29.321h-1.891Z' fill='%233B37E6' mask='url(%23a)'/%3E%3Cpath d='M323.473 453.345c19.328 0 34.996 15.668 34.996 34.996 0 19.327-15.668 34.995-34.996 34.995H34.997c-19.327 0-34.995-15.668-34.995-34.995 0-19.328 15.668-34.996 34.995-34.996h288.476Z' fill='%23F0E1FF'/%3E%3Ccircle cx='406.824' cy='488.223' r='34.332' fill='%233B37E6' stroke='%233B37E6' stroke-width='1.563'/%3E%3Crect x='.473' y='234.387' width='86.07' height='207.135' rx='18.444' stroke='%23A142FF' stroke-width='.946'/%3E%3Crect x='316.887' y='.473' width='308.054' height='105.054' rx='18.444' fill='%23A142FF' stroke='%23A142FF' stroke-width='.946'/%3E%3Cpath d='M112.854 106.216h169.005c13.059 0 23.646-10.586 23.646-23.645V27.646C305.505 14.586 294.918 4 281.859 4H139.281a23.648 23.648 0 0 0-17.168 7.385L6.955 132.965a23.645 23.645 0 0 0-6.478 16.26v49.694c0 13.059 10.586 23.645 23.645 23.645h41.441c13.06 0 23.646-10.586 23.646-23.645v-69.057c0-13.059 10.586-23.646 23.645-23.646Z' fill='%23F0E1FF'/%3E%3Cpath d='m45.49 387.743 11.07-18.328c1.041-1.716-.252-3.852-2.333-3.852H32.053c-2.081 0-3.374 2.136-2.334 3.852l11.071 18.328c1.041 1.715 3.627 1.715 4.668 0l11.071-18.328c1.041-1.716-.252-3.852-2.334-3.852H32.022c-2.082 0-3.375 2.136-2.334 3.852l11.07 18.328c1.041 1.715 3.628 1.715 4.669 0h.063ZM45.49 349.016l11.07-19.406c1.041-1.817-.252-4.079-2.333-4.079H32.053c-2.081 0-3.374 2.262-2.334 4.079l11.071 19.406a2.68 2.68 0 0 0 4.668 0L56.53 329.61c1.041-1.817-.252-4.079-2.334-4.079H32.022c-2.082 0-3.375 2.262-2.334 4.079l11.07 19.406a2.68 2.68 0 0 0 4.669 0h.063ZM45.49 309.06l11.07-18.328c1.041-1.715-.252-3.852-2.333-3.852H32.053c-2.081 0-3.374 2.137-2.334 3.852L40.79 309.06c1.041 1.715 3.627 1.715 4.668 0l11.071-18.328c1.041-1.715-.252-3.852-2.334-3.852H32.022c-2.082 0-3.375 2.137-2.334 3.852l11.07 18.328c1.041 1.715 3.628 1.715 4.669 0h.063Z' fill='%23A142FF'/%3E%3Cpath d='M480.075 39.93v.817h.155c.38 1.13 1.528 1.877 2.775 1.877h7.916c.528 0 .923.255 1.124.565.194.3.217.656.001.989l-.002.003-20.426 31.785-.001.002c-.491.753-1.758.753-2.248 0l-.002-.002-20.425-31.785-.002-.003a.87.87 0 0 1 0-.989c.201-.31.596-.565 1.125-.565h7.916c1.527 0 2.906-1.12 2.906-2.694v-9.053c0-.511.478-1.06 1.272-1.06h16.644c.794 0 1.272.549 1.272 1.06v9.053Z' stroke='%23fff' stroke-width='1.634'/%3E%3Cpath d='M.414 23.097v79.531c0 4.813 5.882 7.154 9.19 3.657l87.315-92.304c3.21-3.394.804-8.981-3.867-8.981h-74.54C8.515 5 .413 13.102.413 23.097Z' fill='%235ED0F9'/%3E%3C/svg%3E");
}

.lobby-banner__main.purple .lobby-banner__frame.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.lobby-banner__main.purple .lobby-banner__frame {
		background-image: url("data:image/png;base64,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");
	}
	
	.lobby-banner__main.purple .lobby-banner__frame.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__main.purple .lobby-banner__frame {
		background-image: url("data:image/png;base64,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");
	}
	
	.lobby-banner__main.purple .lobby-banner__frame.nitro-lazy {
		background-image: none !important;
	}
}

.lobby-banner__main.purple .image-border {
	border-color: #a142ff;
}

.lobby-banner__main.gated, .lobby-banner__main.transparent {
	background-color: transparent;
	padding-bottom: 0;
	padding-top: 0;
}

.lobby-banner__main.transparent {
	margin-top: 24px;
}

@media only screen and (max-width:991px) {
	.lobby-banner__main.transparent {
		margin-top: 16px;
	}
}

.lobby-banner__main.transparent .gradient:before {
	display: none;
}

@media only screen and (max-width:570px) {
	.lobby-banner.left-side-content .button-wrapper {
		position: relative;
	}
}

.lobby-banner__wrapper {
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	display: grid;
	grid-template-columns: 1fr 600px;
	padding-right: 30px;
}

@media only screen and (max-width:1370px) {
	.lobby-banner__wrapper {
		padding-right: 0;
	}
}

@media only screen and (max-width:1199px) {
	.lobby-banner__wrapper {
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
		grid-template-columns: 1fr 450px;
	}
}

@media only screen and (max-width:991px) {
	.lobby-banner__wrapper {
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
		grid-template-columns: 1fr 334px;
	}
}

@media only screen and (max-width:768px) {
	.lobby-banner__wrapper {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		gap: 30px;
		grid-template-columns: 1fr;
	}
}

.lobby-banner__wrapper.without-frame {
	padding-right: 0;
}

.lobby-banner__content-wrapper {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width:768px) {
	.lobby-banner__content {
		max-width: 600px;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__content {
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
		text-align: center;
	}
}

.lobby-banner__content-v2 {
	max-width: none;
}

.lobby-banner__content ul {
	margin-left: 0;
	padding-bottom: 12px;
}

.lobby-banner__content ul li {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	font-family: Open Sans;
	gap: 8px;
	line-height: 24px;
}

.lobby-banner__content ul li:before {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 24px;
	left: 0;
	min-width: 24px;
	position: relative;
	top: 0;
	vertical-align: sub;
	width: 24px;
}

.lobby-banner__content ul li:nth-child(3n+1):before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNy4xMjcgOC41NTJjMi4xNjYtMy43NTEgNy41OC0zLjc1MSA5Ljc0NyAwbDEuNzAzIDIuOTUxYzIuMTY2IDMuNzUyLS41NDEgOC40NDEtNC44NzMgOC40NDFoLTMuNDA4Yy00LjMzMiAwLTcuMDQtNC42OS00Ljg3My04LjQ0bDEuNzA0LTIuOTUyWiIgZmlsbD0iI0ZGREZEOSIgc3Ryb2tlPSIjRkY3MzY5Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}

.lobby-banner__content ul li:nth-child(3n+2):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M7.914 4.668a5.627 5.627 0 0 1 7.958 0l3.245 3.245a5.627 5.627 0 0 1 0 7.959l-3.245 3.245a5.627 5.627 0 0 1-7.958 0l-3.246-3.245a5.627 5.627 0 0 1 0-7.959l3.246-3.245Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.lobby-banner__content ul li:nth-child(3n+3):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.19 2.881a5.628 5.628 0 0 1 5.627 0l3.778 2.182a5.628 5.628 0 0 1 2.814 4.873V14.3a5.628 5.628 0 0 1-2.814 4.873l-3.778 2.182a5.628 5.628 0 0 1-5.628 0l-3.778-2.182A5.628 5.628 0 0 1 2.598 14.3V9.936A5.627 5.627 0 0 1 5.41 5.063L9.19 2.88Z' fill='%23D7F7FF' stroke='%235ED0F9'/%3E%3C/svg%3E");
}

.lobby-banner__content ul li a {
	display: contents;
}

.lobby-banner__subtitle {
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 25px;
}

@media only screen and (max-width:1199px) {
	.lobby-banner__subtitle {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 11px;
	}
}

@media only screen and (max-width:991px) {
	.lobby-banner__subtitle {
		font-size: 24px !important;
		line-height: 29px;
	}
}

@media only screen and (max-width:670px) {
	.lobby-banner__subtitle {
		font-size: 18px !important;
		line-height: 22px;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__subtitle {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:670px) {
	.lobby-banner__subtitle.subtitle {
		font-size: 22px !important;
		line-height: 28px;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__subtitle.subtitle {
		margin-bottom: 16px;
	}
}

.lobby-banner__date {
	border: 1px solid #16213d;
	border-radius: 10px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 15px;
	padding: 6px 15px;
}

.lobby-banner__title {
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 24px;
}

@media only screen and (max-width:1199px) {
	.lobby-banner__title {
		margin-bottom: 17px;
	}
}

@media only screen and (max-width:991px) {
	.lobby-banner__title {
		font-size: 32px;
		line-height: 1.1;
	}
}

@media only screen and (max-width:670px) {
	.lobby-banner__title {
		font-size: 25px !important;
		line-height: 29px;
		max-width: 270px;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__title {
		margin-bottom: 10px;
		max-width: none;
	}
}

.lobby-banner__title.title {
	margin-bottom: 16px;
}

@media only screen and (max-width:570px) {
	.lobby-banner__title.title {
		font-size: 32px !important;
		line-height: 40px;
		margin-bottom: 10px;
	}
}

.lobby-banner__subtitle-bottom {
	font-family: Axiforma;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 16px;
}

@media only screen and (max-width:991px) {
	.lobby-banner__subtitle-bottom {
		font-family: Open Sans;
		font-size: 15px;
		line-height: 22px;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__subtitle-bottom {
		margin-bottom: 10px;
	}
}

.lobby-banner__logos {
	grid-gap: 16px;
	max-width: 611px;
}

.lobby-banner__badge {
	aspect-ratio: 193/96;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='193' height='96' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath d='M4 13.801v40.45c0 7.141 4.89 13.344 11.807 15.012l75.34 18.114c3.355.808 6.865.808 10.246 0l75.34-18.114c6.918-1.668 11.807-7.87 11.807-15.012V13.8c0-7.428-6.007-13.475-13.445-13.475H17.445C10.007.326 4 6.347 4 13.801Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' x='.194' y='.326' width='192.152' height='95.269' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='3.806'/%3E%3CfeGaussianBlur stdDeviation='1.903'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_7693_90'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_7693_90' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	padding: 4px 13px 15px;
	width: calc(33.33% - 10.66667px);
}

.lobby-banner__badge.nitro-lazy {
	background-image: none !important;
}

.lobby-banner__logo {
	display: block;
	height: 100%;
	max-height: 40px;
	max-width: 80px;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

@media (min-width:768px) {
	.lobby-banner__logo {
		max-height: 50px;
		max-width: 90px;
	}
}

@media (min-width:992px) {
	.lobby-banner__logo {
		max-height: 60px;
		max-width: 100px;
	}
}

.lobby-banner__text {
	font-family: Open Sans;
}

@media only screen and (max-width:570px) {
	.lobby-banner__text {
		font-size: 14px;
		line-height: 20px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 24px;
		max-width: none;
	}
}

.lobby-banner__text li, .lobby-banner__text p {
	font-size: 16px;
	font-weight: 400;
}

@media (min-width:768px) {
	.lobby-banner__text li, .lobby-banner__text p {
		font-size: 18px;
	}
}

.lobby-banner__text-editor {
	margin-top: 0;
}

.lobby-banner__text-editor, .lobby-banner__text-gated {
	max-width: none;
}

.lobby-banner__text-editor a, .lobby-banner__text-gated a {
	color: #3b37e6;
}

.lobby-banner__text-editor a:hover, .lobby-banner__text-gated a:hover {
	text-decoration: underline;
}

.lobby-banner__text-editor p:not(:last-child), .lobby-banner__text-gated p:not(:last-child) {
	margin-bottom: 28px;
	padding-bottom: 0;
}

@media only screen and (max-width:991px) {
	.lobby-banner__text-editor p:not(:last-child), .lobby-banner__text-gated p:not(:last-child) {
		margin-bottom: 22px;
	}
}

.lobby-banner__text-editor li, .lobby-banner__text-gated li {
	list-style: inherit;
	padding: 0;
}

.lobby-banner__text-editor li:not(:last-child), .lobby-banner__text-gated li:not(:last-child) {
	margin-bottom: 8px;
}

.lobby-banner__text-editor li:before, .lobby-banner__text-gated li:before {
	display: none;
}

.lobby-banner__text-editor ol, .lobby-banner__text-gated ol {
	list-style: decimal;
}

.lobby-banner__text-editor ul, .lobby-banner__text-gated ul {
	list-style: disc;
}

.lobby-banner__text-editor ol, .lobby-banner__text-editor ul, .lobby-banner__text-gated ol, .lobby-banner__text-gated ul {
	margin-left: 18px;
}

.lobby-banner__text-editor ol:not(:last-child), .lobby-banner__text-editor ul:not(:last-child), .lobby-banner__text-gated ol:not(:last-child), .lobby-banner__text-gated ul:not(:last-child) {
	margin-bottom: 18px;
}

.lobby-banner__text-editor h2, .lobby-banner__text-editor h3, .lobby-banner__text-editor h4, .lobby-banner__text-editor h5, .lobby-banner__text-editor h6, .lobby-banner__text-gated h2, .lobby-banner__text-gated h3, .lobby-banner__text-gated h4, .lobby-banner__text-gated h5, .lobby-banner__text-gated h6 {
	font-size: 22px;
	line-height: 28px;
}

.lobby-banner__text-editor h2:not(:last-child), .lobby-banner__text-editor h3:not(:last-child), .lobby-banner__text-editor h4:not(:last-child), .lobby-banner__text-editor h5:not(:last-child), .lobby-banner__text-editor h6:not(:last-child), .lobby-banner__text-gated h2:not(:last-child), .lobby-banner__text-gated h3:not(:last-child), .lobby-banner__text-gated h4:not(:last-child), .lobby-banner__text-gated h5:not(:last-child), .lobby-banner__text-gated h6:not(:last-child) {
	margin-bottom: 8px;
}

@media only screen and (max-width:1199px) {
	.lobby-banner__text-editor h2, .lobby-banner__text-editor h3, .lobby-banner__text-editor h4, .lobby-banner__text-editor h5, .lobby-banner__text-editor h6, .lobby-banner__text-gated h2, .lobby-banner__text-gated h3, .lobby-banner__text-gated h4, .lobby-banner__text-gated h5, .lobby-banner__text-gated h6 {
		font-size: 18px;
	}
}

.lobby-banner__buttons-wrapper {
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	margin-top: 36px;
}

@media only screen and (max-width:991px) {
	.lobby-banner__buttons-wrapper {
		margin-top: 28px;
	}
}

@media only screen and (max-width:768px) {
	.lobby-banner__buttons-wrapper {
		-ms-flex-pack: center;
		gap: 16px;
		justify-content: center;
		width: -webkit-max-content;
		width: max-content;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__buttons-wrapper {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
}

.lobby-banner__buttons-wrapper.button-wrapper {
	margin-top: 24px;
}

@media only screen and (max-width:991px) {
	.lobby-banner__buttons-wrapper.button-wrapper {
		margin-top: 10px;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__buttons-wrapper.button-wrapper {
		margin-top: 24px;
	}
}

@media only screen and (max-width:670px) {
	.lobby-banner__buttons-wrapper.webinar {
		bottom: 0;
		left: 0;
		margin-bottom: 24px;
		position: relative;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

.lobby-banner__button:not(.c-btn) {
	color: #fff !important;
	text-decoration: none !important;
}

@media only screen and (max-width:768px) {
	.lobby-banner__button-left, .lobby-banner__button-right {
		min-width: 160px;
	}
}

.lobby-banner__media {
	-ms-flex-item-align: center;
	align-self: center;
	height: 524px;
	position: relative;
}

@media only screen and (max-width:1199px) {
	.lobby-banner__media {
		height: 377px;
	}
}

@media only screen and (max-width:991px) {
	.lobby-banner__media {
		height: 280px;
	}
}

@media only screen and (max-width:768px) {
	.lobby-banner__media {
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	
	.lobby-banner__media.video {
		background: #e3eeff;
		border: 1px solid #3b37e6;
		border-radius: 30px;
		height: auto;
		width: 100%;
	}
	
	.lobby-banner__media.video .lobby-banner__frame {
		background: none;
	}
	
	.lobby-banner__media.video .lobby-banner__image-wrapper {
		padding: 15px;
	}
	
	.lobby-banner__media.video .lobby-banner__iframe {
		background-image: none;
	}
	
	.lobby-banner__media.video .lobby-banner__iframe.nitro-lazy {
		background-image: none !important;
	}
	
	.lobby-banner__media.video .lobby-banner__iframe:before {
		display: none;
	}
}

.lobby-banner__media .webinar-dates__dates {
	-ms-flex-pack: center;
	background: #d8e3ff;
	border: 1px solid #3b37e6;
	border-radius: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 32px;
}

.lobby-banner__media .webinar-dates__dates:before {
	content: none;
}

.lobby-banner__media .webinar-dates__dates .h2-title {
	text-align: center;
}

@media only screen and (max-width:768px) {
	.lobby-banner__media.webinar {
		height: auto;
		width: 100%;
	}
	
	.lobby-banner__media.webinar .webinar-dates__dates {
		padding: 18px;
	}
	
	.lobby-banner__media.webinar .webinar-dates__item {
		grid-template-columns: 63px 1fr 105px;
	}
}

.lobby-banner__media + .lobby-banner__buttons-wrapper {
	margin-top: 20px;
}

.lobby-banner__media.without-frame {
	height: auto;
	padding: 30px 0;
}

@media only screen and (max-width:670px) {
	.lobby-banner__media.without-frame {
		padding: 0;
	}
}

.lobby-banner__media.without-frame .lobby-banner__play-btn {
	padding: 0;
}

.lobby-banner__video-title {
	background: #e3eeff;
	border: 1px solid #3b37e6;
	border-radius: 0 0 28px 28px;
	border-top: none;
	color: #16213d;
	display: none;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 116%;
	margin: -1px auto 0;
	max-width: 234px;
	padding: 5px 18px 16px;
	position: relative;
	text-align: center;
	z-index: 5;
}

@media only screen and (max-width:670px) {
	.lobby-banner__video-title {
		display: block;
	}
}

.lobby-banner__iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

@media only screen and (max-width:768px) {
	.lobby-banner__iframe {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACuCAYAAADkpOUDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjczMUZFNEFGMzFGMTFFRTkzQkVFNEQ0NUYxOEE5RUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjczMUZFNEJGMzFGMTFFRTkzQkVFNEQ0NUYxOEE5RUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzMxRkU0OEYzMUYxMUVFOTNCRUU0RDQ1RjE4QTlFRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNzMxRkU0OUYzMUYxMUVFOTNCRUU0RDQ1RjE4QTlFRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvP7+msAAAQESURBVHja7N3fTdtQGEBx0zckHjoCI3SD0hEyQesR2KBs0E7QMEGzQbMBjOAR8oDUR+pbQhVFgt4vic319e9IVkDiAdlHnw/4zz17fHxsHn4375umuey39Pmh3z7229X2e+AfZ0mYl+hFStJ86bfPdhX+K8yOOGn6fCUOsoTZE+fH9nSFGfIu8sMX503Xb5/6L2/sOhMmxLZvfgpjwkSkSX9R/SKNU1LuKeq+/0inqI1dSZhckjTXdiVhIiz77bvdqWFyOmaXu+bpP8UwYbJY6BnCROj6rbVbCRNhpWc0TG7D6BkTRs9gHGG6rTQgTDZrPaNhchtml3S96cruNmFyafUMYfQMYfQMymgYPWPCHNUznV1PmEjPuN5EmHDPuJFcw+gZE0bPoCBh9Axh9IyGGa5h9IwJo2cIo2dQoDDPPeOhOA2jZ0yYYVnoGcJE2OgZwugZDTNYw+gZE0bPEGa8nnE/MGFCeGkRYcJ8a54e9AdhsnG9iTB6hjB6hjB6BlMWRs8Q5uCe8ZA/YUI9435gwoR75tahHIcpXHzMIS2OkV7CeOmQmjB6hjB6hjB6RsNMqGH0jAlzVM9Y9IswITo9Q5hDesZLGDWMnjFh9Axh9Axh9Ayqbxg9Y8LoGcKM2zPuByZMiKWe0TCH9Ex6yN8ipiZMds+4f4YweoYwekbD6BkTRs8QZnY94yWMhAmx0jMa5hDu9IwJE0HPEEbPEEbPaBg9Y8LoGcLMrme8hJEwIdZ6RsMcgkUyTJgQrZ4hjJ4hjJ7RMHrGhKmgZzrCINIzLWEQ7ZnZPeSvYfSMCaNnCKNnCKNnNAyq7xkT5rRUvyg7YU7LpvaeIcwwPVPtQ/4aRs+YMHqGMHqGMHpGw6D6njFh9AxhCu2ZBWEQ4b6GniHMuKRFMlaEQYRJ3z9DGD1DGD1DGD1DGEyxZwhTRs9sCINIz9wQBtGeuZ3CL+riYzlMYhFTE0bPEEbPEEbPaBhMsWdMmHJ7pshF2QlTLl2JPUOY8numqJcwahg9Y8LoGcLomUJ6hjB6RsNU3jNvuii7CTO9nnnT602EmWbPXBMGEZZv1TMaRs+YMHqGMCikZwijZzTMTBllUXYTph5G6RnC1NUzLWEQYTV0z2gYPWPCYLieIYyeIQyG6xkNUz8nfam0CVM/7Sl7hjDz6JkFYRBhfaqe0TB6xoTBcD1DGD1DGAzXMxpGz5gwyO6ZjjCI9ExLGER7JvSQv4aZORfnf49hds+YMAj1DGGQpkx2zxAGz9Jk9YyGIcr+8Xy1Z0wY7PPqouyEwf7E2bzWM4TBSz1zTRhEpEkvYVwTBkf1DGEQ6hnCINQzhEGoZwiDXFrCIDJlUvyuCIMIt4RBhPujLz5iXvwRYABFIqdCi0JWSQAAAABJRU5ErkJggg==");
		background-position: 100% 0;
		background-repeat: no-repeat;
		top: 0;
		z-index: 1;
	}
	
	.lobby-banner__iframe:before {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 6.741v108.812c0 11.569 9.378 20.947 20.947 20.947h80.687c4.825 0 7.546-5.543 4.595-9.36L10.903 3.189C7.515-1.193.5 1.203.5 6.74Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
		content: "";
		height: 137px;
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transform: scale(-1);
		transform: scale(-1);
		width: 109px;
	}
	
	.lobby-banner__iframe.nitro-lazy {
		background-image: none !important;
	}
}

.lobby-banner__iframe.active {
	z-index: 500;
}

.lobby-banner__frame {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 524px;
	width: 626px;
}

@media only screen and (max-width:1199px) {
	.lobby-banner__frame {
		height: 377px;
		width: 450px;
	}
}

@media only screen and (max-width:991px) {
	.lobby-banner__frame {
		height: 280px;
		width: 334px;
	}
}

@media only screen and (max-width:768px) {
	.lobby-banner__frame {
		height: auto;
		width: auto;
	}
}

.lobby-banner__frame.hide-frame {
	display: none;
}

.lobby-banner__media-wrapper {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media only screen and (max-width:768px) {
	.lobby-banner__media-wrapper {
		position: relative;
	}
}

.lobby-banner__media-wrapper iframe {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.lobby-banner__media-wrapper.without-frame {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.lobby-banner__media-wrapper.without-frame .lobby-banner__image-wrapper {
	padding: 0;
	position: relative;
}

.lobby-banner__media-wrapper.without-frame .lobby-banner__image {
	height: auto;
}

@media only screen and (max-width:768px) {
	.lobby-banner__media-wrapper.gated {
		position: relative;
	}
}

.lobby-banner__play-btn {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: none !important;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	padding: 118px 82px 81px 99px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 200;
}

@media only screen and (max-width:1199px) {
	.lobby-banner__play-btn {
		padding: 83px 58px 58px 71px;
	}
}

@media only screen and (max-width:991px) {
	.lobby-banner__play-btn {
		padding: 65px 46px 44px 56px;
	}
}

@media only screen and (max-width:670px) {
	.lobby-banner__play-btn {
		padding: 47px 33px 33px 40px;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__play-btn {
		padding: 67px 48px 46px 57px;
	}
}

@media only screen and (max-width:480px) {
	.lobby-banner__play-btn {
		padding: 56px 41px 40px 49px;
	}
}

@media only screen and (max-width:360px) {
	.lobby-banner__play-btn {
		padding: 50px 36px 35px 42px;
	}
}

.lobby-banner__play-btn * {
	pointer-events: none;
}

.lobby-banner__play-btn svg circle {
	transition: all .4s ease-in-out;
}

.lobby-banner__play-btn svg path {
	transition: all .5s ease-in-out;
}

@media only screen and (max-width:991px) {
	.lobby-banner__play-btn svg {
		height: 93px;
		width: 81px;
	}
}

.lobby-banner__play-btn:hover svg circle {
	fill: #3b37e6;
}

.lobby-banner__play-btn:hover svg path {
	fill: #e3eeff;
}

.lobby-banner__media-lottie {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.lobby-banner__media-lottie svg {
	height: 100%;
	width: 100%;
}

.lobby-banner__image-wrapper {
	height: 100%;
	left: 0;
	padding: 118px 82px 81px 99px;
	position: absolute;
	top: 0;
	width: 100%;
}

@media only screen and (max-width:1199px) {
	.lobby-banner__image-wrapper {
		padding: 83px 58px 58px 71px;
	}
}

@media only screen and (max-width:991px) {
	.lobby-banner__image-wrapper {
		padding: 65px 46px 44px 56px;
	}
}

@media only screen and (max-width:768px) {
	.lobby-banner__image-wrapper {
		padding: 0;
		position: relative;
	}
}

.lobby-banner__image-wrapper.hide-frame {
	padding: 0;
}

.lobby-banner__image-wrapper img, .lobby-banner__image-wrapper svg {
	border: 1px solid;
	border-radius: 24px;
}

@media only screen and (max-width:991px) {
	.lobby-banner__image-wrapper img, .lobby-banner__image-wrapper svg {
		border-radius: 12px;
	}
}

.lobby-banner .gradient {
	border-radius: 24px;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media only screen and (max-width:991px) {
	.lobby-banner .gradient {
		border-radius: 12px;
	}
}

.lobby-banner .gradient:before {
	background: linear-gradient(180deg, hsla(0, 0%, 85%, 0) 1.26%, hsla(0, 0%, 85%, 0) 34.91%, rgba(59, 55, 230, .32));
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10;
}

@media only screen and (max-width:670px) {
	.lobby-banner .gradient:before {
		display: none;
	}
}

.lobby-banner .gradient.remove-border-radius {
	border-radius: 0;
}

.lobby-banner__image {
	display: block;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	width: 100%;
	z-index: 9;
}

@media only screen and (max-width:768px) {
	.lobby-banner__image {
		border: 0 !important;
	}
}

.lobby-banner__media-lottie-animation {
	text-align: center;
}

.lobby-banner__media-lottie-animation svg {
	height: 100%;
	width: auto;
}

.lobby-banner .utm-form-check .form-columns-1 {
	display: inline-block;
	float: left;
	width: 285px;
}

@media only screen and (max-width:768px) {
	.lobby-banner .utm-form-check .form-columns-1 {
		width: calc(50% - 8px);
	}
}

@media only screen and (max-width:670px) {
	.lobby-banner .utm-form-check .form-columns-1 {
		width: 100%;
	}
}

.lobby-banner .utm-form-check .form-columns-1:nth-child(2) {
	margin-right: 16px;
}

.lobby-banner .utm-form-check .form-columns-1:nth-child(4), .lobby-banner .utm-form-check .form-columns-1:nth-child(5), .lobby-banner .utm-form-check .form-columns-1:nth-child(6), .lobby-banner .utm-form-check .form-columns-1:nth-child(7), .lobby-banner .utm-form-check .form-columns-1:nth-child(8), .lobby-banner .utm-form-check .form-columns-1:nth-child(9) {
	clear: both;
	width: 100%;
}

.lobby-banner .utm-form-check .form-columns-1 .hs-form-field {
	width: 100%;
}

.lobby-banner .utm-form-check .form-columns-0 {
	clear: both;
	width: 100%;
}

.lobby-banner__event-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 20px;
}

.lobby-banner__form-wrapper {
	background: #16213d;
	border: 1px solid #3b37e6;
	border-radius: 20px;
	min-height: 300px;
	padding: 40px 24px;
}

.lobby-banner__form-wrapper .submitted-message p {
	color: #fff;
	text-align: center;
}

.lobby-banner__form-wrapper .hbspt-form {
	height: 100%;
}

.lobby-banner__form-wrapper .hbspt-form .hs-submit input[type=submit] {
	border: 1px solid #3b37e6;
}

.lobby-banner__form-wrapper .hbspt-form .hs-submit input[type=submit]:hover {
	border-color: #fff;
	color: #fff;
}

.lobby-banner__form-wrapper form {
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0;
	height: -webkit-max-content;
	height: max-content;
	justify-content: space-between;
}

.lobby-banner__form-wrapper form fieldset {
	width: 100%;
}

@media only screen and (max-width:480px) {
	.lobby-banner__form-wrapper form.hsForm_06038943-b491-4eba-b2bc-76571f293e8e .form-columns-2 .hs-form-field {
		width: 100% !important;
	}
}

.lobby-banner__form-wrapper form.hsForm_06038943-b491-4eba-b2bc-76571f293e8e fieldset {
	margin-bottom: 0;
}

.lobby-banner__form-wrapper input[type=email], .lobby-banner__form-wrapper input[type=text], .lobby-banner__form-wrapper select {
	background-color: #fff;
	border: 1px solid rgba(22, 33, 61, .1);
	border-radius: 10px;
	color: #16213d;
	font-size: 13px;
	height: 48px;
	line-height: 16px;
	padding: 10px 16px;
	width: 100% !important;
}

.lobby-banner__form-wrapper .hs-richtext p, .lobby-banner__form-wrapper a {
	color: #fff;
	font-family: Open Sans, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	text-align: center;
}

.lobby-banner__form-wrapper input[type=submit] {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.lobby-banner__form-wrapper .hs-submit .actions {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.lobby-banner__form-wrapper .hs_recaptcha {
	display: none;
}

.lobby-banner__form-wrapper .form-columns-2 {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.lobby-banner__form-wrapper .form-columns-2 .hs-form-field {
	float: left;
	min-width: 50%;
	width: 50%;
}

@media only screen and (max-width:480px) {
	.lobby-banner__form-wrapper .form-columns-2 .hs-form-field {
		min-width: 100%;
		width: 100% !important;
	}
}

.lobby-banner__form-wrapper .form-columns-2 .hs-dependent-field .hs-form-field.hs_state {
	left: -100%;
	position: relative;
	width: calc(200% - 8px) !important;
}

.lobby-banner__form-wrapper .form-columns-2 .hs-dependent-field .hs-form-field.hs_state .input {
	margin-right: 0;
}

.lobby-banner__form-wrapper .form-columns-2 .hs-dependent-field .hs-form-field.hs_state label {
	height: 0;
}

.lobby-banner__form-desc, .lobby-banner__form-title {
	color: #fff;
	text-align: center;
}

.lobby-banner__form-title {
	font-family: Axiforma, sans-serif;
}

.lobby-banner__form-desc {
	font-family: Open Sans, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.46;
	margin-bottom: 32px;
}

@media only screen and (max-width:480px) {
	.lobby-banner__form-desc {
		margin-bottom: 24px;
		margin-left: auto;
		margin-right: auto;
		max-width: 297px;
	}
}

@media only screen and (max-width:768px) {
	.lobby-banner .hbspt-form fieldset {
		width: 100%;
	}
}

.lobby-banner .hbspt-form.font-18 .hs-submit input[type=submit] {
	font-size: 18px;
}

.lobby-banner .hbspt-form.font-20 .hs-submit input[type=submit] {
	font-size: 20px;
}

.lobby-banner__media-lottie-animation {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
}

[dir=rtl] .lobby-banner__frame {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

[dir=rtl] .lobby-banner__wrapper {
	padding-left: 30px;
	padding-right: 80px;
}

@media only screen and (max-width:1370px) {
	[dir=rtl] .lobby-banner__wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}

[dir=rtl] .lobby-banner__image-wrapper {
	padding: 118px 99px 81px 82px;
}

@media only screen and (max-width:1199px) {
	[dir=rtl] .lobby-banner__image-wrapper {
		padding: 83px 71px 58px 58px;
	}
}

@media only screen and (max-width:991px) {
	[dir=rtl] .lobby-banner__image-wrapper {
		padding: 65px 56px 44px 46px;
	}
}

@media only screen and (max-width:670px) {
	[dir=rtl] .lobby-banner__image-wrapper {
		padding: 47px 40px 33px 33px;
	}
}

@media only screen and (max-width:570px) {
	[dir=rtl] .lobby-banner__image-wrapper {
		padding: 67px 57px 46px 48px;
	}
}

@media only screen and (max-width:480px) {
	[dir=rtl] .lobby-banner__image-wrapper {
		padding: 56px 49px 40px 41px;
	}
}

@media only screen and (max-width:360px) {
	[dir=rtl] .lobby-banner__image-wrapper {
		padding: 50px 42px 35px 36px;
	}
}

[dir=rtl] .lobby-banner__text-editor ol, [dir=rtl] .lobby-banner__text-editor ul, [dir=rtl] .lobby-banner__text-gated ol, [dir=rtl] .lobby-banner__text-gated ul {
	margin-left: 0;
	margin-right: 18px;
	text-align: right;
}

[dir=rtl] .lobby-banner__button-left {
	margin-left: 15px;
	margin-right: 0;
}

@media only screen and (max-width:768px) {
	[dir=rtl] .lobby-banner__button-left {
		margin: 0;
	}
}

[dir=rtl] .lobby-banner__main.no-frame .lobby-banner__subtitle, [dir=rtl] .lobby-banner__main.no-frame .lobby-banner__text {
	text-align: right;
}
/*# sourceMappingURL=block-cards-with-logo.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white {
	color: #fff;
}

.styled-text.dark {
	color: #16213d;
}

.styled-text.blue {
	color: #3b37e6;
}

.styled-text.coral {
	color: #ff7369;
}

.styled-text.purple {
	color: #a142ff;
}

.styled-text.light-blue {
	color: #55bbf9;
}

.styled-text.malibu {
	color: #5ed0f9;
}

.styled-text.apricot {
	color: #ed7b6f;
}

.styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.cards-with-logo {
	margin-bottom: 100px;
	margin-top: 100px;
}

.cards-with-logo.zero-top-margin {
	margin-top: 0;
}

.cards-with-logo.styled-bg {
	isolation: isolate;
	padding-top: 119px;
	position: relative;
}

@media only screen and (max-width:991px) {
	.cards-with-logo.styled-bg {
		padding-top: 70px;
	}
}

@media only screen and (max-width:670px) {
	.cards-with-logo.styled-bg {
		padding-top: 50px;
	}
}

.cards-with-logo.styled-bg:after {
	background-color: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 143px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

@media only screen and (max-width:991px) {
	.cards-with-logo.styled-bg:after {
		height: 71px;
	}
}

@media only screen and (max-width:670px) {
	.cards-with-logo.styled-bg:after {
		height: 100px;
	}
}

@media only screen and (max-width:991px) {
	.cards-with-logo {
		margin-bottom: 46px;
		margin-top: 46px;
	}
}

@media only screen and (max-width:670px) {
	.cards-with-logo__container {
		padding-left: 0;
		padding-right: 0;
	}
}

.cards-with-logo__wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.cards-with-logo__title {
	text-align: center;
}

@media only screen and (max-width:670px) {
	.cards-with-logo__title {
		margin-left: auto;
		margin-right: auto;
		max-width: 360px;
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media only screen and (max-width:480px) {
	.cards-with-logo__title {
		max-width: 280px;
	}
}

.cards-with-logo__text {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	max-width: 680px;
	text-align: center;
}

@media only screen and (max-width:991px) {
	.cards-with-logo__text {
		margin-bottom: 47px;
		margin-top: 24px;
		max-width: 580px;
	}
}

@media only screen and (max-width:670px) {
	.cards-with-logo__text {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media only screen and (max-width:480px) {
	.cards-with-logo__text {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

.cards-with-logo__slider {
	margin-top: 55px;
}

@media only screen and (max-width:991px) {
	.cards-with-logo__slider {
		margin-top: 40px;
	}
}

@media only screen and (max-width:670px) {
	.cards-with-logo__slider {
		margin-top: 25px;
	}
}

@media only screen and (max-width:480px) {
	.cards-with-logo__slider {
		margin-top: 10px;
	}
}

@media screen and (min-width:571px) {
	.cards-with-logo__slider.animate .cards-with-logo__card.animation-item {
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}

.cards-with-logo__slider.swiper {
	overflow: visible;
}

@media only screen and (max-width:670px) {
	.cards-with-logo__slider.swiper {
		overflow: hidden;
		padding: 15px 30px;
	}
}

.cards-with-logo__slider.swiper .swiper-pagination {
	display: none;
	margin-top: 35px;
}

@media only screen and (max-width:570px) {
	.cards-with-logo__slider.swiper .swiper-pagination {
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (min-width:571px) {
	.cards-with-logo__block {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		row-gap: 20px;
	}
}

@media only screen and (max-width:991px) {
	.cards-with-logo__block {
		grid-column-gap: 11px;
		grid-row-gap: 11px;
		-webkit-column-gap: 11px;
		-moz-column-gap: 11px;
		column-gap: 11px;
		row-gap: 11px;
	}
}

@media only screen and (max-width:570px) {
	.cards-with-logo__block {
		grid-column-gap: 0;
		grid-row-gap: 0;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		row-gap: 0;
	}
}

.cards-with-logo__card {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	min-height: 285px;
}

@media screen and (min-width:571px) {
	.cards-with-logo__card {
		margin-left: 0 !important;
		margin-right: 0 !important;
		opacity: 0;
		transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
		width: auto !important;
	}
	
	.cards-with-logo__card.hide {
		display: none;
	}
	
	.cards-with-logo__card.show {
		opacity: 1;
	}
	
	.cards-with-logo__card.animation-item {
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
		transition: opacity .2s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
		transition: opacity .2s, transform .8s cubic-bezier(.165, .84, .44, 1);
		transition: opacity .2s, transform .8s cubic-bezier(.165, .84, .44, 1), -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
	}
	
	.cards-with-logo__card:first-child {
		transition-delay: .2s;
	}
	
	.cards-with-logo__card:nth-child(2) {
		transition-delay: .4s;
	}
	
	.cards-with-logo__card:nth-child(3) {
		transition-delay: .6s;
	}
}

@media only screen and (max-width:991px) {
	.cards-with-logo__card {
		min-height: auto;
	}
}

@media only screen and (max-width:670px) {
	.cards-with-logo__card {
		height: auto;
		max-width: 100%;
	}
}

.cards-with-logo__card-container {
	-ms-flex-pack: justify;
	background-color: #fff;
	border-radius: 19px;
	box-shadow: 0 3px 15px rgba(59, 55, 230, .2);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	padding: 20px 40px 30px 30px;
	transition: box-shadow .3s linear;
	width: 100%;
}

@media only screen and (max-width:991px) {
	.cards-with-logo__card-container {
		border-radius: 10px;
		box-shadow: 0 1.70625px 8.53125px rgba(59, 55, 230, .2);
		padding: 11px 20px 11px 18px;
	}
}

@media only screen and (max-width:670px) {
	.cards-with-logo__card-container {
		border-radius: 15px;
		box-shadow: 0 2.42338px 12.1169px rgba(59, 55, 230, .2);
		height: auto;
		padding: 11px 40px 20px 32px;
	}
}

@media screen and (min-width:992px) {
	.cards-with-logo__card-container:hover {
		box-shadow: 0 3px 15px rgba(59, 55, 230, .34);
	}
	
	.cards-with-logo__card-container:hover .cards-with-logo__card-more {
		color: #16213d;
	}
	
	.cards-with-logo__card-container:hover .cards-with-logo__card-more:after {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	}
}

@media only screen and (min-width:992px) and (max-width:991px) {
	.cards-with-logo__card-container:hover .cards-with-logo__card-more:after {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.562 7.33 5.62 4.289 1.562 1.245' stroke='%2316213D' stroke-width='.879' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	}
}

@media only screen and (min-width:992px) and (max-width:670px) {
	.cards-with-logo__card-container:hover .cards-with-logo__card-more:after {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.14 10.593 6.124-4.592-6.123-4.593' stroke='%2316213D' stroke-width='1.327' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	}
}

.cards-with-logo__card-image {
	-ms-flex-align: center;
	-ms-flex-pack: start;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	height: 130px;
	justify-content: flex-start;
	width: 170px;
}

@media only screen and (max-width:991px) {
	.cards-with-logo__card-image {
		height: 74px;
		width: 96px;
	}
}

@media only screen and (max-width:480px) {
	.cards-with-logo__card-image {
		height: 46px;
		width: 78px;
	}
}

.cards-with-logo__card-image img, .cards-with-logo__card-image picture, .cards-with-logo__card-image svg {
	display: block;
	height: 100%;
	max-height: 130px;
	max-width: 220px;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.cards-with-logo__card-image > img, .cards-with-logo__card-image > svg {
	height: auto;
}

.cards-with-logo__card-text {
	margin-top: 5px;
}

@media only screen and (max-width:480px) {
	.cards-with-logo__card-text {
		margin-top: 1px;
	}
}

.cards-with-logo__card-more-wrapper {
	margin-top: 10px;
}

@media only screen and (max-width:991px) {
	.cards-with-logo__card-more-wrapper {
		margin-top: 15px;
	}
}

.cards-with-logo__card-more {
	color: #3b37e6;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

@media only screen and (max-width:991px) {
	.cards-with-logo__card-more {
		padding-right: 16px;
	}
}

@media only screen and (max-width:670px) {
	.cards-with-logo__card-more {
		padding-right: 20px;
	}
}

.cards-with-logo__card-more:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

@media only screen and (max-width:991px) {
	.cards-with-logo__card-more:after {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.562 7.33 5.62 4.289 1.562 1.245' stroke='%233B37E6' stroke-width='.879' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
		height: 11px;
		width: 11px;
	}
}

@media only screen and (max-width:670px) {
	.cards-with-logo__card-more:after {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.14 10.593 6.124-4.592-6.123-4.593' stroke='%233B37E6' stroke-width='1.327' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
		width: 20px;
	}
}

.cards-with-logo__button-wrapper {
	margin-top: 60px;
	text-align: center;
}

@media only screen and (max-width:991px) {
	.cards-with-logo__button-wrapper {
		margin-top: 35px;
	}
}

@media only screen and (max-width:570px) {
	.cards-with-logo__button-wrapper {
		display: none;
	}
}

.cards-with-logo__button {
	background-color: transparent;
	border: none;
	color: #3b37e6;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 12px;
	position: relative;
	transition: color .3s linear;
}

.cards-with-logo__button:hover {
	color: #16213d;
}

.cards-with-logo__button:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 4.5 5L10 1' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
}

.cards-with-logo__button:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 4.5 5L10 1' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	display: block;
	height: 8px;
	left: 0;
	position: absolute;
	transition: background-image, -webkit-transform .3s linear;
	transition: background-image, transform .3s linear;
	transition: background-image, transform .3s linear, -webkit-transform .3s linear;
	width: 100%;
}

[dir=rtl] .cards-with-logo__card-image {
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

[dir=rtl] .cards-with-logo__card-more {
	padding-left: 24px;
	padding-right: 0;
}

[dir=rtl] .cards-with-logo__card-more:after {
	left: 0;
	right: unset;
	-webkit-transform: translateY(-50%) scaleX(-1);
	transform: translateY(-50%) scaleX(-1);
}
/*# sourceMappingURL=block-solutions-cards-v2.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white {
	color: #fff;
}

.styled-text.dark {
	color: #16213d;
}

.styled-text.blue {
	color: #3b37e6;
}

.styled-text.coral {
	color: #ff7369;
}

.styled-text.purple {
	color: #a142ff;
}

.styled-text.light-blue {
	color: #55bbf9;
}

.styled-text.malibu {
	color: #5ed0f9;
}

.styled-text.apricot {
	color: #ed7b6f;
}

.styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.solutions-cards-v2 {
	background-color: #16213d;
	isolation: isolate;
	margin-top: 100px;
	position: relative;
}

@media only screen and (max-width:991px) {
	.solutions-cards-v2 {
		margin-top: 46px;
	}
}

@media only screen and (max-width:670px) {
	.solutions-cards-v2 {
		padding-top: 55px;
	}
}

@media only screen and (max-width:570px) {
	.solutions-cards-v2 {
		padding-bottom: 45px;
	}
}

.solutions-cards-v2:before {
	background-color: #fff;
	content: "";
	display: block;
	height: 290px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

@media screen and (max-width:1280px) {
	.solutions-cards-v2:before {
		height: 240px;
	}
}

@media screen and (max-width:1080px) {
	.solutions-cards-v2:before {
		height: 215px;
	}
}

@media only screen and (max-width:991px) {
	.solutions-cards-v2:before {
		height: 185px;
	}
}

@media only screen and (max-width:850px) {
	.solutions-cards-v2:before {
		height: 161px;
	}
}

@media screen and (max-width:767px) {
	.solutions-cards-v2:before {
		height: 130px;
	}
}

@media only screen and (max-width:670px) {
	.solutions-cards-v2:before {
		display: none;
	}
}

.solutions-cards-v2__wrapper {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	height: 1210px;
	justify-content: center;
	position: relative;
	transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
	transition: transform 1s cubic-bezier(.165, .84, .44, 1);
	transition: transform 1s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
}

@media screen and (max-width:1280px) {
	.solutions-cards-v2__wrapper {
		height: 1010px;
		max-width: 1000px;
	}
}

@media screen and (max-width:1080px) {
	.solutions-cards-v2__wrapper {
		height: 910px;
		max-width: 900px;
	}
}

@media only screen and (max-width:991px) {
	.solutions-cards-v2__wrapper {
		height: 777px;
		max-width: 770px;
	}
}

@media only screen and (max-width:850px) {
	.solutions-cards-v2__wrapper {
		height: 695px;
		max-width: 688px;
	}
}

@media screen and (max-width:767px) {
	.solutions-cards-v2__wrapper {
		height: 555px;
		max-width: 550px;
	}
}

@media only screen and (max-width:670px) {
	.solutions-cards-v2__wrapper {
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
	}
}

.solutions-cards-v2__title {
	color: #fff;
	font-size: 35px;
	line-height: 43px;
	max-width: 330px;
	text-align: center;
}

@media screen and (max-width:1080px) {
	.solutions-cards-v2__title {
		font-size: 28px;
		line-height: 34px;
		max-width: 300px;
	}
}

@media only screen and (max-width:991px) {
	.solutions-cards-v2__title {
		font-size: 22px;
		line-height: 26px;
		max-width: 205px;
	}
}

@media screen and (max-width:767px) {
	.solutions-cards-v2__title {
		font-size: 18px;
		line-height: 22px;
		max-width: 180px;
	}
}

@media only screen and (max-width:670px) {
	.solutions-cards-v2__title {
		font-size: 25px;
		line-height: 29px;
		max-width: 260px;
	}
}

.solutions-cards-v2 .figure {
	position: absolute;
	z-index: -1;
}

@media only screen and (max-width:670px) {
	.solutions-cards-v2 .figure {
		display: none;
	}
}

.solutions-cards-v2 .figure-1 {
	background-color: #1c2845;
	border-radius: 50%;
	bottom: 163px;
	height: 152px;
	left: 0;
	width: 152px;
}

@media screen and (max-width:1080px) {
	.solutions-cards-v2 .figure-1 {
		bottom: 102px;
		height: 97px;
		width: 97px;
	}
}

.solutions-cards-v2 .figure-2 {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='220' height='213' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 191.964c0 17.598 21.09 26.618 33.815 14.462L213.053 35.21C226.097 22.75 217.277.748 199.238.748H20c-11.046 0-20 8.954-20 20v171.216Z' fill='%231C2845'/%3E%3C/svg%3E");
	background-size: contain;
	bottom: 90px;
	height: 213px;
	right: 0;
	width: 220px;
}

.solutions-cards-v2 .figure-2.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width:1080px) {
	.solutions-cards-v2 .figure-2 {
		bottom: 12px;
		height: 116px;
		width: 120px;
	}
}

@media only screen and (max-width:670px) {
	.solutions-cards-v2__list {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 38px;
		row-gap: 20px;
		width: 100%;
	}
}

@media only screen and (max-width:480px) {
	.solutions-cards-v2__list {
		grid-template-columns: 1fr;
		margin-left: auto;
		margin-right: auto;
		max-width: 288px;
		row-gap: 40px;
	}
}

.solutions-cards-v2__card {
	border: 1px solid;
	border-radius: 22px;
	height: 504px;
	overflow: hidden;
	position: absolute;
	width: 376px;
}

@media screen and (max-width:1280px) {
	.solutions-cards-v2__card {
		height: 422px;
		width: 315px;
	}
}

@media screen and (max-width:1080px) {
	.solutions-cards-v2__card {
		height: 380px;
		width: 283px;
	}
}

@media only screen and (max-width:991px) {
	.solutions-cards-v2__card {
		border-radius: 12px;
		height: 325px;
		width: 242px;
	}
}

@media only screen and (max-width:850px) {
	.solutions-cards-v2__card {
		height: 289px;
		width: 216px;
	}
}

@media screen and (max-width:767px) {
	.solutions-cards-v2__card {
		height: 232px;
		width: 173px;
	}
}

@media only screen and (max-width:670px) {
	.solutions-cards-v2__card {
		border-radius: 16px;
		height: auto;
		position: relative;
		width: 100%;
	}
}

.solutions-cards-v2__card:hover .solutions-cards-v2__card-hidden {
	max-height: 200px;
}

.solutions-cards-v2__card:hover .solutions-cards-v2__card-button-wrapper, .solutions-cards-v2__card:hover .solutions-cards-v2__card-text {
	opacity: 1;
}

.solutions-cards-v2__card.blue {
	border-color: #3b37e6;
}

.solutions-cards-v2__card.purple {
	border-color: #a142ff;
}

.solutions-cards-v2__card.coral {
	border-color: #ff7369;
}

.solutions-cards-v2__card.light-blue {
	border-color: #55bbf9;
}

.solutions-cards-v2__card:first-child {
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.solutions-cards-v2__card:nth-child(2) {
	right: 0;
}

.solutions-cards-v2__card:nth-child(3) {
	left: 0;
}

.solutions-cards-v2__card:nth-child(2), .solutions-cards-v2__card:nth-child(3) {
	top: 255px;
}

@media screen and (max-width:1280px) {
	.solutions-cards-v2__card:nth-child(2), .solutions-cards-v2__card:nth-child(3) {
		top: 210px;
	}
}

@media screen and (max-width:1080px) {
	.solutions-cards-v2__card:nth-child(2), .solutions-cards-v2__card:nth-child(3) {
		top: 190px;
	}
}

@media only screen and (max-width:991px) {
	.solutions-cards-v2__card:nth-child(2), .solutions-cards-v2__card:nth-child(3) {
		top: 165px;
	}
}

@media only screen and (max-width:850px) {
	.solutions-cards-v2__card:nth-child(2), .solutions-cards-v2__card:nth-child(3) {
		top: 146px;
	}
}

@media screen and (max-width:767px) {
	.solutions-cards-v2__card:nth-child(2), .solutions-cards-v2__card:nth-child(3) {
		top: 115px;
	}
}

.solutions-cards-v2__card:nth-child(4) {
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media only screen and (max-width:670px) {
	.solutions-cards-v2__card:first-child, .solutions-cards-v2__card:nth-child(2), .solutions-cards-v2__card:nth-child(3), .solutions-cards-v2__card:nth-child(4) {
		bottom: auto;
		left: auto;
		right: auto;
		top: auto;
		-webkit-transform: none;
		transform: none;
	}
}

.solutions-cards-v2__card-image-wrapper {
	height: 100%;
	isolation: isolate;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media only screen and (max-width:670px) {
	.solutions-cards-v2__card-image-wrapper {
		height: auto;
		position: relative;
	}
}

.solutions-cards-v2__card-image-wrapper:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.solutions-cards-v2__card-image-wrapper.blue:before {
	background-color: rgba(59, 55, 230, .16);
}

.solutions-cards-v2__card-image-wrapper.purple:before {
	background-color: rgba(161, 66, 255, .16);
}

.solutions-cards-v2__card-image-wrapper.coral:before {
	background-color: hsla(4, 100%, 71%, .1);
}

.solutions-cards-v2__card-image-wrapper.light-blue:before {
	background-color: rgba(85, 187, 249, .16);
}

.solutions-cards-v2__card-image {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

@media only screen and (max-width:670px) {
	.solutions-cards-v2__card-image {
		height: auto;
	}
}

.solutions-cards-v2__card-content-wrapper {
	border-radius: 18px;
	bottom: 20px;
	left: 20px;
	padding: 32px 22px;
	position: absolute;
	text-align: center;
	width: calc(100% - 40px);
}

@media screen and (max-width:1280px) {
	.solutions-cards-v2__card-content-wrapper {
		bottom: 15px;
		left: 15px;
		width: calc(100% - 30px);
	}
}

@media screen and (max-width:1080px) {
	.solutions-cards-v2__card-content-wrapper {
		bottom: 10px;
		left: 10px;
		padding: 20px 10px;
		width: calc(100% - 20px);
	}
}

@media only screen and (max-width:991px) {
	.solutions-cards-v2__card-content-wrapper {
		border-radius: 12px;
		left: 5px;
		width: calc(100% - 10px);
	}
}

@media only screen and (max-width:670px) {
	.solutions-cards-v2__card-content-wrapper {
		border-radius: 16px;
		bottom: 10px;
		left: 10px;
		padding: 27px 15px;
		width: calc(100% - 20px);
	}
}

.solutions-cards-v2__card-content-wrapper.blue {
	background-color: rgba(59, 55, 230, .9);
}

.solutions-cards-v2__card-content-wrapper.purple {
	background-color: rgba(161, 66, 255, .9);
}

.solutions-cards-v2__card-content-wrapper.coral {
	background-color: hsla(4, 100%, 71%, .9);
}

.solutions-cards-v2__card-content-wrapper.light-blue {
	background-color: rgba(85, 187, 249, .9);
}

.solutions-cards-v2__card-title {
	color: #fff;
	font-size: 19px;
	line-height: 22px;
}

@media screen and (max-width:1280px) {
	.solutions-cards-v2__card-title {
		font-size: 18px;
		line-height: 20px;
	}
}

@media screen and (max-width:1080px) {
	.solutions-cards-v2__card-title {
		font-size: 14px;
		line-height: 16px;
		opacity: 1;
	}
}

@media only screen and (max-width:670px) {
	.solutions-cards-v2__card-title {
		font-size: 18px;
		line-height: 22px;
	}
}

.solutions-cards-v2__card-hidden {
	max-height: 0;
	transition: max-height .4s linear;
}

@media screen and (max-width:1080px) {
	.solutions-cards-v2__card-hidden {
		max-height: none;
	}
}

.solutions-cards-v2__card-text {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	opacity: 0;
	padding-top: 6px;
	transition: opacity .3s linear;
	transition-delay: .1s;
}

@media screen and (max-width:1080px) {
	.solutions-cards-v2__card-text {
		opacity: 1;
	}
}

@media only screen and (max-width:991px) {
	.solutions-cards-v2__card-text {
		font-size: 11px;
		line-height: 14px;
		margin-top: 2px;
	}
}

@media only screen and (max-width:670px) {
	.solutions-cards-v2__card-text {
		font-size: 14px;
		line-height: 20px;
	}
}

.solutions-cards-v2__card-button-wrapper {
	margin-top: 19px;
	opacity: 0;
	transition: opacity .3s linear;
	transition-delay: .1s;
}

@media screen and (max-width:1080px) {
	.solutions-cards-v2__card-button-wrapper {
		opacity: 1;
	}
}

@media only screen and (max-width:991px) {
	.solutions-cards-v2__card-button-wrapper {
		margin-top: 10px;
	}
}

@media only screen and (max-width:670px) {
	.solutions-cards-v2__card-button-wrapper {
		margin-top: 13px;
	}
}

.solutions-cards-v2__card-button {
	background-color: #fff;
	border-radius: 13px;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	min-width: 123px;
	padding: 9px 15px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:991px) {
	.solutions-cards-v2__card-button {
		border-radius: 8px;
		font-size: 11px;
		line-height: 18px;
		min-width: 86px;
		padding: 6px 10px;
	}
}

@media only screen and (max-width:670px) {
	.solutions-cards-v2__card-button {
		border-radius: 10px;
		color: #3b37e6;
		font-size: 15px;
		line-height: 24px;
		min-width: 111px;
		padding: 7px 15px;
	}
}

.solutions-cards-v2__card-button:hover {
	background-color: #16213d;
	color: #fff;
}
/*# sourceMappingURL=block-book-a-demo.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, .book-a-demo .hbspt-form .hs-submit input[type=submit], .hubspot-form .hbspt-form .hs-submit input[type=submit], .hubspot-form__button, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, .book-a-demo .hbspt-form .hs-submit input.popup-see-more__btn-2:is([type=submit]), .hubspot-form .hbspt-form .hs-submit input.popup-see-more__btn-2:is([type=submit]), .popup-see-more__btn-2.hubspot-form__button, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, .book-a-demo .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), .content-slider-sale__btn.hubspot-form__button, .hubspot-form .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, .book-a-demo .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), .content-slider-sale__btn.hubspot-form__button, .hubspot-form .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, .book-a-demo .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), .content-slider-sale__btn.hubspot-form__button, .hubspot-form .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, .book-a-demo .hbspt-form .hs-submit input:hover:is([type=submit]), .hubspot-form .hbspt-form .hs-submit input:hover:is([type=submit]), .hubspot-form__button:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white {
	color: #fff;
}

.styled-text.dark {
	color: #16213d;
}

.styled-text.blue {
	color: #3b37e6;
}

.styled-text.coral {
	color: #ff7369;
}

.styled-text.purple {
	color: #a142ff;
}

.styled-text.light-blue {
	color: #55bbf9;
}

.styled-text.malibu {
	color: #5ed0f9;
}

.styled-text.apricot {
	color: #ed7b6f;
}

.styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.book-a-demo, .hubspot-form {
	background-color: #f3f6ff;
	padding: 56px 0;
}

@media only screen and (max-width:670px) {
	.book-a-demo, .hubspot-form {
		padding: 30px 0;
	}
}

.hubspot-form__wrapper {
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	max-width: 994px;
}

@media only screen and (max-width:670px) {
	.hubspot-form__wrapper {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.hubspot-form__content-wrapper {
	-ms-flex-preferred-size: 0;
	-ms-flex-positive: 1;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

@media only screen and (max-width:670px) {
	.hubspot-form__content-wrapper {
		width: 100%;
	}
}

.hubspot-form__title {
	margin-bottom: 10px;
}

.hubspot-form__title_small {
	font-size: 40px;
	line-height: 48px;
}

@media only screen and (max-width:991px) {
	.hubspot-form__title {
		font-size: 40px;
		line-height: 48px;
	}
}

.hubspot-form__subtitle {
	font-size: 22px;
	line-height: 28px;
}

.hubspot-form__list {
	margin: 30px 0;
}

.hubspot-form__list li {
	font-family: Open Sans;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
}

.hubspot-form__list li:nth-child(3n+1) .hubspot-form__list-item-title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNy4xMjcgOC41NTJjMi4xNjYtMy43NTEgNy41OC0zLjc1MSA5Ljc0NyAwbDEuNzAzIDIuOTUxYzIuMTY2IDMuNzUyLS41NDEgOC40NDEtNC44NzMgOC40NDFoLTMuNDA4Yy00LjMzMiAwLTcuMDQtNC42OS00Ljg3My04LjQ0bDEuNzA0LTIuOTUyWiIgZmlsbD0iI0ZGREZEOSIgc3Ryb2tlPSIjRkY3MzY5Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}

.hubspot-form__list li:nth-child(3n+2) .hubspot-form__list-item-title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNy45MTQgNC42NjhhNS42MjggNS42MjggMCAwIDEgNy45NTggMGwzLjI0NSAzLjI0NWE1LjYyOCA1LjYyOCAwIDAgMSAwIDcuOTU5bC0zLjI0NSAzLjI0NWE1LjYyNyA1LjYyNyAwIDAgMS03Ljk1OCAwbC0zLjI0Ni0zLjI0NWE1LjYyNyA1LjYyNyAwIDAgMSAwLTcuOTU5bDMuMjQ2LTMuMjQ1WiIgZmlsbD0iI0ZGREZEOSIgc3Ryb2tlPSIjRkY3MzY5Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}

.hubspot-form__list li:nth-child(3n+3) .hubspot-form__list-item-title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMTkgMi44ODFhNS42MjcgNS42MjcgMCAwIDEgNS42MjcgMGwzLjc3OCAyLjE4MmE1LjYyNyA1LjYyNyAwIDAgMSAyLjgxNCA0Ljg3M1YxNC4zYTUuNjI3IDUuNjI3IDAgMCAxLTIuODE0IDQuODczbC0zLjc3OCAyLjE4MmE1LjYyOCA1LjYyOCAwIDAgMS01LjYyOCAwbC0zLjc3OC0yLjE4MkE1LjYyOCA1LjYyOCAwIDAgMSAyLjU5OCAxNC4zVjkuOTM2QTUuNjI3IDUuNjI3IDAgMCAxIDUuNDEgNS4wNjNMOS4xOSAyLjg4WiIgZmlsbD0iI0ZGREZEOSIgc3Ryb2tlPSIjRkY3MzY5Ii8+PC9zdmc+");
}

.hubspot-form__list li p {
	margin-top: 8px;
}

.hubspot-form__list-item-title {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	font-family: Axiforma;
	gap: 8px;
}

.hubspot-form__list-item-title:before {
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 24px;
	min-width: 24px;
	vertical-align: sub;
	width: 24px;
}

.hubspot-form__button-wrapper {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	justify-content: center;
	margin-top: 16px;
}

.hubspot-form__bottom-content {
	font-family: Open Sans;
	margin-top: 50px;
}

.hubspot-form__bottom-content * {
	font-family: Open Sans;
}

.hubspot-form__bottom-content strong, .hubspot-form__bottom-content strong * {
	font-weight: 600;
}

.hubspot-form__bottom-content a {
	text-decoration-line: underline;
	text-decoration-thickness: .5px;
}

.hubspot-form__bottom-content a:hover {
	text-decoration: none;
}

.hubspot-form__form-wrapper {
	width: 386px;
}

@media only screen and (max-width:991px) {
	.hubspot-form__form-wrapper {
		width: 334px;
	}
}

@media only screen and (max-width:670px) {
	.hubspot-form__form-wrapper {
		width: 100%;
	}
}

.book-a-demo .hbspt-form.smaller-message .input textarea, .hubspot-form .hbspt-form.smaller-message .input textarea {
	height: 48px;
	padding: 15px 16px;
	resize: none;
}

.book-a-demo .hbspt-form .hs-recaptcha, .hubspot-form .hbspt-form .hs-recaptcha {
	display: none !important;
}

.book-a-demo .hbspt-form .submitted-message, .hubspot-form .hbspt-form .submitted-message {
	color: #3b37e6;
	font-size: 18px;
	line-height: 28px;
	padding: 10px 0 20px;
}

.book-a-demo .hbspt-form fieldset, .hubspot-form .hbspt-form fieldset {
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	display: grid;
	max-width: 100% !important;
}

.book-a-demo .hbspt-form fieldset.form-columns-3, .hubspot-form .hbspt-form fieldset.form-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width:768px) {
	.book-a-demo .hbspt-form fieldset.form-columns-3, .hubspot-form .hbspt-form fieldset.form-columns-3 {
		grid-template-columns: 1fr;
	}
}

.book-a-demo .hbspt-form fieldset.form-columns-2, .hubspot-form .hbspt-form fieldset.form-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width:768px) {
	.book-a-demo .hbspt-form fieldset.form-columns-2, .hubspot-form .hbspt-form fieldset.form-columns-2 {
		grid-template-columns: 1fr;
	}
}

.book-a-demo .hbspt-form fieldset.form-columns-1:has(input[type=hidden]), .hubspot-form .hbspt-form fieldset.form-columns-1:has(input[type=hidden]) {
	border: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.book-a-demo .hbspt-form fieldset.form-columns-1 .legal-consent-container .field.hs-form-field, .hubspot-form .hbspt-form fieldset.form-columns-1 .legal-consent-container .field.hs-form-field {
	margin-bottom: 0;
}

.book-a-demo .hbspt-form .hs-form-field, .book-a-demo .hbspt-form fieldset.form-columns-0, .hubspot-form .hbspt-form .hs-form-field, .hubspot-form .hbspt-form fieldset.form-columns-0 {
	margin-bottom: 16px;
}

.book-a-demo .hbspt-form .hs-dependent-field .hs-form-field:not(:first-child), .hubspot-form .hbspt-form .hs-dependent-field .hs-form-field:not(:first-child) {
	margin-top: 16px;
}

.book-a-demo .hbspt-form .hs-form-field, .book-a-demo .hbspt-form .input, .hubspot-form .hbspt-form .hs-form-field, .hubspot-form .hbspt-form .input {
	float: none !important;
	width: 100% !important;
}

.book-a-demo .hbspt-form .hs-form-field > label, .book-a-demo .hbspt-form .input > label, .hubspot-form .hbspt-form .hs-form-field > label, .hubspot-form .hbspt-form .input > label {
	display: none !important;
}

.book-a-demo .hbspt-form .hs-form-field.hs-fieldtype-file, .book-a-demo .hbspt-form .input.hs-fieldtype-file, .hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file, .hubspot-form .hbspt-form .input.hs-fieldtype-file {
	margin-bottom: 0;
}

.book-a-demo .hbspt-form .hs-form-field.hs-fieldtype-file > label, .book-a-demo .hbspt-form .input.hs-fieldtype-file > label, .hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file > label, .hubspot-form .hbspt-form .input.hs-fieldtype-file > label {
	display: block !important;
}

.book-a-demo .hbspt-form .hs-form-field.hs-fieldtype-file > label span, .book-a-demo .hbspt-form .input.hs-fieldtype-file > label span, .hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file > label span, .hubspot-form .hbspt-form .input.hs-fieldtype-file > label span {
	color: #3b37e6;
	cursor: pointer;
	font-size: 15px;
	line-height: 24px;
	padding-left: 26px;
	position: relative;
}

.book-a-demo .hbspt-form .hs-form-field.hs-fieldtype-file > label span:before, .book-a-demo .hbspt-form .input.hs-fieldtype-file > label span:before, .hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file > label span:before, .hubspot-form .hbspt-form .input.hs-fieldtype-file > label span:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.563 12.375.969.97 1.78-1.774v8.367h1.376V11.57l1.78 1.773.97-.969L11 8.937l-3.438 3.438Z' fill='%233B37E6'/%3E%3Cpath d='M16.156 15.125h-.343V13.75h.343a3.096 3.096 0 1 0 .248-6.187h-.591l-.07-.564a4.813 4.813 0 0 0-9.542 0l-.013.564h-.592a3.096 3.096 0 1 0 .248 6.187h.344v1.375h-.344a4.469 4.469 0 0 1-.894-8.841 6.188 6.188 0 0 1 12.1 0 4.469 4.469 0 0 1-.894 8.841Z' fill='%233B37E6'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 22px;
	left: 0;
	position: absolute;
	width: 22px;
}

.book-a-demo .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file], .book-a-demo .hbspt-form .input.hs-fieldtype-file input[type=file], .hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file], .hubspot-form .hbspt-form .input.hs-fieldtype-file input[type=file] {
	cursor: pointer;
	padding-left: 26px;
}

.book-a-demo .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .book-a-demo .hbspt-form .input.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .hubspot-form .hbspt-form .input.hs-fieldtype-file input[type=file]::-webkit-file-upload-button {
	display: none;
}

.book-a-demo .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .book-a-demo .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::file-selector-button, .book-a-demo .hbspt-form .input.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .book-a-demo .hbspt-form .input.hs-fieldtype-file input[type=file]::file-selector-button, .hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::file-selector-button, .hubspot-form .hbspt-form .input.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .hubspot-form .hbspt-form .input.hs-fieldtype-file input[type=file]::file-selector-button {
	display: none;
}

.book-a-demo .hbspt-form .hs-form-field input[type=email], .book-a-demo .hbspt-form .hs-form-field input[type=number], .book-a-demo .hbspt-form .hs-form-field input[type=tel], .book-a-demo .hbspt-form .hs-form-field input[type=text], .book-a-demo .hbspt-form .hs-form-field textarea, .book-a-demo .hbspt-form .input input[type=email], .book-a-demo .hbspt-form .input input[type=number], .book-a-demo .hbspt-form .input input[type=tel], .book-a-demo .hbspt-form .input input[type=text], .book-a-demo .hbspt-form .input textarea, .hubspot-form .hbspt-form .hs-form-field input[type=email], .hubspot-form .hbspt-form .hs-form-field input[type=number], .hubspot-form .hbspt-form .hs-form-field input[type=tel], .hubspot-form .hbspt-form .hs-form-field input[type=text], .hubspot-form .hbspt-form .hs-form-field textarea, .hubspot-form .hbspt-form .input input[type=email], .hubspot-form .hbspt-form .input input[type=number], .hubspot-form .hbspt-form .input input[type=tel], .hubspot-form .hbspt-form .input input[type=text], .hubspot-form .hbspt-form .input textarea {
	background-color: #fff;
	border: 1px solid rgba(22, 33, 61, .1);
	border-radius: 10px;
	color: #16213d;
	font-size: 13px;
	height: 48px;
	line-height: 16px;
	padding: 10px 16px;
	width: 100% !important;
}

.book-a-demo .hbspt-form .hs-form-field input[type=email].error, .book-a-demo .hbspt-form .hs-form-field input[type=number].error, .book-a-demo .hbspt-form .hs-form-field input[type=tel].error, .book-a-demo .hbspt-form .hs-form-field input[type=text].error, .book-a-demo .hbspt-form .hs-form-field textarea.error, .book-a-demo .hbspt-form .input input[type=email].error, .book-a-demo .hbspt-form .input input[type=number].error, .book-a-demo .hbspt-form .input input[type=tel].error, .book-a-demo .hbspt-form .input input[type=text].error, .book-a-demo .hbspt-form .input textarea.error, .hubspot-form .hbspt-form .hs-form-field input[type=email].error, .hubspot-form .hbspt-form .hs-form-field input[type=number].error, .hubspot-form .hbspt-form .hs-form-field input[type=tel].error, .hubspot-form .hbspt-form .hs-form-field input[type=text].error, .hubspot-form .hbspt-form .hs-form-field textarea.error, .hubspot-form .hbspt-form .input input[type=email].error, .hubspot-form .hbspt-form .input input[type=number].error, .hubspot-form .hbspt-form .input input[type=tel].error, .hubspot-form .hbspt-form .input input[type=text].error, .hubspot-form .hbspt-form .input textarea.error {
	border-color: #c93435;
}

.book-a-demo .hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=number]::-webkit-input-placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, .book-a-demo .hbspt-form .hs-form-field textarea::-webkit-input-placeholder, .book-a-demo .hbspt-form .input input[type=email]::-webkit-input-placeholder, .book-a-demo .hbspt-form .input input[type=number]::-webkit-input-placeholder, .book-a-demo .hbspt-form .input input[type=tel]::-webkit-input-placeholder, .book-a-demo .hbspt-form .input input[type=text]::-webkit-input-placeholder, .book-a-demo .hbspt-form .input textarea::-webkit-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=number]::-webkit-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, .hubspot-form .hbspt-form .hs-form-field textarea::-webkit-input-placeholder, .hubspot-form .hbspt-form .input input[type=email]::-webkit-input-placeholder, .hubspot-form .hbspt-form .input input[type=number]::-webkit-input-placeholder, .hubspot-form .hbspt-form .input input[type=tel]::-webkit-input-placeholder, .hubspot-form .hbspt-form .input input[type=text]::-webkit-input-placeholder, .hubspot-form .hbspt-form .input textarea::-webkit-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.book-a-demo .hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=number]:-ms-input-placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, .book-a-demo .hbspt-form .hs-form-field textarea:-ms-input-placeholder, .book-a-demo .hbspt-form .input input[type=email]:-ms-input-placeholder, .book-a-demo .hbspt-form .input input[type=number]:-ms-input-placeholder, .book-a-demo .hbspt-form .input input[type=tel]:-ms-input-placeholder, .book-a-demo .hbspt-form .input input[type=text]:-ms-input-placeholder, .book-a-demo .hbspt-form .input textarea:-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=number]:-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field textarea:-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=email]:-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=number]:-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=tel]:-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=text]:-ms-input-placeholder, .hubspot-form .hbspt-form .input textarea:-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.book-a-demo .hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=number]::-ms-input-placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, .book-a-demo .hbspt-form .hs-form-field textarea::-ms-input-placeholder, .book-a-demo .hbspt-form .input input[type=email]::-ms-input-placeholder, .book-a-demo .hbspt-form .input input[type=number]::-ms-input-placeholder, .book-a-demo .hbspt-form .input input[type=tel]::-ms-input-placeholder, .book-a-demo .hbspt-form .input input[type=text]::-ms-input-placeholder, .book-a-demo .hbspt-form .input textarea::-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=number]::-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field textarea::-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=email]::-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=number]::-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=tel]::-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=text]::-ms-input-placeholder, .hubspot-form .hbspt-form .input textarea::-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.book-a-demo .hbspt-form .hs-form-field input[type=email]::placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=number]::placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=tel]::placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=text]::placeholder, .book-a-demo .hbspt-form .hs-form-field textarea::placeholder, .book-a-demo .hbspt-form .input input[type=email]::placeholder, .book-a-demo .hbspt-form .input input[type=number]::placeholder, .book-a-demo .hbspt-form .input input[type=tel]::placeholder, .book-a-demo .hbspt-form .input input[type=text]::placeholder, .book-a-demo .hbspt-form .input textarea::placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=email]::placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=number]::placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=tel]::placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=text]::placeholder, .hubspot-form .hbspt-form .hs-form-field textarea::placeholder, .hubspot-form .hbspt-form .input input[type=email]::placeholder, .hubspot-form .hbspt-form .input input[type=number]::placeholder, .hubspot-form .hbspt-form .input input[type=tel]::placeholder, .hubspot-form .hbspt-form .input input[type=text]::placeholder, .hubspot-form .hbspt-form .input textarea::placeholder {
	color: rgba(22, 33, 61, .4);
}

.book-a-demo .hbspt-form .hs-form-field textarea, .book-a-demo .hbspt-form .input textarea, .hubspot-form .hbspt-form .hs-form-field textarea, .hubspot-form .hbspt-form .input textarea {
	display: block;
	height: 100px;
}

.book-a-demo .hbspt-form .hs-form-field select, .book-a-demo .hbspt-form .input select, .hubspot-form .hbspt-form .hs-form-field select, .hubspot-form .hbspt-form .input select {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1 7 7 1 1' stroke='%233B37E6'/%3E%3C/svg%3E");
	background-position: center right 19px;
	background-repeat: no-repeat;
	border: 1px solid rgba(22, 33, 61, .1);
	border-radius: 10px;
	color: #16213d;
	font-size: 13px;
	height: 48px;
	line-height: 16px;
	padding: 10px 35px 10px 16px;
	width: 100% !important;
}

.book-a-demo .hbspt-form .hs-form-field select.nitro-lazy, .book-a-demo .hbspt-form .input select.nitro-lazy, .hubspot-form .hbspt-form .hs-form-field select.nitro-lazy, .hubspot-form .hbspt-form .input select.nitro-lazy {
	background-image: none !important;
}

.book-a-demo .hbspt-form .hs-form-field select.error, .book-a-demo .hbspt-form .input select.error, .hubspot-form .hbspt-form .hs-form-field select.error, .hubspot-form .hbspt-form .input select.error {
	border-color: #c93435;
}

.book-a-demo .hbspt-form .hs-form-field select::-webkit-input-placeholder, .book-a-demo .hbspt-form .input select::-webkit-input-placeholder, .hubspot-form .hbspt-form .hs-form-field select::-webkit-input-placeholder, .hubspot-form .hbspt-form .input select::-webkit-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.book-a-demo .hbspt-form .hs-form-field select:-ms-input-placeholder, .book-a-demo .hbspt-form .input select:-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field select:-ms-input-placeholder, .hubspot-form .hbspt-form .input select:-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.book-a-demo .hbspt-form .hs-form-field select::-ms-input-placeholder, .book-a-demo .hbspt-form .input select::-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field select::-ms-input-placeholder, .hubspot-form .hbspt-form .input select::-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.book-a-demo .hbspt-form .hs-form-field select::placeholder, .book-a-demo .hbspt-form .input select::placeholder, .hubspot-form .hbspt-form .hs-form-field select::placeholder, .hubspot-form .hbspt-form .input select::placeholder {
	color: rgba(22, 33, 61, .4);
}

.book-a-demo .hbspt-form .hs-form-field select.is-placeholder, .book-a-demo .hbspt-form .input select.is-placeholder, .hubspot-form .hbspt-form .hs-form-field select.is-placeholder, .hubspot-form .hbspt-form .input select.is-placeholder {
	color: rgba(22, 33, 61, .4);
}

.book-a-demo .hbspt-form .input, .hubspot-form .hbspt-form .input {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.book-a-demo .hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child), .hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child) {
	margin-bottom: 16px;
}

.book-a-demo .hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox], .hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox] {
	display: none !important;
}

.book-a-demo .hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before, .hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Zm10.03 4.97a.75.75 0 0 1 .011 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.75.75 0 0 1 1.08-.022h-.001Z' fill='%2316213D'/%3E%3C/svg%3E");
}

.book-a-demo .hbspt-form .inputs-list .hs-form-booleancheckbox-display span, .hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display span {
	cursor: pointer;
	margin: 0;
	padding-left: 24px;
	position: relative;
}

.book-a-demo .hbspt-form .inputs-list .hs-form-booleancheckbox-display span *, .hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display span * {
	font-size: 13px;
	line-height: 18px;
}

.book-a-demo .hbspt-form .inputs-list .hs-form-booleancheckbox-display span a, .hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display span a {
	font-weight: 600;
}

.book-a-demo .hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover, .hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover {
	text-decoration: underline;
}

.book-a-demo .hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before, .hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z' fill='%2316213D'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 16px;
}

.book-a-demo .hbspt-form .hs-richtext *, .hubspot-form .hbspt-form .hs-richtext * {
	font-size: 13px;
	line-height: 18px;
}

.book-a-demo .hbspt-form .hs-richtext a, .hubspot-form .hbspt-form .hs-richtext a {
	font-weight: 600;
	text-decoration: underline;
}

.book-a-demo .hbspt-form .hs-richtext a:hover, .hubspot-form .hbspt-form .hs-richtext a:hover {
	text-decoration: none;
}

.book-a-demo .hbspt-form .hs-submit, .hubspot-form .hbspt-form .hs-submit {
	margin-top: 24px;
	text-align: center;
}

@media only screen and (max-width:991px) {
	.book-a-demo .hbspt-form .hs-submit .actions, .hubspot-form .hbspt-form .hs-submit .actions {
		text-align: center;
	}
}

.book-a-demo .hbspt-form .hs-submit input:is([type=submit]), .hubspot-form .hbspt-form .hs-submit input:is([type=submit]), .hubspot-form .hbspt-form .hs-submit input[type=submit] {
	cursor: pointer;
	padding: 9px 29px;
}

@media only screen and (max-width:991px) {
	.book-a-demo .hbspt-form .hs-submit input:is([type=submit]), .hubspot-form .hbspt-form .hs-submit input:is([type=submit]), .hubspot-form .hbspt-form .hs-submit input[type=submit] {
		border-radius: 15px;
		font-size: 15px;
		line-height: 24px;
		padding: 10px 15px;
	}
}

.book-a-demo .hbspt-form .hs_error_rollup .hs-error-msgs .hs-main-font-element, .hubspot-form .hbspt-form .hs_error_rollup .hs-error-msgs .hs-main-font-element {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.book-a-demo .hbspt-form .hs-error-msgs .hs-error-msg, .book-a-demo .hbspt-form .hs-error-msgs .hs-main-font-element, .hubspot-form .hbspt-form .hs-error-msgs .hs-error-msg, .hubspot-form .hbspt-form .hs-error-msgs .hs-main-font-element {
	color: #c93435;
	font-size: 12px;
	line-height: 14px;
}

.blue .hbspt-form .hs-richtext, .dark .hbspt-form .hs-richtext, .form-on-dark-bg .hbspt-form .hs-richtext, .purple .hbspt-form .hs-richtext {
	color: #fff;
}

.blue .hbspt-form .hs-richtext *, .dark .hbspt-form .hs-richtext *, .form-on-dark-bg .hbspt-form .hs-richtext *, .purple .hbspt-form .hs-richtext * {
	color: inherit;
}

.blue .hbspt-form .submitted-message *, .dark .hbspt-form .submitted-message *, .form-on-dark-bg .hbspt-form .submitted-message *, .purple .hbspt-form .submitted-message * {
	color: #fff;
}

.blue .hbspt-form .hs-error-msgs .hs-error-msg, .blue .hbspt-form .hs-error-msgs .hs-main-font-element, .dark .hbspt-form .hs-error-msgs .hs-error-msg, .dark .hbspt-form .hs-error-msgs .hs-main-font-element, .form-on-dark-bg .hbspt-form .hs-error-msgs .hs-error-msg, .form-on-dark-bg .hbspt-form .hs-error-msgs .hs-main-font-element, .purple .hbspt-form .hs-error-msgs .hs-error-msg, .purple .hbspt-form .hs-error-msgs .hs-main-font-element {
	color: #fff !important;
	opacity: .8;
}

.book-a-demo {
	background-color: #3b37e6;
	display: -ms-flexbox;
	display: flex;
	min-height: 554px;
	overflow: hidden;
	padding: 0 !important;
}

@media only screen and (max-width:991px) {
	.book-a-demo {
		min-height: 380px;
	}
}

@media only screen and (max-width:570px) {
	.book-a-demo {
		min-height: auto;
	}
}

.book-a-demo.tab-panel {
	display: none;
}

.book-a-demo.tab-panel.active {
	display: block;
}

.book-a-demo.has-form .book-a-demo__title {
	font-size: 70px;
	font-weight: 600;
	line-height: 72px;
}

@media only screen and (max-width:768px) {
	.book-a-demo.has-form .book-a-demo__title {
		font-size: 30px;
		line-height: 34px;
		padding: 0 44px;
	}
}

@media only screen and (max-width:375px) {
	.book-a-demo.has-form .book-a-demo__title {
		padding: 0 29px;
	}
}

.book-a-demo.has-form .book-a-demo__container {
	padding: 152px 0 97px;
}

@media only screen and (max-width:991px) {
	.book-a-demo.has-form .book-a-demo__container {
		padding: 120px 15px 70px;
	}
}

@media only screen and (max-width:768px) {
	.book-a-demo.has-form .book-a-demo__container {
		padding: 62px 15px 23px;
	}
	
	.book-a-demo.has-form .book-a-demo__text {
		font-size: 18px;
		line-height: 110%;
		padding: 0 40px;
	}
	
	.book-a-demo.has-form .hbspt-form {
		margin: 0 auto;
	}
}

.book-a-demo.has-form .hbspt-form .hs-richtext a {
	color: #fff !important;
}

.book-a-demo__container {
	isolation: isolate;
	padding-bottom: 80px;
	padding-top: 140px;
	position: relative;
}

@media only screen and (max-width:991px) {
	.book-a-demo__container {
		padding: 106px 75px;
	}
}

@media only screen and (max-width:670px) {
	.book-a-demo__container {
		padding-bottom: 80px;
		padding-top: 80px;
	}
}

@media only screen and (max-width:570px) {
	.book-a-demo__container {
		padding: 80px 30px;
	}
}

.book-a-demo__container .figure {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: -1;
}

.book-a-demo__container .figure-1 {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='910' height='343' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.6' fill-rule='evenodd' clip-rule='evenodd' d='M526 288c0 30.376-24.624 55-55 55H55c-30.376 0-55-24.624-55-55v-445c0-30.376 24.624-55 55-55h306.5c12.426 0 22.5-10.074 22.5-22.5s10.074-22.5 22.5-22.5H855c30.376 0 55 24.624 55 55V45c0 30.376-24.624 55-55 55H581c-30.376 0-55 24.624-55 55v133Z' fill='%2316213D'/%3E%3C/svg%3E");
	height: 343px;
	left: -18.27%;
	top: 0;
	width: 910px;
}

.book-a-demo__container .figure-1.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:1370px) {
	.book-a-demo__container .figure-1 {
		left: -30.27%;
	}
}

@media only screen and (max-width:1199px) {
	.book-a-demo__container .figure-1 {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='647' height='343' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.6' fill-rule='evenodd' clip-rule='evenodd' d='M263 288c0 30.376-24.624 55-55 55h-416c-30.376 0-55-24.624-55-55v-445c0-30.376 24.624-55 55-55H98.5c12.426 0 22.5-10.074 22.5-22.5s10.074-22.5 22.5-22.5H592c30.376 0 55 24.624 55 55V45c0 30.376-24.624 55-55 55H318c-30.376 0-55 24.624-55 55v133Z' fill='%2316213D'/%3E%3C/svg%3E");
		left: -16%;
		width: 647px;
	}
	
	.book-a-demo__container .figure-1.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:991px) {
	.book-a-demo__container .figure-1 {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='237' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.6' d='M62.301 111.975C62.301 125.796 51.098 137 37.28 137h-189.257C-165.797 137-177 125.796-177 111.975V-90.5c0-13.821 11.203-25.025 25.022-25.025h139.44c5.654 0 10.237-4.583 10.237-10.237 0-5.655 4.583-10.238 10.236-10.238h204.043C225.797-136 237-124.796 237-110.975V1.41c0 13.821-11.203 25.025-25.022 25.025H87.323c-13.82 0-25.022 11.204-25.022 25.025v60.515Z' fill='%2316213D' fill-opacity='.6'/%3E%3C/svg%3E");
		height: 137px;
		left: 0;
		width: 237px;
	}
	
	.book-a-demo__container .figure-1.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:570px) {
	.book-a-demo__container .figure-1 {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='205' height='111' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.6' d='M18.908 82.863C18.908 98.403 6.336 111-9.171 111h-198.75C-223.429 111-236 98.403-236 82.863v-113c0-15.54 12.571-28.138 28.079-28.138h151.165c3.782 0 6.848-3.072 6.848-6.863 0-3.79 3.066-6.862 6.849-6.862h219.98C192.429-72 205-59.402 205-43.862v52.61c0 15.54-12.571 28.137-28.079 28.137H46.986c-15.507 0-28.078 12.598-28.078 28.137v17.84Z' fill='%2316213D' fill-opacity='.6'/%3E%3C/svg%3E");
		height: 111px;
		width: 205px;
	}
	
	.book-a-demo__container .figure-1.nitro-lazy {
		background-image: none !important;
	}
}

.book-a-demo__container .figure-2 {
	border: 1px solid hsla(0, 0%, 100%, .3);
	border-radius: 100px;
	height: 155px;
	right: 21.389%;
	top: -68px;
	width: 411px;
}

@media only screen and (max-width:1370px) {
	.book-a-demo__container .figure-2 {
		right: 18.389%;
		width: 380px;
	}
}

@media only screen and (max-width:1199px) {
	.book-a-demo__container .figure-2 {
		right: 22vw;
		width: 27vw;
	}
}

@media only screen and (max-width:991px) {
	.book-a-demo__container .figure-2 {
		border-radius: 53px;
		height: 83px;
		top: -63px;
		width: 220px;
	}
}

@media only screen and (max-width:670px) {
	.book-a-demo__container .figure-2 {
		border-radius: 100px;
		height: 86px;
		right: -156px;
		top: -24px;
		width: 229px;
	}
}

.book-a-demo__container .figure-3 {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='382' height='467' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M239.592 1h-97.336C64.242 1 1 69.28 1 153.508v159.654c0 84.227 63.242 152.507 141.256 152.507h97.336c78.013 0 141.256-68.28 141.256-152.507V153.508C380.848 69.28 317.605 1 239.592 1Z' stroke='%23fff' stroke-miterlimit='10'/%3E%3Cpath d='M222.734 78.465h-63.635c-52.346 0-94.781 45.815-94.781 102.331v105.062c0 56.516 42.435 102.331 94.781 102.331h63.635c52.346 0 94.782-45.815 94.782-102.331V180.796c0-56.516-42.436-102.33-94.782-102.33Z' stroke='%23fff' stroke-miterlimit='10'/%3E%3Cpath d='M205.904 157.366h-29.947c-24.627 0-44.591 21.554-44.591 48.142v49.453c0 26.588 19.964 48.142 44.591 48.142h29.947c24.626 0 44.59-21.554 44.59-48.142v-49.453c0-26.588-19.964-48.142-44.59-48.142Z' stroke='%23fff' stroke-miterlimit='10'/%3E%3C/svg%3E");
	height: 467px;
	right: -156px;
	top: -136px;
	width: 382px;
}

.book-a-demo__container .figure-3.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:1370px) {
	.book-a-demo__container .figure-3 {
		right: -16.695%;
	}
}

@media only screen and (max-width:1199px) {
	.book-a-demo__container .figure-3 {
		right: -21vw;
	}
}

@media only screen and (max-width:991px) {
	.book-a-demo__container .figure-3 {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='69' height='157' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M91.45-20h-36.9C24.975-20 1 5.862 1 37.764v60.472C1 130.138 24.975 156 54.55 156h36.9c29.575 0 53.55-25.862 53.55-57.764V37.764C145 5.862 121.025-20 91.45-20Z' stroke='%23fff' stroke-miterlimit='10'/%3E%3Cpath d='M85.06 9.341H60.934c-19.844 0-35.931 17.353-35.931 38.76v39.793c0 21.406 16.087 38.759 35.931 38.759H85.06c19.845 0 35.932-17.353 35.932-38.759V48.1c0-21.406-16.087-38.759-35.932-38.759Z' stroke='%23fff' stroke-miterlimit='10'/%3E%3Cpath d='M78.678 39.226H67.326c-9.336 0-16.904 8.164-16.904 18.235v18.73c0 10.071 7.568 18.235 16.904 18.235h11.353c9.335 0 16.904-8.164 16.904-18.235v-18.73c0-10.071-7.569-18.235-16.904-18.235Z' stroke='%23fff' stroke-miterlimit='10'/%3E%3C/svg%3E");
		height: 157px;
		right: 0;
		top: 0;
		width: 69px;
	}
	
	.book-a-demo__container .figure-3.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:670px) {
	.book-a-demo__container .figure-3 {
		display: none;
	}
}

.book-a-demo__container .figure-4 {
	border: 1px solid #fff;
	border-radius: 50%;
	bottom: -236px;
	height: 370px;
	left: -7.778%;
	width: 369px;
}

@media only screen and (max-width:1370px) {
	.book-a-demo__container .figure-4 {
		left: -13.778%;
	}
}

@media only screen and (max-width:1199px) {
	.book-a-demo__container .figure-4 {
		left: -17vw;
	}
}

@media screen and (max-width:1100px) {
	.book-a-demo__container .figure-4 {
		left: -25vw;
	}
}

@media only screen and (max-width:991px) {
	.book-a-demo__container .figure-4 {
		bottom: -71px;
		height: 197px;
		left: -130px;
		width: 197px;
	}
}

@media only screen and (max-width:670px) {
	.book-a-demo__container .figure-4 {
		bottom: -86px;
		height: 178px;
		left: -119px;
		width: 178px;
	}
}

.book-a-demo__container .figure-5 {
	background-color: #16213d;
	border-radius: 150px;
	bottom: -126px;
	height: 292px;
	opacity: .6;
	right: -380px;
	width: 606px;
}

@media only screen and (max-width:1370px) {
	.book-a-demo__container .figure-5 {
		right: -33.389%;
	}
}

@media only screen and (max-width:1199px) {
	.book-a-demo__container .figure-5 {
		right: -37vw;
	}
}

@media screen and (max-width:1100px) {
	.book-a-demo__container .figure-5 {
		right: -49vw;
	}
}

@media only screen and (max-width:991px) {
	.book-a-demo__container .figure-5 {
		border-radius: 80px;
		bottom: -20px;
		height: 147px;
		right: -237px;
		width: 305px;
	}
}

@media only screen and (max-width:670px) {
	.book-a-demo__container .figure-5 {
		border-radius: 53px;
		bottom: -35px;
		height: 103px;
		right: -120px;
		width: 214px;
	}
}

.book-a-demo__container .hs-richtext * {
	color: #fff;
}

.book-a-demo__container .hs-richtext a {
	text-decoration: underline;
}

.book-a-demo__container .hs-richtext a:hover {
	text-decoration: none;
}

.book-a-demo__wrapper {
	text-align: center;
}

.book-a-demo__title {
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 794px;
	text-align: center;
	width: 100%;
}

@media only screen and (max-width:991px) {
	.book-a-demo__title {
		font-size: 40px;
		line-height: 48px;
		max-width: none;
	}
}

@media only screen and (max-width:570px) {
	.book-a-demo__title {
		font-size: 32px;
		line-height: 34px;
	}
}

@media screen and (min-width:992px) {
	.book-a-demo__title-small {
		font-size: 60px;
		line-height: 62px;
		max-width: 72%;
	}
}

@media screen and (min-width:1199px) {
	.book-a-demo__title-small {
		font-size: 60px;
		line-height: 62px;
		max-width: 66%;
	}
}

.book-a-demo__text-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 794px;
	position: relative;
	width: 100%;
}

.book-a-demo__text {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 35px;
	margin-top: 16px;
	text-align: center;
}

@media only screen and (max-width:991px) {
	.book-a-demo__text {
		font-size: 15px;
		line-height: 24px;
		margin-top: 8px;
	}
}

@media screen and (min-width:992px) {
	.book-a-demo__text-small {
		max-width: 988px;
	}
}

.book-a-demo__button-wrapper {
	margin-top: 48px;
	text-align: center;
}

@media only screen and (max-width:991px) {
	.book-a-demo__button-wrapper {
		margin-top: 32px;
	}
}

.book-a-demo__button {
	-webkit-padding-end: 50px;
	-webkit-padding-start: 20px;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 60px;
	color: #16213d;
	display: -ms-flexbox;
	display: flex;
	font-family: Axiforma;
	font-size: 15px;
	gap: 10px;
	line-height: 24px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-inline-end: 50px;
	padding-top: 10px;
	padding-inline-start: 20px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.book-a-demo__button:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%2316213D'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.book-a-demo__button:hover {
	background-color: #fff;
	color: #16213d;
}

.book-a-demo__button:hover:after {
	background-size: 40px 16px;
}

.book-a-demo__button.arrow-btn {
	color: #16213d;
}

.book-a-demo__button.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%2316213D'/%3E%3C/svg%3E");
}

.book-a-demo__button.arrow-btn:hover {
	background-color: #fff;
	color: #16213d;
}

.book-a-demo__button.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.book-a-demo__form-wrapper {
	margin: 72px auto 0;
	max-width: 814px;
	position: relative;
}

@media only screen and (max-width:991px) {
	.book-a-demo__form-wrapper {
		margin-top: 40px;
	}
}

@media only screen and (max-width:480px) {
	.book-a-demo__form-wrapper {
		margin-top: 16px;
	}
}

.book-a-demo .hbspt-form .hs-submit input[type=submit] {
	background-color: transparent;
	border: 1px solid #fff;
}

.book-a-demo .hbspt-form .hs-submit input[type=submit]:hover {
	border-color: #16213d;
}

.book-a-demo__animation-arrow {
	-webkit-animation: move-arrow-demo 3.5s infinite;
	animation: move-arrow-demo 3.5s infinite;
	left: -160px;
	position: absolute;
	top: -100px;
}

.book-a-demo__animation-arrow-he {
	display: none;
}

@media only screen and (max-width:670px) {
	.book-a-demo__animation-arrow {
		-webkit-animation: none;
		animation: none;
		display: none;
		height: 70px;
		left: 25px;
		top: -17px;
		-webkit-transform: rotate(336deg);
		transform: rotate(336deg);
		width: 40px;
	}
}

@media only screen and (max-width:375px) {
	.book-a-demo__animation-arrow {
		left: 16px;
	}
}

@media only screen and (max-width:670px) {
	.book-a-demo__animation-arrow svg {
		height: 70px;
		width: 40px;
	}
}

@-webkit-keyframes move-arrow-demo {
	0% {
		opacity: 0;
		-webkit-transform: rotate(10deg);
	}
	
	60% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: rotate(5deg);
	}
}

@keyframes move-arrow-demo {
	0% {
		opacity: 0;
		-webkit-transform: rotate(10deg);
	}
	
	60% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: rotate(5deg);
	}
}

[dir=rtl] .book-a-demo__form select {
	background-position: center left 19px;
	padding: 0 16px 0 35px;
}

[dir=rtl] .book-a-demo__animation-arrow {
	-webkit-animation: move-arrow-demo-he 3.5s infinite;
	animation: move-arrow-demo-he 3.5s infinite;
	left: auto;
	right: -160px;
}

[dir=rtl] .book-a-demo__animation-arrow-he {
	display: block;
}

[dir=rtl] .book-a-demo__animation-arrow-en {
	display: none;
}

@-webkit-keyframes move-arrow-demo-he {
	0% {
		opacity: 0;
		-webkit-transform: rotate(5deg);
	}
	
	60% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: rotate(10deg);
	}
}

@keyframes move-arrow-demo-he {
	0% {
		opacity: 0;
		-webkit-transform: rotate(5deg);
	}
	
	60% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: rotate(10deg);
	}
}
/*# sourceMappingURL=block-side-title-content-cta-v2.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, .side-title-content-cta-v2__button, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, .popup-see-more__btn-2.side-title-content-cta-v2__button, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.side-title-content-cta-v2__button, a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.side-title-content-cta-v2__button, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.side-title-content-cta-v2__button, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, .side-title-content-cta-v2__button:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white {
	color: #fff;
}

.styled-text.dark {
	color: #16213d;
}

.styled-text.blue {
	color: #3b37e6;
}

.styled-text.coral {
	color: #ff7369;
}

.styled-text.purple {
	color: #a142ff;
}

.styled-text.light-blue {
	color: #55bbf9;
}

.styled-text.malibu {
	color: #5ed0f9;
}

.styled-text.apricot {
	color: #ed7b6f;
}

.styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.side-title-content-cta-v2 {
	margin-bottom: 100px;
	margin-top: 100px;
	overflow: hidden;
}

@media only screen and (max-width:991px) {
	.side-title-content-cta-v2 {
		margin-bottom: 46px;
		margin-top: 46px;
		overflow: unset;
	}
}

@media only screen and (max-width:570px) {
	.side-title-content-cta-v2 {
		margin-bottom: 50px;
		margin-top: 50px;
	}
}

.side-title-content-cta-v2 .js-animate-parent.animate .animation-content, .side-title-content-cta-v2 .js-animate-parent.animate .animation-title {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.side-title-content-cta-v2 .js-animate-parent .animation-content, .side-title-content-cta-v2 .js-animate-parent .animation-title {
	opacity: 0;
	transition: opacity .4s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
	transition: opacity .4s, transform .8s cubic-bezier(.165, .84, .44, 1);
	transition: opacity .4s, transform .8s cubic-bezier(.165, .84, .44, 1), -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
}

.side-title-content-cta-v2 .js-animate-parent .animation-title {
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

@media only screen and (max-width:570px) {
	.side-title-content-cta-v2 .js-animate-parent .animation-title {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
}

.side-title-content-cta-v2 .js-animate-parent .animation-content {
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
}

@media only screen and (max-width:570px) {
	.side-title-content-cta-v2 .js-animate-parent .animation-content {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
		transition-delay: .5s;
	}
}

.side-title-content-cta-v2__wrapper {
	-ms-flex-pack: justify;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width:570px) {
	.side-title-content-cta-v2__wrapper {
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
}

.side-title-content-cta-v2__title-wrapper {
	max-width: 620px;
	padding-right: 10px;
	width: 51.67%;
}

@media only screen and (max-width:991px) {
	.side-title-content-cta-v2__title-wrapper {
		padding-right: 16px;
		width: 48.84%;
	}
}

@media only screen and (max-width:570px) {
	.side-title-content-cta-v2__title-wrapper {
		padding: 0;
		width: 100%;
	}
}

.side-title-content-cta-v2__content-wrapper {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	max-width: 580px;
	padding-left: 64px;
	position: relative;
	width: 48.3%;
}

@media only screen and (max-width:991px) {
	.side-title-content-cta-v2__content-wrapper {
		padding-left: 44px;
		width: 51.16%;
	}
}

@media only screen and (max-width:570px) {
	.side-title-content-cta-v2__content-wrapper {
		-ms-flex-align: start;
		align-items: flex-start;
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}
}

.side-title-content-cta-v2__content-wrapper:before {
	background-color: #ecdeff;
	content: "";
	display: block;
	height: calc(100% - 37px);
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
}

@media only screen and (max-width:991px) {
	.side-title-content-cta-v2__content-wrapper:before {
		height: calc(100% - 25px);
	}
}

@media only screen and (max-width:570px) {
	.side-title-content-cta-v2__content-wrapper:before {
		display: none;
	}
}

.side-title-content-cta-v2__title {
	-webkit-text-stroke: 1px #a142ff;
	color: #ecdeff;
	font-size: 70px;
	line-height: 84px;
}

@media only screen and (max-width:991px) {
	.side-title-content-cta-v2__title {
		font-size: 40px;
		line-height: 48px;
	}
}

@media only screen and (max-width:570px) {
	.side-title-content-cta-v2__title {
		font-size: 42px;
		line-height: 50px;
		margin-bottom: 11px;
	}
}

.side-title-content-cta-v2__content {
	max-width: 458px;
}

@media only screen and (max-width:570px) {
	.side-title-content-cta-v2__content {
		max-width: none;
	}
	
	.side-title-content-cta-v2__text {
		font-size: 15px;
		line-height: 22px;
	}
}

.side-title-content-cta-v2__button-wrapper {
	margin-top: 20px;
}

@media only screen and (max-width:991px) {
	.side-title-content-cta-v2__button-wrapper {
		margin-top: 15px;
	}
}

[dir=rtl] .side-title-content-cta-v2__content-wrapper {
	padding-left: 0;
	padding-right: 64px;
}

@media only screen and (max-width:991px) {
	[dir=rtl] .side-title-content-cta-v2__content-wrapper {
		padding-right: 44px;
	}
}

@media only screen and (max-width:570px) {
	[dir=rtl] .side-title-content-cta-v2__content-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
}

[dir=rtl] .side-title-content-cta-v2__content-wrapper:before {
	left: unset;
	right: 0;
}

[dir=rtl] .side-title-content-cta-v2 .js-animate-parent .animation-title {
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
}

@media only screen and (max-width:570px) {
	[dir=rtl] .side-title-content-cta-v2 .js-animate-parent .animation-title {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
}

[dir=rtl] .side-title-content-cta-v2 .js-animate-parent .animation-content {
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

@media only screen and (max-width:570px) {
	[dir=rtl] .side-title-content-cta-v2 .js-animate-parent .animation-content {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
}

[dir=rtl] .side-title-content-cta-v2 .js-animate-parent.animate .animation-content, [dir=rtl] .side-title-content-cta-v2 .js-animate-parent.animate .animation-title {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
/*# sourceMappingURL=block-retail-lobby.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .retail-banner .arrow-btn, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn, .retail-banner .arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after, .retail-banner .arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white {
	color: #fff;
}

.styled-text.dark {
	color: #16213d;
}

.styled-text.blue {
	color: #3b37e6;
}

.styled-text.coral {
	color: #ff7369;
}

.styled-text.purple {
	color: #a142ff;
}

.styled-text.light-blue {
	color: #55bbf9;
}

.styled-text.malibu {
	color: #5ed0f9;
}

.styled-text.apricot {
	color: #ed7b6f;
}

.styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.retail-banner .return-back-link {
	-webkit-padding-start: 40px;
	padding-inline-start: 40px;
}

@media only screen and (max-width:1030px) {
	.retail-banner .return-back-link {
		-webkit-padding-start: 15px;
		padding-inline-start: 15px;
	}
}

.retail-banner .breadcrumbs {
	margin: 0 auto;
	max-width: 1440px;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
}

@media only screen and (max-width:670px) {
	.retail-banner .breadcrumbs {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.retail-banner__container {
	border-radius: 0 0 96px 96px;
	max-width: none;
	overflow: hidden;
	padding: 34px 0 80px;
}

@media only screen and (max-width:670px) {
	.retail-banner__container {
		border-radius: 0;
		padding: 16px 0 40px;
	}
}

.retail-banner__container.purple {
	background-color: #f7f2ff;
}

.retail-banner__container.blue {
	background-color: #f3f6ff;
}

.retail-banner__container.light-blue {
	background-color: #effcff;
}

.retail-banner__container.coral {
	background-color: #fff2f0;
}

.retail-banner__wrapper {
	grid-gap: 82px;
	display: grid;
	grid-template-columns: 1fr minmax(0, 814px) 1fr;
	padding-top: 29px;
}

@media only screen and (max-width:768px) {
	.retail-banner__wrapper {
		display: block;
	}
}

.retail-banner__content {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	text-align: center;
}

@media only screen and (max-width:1030px) {
	.retail-banner__content {
		padding: 0 15px;
	}
	
	.retail-banner__title {
		font-size: 48px;
		line-height: 50px;
	}
}

@media only screen and (max-width:670px) {
	.retail-banner__title {
		font-size: 32px;
		line-height: 40px;
	}
}

.retail-banner__subtitle {
	margin-bottom: 20px;
}

.retail-banner__text {
	margin: 16px auto 0;
	max-width: 628px;
}

@media only screen and (max-width:670px) {
	.retail-banner__text p {
		font-size: 15px;
		line-height: 22px;
	}
}

.retail-banner__button {
	margin-top: 40px;
}

.retail-banner__left-media, .retail-banner__right-media {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	padding: 136px 0;
	position: relative;
}

@media only screen and (max-width:768px) {
	.retail-banner__left-media, .retail-banner__right-media {
		display: none;
	}
}

@media (min-width:1200px) {
	.retail-banner__right-media .animation-3 {
		width: 225px;
	}
}

.retail-banner__decoration {
	position: absolute;
	transition: width .5s ease-in-out, -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out, width .5s ease-in-out;
	transition: transform .8s ease-in-out, width .5s ease-in-out, -webkit-transform .8s ease-in-out;
}

.retail-banner__decoration.element-0 {
	left: 12px;
	top: 0;
}

@media only screen and (max-width:768px) {
	.retail-banner__decoration.element-0 {
		height: 78px;
		width: 89px;
		z-index: 1;
	}
	
	.retail-banner__decoration.element-0 img {
		width: 100%;
	}
}

.retail-banner__decoration.element-0:hover {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.retail-banner__decoration.element-1 {
	bottom: 0;
	left: 0;
}

.retail-banner__decoration.element-1:hover:hover {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.retail-banner__decoration.element-2 {
	background: #d7f7ff;
	border: 1px solid #00d2fb;
	border-radius: 30px 0 0 30px;
	height: 99px;
	right: 0;
	top: 0;
	width: 102px;
}

.retail-banner__decoration.element-2 img {
	visibility: hidden;
}

.retail-banner__decoration.element-2:hover {
	width: 160px;
}

.retail-banner__decoration.element-3 {
	bottom: 0;
	right: 0;
}

@media only screen and (max-width:991px) {
	.retail-banner__decoration.element-3 {
		max-width: 122px;
		right: 20px;
		z-index: 3;
	}
	
	.retail-banner__decoration.element-3 img {
		width: 100%;
	}
}

.retail-banner__decoration.element-3:hover {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.retail-banner__image-left, .retail-banner__image-right {
	transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
	transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

.retail-banner__image-left:hover:hover, .retail-banner__image-right:hover:hover {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.retail-banner__image-left img, .retail-banner__image-right img {
	border: 1px solid #3b37e6;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	width: 231px;
}

@media only screen and (max-width:1030px) {
	.retail-banner__image-left img, .retail-banner__image-right img {
		width: 200px;
	}
}

@media only screen and (max-width:850px) {
	.retail-banner__image-left img, .retail-banner__image-right img {
		width: 160px;
	}
}

.retail-banner__image-left .retail-banner__animation, .retail-banner__image-right .retail-banner__animation {
	width: 231px;
}

.retail-banner__image-right {
	text-align: right;
}

.retail-banner__image-right img {
	border-radius: 30px 0 0 30px;
}

.retail-banner__image-left img {
	border-radius: 0 30px 30px 0;
}

.retail-banner .arrow-btn {
	margin: 40px auto 0;
}

@media only screen and (max-width:670px) {
	.retail-banner .arrow-btn {
		margin: 24px auto 0;
	}
}

.retail-banner__bottom-logos, .retail-banner__top-logos {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}

.retail-banner__top-logos {
	max-width: 468px;
}

.retail-banner__top-logos.large {
	max-width: 792px;
}

.retail-banner__logo {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	align-items: center;
	aspect-ratio: 156/87;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='156' height='87' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath d='M12.585 18.44v28.34c0 5.004 3.455 9.35 8.344 10.519l53.243 12.69a15.65 15.65 0 0 0 7.241 0l53.243-12.69C139.545 56.13 143 51.784 143 46.78V18.44C143 13.236 138.755 9 133.498 9H22.087c-5.257 0-9.502 4.218-9.502 9.44Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' x='.509' y='.547' width='154.566' height='85.565' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='3.623'/%3E%3CfeGaussianBlur stdDeviation='6.038'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0.231373 0 0 0 0 0.215686 0 0 0 0 0.901961 0 0 0 0.2 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_11493_1102'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_11493_1102' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding: 2.5% 6.8% 5.5%;
	width: 33.3333%;
}

.retail-banner__logo.nitro-lazy {
	background-image: none !important;
}

.retail-banner__logo.large {
	aspect-ratio: 234/130;
	padding: 2.5% 4.8% 6.5%;
}

.retail-banner__logo img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.retail-banner__bottom-logos {
	gap: 20px;
	margin: 40px 0 0;
}

@media (min-width:576px) {
	.retail-banner__bottom-logos {
		gap: 40px;
	}
}

.retail-banner__logo-bottom {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	justify-content: center;
	width: calc(25% - 15px);
}

@media (min-width:576px) {
	.retail-banner__logo-bottom {
		width: auto;
	}
}

@media (min-width:1200px) {
	.retail-banner__logo-bottom.large {
		height: 130px;
	}
}

.retail-banner__logo-bottom img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

@media (min-width:768px) {
	.retail-banner__logo-bottom img {
		max-width: 103px;
	}
}

@media (min-width:1200px) {
	.retail-banner__logo-bottom img.large {
		max-width: 120px;
	}
}

.retail-banner__active-link {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	background: #d7f7ff;
	border: 1px solid #3b37e6;
	border-radius: 7px;
	bottom: 5px;
	color: #16213d;
	display: -ms-flexbox;
	display: flex;
	font-family: Axiforma;
	font-size: 13px;
	font-weight: 600;
	justify-content: center;
	left: 120px;
	line-height: 16px;
	min-height: 50px;
	min-width: 102px;
	padding: 6px 16px;
	position: absolute;
	transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
	transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

@media only screen and (max-width:991px) {
	.retail-banner__active-link {
		display: none;
	}
}

.retail-banner__active-link:hover {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.retail-banner__active-link.apricot {
	background: #ffdfd9;
	border: 1px solid #ff7369;
}

.retail-banner__active-link.purple {
	background: #ecdeff;
	border: 1px solid #a142ff;
}

.retail-banner__active-link.light-blue {
	background: #f3f6ff;
	border: 1px solid #55bbf9;
}

.retail-banner__media-area {
	display: none;
	margin-top: 40px;
	position: relative;
}

@media only screen and (max-width:768px) {
	.retail-banner__media-area {
		display: block;
	}
}

.retail-banner__image-center {
	position: relative;
	z-index: 2;
}

.retail-banner__image-center .retail-banner__animation {
	max-width: 360px;
	width: 100%;
}

.retail-banner__image-center .retail-banner__image {
	height: auto;
	max-width: 345px;
	width: 100%;
}

.retail-banner__animation {
	width: 102px;
}

.retail-banner__animation svg {
	height: auto;
	width: 100%;
}

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

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

[dir=rtl] .retail-banner__left-media {
	-ms-flex-order: 3;
	order: 3;
	text-align: end;
}

[dir=rtl] .retail-banner__content-wrapper {
	-ms-flex-order: 2;
	order: 2;
}

[dir=rtl] .retail-banner__right-media {
	-ms-flex-order: 1;
	order: 1;
}
/*# sourceMappingURL=block-gated-content-banner.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, .hubspot-form .hbspt-form .hs-submit input[type=submit], .hubspot-form__button, .lobby-banner .hbspt-form .hs-submit input[type=submit], .lobby-banner__button-left, .lobby-banner__button:not(.c-btn), a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, .hubspot-form .hbspt-form .hs-submit input.popup-see-more__btn-2:is([type=submit]), .lobby-banner .hbspt-form .hs-submit input.popup-see-more__btn-2:is([type=submit]), .popup-see-more__btn-2.hubspot-form__button, .popup-see-more__btn-2.lobby-banner__button-left, .popup-see-more__btn-2.lobby-banner__button:not(.c-btn), a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.hubspot-form__button, .content-slider-sale__btn.lobby-banner__button-left, .content-slider-sale__btn.lobby-banner__button:not(.c-btn), .hubspot-form .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), .lobby-banner .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.hubspot-form__button, .content-slider-sale__btn.lobby-banner__button-left, .content-slider-sale__btn.lobby-banner__button:not(.c-btn), .hubspot-form .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), .lobby-banner .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.hubspot-form__button, .content-slider-sale__btn.lobby-banner__button-left, .content-slider-sale__btn.lobby-banner__button:not(.c-btn), .hubspot-form .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), .lobby-banner .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, .hubspot-form .hbspt-form .hs-submit input:hover:is([type=submit]), .hubspot-form__button:hover, .lobby-banner .hbspt-form .hs-submit input:hover:is([type=submit]), .lobby-banner__button-left:hover, .lobby-banner__button:hover:not(.c-btn), a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .lobby-banner__button:not(.c-btn).button, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .small.lobby-banner__button.button:not(.c-btn), .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .coral.lobby-banner__button.button:not(.c-btn), .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .light-coral.lobby-banner__button.button:not(.c-btn), .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .light-coral.lobby-banner__button.button:hover:not(.c-btn), .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .purple.lobby-banner__button.button:not(.c-btn), .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .blue.lobby-banner__button.button:not(.c-btn), .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .light-blue.lobby-banner__button.button:not(.c-btn), .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .light-blue-2.lobby-banner__button.button:not(.c-btn), .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .light-blue-2.lobby-banner__button.button:hover:not(.c-btn), .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.apricot.lobby-banner__button.button:not(.c-btn), .arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .malibu.lobby-banner__button.button:not(.c-btn), .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white, .white.lobby-banner__button.button:not(.c-btn) {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .lobby-banner__button.button:hover:not(.c-btn), .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, .lobby-banner__button-right, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, .lobby-banner__button-right:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white, .white.lobby-banner__subtitle.subtitle {
	color: #fff;
}

.dark.lobby-banner__subtitle.subtitle, .styled-text.dark {
	color: #16213d;
}

.blue.lobby-banner__subtitle.subtitle, .styled-text.blue {
	color: #3b37e6;
}

.coral.lobby-banner__subtitle.subtitle, .styled-text.coral {
	color: #ff7369;
}

.purple.lobby-banner__subtitle.subtitle, .styled-text.purple {
	color: #a142ff;
}

.light-blue.lobby-banner__subtitle.subtitle, .styled-text.light-blue {
	color: #55bbf9;
}

.malibu.lobby-banner__subtitle.subtitle, .styled-text.malibu {
	color: #5ed0f9;
}

.apricot.lobby-banner__subtitle.subtitle, .styled-text.apricot {
	color: #ed7b6f;
}

.opacity80.lobby-banner__subtitle.subtitle, .styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.hubspot-form, .lobby-banner {
	background-color: #f3f6ff;
	padding: 56px 0;
}

@media only screen and (max-width:670px) {
	.hubspot-form, .lobby-banner {
		padding: 30px 0;
	}
}

.hubspot-form__wrapper {
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	max-width: 994px;
}

@media only screen and (max-width:670px) {
	.hubspot-form__wrapper {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.hubspot-form__content-wrapper {
	-ms-flex-preferred-size: 0;
	-ms-flex-positive: 1;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

@media only screen and (max-width:670px) {
	.hubspot-form__content-wrapper {
		width: 100%;
	}
}

.hubspot-form__title {
	margin-bottom: 10px;
}

.hubspot-form__title_small {
	font-size: 40px;
	line-height: 48px;
}

@media only screen and (max-width:991px) {
	.hubspot-form__title {
		font-size: 40px;
		line-height: 48px;
	}
}

.hubspot-form__subtitle {
	font-size: 22px;
	line-height: 28px;
}

.hubspot-form__list {
	margin: 30px 0;
}

.hubspot-form__list li {
	font-family: Open Sans;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
}

.hubspot-form__list li:nth-child(3n+1) .hubspot-form__list-item-title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNy4xMjcgOC41NTJjMi4xNjYtMy43NTEgNy41OC0zLjc1MSA5Ljc0NyAwbDEuNzAzIDIuOTUxYzIuMTY2IDMuNzUyLS41NDEgOC40NDEtNC44NzMgOC40NDFoLTMuNDA4Yy00LjMzMiAwLTcuMDQtNC42OS00Ljg3My04LjQ0bDEuNzA0LTIuOTUyWiIgZmlsbD0iI0ZGREZEOSIgc3Ryb2tlPSIjRkY3MzY5Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}

.hubspot-form__list li:nth-child(3n+2) .hubspot-form__list-item-title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNy45MTQgNC42NjhhNS42MjggNS42MjggMCAwIDEgNy45NTggMGwzLjI0NSAzLjI0NWE1LjYyOCA1LjYyOCAwIDAgMSAwIDcuOTU5bC0zLjI0NSAzLjI0NWE1LjYyNyA1LjYyNyAwIDAgMS03Ljk1OCAwbC0zLjI0Ni0zLjI0NWE1LjYyNyA1LjYyNyAwIDAgMSAwLTcuOTU5bDMuMjQ2LTMuMjQ1WiIgZmlsbD0iI0ZGREZEOSIgc3Ryb2tlPSIjRkY3MzY5Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}

.hubspot-form__list li:nth-child(3n+3) .hubspot-form__list-item-title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMTkgMi44ODFhNS42MjcgNS42MjcgMCAwIDEgNS42MjcgMGwzLjc3OCAyLjE4MmE1LjYyNyA1LjYyNyAwIDAgMSAyLjgxNCA0Ljg3M1YxNC4zYTUuNjI3IDUuNjI3IDAgMCAxLTIuODE0IDQuODczbC0zLjc3OCAyLjE4MmE1LjYyOCA1LjYyOCAwIDAgMS01LjYyOCAwbC0zLjc3OC0yLjE4MkE1LjYyOCA1LjYyOCAwIDAgMSAyLjU5OCAxNC4zVjkuOTM2QTUuNjI3IDUuNjI3IDAgMCAxIDUuNDEgNS4wNjNMOS4xOSAyLjg4WiIgZmlsbD0iI0ZGREZEOSIgc3Ryb2tlPSIjRkY3MzY5Ii8+PC9zdmc+");
}

.hubspot-form__list li p {
	margin-top: 8px;
}

.hubspot-form__list-item-title {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	font-family: Axiforma;
	gap: 8px;
}

.hubspot-form__list-item-title:before {
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 24px;
	min-width: 24px;
	vertical-align: sub;
	width: 24px;
}

.hubspot-form__button-wrapper {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	justify-content: center;
	margin-top: 16px;
}

.hubspot-form__bottom-content {
	font-family: Open Sans;
	margin-top: 50px;
}

.hubspot-form__bottom-content * {
	font-family: Open Sans;
}

.hubspot-form__bottom-content strong, .hubspot-form__bottom-content strong * {
	font-weight: 600;
}

.hubspot-form__bottom-content a {
	text-decoration-line: underline;
	text-decoration-thickness: .5px;
}

.hubspot-form__bottom-content a:hover {
	text-decoration: none;
}

.hubspot-form__form-wrapper {
	width: 386px;
}

@media only screen and (max-width:991px) {
	.hubspot-form__form-wrapper {
		width: 334px;
	}
}

@media only screen and (max-width:670px) {
	.hubspot-form__form-wrapper {
		width: 100%;
	}
}

.hubspot-form .hbspt-form.smaller-message .input textarea, .lobby-banner .hbspt-form.smaller-message .input textarea {
	height: 48px;
	padding: 15px 16px;
	resize: none;
}

.hubspot-form .hbspt-form .hs-recaptcha, .lobby-banner .hbspt-form .hs-recaptcha {
	display: none !important;
}

.hubspot-form .hbspt-form .submitted-message, .lobby-banner .hbspt-form .submitted-message {
	color: #3b37e6;
	font-size: 18px;
	line-height: 28px;
	padding: 10px 0 20px;
}

.hubspot-form .hbspt-form fieldset, .lobby-banner .hbspt-form fieldset {
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	display: grid;
	max-width: 100% !important;
}

.hubspot-form .hbspt-form fieldset.form-columns-3, .lobby-banner .hbspt-form fieldset.form-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width:768px) {
	.hubspot-form .hbspt-form fieldset.form-columns-3, .lobby-banner .hbspt-form fieldset.form-columns-3 {
		grid-template-columns: 1fr;
	}
}

.hubspot-form .hbspt-form fieldset.form-columns-2, .lobby-banner .hbspt-form fieldset.form-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width:768px) {
	.hubspot-form .hbspt-form fieldset.form-columns-2, .lobby-banner .hbspt-form fieldset.form-columns-2 {
		grid-template-columns: 1fr;
	}
}

.hubspot-form .hbspt-form fieldset.form-columns-1:has(input[type=hidden]), .lobby-banner .hbspt-form fieldset.form-columns-1:has(input[type=hidden]) {
	border: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.hubspot-form .hbspt-form fieldset.form-columns-1 .legal-consent-container .field.hs-form-field, .lobby-banner .hbspt-form fieldset.form-columns-1 .legal-consent-container .field.hs-form-field {
	margin-bottom: 0;
}

.hubspot-form .hbspt-form .hs-form-field, .hubspot-form .hbspt-form fieldset.form-columns-0, .lobby-banner .hbspt-form .hs-form-field, .lobby-banner .hbspt-form fieldset.form-columns-0 {
	margin-bottom: 16px;
}

.hubspot-form .hbspt-form .hs-dependent-field .hs-form-field:not(:first-child), .lobby-banner .hbspt-form .hs-dependent-field .hs-form-field:not(:first-child) {
	margin-top: 16px;
}

.hubspot-form .hbspt-form .hs-form-field, .hubspot-form .hbspt-form .input, .lobby-banner .hbspt-form .hs-form-field, .lobby-banner .hbspt-form .input {
	float: none !important;
	width: 100% !important;
}

.hubspot-form .hbspt-form .hs-form-field > label, .hubspot-form .hbspt-form .input > label, .lobby-banner .hbspt-form .hs-form-field > label, .lobby-banner .hbspt-form .input > label {
	display: none !important;
}

.hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file, .hubspot-form .hbspt-form .input.hs-fieldtype-file, .lobby-banner .hbspt-form .hs-form-field.hs-fieldtype-file, .lobby-banner .hbspt-form .input.hs-fieldtype-file {
	margin-bottom: 0;
}

.hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file > label, .hubspot-form .hbspt-form .input.hs-fieldtype-file > label, .lobby-banner .hbspt-form .hs-form-field.hs-fieldtype-file > label, .lobby-banner .hbspt-form .input.hs-fieldtype-file > label {
	display: block !important;
}

.hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file > label span, .hubspot-form .hbspt-form .input.hs-fieldtype-file > label span, .lobby-banner .hbspt-form .hs-form-field.hs-fieldtype-file > label span, .lobby-banner .hbspt-form .input.hs-fieldtype-file > label span {
	color: #3b37e6;
	cursor: pointer;
	font-size: 15px;
	line-height: 24px;
	padding-left: 26px;
	position: relative;
}

.hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file > label span:before, .hubspot-form .hbspt-form .input.hs-fieldtype-file > label span:before, .lobby-banner .hbspt-form .hs-form-field.hs-fieldtype-file > label span:before, .lobby-banner .hbspt-form .input.hs-fieldtype-file > label span:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.563 12.375.969.97 1.78-1.774v8.367h1.376V11.57l1.78 1.773.97-.969L11 8.937l-3.438 3.438Z' fill='%233B37E6'/%3E%3Cpath d='M16.156 15.125h-.343V13.75h.343a3.096 3.096 0 1 0 .248-6.187h-.591l-.07-.564a4.813 4.813 0 0 0-9.542 0l-.013.564h-.592a3.096 3.096 0 1 0 .248 6.187h.344v1.375h-.344a4.469 4.469 0 0 1-.894-8.841 6.188 6.188 0 0 1 12.1 0 4.469 4.469 0 0 1-.894 8.841Z' fill='%233B37E6'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 22px;
	left: 0;
	position: absolute;
	width: 22px;
}

.hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file], .hubspot-form .hbspt-form .input.hs-fieldtype-file input[type=file], .lobby-banner .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file], .lobby-banner .hbspt-form .input.hs-fieldtype-file input[type=file] {
	cursor: pointer;
	padding-left: 26px;
}

.hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .hubspot-form .hbspt-form .input.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .lobby-banner .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .lobby-banner .hbspt-form .input.hs-fieldtype-file input[type=file]::-webkit-file-upload-button {
	display: none;
}

.hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::file-selector-button, .hubspot-form .hbspt-form .input.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .hubspot-form .hbspt-form .input.hs-fieldtype-file input[type=file]::file-selector-button, .lobby-banner .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .lobby-banner .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::file-selector-button, .lobby-banner .hbspt-form .input.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .lobby-banner .hbspt-form .input.hs-fieldtype-file input[type=file]::file-selector-button {
	display: none;
}

.hubspot-form .hbspt-form .hs-form-field input[type=email], .hubspot-form .hbspt-form .hs-form-field input[type=number], .hubspot-form .hbspt-form .hs-form-field input[type=tel], .hubspot-form .hbspt-form .hs-form-field input[type=text], .hubspot-form .hbspt-form .hs-form-field textarea, .hubspot-form .hbspt-form .input input[type=email], .hubspot-form .hbspt-form .input input[type=number], .hubspot-form .hbspt-form .input input[type=tel], .hubspot-form .hbspt-form .input input[type=text], .hubspot-form .hbspt-form .input textarea, .lobby-banner .hbspt-form .hs-form-field input[type=email], .lobby-banner .hbspt-form .hs-form-field input[type=number], .lobby-banner .hbspt-form .hs-form-field input[type=tel], .lobby-banner .hbspt-form .hs-form-field input[type=text], .lobby-banner .hbspt-form .hs-form-field textarea, .lobby-banner .hbspt-form .input input[type=email], .lobby-banner .hbspt-form .input input[type=number], .lobby-banner .hbspt-form .input input[type=tel], .lobby-banner .hbspt-form .input input[type=text], .lobby-banner .hbspt-form .input textarea {
	background-color: #fff;
	border: 1px solid rgba(22, 33, 61, .1);
	border-radius: 10px;
	color: #16213d;
	font-size: 13px;
	height: 48px;
	line-height: 16px;
	padding: 10px 16px;
	width: 100% !important;
}

.hubspot-form .hbspt-form .hs-form-field input[type=email].error, .hubspot-form .hbspt-form .hs-form-field input[type=number].error, .hubspot-form .hbspt-form .hs-form-field input[type=tel].error, .hubspot-form .hbspt-form .hs-form-field input[type=text].error, .hubspot-form .hbspt-form .hs-form-field textarea.error, .hubspot-form .hbspt-form .input input[type=email].error, .hubspot-form .hbspt-form .input input[type=number].error, .hubspot-form .hbspt-form .input input[type=tel].error, .hubspot-form .hbspt-form .input input[type=text].error, .hubspot-form .hbspt-form .input textarea.error, .lobby-banner .hbspt-form .hs-form-field input[type=email].error, .lobby-banner .hbspt-form .hs-form-field input[type=number].error, .lobby-banner .hbspt-form .hs-form-field input[type=tel].error, .lobby-banner .hbspt-form .hs-form-field input[type=text].error, .lobby-banner .hbspt-form .hs-form-field textarea.error, .lobby-banner .hbspt-form .input input[type=email].error, .lobby-banner .hbspt-form .input input[type=number].error, .lobby-banner .hbspt-form .input input[type=tel].error, .lobby-banner .hbspt-form .input input[type=text].error, .lobby-banner .hbspt-form .input textarea.error {
	border-color: #c93435;
}

.hubspot-form .hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=number]::-webkit-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, .hubspot-form .hbspt-form .hs-form-field textarea::-webkit-input-placeholder, .hubspot-form .hbspt-form .input input[type=email]::-webkit-input-placeholder, .hubspot-form .hbspt-form .input input[type=number]::-webkit-input-placeholder, .hubspot-form .hbspt-form .input input[type=tel]::-webkit-input-placeholder, .hubspot-form .hbspt-form .input input[type=text]::-webkit-input-placeholder, .hubspot-form .hbspt-form .input textarea::-webkit-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=number]::-webkit-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, .lobby-banner .hbspt-form .hs-form-field textarea::-webkit-input-placeholder, .lobby-banner .hbspt-form .input input[type=email]::-webkit-input-placeholder, .lobby-banner .hbspt-form .input input[type=number]::-webkit-input-placeholder, .lobby-banner .hbspt-form .input input[type=tel]::-webkit-input-placeholder, .lobby-banner .hbspt-form .input input[type=text]::-webkit-input-placeholder, .lobby-banner .hbspt-form .input textarea::-webkit-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.hubspot-form .hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=number]:-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field textarea:-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=email]:-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=number]:-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=tel]:-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=text]:-ms-input-placeholder, .hubspot-form .hbspt-form .input textarea:-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=number]:-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field textarea:-ms-input-placeholder, .lobby-banner .hbspt-form .input input[type=email]:-ms-input-placeholder, .lobby-banner .hbspt-form .input input[type=number]:-ms-input-placeholder, .lobby-banner .hbspt-form .input input[type=tel]:-ms-input-placeholder, .lobby-banner .hbspt-form .input input[type=text]:-ms-input-placeholder, .lobby-banner .hbspt-form .input textarea:-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.hubspot-form .hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=number]::-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field textarea::-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=email]::-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=number]::-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=tel]::-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=text]::-ms-input-placeholder, .hubspot-form .hbspt-form .input textarea::-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=number]::-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field textarea::-ms-input-placeholder, .lobby-banner .hbspt-form .input input[type=email]::-ms-input-placeholder, .lobby-banner .hbspt-form .input input[type=number]::-ms-input-placeholder, .lobby-banner .hbspt-form .input input[type=tel]::-ms-input-placeholder, .lobby-banner .hbspt-form .input input[type=text]::-ms-input-placeholder, .lobby-banner .hbspt-form .input textarea::-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.hubspot-form .hbspt-form .hs-form-field input[type=email]::placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=number]::placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=tel]::placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=text]::placeholder, .hubspot-form .hbspt-form .hs-form-field textarea::placeholder, .hubspot-form .hbspt-form .input input[type=email]::placeholder, .hubspot-form .hbspt-form .input input[type=number]::placeholder, .hubspot-form .hbspt-form .input input[type=tel]::placeholder, .hubspot-form .hbspt-form .input input[type=text]::placeholder, .hubspot-form .hbspt-form .input textarea::placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=email]::placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=number]::placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=tel]::placeholder, .lobby-banner .hbspt-form .hs-form-field input[type=text]::placeholder, .lobby-banner .hbspt-form .hs-form-field textarea::placeholder, .lobby-banner .hbspt-form .input input[type=email]::placeholder, .lobby-banner .hbspt-form .input input[type=number]::placeholder, .lobby-banner .hbspt-form .input input[type=tel]::placeholder, .lobby-banner .hbspt-form .input input[type=text]::placeholder, .lobby-banner .hbspt-form .input textarea::placeholder {
	color: rgba(22, 33, 61, .4);
}

.hubspot-form .hbspt-form .hs-form-field textarea, .hubspot-form .hbspt-form .input textarea, .lobby-banner .hbspt-form .hs-form-field textarea, .lobby-banner .hbspt-form .input textarea {
	display: block;
	height: 100px;
}

.hubspot-form .hbspt-form .hs-form-field select, .hubspot-form .hbspt-form .input select, .lobby-banner .hbspt-form .hs-form-field select, .lobby-banner .hbspt-form .input select {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1 7 7 1 1' stroke='%233B37E6'/%3E%3C/svg%3E");
	background-position: center right 19px;
	background-repeat: no-repeat;
	border: 1px solid rgba(22, 33, 61, .1);
	border-radius: 10px;
	color: #16213d;
	font-size: 13px;
	height: 48px;
	line-height: 16px;
	padding: 10px 35px 10px 16px;
	width: 100% !important;
}

.hubspot-form .hbspt-form .hs-form-field select.nitro-lazy, .hubspot-form .hbspt-form .input select.nitro-lazy, .lobby-banner .hbspt-form .hs-form-field select.nitro-lazy, .lobby-banner .hbspt-form .input select.nitro-lazy {
	background-image: none !important;
}

.hubspot-form .hbspt-form .hs-form-field select.error, .hubspot-form .hbspt-form .input select.error, .lobby-banner .hbspt-form .hs-form-field select.error, .lobby-banner .hbspt-form .input select.error {
	border-color: #c93435;
}

.hubspot-form .hbspt-form .hs-form-field select::-webkit-input-placeholder, .hubspot-form .hbspt-form .input select::-webkit-input-placeholder, .lobby-banner .hbspt-form .hs-form-field select::-webkit-input-placeholder, .lobby-banner .hbspt-form .input select::-webkit-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.hubspot-form .hbspt-form .hs-form-field select:-ms-input-placeholder, .hubspot-form .hbspt-form .input select:-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field select:-ms-input-placeholder, .lobby-banner .hbspt-form .input select:-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.hubspot-form .hbspt-form .hs-form-field select::-ms-input-placeholder, .hubspot-form .hbspt-form .input select::-ms-input-placeholder, .lobby-banner .hbspt-form .hs-form-field select::-ms-input-placeholder, .lobby-banner .hbspt-form .input select::-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.hubspot-form .hbspt-form .hs-form-field select::placeholder, .hubspot-form .hbspt-form .input select::placeholder, .lobby-banner .hbspt-form .hs-form-field select::placeholder, .lobby-banner .hbspt-form .input select::placeholder {
	color: rgba(22, 33, 61, .4);
}

.hubspot-form .hbspt-form .hs-form-field select.is-placeholder, .hubspot-form .hbspt-form .input select.is-placeholder, .lobby-banner .hbspt-form .hs-form-field select.is-placeholder, .lobby-banner .hbspt-form .input select.is-placeholder {
	color: rgba(22, 33, 61, .4);
}

.hubspot-form .hbspt-form .input, .lobby-banner .hbspt-form .input {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child), .lobby-banner .hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child) {
	margin-bottom: 16px;
}

.hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox], .lobby-banner .hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox] {
	display: none !important;
}

.hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before, .lobby-banner .hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Zm10.03 4.97a.75.75 0 0 1 .011 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.75.75 0 0 1 1.08-.022h-.001Z' fill='%2316213D'/%3E%3C/svg%3E");
}

.hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display span, .lobby-banner .hbspt-form .inputs-list .hs-form-booleancheckbox-display span {
	cursor: pointer;
	margin: 0;
	padding-left: 24px;
	position: relative;
}

.hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display span *, .lobby-banner .hbspt-form .inputs-list .hs-form-booleancheckbox-display span * {
	font-size: 13px;
	line-height: 18px;
}

.hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display span a, .lobby-banner .hbspt-form .inputs-list .hs-form-booleancheckbox-display span a {
	font-weight: 600;
}

.hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover, .lobby-banner .hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover {
	text-decoration: underline;
}

.hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before, .lobby-banner .hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z' fill='%2316213D'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 16px;
}

.hubspot-form .hbspt-form .hs-richtext *, .lobby-banner .hbspt-form .hs-richtext * {
	font-size: 13px;
	line-height: 18px;
}

.hubspot-form .hbspt-form .hs-richtext a, .lobby-banner .hbspt-form .hs-richtext a {
	font-weight: 600;
	text-decoration: underline;
}

.hubspot-form .hbspt-form .hs-richtext a:hover, .lobby-banner .hbspt-form .hs-richtext a:hover {
	text-decoration: none;
}

.hubspot-form .hbspt-form .hs-submit, .lobby-banner .hbspt-form .hs-submit {
	margin-top: 24px;
	text-align: center;
}

@media only screen and (max-width:991px) {
	.hubspot-form .hbspt-form .hs-submit .actions, .lobby-banner .hbspt-form .hs-submit .actions {
		text-align: center;
	}
}

.hubspot-form .hbspt-form .hs-submit input:is([type=submit]), .hubspot-form .hbspt-form .hs-submit input[type=submit], .lobby-banner .hbspt-form .hs-submit input:is([type=submit]) {
	cursor: pointer;
	padding: 9px 29px;
}

@media only screen and (max-width:991px) {
	.hubspot-form .hbspt-form .hs-submit input:is([type=submit]), .hubspot-form .hbspt-form .hs-submit input[type=submit], .lobby-banner .hbspt-form .hs-submit input:is([type=submit]) {
		border-radius: 15px;
		font-size: 15px;
		line-height: 24px;
		padding: 10px 15px;
	}
}

.hubspot-form .hbspt-form .hs_error_rollup .hs-error-msgs .hs-main-font-element, .lobby-banner .hbspt-form .hs_error_rollup .hs-error-msgs .hs-main-font-element {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.hubspot-form .hbspt-form .hs-error-msgs .hs-error-msg, .hubspot-form .hbspt-form .hs-error-msgs .hs-main-font-element, .lobby-banner .hbspt-form .hs-error-msgs .hs-error-msg, .lobby-banner .hbspt-form .hs-error-msgs .hs-main-font-element {
	color: #c93435;
	font-size: 12px;
	line-height: 14px;
}

.blue .hbspt-form .hs-richtext, .dark .hbspt-form .hs-richtext, .form-on-dark-bg .hbspt-form .hs-richtext, .purple .hbspt-form .hs-richtext {
	color: #fff;
}

.blue .hbspt-form .hs-richtext *, .dark .hbspt-form .hs-richtext *, .form-on-dark-bg .hbspt-form .hs-richtext *, .purple .hbspt-form .hs-richtext * {
	color: inherit;
}

.blue .hbspt-form .submitted-message *, .dark .hbspt-form .submitted-message *, .form-on-dark-bg .hbspt-form .submitted-message *, .purple .hbspt-form .submitted-message * {
	color: #fff;
}

.blue .hbspt-form .hs-error-msgs .hs-error-msg, .blue .hbspt-form .hs-error-msgs .hs-main-font-element, .dark .hbspt-form .hs-error-msgs .hs-error-msg, .dark .hbspt-form .hs-error-msgs .hs-main-font-element, .form-on-dark-bg .hbspt-form .hs-error-msgs .hs-error-msg, .form-on-dark-bg .hbspt-form .hs-error-msgs .hs-main-font-element, .purple .hbspt-form .hs-error-msgs .hs-error-msg, .purple .hbspt-form .hs-error-msgs .hs-main-font-element {
	color: #fff !important;
	opacity: .8;
}

.pt-loader {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.pt-loader__message {
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

@media (min-width:992px) {
	.pt-loader__message {
		font-size: 24px;
		line-height: 1.2;
	}
}

.pt-loader__dots {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	justify-content: center;
	margin-top: 10px;
}

.pt-loader__dots span {
	-webkit-animation: blink 1.5s ease-in-out infinite;
	animation: blink 1.5s ease-in-out infinite;
	background-color: #fe5a51;
	border-radius: 50%;
	height: 10px;
	width: 10px;
}

.pt-loader__dots span:nth-child(2) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.pt-loader__dots span:nth-child(3) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

@-webkit-keyframes blink {
	0%, 80%, to {
		opacity: 0;
	}
	
	40% {
		opacity: 1;
	}
}

@keyframes blink {
	0%, 80%, to {
		opacity: 0;
	}
	
	40% {
		opacity: 1;
	}
}

.lobby-banner {
	background-color: transparent !important;
	margin-bottom: 100px;
	padding: 0 !important;
}

@media only screen and (max-width:991px) {
	.lobby-banner {
		margin-bottom: 46px;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner {
		padding-top: 0;
	}
}

.lobby-banner-v2 {
	padding: 0;
}

.lobby-banner .image-border {
	border: 1px solid;
	border-radius: 24px;
}

@media only screen and (max-width:991px) {
	.lobby-banner .image-border {
		border-radius: 12px;
	}
}

@media only screen and (max-width:670px) {
	.lobby-banner .image-border {
		border: none;
	}
}

.lobby-banner .image-border.remove-border-radius {
	border-radius: 0;
}

.lobby-banner__main {
	padding-bottom: 56px;
	padding-top: 56px;
}

@media only screen and (max-width:991px) {
	.lobby-banner__main {
		padding-bottom: 43px;
		padding-top: 43px;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__main {
		background: transparent;
		padding-bottom: 0;
	}
}

.lobby-banner__main.has-navigation {
	padding-top: 24px;
}

@media only screen and (max-width:991px) {
	.lobby-banner__main.has-navigation {
		padding-top: 16px;
	}
}

@media only screen and (max-width:670px) {
	.lobby-banner__main.has-button {
		margin-bottom: 50px;
		position: relative;
	}
	
	.lobby-banner__main.has-two-button {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width:991px) {
	.lobby-banner__main.no-frame .lobby-banner__wrapper {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width:670px) {
	.lobby-banner__main.no-frame .lobby-banner__wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.lobby-banner__main.no-frame .lobby-banner__media, .lobby-banner__main.no-frame .lobby-banner__media.video {
	height: 372px;
}

.lobby-banner__main.no-frame .lobby-banner__frame:not(.hide-mask) {
	height: 372px;
	top: 0;
	width: 626px;
	z-index: 1;
}

@media only screen and (max-width:1199px) {
	.lobby-banner__main.no-frame .lobby-banner__frame:not(.hide-mask) {
		height: 276px;
		width: 450px;
	}
}

@media only screen and (max-width:991px) {
	.lobby-banner__main.no-frame .lobby-banner__frame:not(.hide-mask) {
		height: 196px;
		width: 334px;
	}
}

@media only screen and (max-width:768px) {
	.lobby-banner__main.no-frame .lobby-banner__frame:not(.hide-mask) {
		height: auto;
		width: 100%;
	}
}

.lobby-banner__main.no-frame .lobby-banner__frame:not(.hide-mask):before {
	background-image: url("data:image/png;base64,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");
	content: "";
	height: 214px;
	position: absolute;
	right: 0;
	top: 0;
	width: 202px;
	z-index: 1;
}

@media only screen and (max-width:991px) {
	.lobby-banner__main.no-frame .lobby-banner__frame:not(.hide-mask):before {
		background-size: cover;
		height: 161px;
		width: 155px;
	}
}

.lobby-banner__main.no-frame .lobby-banner__frame:not(.hide-mask):after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='168' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 9.572v127.093c0 17.03 13.805 30.835 30.835 30.835H146.95c7.599 0 11.559-9.045 6.405-14.628L15.621 3.66C10.239-2.17.5 1.637.5 9.572Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
	background-position: 100% 0;
	background-repeat: no-repeat;
	content: "";
	height: 168px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scale(-1);
	transform: scale(-1);
	width: 157px;
	z-index: 1;
}

@media only screen and (max-width:991px) {
	.lobby-banner__main.no-frame .lobby-banner__frame:not(.hide-mask):after {
		background-size: cover;
		height: 125px;
		width: 117px;
	}
}

.lobby-banner__main.no-frame .lobby-banner__frame.hide-mask {
	background: none;
	height: 100%;
}

@media only screen and (max-width:768px) {
	.lobby-banner__main.no-frame .lobby-banner__frame.hide-mask {
		height: auto;
	}
}

.lobby-banner__main.no-frame .lobby-banner__image-wrapper {
	padding: 0;
}

.lobby-banner__main.no-frame .lobby-banner__play-btn {
	left: 50%;
	padding: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.lobby-banner__main.no-frame .lobby-banner__button-left:not(.c-btn) {
	background: #fff;
	border: 1px solid #3b37e6;
	color: #3b37e6;
}

.lobby-banner__main.no-frame .lobby-banner__button-left:not(.c-btn):hover {
	background: #3b37e6;
	border-color: #3b37e6;
	color: #fff;
}

@media only screen and (max-width:768px) {
	.lobby-banner__main.no-frame .lobby-banner__content, .lobby-banner__main.no-frame .lobby-banner__text {
		max-width: none;
	}
}

.lobby-banner__main.no-frame .lobby-banner__text {
	text-align: left;
}

.lobby-banner__main .breadcrumbs, .lobby-banner__main .return-back-link {
	padding-left: 0;
}

@media only screen and (max-width:991px) {
	.lobby-banner__main .breadcrumbs, .lobby-banner__main .return-back-link {
		margin-bottom: 24px;
	}
}

@media only screen and (max-width:670px) {
	.lobby-banner__main .breadcrumbs, .lobby-banner__main .return-back-link {
		margin-bottom: 16px;
	}
}

.lobby-banner__main.blue, .lobby-banner__main.transparent {
	background-color: #f3f6ff;
}

@media only screen and (max-width:670px) {
	.lobby-banner__main.blue, .lobby-banner__main.transparent {
		background-color: transparent;
	}
}

.lobby-banner__main.blue .lobby-banner__subtitle:not(.subtitle), .lobby-banner__main.transparent .lobby-banner__subtitle:not(.subtitle) {
	color: #3b37e6;
}

.lobby-banner__main.blue .lobby-banner__frame, .lobby-banner__main.transparent .lobby-banner__frame {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='626' height='524' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M590.15 523.336h.151c19.392 0 35.113-15.721 35.113-35.114 0-1.347-.076-2.677-.224-3.984V151.627c0-19.327-15.668-34.995-34.995-34.995-19.327 0-34.995 15.668-34.995 34.995v273.107c0 15.671-12.704 28.375-28.375 28.375H407.25c-19.392 0-35.113 15.721-35.113 35.113 0 19.393 15.721 35.114 35.113 35.114h182.9Z'/%3E%3C/mask%3E%3Cpath d='m590.15 523.336.002-.946h-.002v.946Zm.09 0v-.946h-.002l.002.946Zm.061 0v.946-.946Zm34.889-39.098h-.945v.053l.006.053.939-.106Zm0-332.611h-.945.945Zm-69.99 0h.945-.945ZM407.25 453.109v-.946.946Zm147.95-28.375h.945-.945Zm34.995 97.656h-.043l-.003 1.892h.046v-1.892Zm.043 0h-.043v1.892h.046l-.003-1.892Zm.063 0h-.061v1.892h.061v-1.892Zm34.167-34.168c0 18.871-15.297 34.168-34.167 34.168v1.892c19.915 0 36.059-16.145 36.059-36.06h-1.892Zm-.217-3.878c.143 1.272.217 2.567.217 3.878h1.892a36.38 36.38 0 0 0-.23-4.091l-1.879.213Zm-.006-332.717v332.611h1.891V151.627h-1.891Zm-34.05-34.049c18.805 0 34.05 15.244 34.05 34.049h1.891c0-19.85-16.091-35.941-35.941-35.941v1.892Zm-34.05 34.049c0-18.805 15.245-34.049 34.05-34.049v-1.892c-19.85 0-35.941 16.091-35.941 35.941h1.891Zm0 273.107V151.627h-1.891v273.107h1.891ZM407.25 454.055h119.575v-1.892H407.25v1.892Zm-34.167 34.167c0-18.87 15.297-34.167 34.167-34.167v-1.892c-19.915 0-36.059 16.144-36.059 36.059h1.892Zm34.167 34.168c-18.87 0-34.167-15.297-34.167-34.168h-1.892c0 19.915 16.144 36.06 36.059 36.06v-1.892Zm182.9 0h-182.9v1.892h182.9v-1.892Zm-35.896-97.656c0 15.149-12.281 27.429-27.429 27.429v1.892c16.193 0 29.32-13.127 29.32-29.321h-1.891Z' fill='%233B37E6' mask='url(%23a)'/%3E%3Cpath d='M323.473 453.346c19.328 0 34.996 15.668 34.996 34.995 0 19.328-15.668 34.996-34.996 34.996H34.997c-19.327 0-34.995-15.668-34.995-34.996 0-19.327 15.668-34.995 34.995-34.995h288.476Z' fill='%23E1EAFF'/%3E%3Ccircle cx='406.824' cy='488.223' r='35.113' fill='%235ED0F9'/%3E%3Crect x='.473' y='234.387' width='86.07' height='207.135' rx='18.444' stroke='%233B37E6' stroke-width='.946'/%3E%3Crect x='316.887' y='.473' width='308.054' height='105.054' rx='18.444' fill='%233B37E6' stroke='%233B37E6' stroke-width='.946'/%3E%3Cpath d='M112.85 106.216h169.005c13.059 0 23.646-10.586 23.646-23.645V27.646C305.501 14.586 294.914 4 281.855 4H139.277a23.644 23.644 0 0 0-17.167 7.385L6.951 132.965a23.645 23.645 0 0 0-6.478 16.26v49.694c0 13.059 10.586 23.645 23.645 23.645H65.56c13.06 0 23.646-10.586 23.646-23.645v-69.057c0-13.059 10.586-23.646 23.645-23.646Z' fill='%23E1EAFF'/%3E%3Cpath d='m45.49 387.743 11.07-18.328c1.041-1.716-.252-3.852-2.333-3.852H32.053c-2.081 0-3.374 2.136-2.334 3.852l11.071 18.328c1.041 1.715 3.627 1.715 4.668 0l11.071-18.328c1.041-1.716-.252-3.852-2.334-3.852H32.022c-2.082 0-3.375 2.136-2.334 3.852l11.07 18.328c1.041 1.715 3.628 1.715 4.669 0h.063ZM45.49 349.016l11.07-19.406c1.041-1.816-.252-4.079-2.333-4.079H32.053c-2.081 0-3.374 2.263-2.334 4.079l11.071 19.406a2.68 2.68 0 0 0 4.668 0L56.53 329.61c1.041-1.816-.252-4.079-2.334-4.079H32.022c-2.082 0-3.375 2.263-2.334 4.079l11.07 19.406a2.68 2.68 0 0 0 4.669 0h.063ZM45.49 309.061l11.07-18.328c1.041-1.715-.252-3.852-2.333-3.852H32.053c-2.081 0-3.374 2.137-2.334 3.852l11.071 18.328c1.041 1.715 3.627 1.715 4.668 0l11.071-18.328c1.041-1.715-.252-3.852-2.334-3.852H32.022c-2.082 0-3.375 2.137-2.334 3.852l11.07 18.328c1.041 1.715 3.628 1.715 4.669 0h.063Z' fill='%233B37E6'/%3E%3Cpath d='M480.075 39.93v.817h.155c.38 1.13 1.528 1.877 2.775 1.877h7.916c.528 0 .923.255 1.124.565.194.3.217.656.001.989l-.002.003-20.426 31.785-.001.002c-.491.753-1.758.753-2.248 0l-.002-.002-20.425-31.785-.002-.003a.87.87 0 0 1 0-.989c.201-.31.596-.565 1.125-.565h7.916c1.527 0 2.906-1.12 2.906-2.694v-9.053c0-.511.478-1.06 1.272-1.06h16.644c.794 0 1.272.549 1.272 1.06v9.053Z' stroke='%23fff' stroke-width='1.634'/%3E%3Cpath d='M.414 23.097v79.531c0 4.813 5.882 7.154 9.19 3.657l87.315-92.304c3.21-3.394.804-8.981-3.867-8.981h-74.54C8.515 5 .413 13.102.413 23.097Z' fill='%23A142FF'/%3E%3C/svg%3E");
}

.lobby-banner__main.blue .lobby-banner__frame.nitro-lazy, .lobby-banner__main.transparent .lobby-banner__frame.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.lobby-banner__main.blue .lobby-banner__frame, .lobby-banner__main.transparent .lobby-banner__frame {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='334' height='280' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M314.916 279.271H315.008c10.349 0 18.738-8.389 18.738-18.737 0-.719-.04-1.429-.119-2.127V80.913c0-10.314-8.361-18.675-18.675-18.675s-18.675 8.361-18.675 18.675v145.741c0 8.362-6.779 15.142-15.142 15.142h-63.81c-10.348 0-18.738 8.389-18.738 18.738 0 10.348 8.39 18.737 18.738 18.737h97.591Z'/%3E%3C/mask%3E%3Cpath d='M314.952 279.271v.505-.505Zm-.036 0 .001-.504h-.001v.504Zm.071 0v-.504h-.001l.001.504Zm.021 0v.505-.505Zm18.619-20.864h-.505v.029l.003.028.502-.057Zm0-177.494h.505-.505Zm-37.35 0h.505-.505Zm18.675 197.854h-.035l-.002 1.009h.037v-1.009Zm.034 0h-.034v1.009h.036l-.002-1.009Zm.022 0h-.021v1.009h.021v-1.009Zm18.233-18.233c0 10.069-8.163 18.233-18.233 18.233v1.009c10.628 0 19.243-8.615 19.243-19.242h-1.01Zm-.116-2.07c.077.679.116 1.37.116 2.07h1.01c0-.738-.042-1.467-.123-2.183l-1.003.113Zm-.003-177.55v177.493h1.01V80.913h-1.01Zm-18.17-18.171c10.035 0 18.17 8.135 18.17 18.17h1.01c0-10.593-8.587-19.18-19.18-19.18v1.01Zm-18.17 18.17c0-10.035 8.135-18.17 18.17-18.17v-1.01c-10.593 0-19.18 8.587-19.18 19.18h1.01Zm0 145.741V80.914h-1.01v145.74h1.01ZM217.325 242.3h63.81v-1.009h-63.81v1.009Zm-18.233 18.234c0-10.07 8.163-18.234 18.233-18.234v-1.009c-10.627 0-19.242 8.615-19.242 19.243h1.009Zm18.233 18.233c-10.07 0-18.233-8.164-18.233-18.233h-1.009c0 10.627 8.615 19.242 19.242 19.242v-1.009Zm97.591 0h-97.591v1.009h97.591v-1.009Zm-19.144-52.113c0 8.084-6.553 14.637-14.637 14.637v1.009c8.641 0 15.647-7.005 15.647-15.646h-1.01Z' fill='%233B37E6' mask='url(%23a)'/%3E%3Cpath d='M172.618 241.922c10.314 0 18.675 8.361 18.675 18.675s-8.361 18.675-18.675 18.675H18.676C8.362 279.272 0 270.911 0 260.597s8.361-18.675 18.675-18.675h153.942Z' fill='%23E1EAFF'/%3E%3Ccircle cx='217.097' cy='260.535' r='18.738' fill='%235ED0F9'/%3E%3Crect x='.252' y='125.077' width='45.93' height='110.536' rx='9.842' stroke='%233B37E6' stroke-width='.505'/%3E%3Crect x='169.104' y='.252' width='164.39' height='56.061' rx='9.842' fill='%233B37E6' stroke='%233B37E6' stroke-width='.505'/%3E%3Cpath d='M60.223 56.681h90.188c6.968 0 12.618-5.649 12.618-12.618v-29.31c0-6.969-5.65-12.618-12.618-12.618H74.325a12.618 12.618 0 0 0-9.16 3.94L3.71 70.956a12.618 12.618 0 0 0-3.457 8.678v26.518c0 6.969 5.65 12.618 12.618 12.618h22.115c6.968 0 12.618-5.649 12.618-12.618V69.3c0-6.97 5.65-12.619 12.618-12.619Z' fill='%23E1EAFF'/%3E%3Cpath d='m24.273 206.914 5.908-9.78c.555-.916-.135-2.056-1.245-2.056H17.102c-1.11 0-1.801 1.14-1.246 2.056l5.908 9.78c.556.916 1.936.916 2.491 0l5.908-9.78c.556-.916-.134-2.056-1.245-2.056H17.086c-1.11 0-1.8 1.14-1.245 2.056l5.908 9.78c.555.916 1.935.916 2.49 0h.034ZM24.273 186.247l5.908-10.356c.555-.969-.135-2.176-1.245-2.176H17.102c-1.11 0-1.801 1.207-1.246 2.176l5.908 10.356a1.43 1.43 0 0 0 2.491 0l5.908-10.356c.556-.969-.134-2.176-1.245-2.176H17.086c-1.11 0-1.8 1.207-1.245 2.176l5.908 10.356a1.43 1.43 0 0 0 2.49 0h.034ZM24.273 164.926l5.908-9.78c.555-.916-.135-2.056-1.245-2.056H17.102c-1.11 0-1.801 1.14-1.246 2.056l5.908 9.78c.556.915 1.936.915 2.491 0l5.908-9.78c.556-.916-.134-2.056-1.245-2.056H17.086c-1.11 0-1.8 1.14-1.245 2.056l5.908 9.78c.555.915 1.935.915 2.49 0h.034Z' fill='%233B37E6'/%3E%3Cpath d='M256.188 21.307v.436h.083c.202.604.815 1.002 1.48 1.002h4.224c.283 0 .493.136.601.302.103.16.115.35 0 .527l-.001.002-10.9 16.962h-.001c-.262.402-.938.402-1.2 0l-10.9-16.962-.001-.002a.463.463 0 0 1 0-.527.7.7 0 0 1 .6-.302h4.224c.816 0 1.551-.598 1.551-1.438v-4.83c0-.274.256-.566.679-.566h8.882c.424 0 .679.292.679.565v4.831Z' stroke='%23fff' stroke-width='.872'/%3E%3Cpath d='M.223 12.324v42.44c0 2.57 3.138 3.818 4.904 1.952L51.72 7.46c1.714-1.811.43-4.793-2.063-4.793H9.88C4.546 2.666.223 6.99.223 12.324Z' fill='%23A142FF'/%3E%3C/svg%3E");
	}
	
	.lobby-banner__main.blue .lobby-banner__frame.nitro-lazy, .lobby-banner__main.transparent .lobby-banner__frame.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__main.blue .lobby-banner__frame, .lobby-banner__main.transparent .lobby-banner__frame {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='293' height='245' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M275.547 244.371h.092c9.055 0 16.396-7.341 16.396-16.396 0-.629-.035-1.25-.104-1.86V70.803c0-9.025-7.316-16.341-16.341-16.341-9.025 0-16.341 7.316-16.341 16.34V198.33c0 7.318-5.932 13.25-13.25 13.25h-55.835c-9.055 0-16.396 7.341-16.396 16.396s7.341 16.396 16.396 16.396h85.383Z'/%3E%3C/mask%3E%3Cpath d='M275.59 244.371v.442-.442Zm-.043 0 .001-.442h-.001v.442Zm.085 0v-.442h-.001l.001.442Zm16.299-18.256h-.442v.024l.003.025.439-.049Zm0-155.312h-.442.442Zm-32.682 0h.441-.441Zm0 127.526h.441-.441Zm16.341 45.6h-.042l-.002.884h.044v-.884Zm.041 0h-.041v.884h.044l-.003-.884Zm.008 0h-.007v.884h.007v-.884Zm15.955-15.954c0 8.811-7.144 15.954-15.955 15.954v.884c9.299 0 16.838-7.539 16.838-16.838h-.883Zm-.102-1.811c.067.594.102 1.198.102 1.811h.883c0-.646-.037-1.283-.107-1.91l-.878.099Zm-.003-155.361v155.312h.883V70.803h-.883Zm-15.899-15.9c8.781 0 15.899 7.119 15.899 15.9h.883c0-9.269-7.513-16.783-16.782-16.783v.883Zm-15.9 15.9c0-8.781 7.119-15.9 15.9-15.9v-.883c-9.269 0-16.783 7.514-16.783 16.783h.883Zm0 127.526V70.803h-.883v127.526h.883Zm-69.526 13.691h55.835v-.883h-55.835v.883Zm-15.954 15.955c0-8.811 7.143-15.955 15.954-15.955v-.883c-9.299 0-16.838 7.539-16.838 16.838h.884Zm15.954 15.954c-8.811 0-15.954-7.143-15.954-15.954h-.884c0 9.299 7.539 16.838 16.838 16.838v-.884Zm85.383 0h-85.383v.884h85.383v-.884Zm-16.74-45.6c0 7.074-5.734 12.808-12.808 12.808v.883c7.562 0 13.691-6.129 13.691-13.691h-.883Z' fill='%233B37E6' mask='url(%23a)'/%3E%3Cpath d='M152.535 211.557c9.113 0 16.5 7.387 16.5 16.5 0 9.112-7.387 16.5-16.5 16.5h-136c-9.113 0-16.5-7.388-16.5-16.5 0-9.113 7.387-16.5 16.5-16.5h136Z' fill='%23E1EAFF'/%3E%3Ccircle cx='189.966' cy='227.974' r='16.396' fill='%235ED0F9'/%3E%3Crect x='.221' y='109.447' width='40.19' height='96.721' rx='8.612' stroke='%233B37E6' stroke-width='.442'/%3E%3Crect x='147.971' y='.221' width='143.845' height='49.055' rx='8.612' fill='%233B37E6' stroke='%233B37E6' stroke-width='.442'/%3E%3Cpath d='M52.697 49.599h77.798c6.098 0 11.042-4.944 11.042-11.041V12.91c0-6.098-4.944-11.04-11.042-11.04H65.037a11.041 11.041 0 0 0-8.016 3.448L3.248 62.089a11.04 11.04 0 0 0-3.025 7.593v22.834c0 6.098 4.943 11.041 11.04 11.041h19.352c6.098 0 11.04-4.943 11.04-11.041V60.64c0-6.098 4.944-11.041 11.042-11.041Z' fill='%23E1EAFF'/%3E%3Cpath d='m21.242 181.056 5.17-8.558c.485-.801-.119-1.799-1.09-1.799H14.967c-.972 0-1.576.998-1.09 1.799l5.17 8.558c.485.801 1.693.801 2.179 0l5.17-8.558c.486-.801-.118-1.799-1.09-1.799H14.953c-.972 0-1.576.998-1.09 1.799l5.17 8.558c.485.801 1.693.801 2.18 0h.029ZM21.242 162.974l5.17-9.062c.485-.848-.119-1.904-1.09-1.904H14.967c-.972 0-1.576 1.056-1.09 1.904l5.17 9.062a1.252 1.252 0 0 0 2.179 0l5.17-9.062c.486-.848-.118-1.904-1.09-1.904H14.953c-.972 0-1.576 1.056-1.09 1.904l5.17 9.062a1.252 1.252 0 0 0 2.18 0h.029ZM21.242 144.316l5.17-8.558c.485-.801-.119-1.799-1.09-1.799H14.967c-.972 0-1.576.998-1.09 1.799l5.17 8.558c.485.801 1.693.801 2.179 0l5.17-8.558c.486-.801-.118-1.799-1.09-1.799H14.953c-.972 0-1.576.998-1.09 1.799l5.17 8.558c.485.801 1.693.801 2.18 0h.029Z' fill='%233B37E6'/%3E%3Cpath d='M224.168 18.647v.381h.072c.177.528.713.877 1.296.877h3.696c.247 0 .431.119.525.264a.406.406 0 0 1 0 .461v.002l-9.538 14.842h-.001c-.229.352-.821.352-1.05 0l-9.538-14.842-.001-.002a.408.408 0 0 1 0-.461.615.615 0 0 1 .526-.264h3.696c.713 0 1.357-.523 1.357-1.258V14.42c0-.24.223-.495.594-.495h7.772c.37 0 .594.256.594.494v4.228Z' stroke='%23fff' stroke-width='.763'/%3E%3Cpath d='M.188 9.747V45.74c0 2.179 2.661 3.238 4.158 1.656L43.861 5.622c1.453-1.536.364-4.065-1.75-4.065H8.377a8.19 8.19 0 0 0-8.19 8.19Z' fill='%23A142FF'/%3E%3C/svg%3E");
	}
	
	.lobby-banner__main.blue .lobby-banner__frame.nitro-lazy, .lobby-banner__main.transparent .lobby-banner__frame.nitro-lazy {
		background-image: none !important;
	}
}

.lobby-banner__main.blue .image-border, .lobby-banner__main.transparent .image-border {
	border-color: #3b37e6;
}

.lobby-banner__main.transparent {
	background-color: transparent;
}

.lobby-banner__main.coral {
	background-color: hsla(4, 100%, 71%, .08);
}

@media only screen and (max-width:670px) {
	.lobby-banner__main.coral {
		background-color: transparent;
	}
}

.lobby-banner__main.coral .lobby-banner__subtitle:not(.subtitle) {
	color: #ff7369;
}

.lobby-banner__main.coral .lobby-banner__frame {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='626' height='524' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M590.15 523.336h.151c19.392 0 35.113-15.721 35.113-35.114 0-1.347-.076-2.677-.224-3.984V151.627c0-19.327-15.668-34.995-34.995-34.995-19.327 0-34.995 15.668-34.995 34.995v273.107c0 15.671-12.704 28.375-28.375 28.375H407.25c-19.392 0-35.113 15.721-35.113 35.113 0 19.393 15.721 35.114 35.113 35.114h182.9Z'/%3E%3C/mask%3E%3Cpath d='m590.15 523.336.002-.946h-.002v.946Zm.09 0v-.946h-.002l.002.946Zm.061 0v.946-.946Zm34.889-39.098h-.945v.053l.006.053.939-.106Zm0-332.611h-.945.945Zm-69.99 0h.945-.945ZM407.25 523.336v-.946.946Zm182.945-.946h-.043l-.003 1.892h.046v-1.892Zm.043 0h-.043v1.892h.046l-.003-1.892Zm.063 0h-.061v1.892h.061v-1.892Zm34.167-34.168c0 18.871-15.297 34.168-34.167 34.168v1.892c19.915 0 36.059-16.145 36.059-36.06h-1.892Zm-.217-3.878c.143 1.272.217 2.567.217 3.878h1.892a36.38 36.38 0 0 0-.23-4.091l-1.879.213Zm-.006-332.717v332.611h1.891V151.627h-1.891Zm-34.05-34.049c18.805 0 34.05 15.244 34.05 34.049h1.891c0-19.85-16.091-35.941-35.941-35.941v1.892Zm-34.05 34.049c0-18.805 15.245-34.049 34.05-34.049v-1.892c-19.85 0-35.941 16.091-35.941 35.941h1.891Zm0 273.107V151.627h-1.891v273.107h1.891ZM407.25 454.055h119.575v-1.892H407.25v1.892Zm-34.167 34.167c0-18.87 15.297-34.167 34.167-34.167v-1.892c-19.915 0-36.059 16.144-36.059 36.059h1.892Zm34.167 34.168c-18.87 0-34.167-15.297-34.167-34.168h-1.892c0 19.915 16.144 36.06 36.059 36.06v-1.892Zm182.9 0h-182.9v1.892h182.9v-1.892Zm-35.896-97.656c0 15.149-12.281 27.429-27.429 27.429v1.892c16.193 0 29.32-13.127 29.32-29.321h-1.891Z' fill='%233B37E6' mask='url(%23a)'/%3E%3Cpath d='M323.473 453.345c19.328 0 34.996 15.668 34.996 34.996 0 19.327-15.668 34.995-34.996 34.995H34.997c-19.327 0-34.995-15.668-34.995-34.995 0-19.328 15.668-34.996 34.995-34.996h288.476Z' fill='%23FF7369' fill-opacity='.2'/%3E%3Ccircle cx='406.824' cy='488.223' r='34.332' fill='%233B37E6' stroke='%233B37E6' stroke-width='1.563'/%3E%3Crect x='.473' y='234.387' width='86.07' height='207.135' rx='18.444' stroke='%23FF7369' stroke-width='.946'/%3E%3Crect x='316.887' y='.473' width='308.054' height='105.054' rx='18.444' fill='%23FF7369' stroke='%23FF7369' stroke-width='.946'/%3E%3Cpath d='M112.854 106.216h169.005c13.059 0 23.646-10.586 23.646-23.645V27.646C305.505 14.586 294.918 4 281.859 4H139.281a23.648 23.648 0 0 0-17.168 7.385L6.955 132.965a23.645 23.645 0 0 0-6.478 16.26v49.694c0 13.059 10.586 23.645 23.645 23.645h41.441c13.06 0 23.646-10.586 23.646-23.645v-69.057c0-13.059 10.586-23.646 23.645-23.646Z' fill='%23FF7369' fill-opacity='.2'/%3E%3Cpath d='m45.49 387.743 11.07-18.328c1.041-1.715-.252-3.852-2.333-3.852H32.053c-2.081 0-3.374 2.137-2.334 3.852l11.071 18.328c1.041 1.715 3.627 1.715 4.668 0l11.071-18.328c1.041-1.715-.252-3.852-2.334-3.852H32.022c-2.082 0-3.375 2.137-2.334 3.852l11.07 18.328c1.041 1.715 3.628 1.715 4.669 0h.063ZM45.49 349.016l11.07-19.406c1.041-1.816-.252-4.079-2.333-4.079H32.053c-2.081 0-3.374 2.263-2.334 4.079l11.071 19.406a2.68 2.68 0 0 0 4.668 0L56.53 329.61c1.041-1.816-.252-4.079-2.334-4.079H32.022c-2.082 0-3.375 2.263-2.334 4.079l11.07 19.406a2.68 2.68 0 0 0 4.669 0h.063ZM45.49 309.06l11.07-18.327c1.041-1.716-.252-3.853-2.333-3.853H32.053c-2.081 0-3.374 2.137-2.334 3.853L40.79 309.06c1.041 1.716 3.627 1.716 4.668 0l11.071-18.327c1.041-1.716-.252-3.853-2.334-3.853H32.022c-2.082 0-3.375 2.137-2.334 3.853l11.07 18.327c1.041 1.716 3.628 1.716 4.669 0h.063Z' fill='%23FF7369'/%3E%3Cpath d='M480.075 39.93v.817h.155c.38 1.13 1.528 1.877 2.775 1.877h7.916c.528 0 .923.255 1.124.565.194.3.217.656.001.989l-.002.003-20.426 31.785-.001.002c-.491.753-1.758.753-2.248 0l-.002-.002-20.425-31.785-.002-.003a.87.87 0 0 1 0-.989c.201-.31.596-.565 1.125-.565h7.916c1.527 0 2.906-1.12 2.906-2.694v-9.053c0-.511.478-1.06 1.272-1.06h16.644c.794 0 1.272.549 1.272 1.06v9.053Z' stroke='%23fff' stroke-width='1.634'/%3E%3Cpath d='M.414 23.097v79.531c0 4.813 5.882 7.154 9.19 3.657l87.315-92.304c3.21-3.394.804-8.981-3.867-8.981h-74.54C8.515 5 .413 13.102.413 23.097Z' fill='%23A142FF'/%3E%3C/svg%3E");
}

.lobby-banner__main.coral .lobby-banner__frame.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.lobby-banner__main.coral .lobby-banner__frame {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='334' height='280' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M314.226 279.998h.087c7.07 0 13.221-3.937 16.379-9.738a18.846 18.846 0 0 0 2.378-9.193c0-.726-.04-1.442-.12-2.146V79.362c0-10.293-8.344-18.637-18.637-18.637-10.293 0-18.637 8.344-18.637 18.637v147.662c0 8.346-6.766 15.111-15.111 15.111h-63.449c-10.455 0-18.931 8.476-18.931 18.932 0 10.455 8.476 18.931 18.931 18.931h97.11Z'/%3E%3C/mask%3E%3Cpath d='M314.313 279.998v-.504.504Zm-.087 0 .002-.504h-.004l.002.504Zm16.466-9.738-.44-.245-.002.004.442.241Zm2.258-11.339h-.504v.029l.004.028.5-.057Zm0-179.559h.504-.504Zm-37.274 0h.504-.504Zm-78.56 162.773v.504-.504Zm0 37.863v-.504.504Zm97.023 0v.504-.504Zm.174-.504h-.085l-.004 1.008h.089v-1.008Zm15.937-9.475c-3.074 5.646-9.059 9.475-15.937 9.475v1.008c7.262 0 13.578-4.044 16.822-10.001l-.885-.482Zm2.317-8.952c0 3.248-.841 6.299-2.315 8.948l.88.49a19.346 19.346 0 0 0 2.442-9.438h-1.007Zm-.117-2.089c.077.685.117 1.382.117 2.089h1.007c0-.745-.042-1.479-.123-2.202l-1.001.113Zm-.004-179.616v179.559h1.008V79.362h-1.008ZM314.313 61.23c10.015 0 18.133 8.118 18.133 18.133h1.008c0-10.571-8.57-19.14-19.141-19.14v1.007ZM296.18 79.362c0-10.015 8.118-18.133 18.133-18.133V60.22c-10.571 0-19.141 8.57-19.141 19.141h1.008Zm-.001 147.662.001-147.662h-1.008v147.662h1.007Zm-79.063 15.615h63.449v-1.007h-63.449v1.007Zm-18.427 18.428c0-10.178 8.25-18.428 18.427-18.428v-1.007c-10.733 0-19.435 8.701-19.435 19.435h1.008Zm18.427 18.427c-10.177 0-18.427-8.25-18.427-18.427h-1.008c0 10.733 8.702 19.435 19.435 19.435v-1.008Zm97.023 0h-97.023v1.008h97.023v-1.008Zm.085 0h-.085v1.008h.089l-.004-1.008Zm-19.052-52.47c0 8.068-6.54 14.608-14.607 14.608v1.007c8.623 0 15.614-6.991 15.614-15.615h-1.007Z' fill='%233B37E6' mask='url(%23a)'/%3E%3Cpath d='M172.039 242.264c10.42 0 18.867 8.447 18.867 18.867 0 10.421-8.447 18.868-18.867 18.868H18.869c-10.42 0-18.868-8.447-18.868-18.868 0-10.42 8.448-18.867 18.868-18.867h153.17Z' fill='%23FFDFDF'/%3E%3Cellipse cx='216.661' cy='261.068' rx='18.7' ry='18.931' fill='%233B37E6'/%3E%3Crect x='.252' y='124.209' width='45.837' height='111.683' rx='9.822' stroke='%23FF7369' stroke-width='.504'/%3E%3Crect x='168.764' y='.252' width='164.057' height='54.489' rx='9.822' fill='%23FF7369' stroke='%23FF7369' stroke-width='.504'/%3E%3Cpath d='M60.102 55.11h90.005c6.955 0 12.592-5.638 12.592-12.593V12.593C162.699 5.638 157.062 0 150.107 0H74.221a12.592 12.592 0 0 0-9.195 3.99L3.65 69.587A12.593 12.593 0 0 0 .254 78.19v27.054c0 6.955 5.638 12.593 12.593 12.593h22.07c6.954 0 12.592-5.638 12.592-12.593V67.702c0-6.954 5.638-12.593 12.593-12.593Z' fill='%23FFDFDF'/%3E%3Cpath d='m24.224 206.892 5.896-9.882c.555-.924-.134-2.076-1.243-2.076H17.07c-1.109 0-1.797 1.152-1.243 2.076l5.896 9.882c.554.925 1.931.925 2.486 0l5.896-9.882c.554-.924-.135-2.076-1.243-2.076H17.052c-1.109 0-1.797 1.152-1.243 2.076l5.896 9.882c.554.925 1.932.925 2.486 0h.034ZM24.224 186.013l5.896-10.462c.555-.98-.134-2.199-1.243-2.199H17.07c-1.109 0-1.797 1.219-1.243 2.199l5.896 10.462c.554.98 1.931.98 2.486 0l5.896-10.462c.554-.98-.135-2.199-1.243-2.199H17.052c-1.109 0-1.797 1.219-1.243 2.199l5.896 10.462c.554.98 1.932.98 2.486 0h.034ZM24.224 164.472l5.896-9.881c.555-.925-.134-2.077-1.243-2.077H17.07c-1.109 0-1.797 1.152-1.243 2.077l5.896 9.881c.554.925 1.931.925 2.486 0l5.896-9.881c.554-.925-.135-2.077-1.243-2.077H17.052c-1.109 0-1.797 1.152-1.243 2.077l5.896 9.881c.554.925 1.932.925 2.486 0h.034Z' fill='%23FF7369'/%3E%3Cpath d='M255.669 19.371v.435h.081c.201.607.81 1.012 1.479 1.012h4.216c.279 0 .489.136.597.306.105.164.118.36.001.543l-.001.001-10.878 17.137h-.001c-.261.408-.933.408-1.195.001L239.09 21.667l-.001-.001a.484.484 0 0 1 0-.543.696.696 0 0 1 .598-.305h4.215c.819 0 1.548-.607 1.548-1.448v-4.88c0-.284.26-.577.677-.577h8.864c.418 0 .678.293.678.577v4.88Z' stroke='%23fff' stroke-width='.87'/%3E%3Cpath d='M.227 10.179V56.45c0 2.57 3.145 3.813 4.903 1.938L54.868 5.314C56.565 3.504 55.28.54 52.799.54H9.864a9.638 9.638 0 0 0-9.637 9.638Z' fill='%23A142FF'/%3E%3C/svg%3E");
	}
	
	.lobby-banner__main.coral .lobby-banner__frame.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__main.coral .lobby-banner__frame {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='293' height='245' viewBox='0 0 292 243' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M275.442 242.381h.061c9.051 0 16.388-7.337 16.388-16.388 0-.629-.036-1.25-.105-1.861V68.9c0-9.02-7.312-16.333-16.333-16.333-9.02 0-16.332 7.313-16.332 16.333v127.462c0 7.314-5.929 13.243-13.243 13.243h-55.807c-9.051 0-16.388 7.337-16.388 16.388 0 9.051 7.337 16.388 16.388 16.388h85.371Z'/%3E%3C/mask%3E%3Cpath d='m275.442 242.381.001-.442h-.001v.442Zm.022 0v-.442.442Zm16.322-18.249h-.441v.025l.002.024.439-.049Zm0-155.232h-.441.441Zm-32.665 0h.441-.441Zm16.332 173.039h-.01l-.001.883h.011v-.883Zm.011 0h-.011v.883h.012l-.001-.883Zm.039 0h-.039v.883h.039v-.883Zm15.946-15.946c0 8.807-7.139 15.946-15.946 15.946v.883c9.294 0 16.829-7.534 16.829-16.829h-.883Zm-.102-1.812c.068.595.102 1.199.102 1.812h.883c0-.646-.036-1.283-.107-1.911l-.878.099ZM291.345 68.9v155.232h.883V68.9h-.883Zm-15.892-15.891c8.777 0 15.892 7.114 15.892 15.891h.883c0-9.264-7.511-16.774-16.775-16.774v.883ZM259.562 68.9c0-8.777 7.115-15.891 15.891-15.891v-.883c-9.264 0-16.774 7.51-16.774 16.774h.883Zm0 127.462V68.9h-.883v127.462h.883Zm-69.491 13.685h55.807v-.883h-55.807v.883Zm-15.946 15.946c0-8.807 7.139-15.946 15.946-15.946v-.883c-9.295 0-16.829 7.534-16.829 16.829h.883Zm15.946 15.946c-8.807 0-15.946-7.139-15.946-15.946h-.883c0 9.295 7.534 16.829 16.829 16.829v-.883Zm85.371 0h-85.371v.883h85.371v-.883Zm-16.763-45.577c0 7.07-5.731 12.802-12.801 12.802v.883c7.557 0 13.684-6.127 13.684-13.685h-.883Z' fill='%233B37E6' mask='url(%23a)'/%3E%3Cpath d='M150.972 209.715c9.02 0 16.333 7.312 16.333 16.333 0 9.02-7.313 16.332-16.333 16.332H16.337c-9.02 0-16.333-7.312-16.333-16.332 0-9.021 7.312-16.333 16.333-16.333h134.635Z' fill='%23FFDFDF'/%3E%3Ccircle cx='189.872' cy='225.991' r='16.388' fill='%233B37E6'/%3E%3Crect x='.221' y='107.523' width='40.17' height='96.672' rx='8.608' stroke='%23FF7369' stroke-width='.441'/%3E%3Crect x='147.896' y='.221' width='143.773' height='47.163' rx='8.608' fill='%23FF7369' stroke='%23FF7369' stroke-width='.441'/%3E%3Cpath d='M52.67 47.706h78.877c6.095 0 11.036-4.941 11.036-11.036V11.036C142.583 4.94 137.642 0 131.547 0H65.004c-3.03 0-5.928 1.246-8.012 3.447L3.246 60.19a11.036 11.036 0 0 0-3.023 7.588v23.193c0 6.095 4.94 11.036 11.035 11.036H30.6c6.095 0 11.036-4.941 11.036-11.036V58.74c0-6.095 4.94-11.035 11.036-11.035Z' fill='%23FFDFDF'/%3E%3Cpath d='m21.23 179.096 5.167-8.554c.486-.801-.118-1.798-1.09-1.798H14.96c-.971 0-1.575.997-1.09 1.798l5.168 8.554c.486.8 1.693.8 2.178 0l5.167-8.554c.486-.801-.117-1.798-1.09-1.798H14.945c-.971 0-1.575.997-1.089 1.798l5.167 8.554c.486.8 1.693.8 2.179 0h.03ZM21.23 161.023l5.167-9.057c.486-.848-.118-1.903-1.09-1.903H14.96c-.971 0-1.575 1.055-1.09 1.903l5.168 9.057a1.25 1.25 0 0 0 2.178 0l5.167-9.057c.486-.848-.117-1.903-1.09-1.903H14.945c-.971 0-1.575 1.055-1.089 1.903l5.167 9.057a1.25 1.25 0 0 0 2.179 0h.03ZM21.23 142.375l5.167-8.554c.486-.8-.118-1.798-1.09-1.798H14.96c-.971 0-1.575.998-1.09 1.798l5.168 8.554c.486.801 1.693.801 2.178 0l5.167-8.554c.486-.8-.117-1.798-1.09-1.798H14.945c-.971 0-1.575.998-1.089 1.798l5.167 8.554c.486.801 1.693.801 2.179 0h.03Z' fill='%23FF7369'/%3E%3Cpath d='M224.059 16.769v.381h.072c.177.528.713.877 1.295.877h3.694c.247 0 .431.118.525.263.091.14.101.306.001.462l-.001.001-9.533 14.835h-.001c-.229.352-.82.352-1.049 0h-.001l-9.533-14.835-.001-.001a.405.405 0 0 1 .001-.462.611.611 0 0 1 .524-.264h3.695c.713 0 1.356-.522 1.356-1.257v-4.225c0-.239.224-.495.594-.495h7.768c.37 0 .594.256.594.495v4.225Z' stroke='%23fff' stroke-width='.763'/%3E%3Cpath d='M.195 8.911v39.931c0 2.245 2.742 3.339 4.287 1.71L48.022 4.66c1.501-1.583.38-4.194-1.803-4.194H8.641A8.446 8.446 0 0 0 .195 8.911Z' fill='%23A142FF'/%3E%3C/svg%3E");
	}
	
	.lobby-banner__main.coral .lobby-banner__frame.nitro-lazy {
		background-image: none !important;
	}
}

.lobby-banner__main.coral .image-border {
	border-color: #ff7369;
}

.lobby-banner__main.light-blue {
	background-color: rgba(85, 187, 249, .08);
}

@media only screen and (max-width:670px) {
	.lobby-banner__main.light-blue {
		background-color: transparent;
	}
}

.lobby-banner__main.light-blue .lobby-banner__subtitle:not(.subtitle) {
	color: #55bbf9;
}

.lobby-banner__main.light-blue .lobby-banner__frame {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='626' height='524' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M590.15 523.336h.151c19.392 0 35.113-15.721 35.113-35.114 0-1.347-.076-2.677-.224-3.984V151.627c0-19.327-15.668-34.995-34.995-34.995-19.327 0-34.995 15.668-34.995 34.995v273.107c0 15.671-12.704 28.375-28.375 28.375H407.25c-19.392 0-35.113 15.721-35.113 35.113 0 19.393 15.721 35.114 35.113 35.114h182.9Z'/%3E%3C/mask%3E%3Cpath d='m590.15 523.336.002-.946h-.002v.946Zm.09 0v-.946h-.002l.002.946Zm34.95-39.098h-.945v.053l.006.053.939-.106Zm0-332.611h-.945.945Zm-69.99 0h.945-.945ZM407.25 523.336v-.946.946Zm182.945-.946h-.043l-.003 1.892h.046v-1.892Zm.043 0h-.043v1.892h.046l-.003-1.892Zm.063 0h-.061v1.892h.061v-1.892Zm34.167-34.168c0 18.871-15.297 34.168-34.167 34.168v1.892c19.915 0 36.059-16.145 36.059-36.06h-1.892Zm-.217-3.878c.143 1.272.217 2.567.217 3.878h1.892a36.38 36.38 0 0 0-.23-4.091l-1.879.213Zm-.006-332.717v332.611h1.891V151.627h-1.891Zm-34.05-34.049c18.805 0 34.05 15.244 34.05 34.049h1.891c0-19.85-16.091-35.941-35.941-35.941v1.892Zm-34.05 34.049c0-18.805 15.245-34.049 34.05-34.049v-1.892c-19.85 0-35.941 16.091-35.941 35.941h1.891Zm0 273.107V151.627h-1.891v273.107h1.891ZM407.25 454.055h119.575v-1.892H407.25v1.892Zm-34.167 34.167c0-18.87 15.297-34.167 34.167-34.167v-1.892c-19.915 0-36.059 16.144-36.059 36.059h1.892Zm34.167 34.168c-18.87 0-34.167-15.297-34.167-34.168h-1.892c0 19.915 16.144 36.06 36.059 36.06v-1.892Zm182.9 0h-182.9v1.892h182.9v-1.892Zm-35.896-97.656c0 15.149-12.281 27.429-27.429 27.429v1.892c16.193 0 29.32-13.127 29.32-29.321h-1.891Z' fill='%23A142FF' mask='url(%23a)'/%3E%3Cpath d='M323.473 453.345c19.328 0 34.996 15.668 34.996 34.996 0 19.327-15.668 34.995-34.996 34.995H34.997c-19.327 0-34.995-15.668-34.995-34.995 0-19.328 15.668-34.996 34.995-34.996h288.476Z' fill='%235ED0F9' fill-opacity='.2'/%3E%3Ccircle cx='406.824' cy='488.223' r='34.332' fill='%23A142FF' stroke='%23A142FF' stroke-width='1.563'/%3E%3Crect x='.473' y='234.387' width='86.07' height='207.135' rx='18.444' stroke='%235ED0F9' stroke-width='.946'/%3E%3Crect x='316.887' y='.473' width='308.054' height='105.054' rx='18.444' fill='%235ED0F9' stroke='%235ED0F9' stroke-width='.946'/%3E%3Cpath d='M112.854 106.216h169.005c13.059 0 23.646-10.586 23.646-23.645V27.646C305.505 14.586 294.918 4 281.859 4H139.281a23.648 23.648 0 0 0-17.168 7.385L6.955 132.965a23.645 23.645 0 0 0-6.478 16.26v49.694c0 13.059 10.586 23.645 23.645 23.645h41.441c13.06 0 23.646-10.586 23.646-23.645v-69.057c0-13.059 10.586-23.646 23.645-23.646Z' fill='%235ED0F9' fill-opacity='.2'/%3E%3Cpath d='m45.49 387.743 11.07-18.328c1.041-1.716-.252-3.852-2.333-3.852H32.053c-2.081 0-3.374 2.136-2.334 3.852l11.071 18.328c1.041 1.715 3.627 1.715 4.668 0l11.071-18.328c1.041-1.716-.252-3.852-2.334-3.852H32.022c-2.082 0-3.375 2.136-2.334 3.852l11.07 18.328c1.041 1.715 3.628 1.715 4.669 0h.063ZM45.49 349.016l11.07-19.406c1.041-1.816-.252-4.079-2.333-4.079H32.053c-2.081 0-3.374 2.263-2.334 4.079l11.071 19.406a2.68 2.68 0 0 0 4.668 0L56.53 329.61c1.041-1.816-.252-4.079-2.334-4.079H32.022c-2.082 0-3.375 2.263-2.334 4.079l11.07 19.406a2.68 2.68 0 0 0 4.669 0h.063ZM45.49 309.06l11.07-18.327c1.041-1.716-.252-3.853-2.333-3.853H32.053c-2.081 0-3.374 2.137-2.334 3.853L40.79 309.06c1.041 1.716 3.627 1.716 4.668 0l11.071-18.327c1.041-1.716-.252-3.853-2.334-3.853H32.022c-2.082 0-3.375 2.137-2.334 3.853l11.07 18.327c1.041 1.716 3.628 1.716 4.669 0h.063Z' fill='%235ED0F9'/%3E%3Cpath d='M480.075 39.93v.817h.155c.38 1.13 1.528 1.877 2.775 1.877h7.916c.528 0 .923.255 1.124.565.194.3.217.656.001.989l-.002.003-20.426 31.785-.001.002c-.491.753-1.758.753-2.248 0l-.002-.002-20.425-31.785-.002-.003a.87.87 0 0 1 0-.989c.201-.31.596-.565 1.125-.565h7.916c1.527 0 2.906-1.12 2.906-2.694v-9.053c0-.511.478-1.06 1.272-1.06h16.644c.794 0 1.272.549 1.272 1.06v9.053Z' stroke='%23fff' stroke-width='1.634'/%3E%3Cpath d='M.414 23.097v79.531c0 4.813 5.882 7.154 9.19 3.657l87.315-92.304c3.21-3.394.804-8.981-3.867-8.981h-74.54C8.515 5 .413 13.102.413 23.097Z' fill='%233B37E6'/%3E%3C/svg%3E");
}

.lobby-banner__main.light-blue .lobby-banner__frame.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.lobby-banner__main.light-blue .lobby-banner__frame {
		background-image: url("data:image/png;base64,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");
	}
	
	.lobby-banner__main.light-blue .lobby-banner__frame.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__main.light-blue .lobby-banner__frame {
		background-image: url("data:image/png;base64,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");
	}
	
	.lobby-banner__main.light-blue .lobby-banner__frame.nitro-lazy {
		background-image: none !important;
	}
}

.lobby-banner__main.light-blue .image-border {
	border-color: #55bbf9;
}

.lobby-banner__main.purple {
	background-color: #f9f4ff;
}

@media only screen and (max-width:670px) {
	.lobby-banner__main.purple {
		background-color: transparent;
	}
}

.lobby-banner__main.purple .lobby-banner__subtitle:not(.subtitle) {
	color: #a142ff;
}

.lobby-banner__main.purple .lobby-banner__frame {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='626' height='524' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M590.15 523.336h.151c19.392 0 35.113-15.721 35.113-35.114 0-1.347-.076-2.677-.224-3.984V151.627c0-19.327-15.668-34.995-34.995-34.995-19.327 0-34.995 15.668-34.995 34.995v273.107c0 15.671-12.704 28.375-28.375 28.375H407.25c-19.392 0-35.113 15.721-35.113 35.113 0 19.393 15.721 35.114 35.113 35.114h182.9Z'/%3E%3C/mask%3E%3Cpath d='m590.15 523.336.002-.946h-.002v.946Zm.09 0v-.946h-.002l.002.946Zm34.95-39.098h-.945v.053l.006.053.939-.106Zm0-332.611h-.945.945Zm-69.99 0h.945-.945ZM407.25 523.336v-.946.946Zm182.945-.946h-.043l-.003 1.892h.046v-1.892Zm.043 0h-.043v1.892h.046l-.003-1.892Zm.063 0h-.061v1.892h.061v-1.892Zm34.167-34.168c0 18.871-15.297 34.168-34.167 34.168v1.892c19.915 0 36.059-16.145 36.059-36.06h-1.892Zm-.217-3.878c.143 1.272.217 2.567.217 3.878h1.892a36.38 36.38 0 0 0-.23-4.091l-1.879.213Zm-.006-332.717v332.611h1.891V151.627h-1.891Zm-34.05-34.049c18.805 0 34.05 15.244 34.05 34.049h1.891c0-19.85-16.091-35.941-35.941-35.941v1.892Zm-34.05 34.049c0-18.805 15.245-34.049 34.05-34.049v-1.892c-19.85 0-35.941 16.091-35.941 35.941h1.891Zm0 273.107V151.627h-1.891v273.107h1.891ZM407.25 454.055h119.575v-1.892H407.25v1.892Zm-34.167 34.167c0-18.87 15.297-34.167 34.167-34.167v-1.892c-19.915 0-36.059 16.144-36.059 36.059h1.892Zm34.167 34.168c-18.87 0-34.167-15.297-34.167-34.168h-1.892c0 19.915 16.144 36.06 36.059 36.06v-1.892Zm182.9 0h-182.9v1.892h182.9v-1.892Zm-35.896-97.656c0 15.149-12.281 27.429-27.429 27.429v1.892c16.193 0 29.32-13.127 29.32-29.321h-1.891Z' fill='%233B37E6' mask='url(%23a)'/%3E%3Cpath d='M323.473 453.345c19.328 0 34.996 15.668 34.996 34.996 0 19.327-15.668 34.995-34.996 34.995H34.997c-19.327 0-34.995-15.668-34.995-34.995 0-19.328 15.668-34.996 34.995-34.996h288.476Z' fill='%23F0E1FF'/%3E%3Ccircle cx='406.824' cy='488.223' r='34.332' fill='%233B37E6' stroke='%233B37E6' stroke-width='1.563'/%3E%3Crect x='.473' y='234.387' width='86.07' height='207.135' rx='18.444' stroke='%23A142FF' stroke-width='.946'/%3E%3Crect x='316.887' y='.473' width='308.054' height='105.054' rx='18.444' fill='%23A142FF' stroke='%23A142FF' stroke-width='.946'/%3E%3Cpath d='M112.854 106.216h169.005c13.059 0 23.646-10.586 23.646-23.645V27.646C305.505 14.586 294.918 4 281.859 4H139.281a23.648 23.648 0 0 0-17.168 7.385L6.955 132.965a23.645 23.645 0 0 0-6.478 16.26v49.694c0 13.059 10.586 23.645 23.645 23.645h41.441c13.06 0 23.646-10.586 23.646-23.645v-69.057c0-13.059 10.586-23.646 23.645-23.646Z' fill='%23F0E1FF'/%3E%3Cpath d='m45.49 387.743 11.07-18.328c1.041-1.716-.252-3.852-2.333-3.852H32.053c-2.081 0-3.374 2.136-2.334 3.852l11.071 18.328c1.041 1.715 3.627 1.715 4.668 0l11.071-18.328c1.041-1.716-.252-3.852-2.334-3.852H32.022c-2.082 0-3.375 2.136-2.334 3.852l11.07 18.328c1.041 1.715 3.628 1.715 4.669 0h.063ZM45.49 349.016l11.07-19.406c1.041-1.817-.252-4.079-2.333-4.079H32.053c-2.081 0-3.374 2.262-2.334 4.079l11.071 19.406a2.68 2.68 0 0 0 4.668 0L56.53 329.61c1.041-1.817-.252-4.079-2.334-4.079H32.022c-2.082 0-3.375 2.262-2.334 4.079l11.07 19.406a2.68 2.68 0 0 0 4.669 0h.063ZM45.49 309.06l11.07-18.328c1.041-1.715-.252-3.852-2.333-3.852H32.053c-2.081 0-3.374 2.137-2.334 3.852L40.79 309.06c1.041 1.715 3.627 1.715 4.668 0l11.071-18.328c1.041-1.715-.252-3.852-2.334-3.852H32.022c-2.082 0-3.375 2.137-2.334 3.852l11.07 18.328c1.041 1.715 3.628 1.715 4.669 0h.063Z' fill='%23A142FF'/%3E%3Cpath d='M480.075 39.93v.817h.155c.38 1.13 1.528 1.877 2.775 1.877h7.916c.528 0 .923.255 1.124.565.194.3.217.656.001.989l-.002.003-20.426 31.785-.001.002c-.491.753-1.758.753-2.248 0l-.002-.002-20.425-31.785-.002-.003a.87.87 0 0 1 0-.989c.201-.31.596-.565 1.125-.565h7.916c1.527 0 2.906-1.12 2.906-2.694v-9.053c0-.511.478-1.06 1.272-1.06h16.644c.794 0 1.272.549 1.272 1.06v9.053Z' stroke='%23fff' stroke-width='1.634'/%3E%3Cpath d='M.414 23.097v79.531c0 4.813 5.882 7.154 9.19 3.657l87.315-92.304c3.21-3.394.804-8.981-3.867-8.981h-74.54C8.515 5 .413 13.102.413 23.097Z' fill='%235ED0F9'/%3E%3C/svg%3E");
}

.lobby-banner__main.purple .lobby-banner__frame.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.lobby-banner__main.purple .lobby-banner__frame {
		background-image: url("data:image/png;base64,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");
	}
	
	.lobby-banner__main.purple .lobby-banner__frame.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__main.purple .lobby-banner__frame {
		background-image: url("data:image/png;base64,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");
	}
	
	.lobby-banner__main.purple .lobby-banner__frame.nitro-lazy {
		background-image: none !important;
	}
}

.lobby-banner__main.purple .image-border {
	border-color: #a142ff;
}

.lobby-banner__main.gated, .lobby-banner__main.transparent {
	background-color: transparent;
	padding-bottom: 0;
	padding-top: 0;
}

.lobby-banner__main.transparent {
	margin-top: 24px;
}

@media only screen and (max-width:991px) {
	.lobby-banner__main.transparent {
		margin-top: 16px;
	}
}

.lobby-banner__main.transparent .gradient:before {
	display: none;
}

@media only screen and (max-width:570px) {
	.lobby-banner.left-side-content .button-wrapper {
		position: relative;
	}
}

.lobby-banner__wrapper {
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	display: grid;
	grid-template-columns: 1fr 600px;
	padding-right: 30px;
}

@media only screen and (max-width:1370px) {
	.lobby-banner__wrapper {
		padding-right: 0;
	}
}

@media only screen and (max-width:1199px) {
	.lobby-banner__wrapper {
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
		grid-template-columns: 1fr 450px;
	}
}

@media only screen and (max-width:991px) {
	.lobby-banner__wrapper {
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
		grid-template-columns: 1fr 334px;
	}
}

@media only screen and (max-width:768px) {
	.lobby-banner__wrapper {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		gap: 30px;
		grid-template-columns: 1fr;
	}
}

.lobby-banner__wrapper.without-frame {
	padding-right: 0;
}

.lobby-banner__content-wrapper {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width:768px) {
	.lobby-banner__content {
		max-width: 600px;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__content {
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
		text-align: center;
	}
}

.lobby-banner__content-v2 {
	max-width: none;
}

.lobby-banner__content ul {
	margin-left: 0;
	padding-bottom: 12px;
}

.lobby-banner__content ul li {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	font-family: Open Sans;
	gap: 8px;
	line-height: 24px;
}

.lobby-banner__content ul li:before {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 24px;
	left: 0;
	min-width: 24px;
	position: relative;
	top: 0;
	vertical-align: sub;
	width: 24px;
}

.lobby-banner__content ul li:nth-child(3n+1):before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNy4xMjcgOC41NTJjMi4xNjYtMy43NTEgNy41OC0zLjc1MSA5Ljc0NyAwbDEuNzAzIDIuOTUxYzIuMTY2IDMuNzUyLS41NDEgOC40NDEtNC44NzMgOC40NDFoLTMuNDA4Yy00LjMzMiAwLTcuMDQtNC42OS00Ljg3My04LjQ0bDEuNzA0LTIuOTUyWiIgZmlsbD0iI0ZGREZEOSIgc3Ryb2tlPSIjRkY3MzY5Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}

.lobby-banner__content ul li:nth-child(3n+2):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M7.914 4.668a5.627 5.627 0 0 1 7.958 0l3.245 3.245a5.627 5.627 0 0 1 0 7.959l-3.245 3.245a5.627 5.627 0 0 1-7.958 0l-3.246-3.245a5.627 5.627 0 0 1 0-7.959l3.246-3.245Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.lobby-banner__content ul li:nth-child(3n+3):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.19 2.881a5.628 5.628 0 0 1 5.627 0l3.778 2.182a5.628 5.628 0 0 1 2.814 4.873V14.3a5.628 5.628 0 0 1-2.814 4.873l-3.778 2.182a5.628 5.628 0 0 1-5.628 0l-3.778-2.182A5.628 5.628 0 0 1 2.598 14.3V9.936A5.627 5.627 0 0 1 5.41 5.063L9.19 2.88Z' fill='%23D7F7FF' stroke='%235ED0F9'/%3E%3C/svg%3E");
}

.lobby-banner__content ul li a {
	display: contents;
}

.lobby-banner__subtitle {
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 25px;
}

@media only screen and (max-width:1199px) {
	.lobby-banner__subtitle {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 11px;
	}
}

@media only screen and (max-width:991px) {
	.lobby-banner__subtitle {
		font-size: 24px !important;
		line-height: 29px;
	}
}

@media only screen and (max-width:670px) {
	.lobby-banner__subtitle {
		font-size: 18px !important;
		line-height: 22px;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__subtitle {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:670px) {
	.lobby-banner__subtitle.subtitle {
		font-size: 22px !important;
		line-height: 28px;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__subtitle.subtitle {
		margin-bottom: 16px;
	}
}

.lobby-banner__date {
	border: 1px solid #16213d;
	border-radius: 10px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 15px;
	padding: 6px 15px;
}

.lobby-banner__title {
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 24px;
}

@media only screen and (max-width:1199px) {
	.lobby-banner__title {
		margin-bottom: 17px;
	}
}

@media only screen and (max-width:991px) {
	.lobby-banner__title {
		font-size: 32px;
		line-height: 1.1;
	}
}

@media only screen and (max-width:670px) {
	.lobby-banner__title {
		font-size: 25px !important;
		line-height: 29px;
		max-width: 270px;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__title {
		margin-bottom: 10px;
		max-width: none;
	}
}

.lobby-banner__title.title {
	margin-bottom: 16px;
}

@media only screen and (max-width:570px) {
	.lobby-banner__title.title {
		font-size: 32px !important;
		line-height: 40px;
		margin-bottom: 10px;
	}
}

.lobby-banner__subtitle-bottom {
	font-family: Axiforma;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 16px;
}

@media only screen and (max-width:991px) {
	.lobby-banner__subtitle-bottom {
		font-family: Open Sans;
		font-size: 15px;
		line-height: 22px;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__subtitle-bottom {
		margin-bottom: 10px;
	}
}

.lobby-banner__logos {
	grid-gap: 16px;
	max-width: 611px;
}

.lobby-banner__badge {
	aspect-ratio: 193/96;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='193' height='96' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath d='M4 13.801v40.45c0 7.141 4.89 13.344 11.807 15.012l75.34 18.114c3.355.808 6.865.808 10.246 0l75.34-18.114c6.918-1.668 11.807-7.87 11.807-15.012V13.8c0-7.428-6.007-13.475-13.445-13.475H17.445C10.007.326 4 6.347 4 13.801Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' x='.194' y='.326' width='192.152' height='95.269' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='3.806'/%3E%3CfeGaussianBlur stdDeviation='1.903'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_7693_90'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_7693_90' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	padding: 4px 13px 15px;
	width: calc(33.33% - 10.66667px);
}

.lobby-banner__badge.nitro-lazy {
	background-image: none !important;
}

.lobby-banner__logo {
	display: block;
	height: 100%;
	max-height: 40px;
	max-width: 80px;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

@media (min-width:768px) {
	.lobby-banner__logo {
		max-height: 50px;
		max-width: 90px;
	}
}

@media (min-width:992px) {
	.lobby-banner__logo {
		max-height: 60px;
		max-width: 100px;
	}
}

.lobby-banner__text {
	font-family: Open Sans;
}

@media only screen and (max-width:570px) {
	.lobby-banner__text {
		font-size: 14px;
		line-height: 20px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 24px;
		max-width: none;
	}
}

.lobby-banner__text li, .lobby-banner__text p {
	font-size: 16px;
	font-weight: 400;
}

@media (min-width:768px) {
	.lobby-banner__text li, .lobby-banner__text p {
		font-size: 18px;
	}
}

.lobby-banner__text-editor {
	margin-top: 0;
}

.lobby-banner__text-editor, .lobby-banner__text-gated {
	max-width: none;
}

.lobby-banner__text-editor a, .lobby-banner__text-gated a {
	color: #3b37e6;
}

.lobby-banner__text-editor a:hover, .lobby-banner__text-gated a:hover {
	text-decoration: underline;
}

.lobby-banner__text-editor p:not(:last-child), .lobby-banner__text-gated p:not(:last-child) {
	margin-bottom: 28px;
	padding-bottom: 0;
}

@media only screen and (max-width:991px) {
	.lobby-banner__text-editor p:not(:last-child), .lobby-banner__text-gated p:not(:last-child) {
		margin-bottom: 22px;
	}
}

.lobby-banner__text-editor li, .lobby-banner__text-gated li {
	list-style: inherit;
	padding: 0;
}

.lobby-banner__text-editor li:not(:last-child), .lobby-banner__text-gated li:not(:last-child) {
	margin-bottom: 8px;
}

.lobby-banner__text-editor li:before, .lobby-banner__text-gated li:before {
	display: none;
}

.lobby-banner__text-editor ol, .lobby-banner__text-gated ol {
	list-style: decimal;
}

.lobby-banner__text-editor ul, .lobby-banner__text-gated ul {
	list-style: disc;
}

.lobby-banner__text-editor ol, .lobby-banner__text-editor ul, .lobby-banner__text-gated ol, .lobby-banner__text-gated ul {
	margin-left: 18px;
}

.lobby-banner__text-editor ol:not(:last-child), .lobby-banner__text-editor ul:not(:last-child), .lobby-banner__text-gated ol:not(:last-child), .lobby-banner__text-gated ul:not(:last-child) {
	margin-bottom: 18px;
}

.lobby-banner__text-editor h2, .lobby-banner__text-editor h3, .lobby-banner__text-editor h4, .lobby-banner__text-editor h5, .lobby-banner__text-editor h6, .lobby-banner__text-gated h2, .lobby-banner__text-gated h3, .lobby-banner__text-gated h4, .lobby-banner__text-gated h5, .lobby-banner__text-gated h6 {
	font-size: 22px;
	line-height: 28px;
}

.lobby-banner__text-editor h2:not(:last-child), .lobby-banner__text-editor h3:not(:last-child), .lobby-banner__text-editor h4:not(:last-child), .lobby-banner__text-editor h5:not(:last-child), .lobby-banner__text-editor h6:not(:last-child), .lobby-banner__text-gated h2:not(:last-child), .lobby-banner__text-gated h3:not(:last-child), .lobby-banner__text-gated h4:not(:last-child), .lobby-banner__text-gated h5:not(:last-child), .lobby-banner__text-gated h6:not(:last-child) {
	margin-bottom: 8px;
}

@media only screen and (max-width:1199px) {
	.lobby-banner__text-editor h2, .lobby-banner__text-editor h3, .lobby-banner__text-editor h4, .lobby-banner__text-editor h5, .lobby-banner__text-editor h6, .lobby-banner__text-gated h2, .lobby-banner__text-gated h3, .lobby-banner__text-gated h4, .lobby-banner__text-gated h5, .lobby-banner__text-gated h6 {
		font-size: 18px;
	}
}

.lobby-banner__buttons-wrapper {
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	margin-top: 36px;
}

@media only screen and (max-width:991px) {
	.lobby-banner__buttons-wrapper {
		margin-top: 28px;
	}
}

@media only screen and (max-width:768px) {
	.lobby-banner__buttons-wrapper {
		-ms-flex-pack: center;
		gap: 16px;
		justify-content: center;
		width: -webkit-max-content;
		width: max-content;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__buttons-wrapper {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
}

.lobby-banner__buttons-wrapper.button-wrapper {
	margin-top: 24px;
}

@media only screen and (max-width:991px) {
	.lobby-banner__buttons-wrapper.button-wrapper {
		margin-top: 10px;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__buttons-wrapper.button-wrapper {
		margin-top: 24px;
	}
}

@media only screen and (max-width:670px) {
	.lobby-banner__buttons-wrapper.webinar {
		bottom: 0;
		left: 0;
		margin-bottom: 24px;
		position: relative;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

.lobby-banner__button:not(.c-btn) {
	color: #fff !important;
	text-decoration: none !important;
}

@media only screen and (max-width:768px) {
	.lobby-banner__button-left, .lobby-banner__button-right {
		min-width: 160px;
	}
}

.lobby-banner__media {
	-ms-flex-item-align: center;
	align-self: center;
	height: 524px;
	position: relative;
}

@media only screen and (max-width:1199px) {
	.lobby-banner__media {
		height: 377px;
	}
}

@media only screen and (max-width:991px) {
	.lobby-banner__media {
		height: 280px;
	}
}

@media only screen and (max-width:768px) {
	.lobby-banner__media {
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	
	.lobby-banner__media.video {
		background: #e3eeff;
		border: 1px solid #3b37e6;
		border-radius: 30px;
		height: auto;
		width: 100%;
	}
	
	.lobby-banner__media.video .lobby-banner__frame {
		background: none;
	}
	
	.lobby-banner__media.video .lobby-banner__image-wrapper {
		padding: 15px;
	}
	
	.lobby-banner__media.video .lobby-banner__iframe {
		background-image: none;
	}
	
	.lobby-banner__media.video .lobby-banner__iframe.nitro-lazy {
		background-image: none !important;
	}
	
	.lobby-banner__media.video .lobby-banner__iframe:before {
		display: none;
	}
}

.lobby-banner__media .webinar-dates__dates {
	-ms-flex-pack: center;
	background: #d8e3ff;
	border: 1px solid #3b37e6;
	border-radius: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 32px;
}

.lobby-banner__media .webinar-dates__dates:before {
	content: none;
}

.lobby-banner__media .webinar-dates__dates .h2-title {
	text-align: center;
}

@media only screen and (max-width:768px) {
	.lobby-banner__media.webinar {
		height: auto;
		width: 100%;
	}
	
	.lobby-banner__media.webinar .webinar-dates__dates {
		padding: 18px;
	}
	
	.lobby-banner__media.webinar .webinar-dates__item {
		grid-template-columns: 63px 1fr 105px;
	}
}

.lobby-banner__media + .lobby-banner__buttons-wrapper {
	margin-top: 20px;
}

.lobby-banner__media.without-frame {
	height: auto;
	padding: 30px 0;
}

@media only screen and (max-width:670px) {
	.lobby-banner__media.without-frame {
		padding: 0;
	}
}

.lobby-banner__media.without-frame .lobby-banner__play-btn {
	padding: 0;
}

.lobby-banner__video-title {
	background: #e3eeff;
	border: 1px solid #3b37e6;
	border-radius: 0 0 28px 28px;
	border-top: none;
	color: #16213d;
	display: none;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 116%;
	margin: -1px auto 0;
	max-width: 234px;
	padding: 5px 18px 16px;
	position: relative;
	text-align: center;
	z-index: 5;
}

@media only screen and (max-width:670px) {
	.lobby-banner__video-title {
		display: block;
	}
}

.lobby-banner__iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

@media only screen and (max-width:768px) {
	.lobby-banner__iframe {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACuCAYAAADkpOUDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjczMUZFNEFGMzFGMTFFRTkzQkVFNEQ0NUYxOEE5RUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjczMUZFNEJGMzFGMTFFRTkzQkVFNEQ0NUYxOEE5RUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzMxRkU0OEYzMUYxMUVFOTNCRUU0RDQ1RjE4QTlFRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNzMxRkU0OUYzMUYxMUVFOTNCRUU0RDQ1RjE4QTlFRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvP7+msAAAQESURBVHja7N3fTdtQGEBx0zckHjoCI3SD0hEyQesR2KBs0E7QMEGzQbMBjOAR8oDUR+pbQhVFgt4vic319e9IVkDiAdlHnw/4zz17fHxsHn4375umuey39Pmh3z7229X2e+AfZ0mYl+hFStJ86bfPdhX+K8yOOGn6fCUOsoTZE+fH9nSFGfIu8sMX503Xb5/6L2/sOhMmxLZvfgpjwkSkSX9R/SKNU1LuKeq+/0inqI1dSZhckjTXdiVhIiz77bvdqWFyOmaXu+bpP8UwYbJY6BnCROj6rbVbCRNhpWc0TG7D6BkTRs9gHGG6rTQgTDZrPaNhchtml3S96cruNmFyafUMYfQMYfQMymgYPWPCHNUznV1PmEjPuN5EmHDPuJFcw+gZE0bPoCBh9Axh9IyGGa5h9IwJo2cIo2dQoDDPPeOhOA2jZ0yYYVnoGcJE2OgZwugZDTNYw+gZE0bPEGa8nnE/MGFCeGkRYcJ8a54e9AdhsnG9iTB6hjB6hjB6BlMWRs8Q5uCe8ZA/YUI9435gwoR75tahHIcpXHzMIS2OkV7CeOmQmjB6hjB6hjB6RsNMqGH0jAlzVM9Y9IswITo9Q5hDesZLGDWMnjFh9Axh9Axh9Ayqbxg9Y8LoGcKM2zPuByZMiKWe0TCH9Ex6yN8ipiZMds+4f4YweoYwekbD6BkTRs8QZnY94yWMhAmx0jMa5hDu9IwJE0HPEEbPEEbPaBg9Y8LoGcLMrme8hJEwIdZ6RsMcgkUyTJgQrZ4hjJ4hjJ7RMHrGhKmgZzrCINIzLWEQ7ZnZPeSvYfSMCaNnCKNnCKNnNAyq7xkT5rRUvyg7YU7LpvaeIcwwPVPtQ/4aRs+YMHqGMHqGMHpGw6D6njFh9AxhCu2ZBWEQ4b6GniHMuKRFMlaEQYRJ3z9DGD1DGD1DGD1DGEyxZwhTRs9sCINIz9wQBtGeuZ3CL+riYzlMYhFTE0bPEEbPEEbPaBhMsWdMmHJ7pshF2QlTLl2JPUOY8numqJcwahg9Y8LoGcLomUJ6hjB6RsNU3jNvuii7CTO9nnnT602EmWbPXBMGEZZv1TMaRs+YMHqGMCikZwijZzTMTBllUXYTph5G6RnC1NUzLWEQYTV0z2gYPWPCYLieIYyeIQyG6xkNUz8nfam0CVM/7Sl7hjDz6JkFYRBhfaqe0TB6xoTBcD1DGD1DGAzXMxpGz5gwyO6ZjjCI9ExLGER7JvSQv4aZORfnf49hds+YMAj1DGGQpkx2zxAGz9Jk9YyGIcr+8Xy1Z0wY7PPqouyEwf7E2bzWM4TBSz1zTRhEpEkvYVwTBkf1DGEQ6hnCINQzhEGoZwiDXFrCIDJlUvyuCIMIt4RBhPujLz5iXvwRYABFIqdCi0JWSQAAAABJRU5ErkJggg==");
		background-position: 100% 0;
		background-repeat: no-repeat;
		top: 0;
		z-index: 1;
	}
	
	.lobby-banner__iframe:before {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 6.741v108.812c0 11.569 9.378 20.947 20.947 20.947h80.687c4.825 0 7.546-5.543 4.595-9.36L10.903 3.189C7.515-1.193.5 1.203.5 6.74Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
		content: "";
		height: 137px;
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transform: scale(-1);
		transform: scale(-1);
		width: 109px;
	}
	
	.lobby-banner__iframe.nitro-lazy {
		background-image: none !important;
	}
}

.lobby-banner__iframe.active {
	z-index: 500;
}

.lobby-banner__frame {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 524px;
	width: 626px;
}

@media only screen and (max-width:1199px) {
	.lobby-banner__frame {
		height: 377px;
		width: 450px;
	}
}

@media only screen and (max-width:991px) {
	.lobby-banner__frame {
		height: 280px;
		width: 334px;
	}
}

@media only screen and (max-width:768px) {
	.lobby-banner__frame {
		height: auto;
		width: auto;
	}
}

.lobby-banner__frame.hide-frame {
	display: none;
}

.lobby-banner__media-wrapper {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media only screen and (max-width:768px) {
	.lobby-banner__media-wrapper {
		position: relative;
	}
}

.lobby-banner__media-wrapper iframe {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.lobby-banner__media-wrapper.without-frame {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.lobby-banner__media-wrapper.without-frame .lobby-banner__image-wrapper {
	padding: 0;
	position: relative;
}

.lobby-banner__media-wrapper.without-frame .lobby-banner__image {
	height: auto;
}

@media only screen and (max-width:768px) {
	.lobby-banner__media-wrapper.gated {
		position: relative;
	}
}

.lobby-banner__play-btn {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: none !important;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	padding: 118px 82px 81px 99px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 200;
}

@media only screen and (max-width:1199px) {
	.lobby-banner__play-btn {
		padding: 83px 58px 58px 71px;
	}
}

@media only screen and (max-width:991px) {
	.lobby-banner__play-btn {
		padding: 65px 46px 44px 56px;
	}
}

@media only screen and (max-width:670px) {
	.lobby-banner__play-btn {
		padding: 47px 33px 33px 40px;
	}
}

@media only screen and (max-width:570px) {
	.lobby-banner__play-btn {
		padding: 67px 48px 46px 57px;
	}
}

@media only screen and (max-width:480px) {
	.lobby-banner__play-btn {
		padding: 56px 41px 40px 49px;
	}
}

@media only screen and (max-width:360px) {
	.lobby-banner__play-btn {
		padding: 50px 36px 35px 42px;
	}
}

.lobby-banner__play-btn * {
	pointer-events: none;
}

.lobby-banner__play-btn svg circle {
	transition: all .4s ease-in-out;
}

.lobby-banner__play-btn svg path {
	transition: all .5s ease-in-out;
}

@media only screen and (max-width:991px) {
	.lobby-banner__play-btn svg {
		height: 93px;
		width: 81px;
	}
}

.lobby-banner__play-btn:hover svg circle {
	fill: #3b37e6;
}

.lobby-banner__play-btn:hover svg path {
	fill: #e3eeff;
}

.lobby-banner__media-lottie {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.lobby-banner__media-lottie svg {
	height: 100%;
	width: 100%;
}

.lobby-banner__image-wrapper {
	height: 100%;
	left: 0;
	padding: 118px 82px 81px 99px;
	position: absolute;
	top: 0;
	width: 100%;
}

@media only screen and (max-width:1199px) {
	.lobby-banner__image-wrapper {
		padding: 83px 58px 58px 71px;
	}
}

@media only screen and (max-width:991px) {
	.lobby-banner__image-wrapper {
		padding: 65px 46px 44px 56px;
	}
}

@media only screen and (max-width:768px) {
	.lobby-banner__image-wrapper {
		padding: 0;
		position: relative;
	}
}

.lobby-banner__image-wrapper.hide-frame {
	padding: 0;
}

.lobby-banner__image-wrapper img, .lobby-banner__image-wrapper svg {
	border: 1px solid;
	border-radius: 24px;
}

@media only screen and (max-width:991px) {
	.lobby-banner__image-wrapper img, .lobby-banner__image-wrapper svg {
		border-radius: 12px;
	}
}

.lobby-banner .gradient {
	border-radius: 24px;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media only screen and (max-width:991px) {
	.lobby-banner .gradient {
		border-radius: 12px;
	}
}

.lobby-banner .gradient:before {
	background: linear-gradient(180deg, hsla(0, 0%, 85%, 0) 1.26%, hsla(0, 0%, 85%, 0) 34.91%, rgba(59, 55, 230, .32));
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10;
}

@media only screen and (max-width:670px) {
	.lobby-banner .gradient:before {
		display: none;
	}
}

.lobby-banner .gradient.remove-border-radius {
	border-radius: 0;
}

.lobby-banner__image {
	display: block;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	width: 100%;
	z-index: 9;
}

@media only screen and (max-width:768px) {
	.lobby-banner__image {
		border: 0 !important;
	}
}

.lobby-banner__media-lottie-animation {
	text-align: center;
}

.lobby-banner__media-lottie-animation svg {
	height: 100%;
	width: auto;
}

.lobby-banner .utm-form-check .form-columns-1 {
	display: inline-block;
	float: left;
	width: 285px;
}

@media only screen and (max-width:768px) {
	.lobby-banner .utm-form-check .form-columns-1 {
		width: calc(50% - 8px);
	}
}

@media only screen and (max-width:670px) {
	.lobby-banner .utm-form-check .form-columns-1 {
		width: 100%;
	}
}

.lobby-banner .utm-form-check .form-columns-1:nth-child(2) {
	margin-right: 16px;
}

.lobby-banner .utm-form-check .form-columns-1:nth-child(4), .lobby-banner .utm-form-check .form-columns-1:nth-child(5), .lobby-banner .utm-form-check .form-columns-1:nth-child(6), .lobby-banner .utm-form-check .form-columns-1:nth-child(7), .lobby-banner .utm-form-check .form-columns-1:nth-child(8), .lobby-banner .utm-form-check .form-columns-1:nth-child(9) {
	clear: both;
	width: 100%;
}

.lobby-banner .utm-form-check .form-columns-1 .hs-form-field {
	width: 100%;
}

.lobby-banner .utm-form-check .form-columns-0 {
	clear: both;
	width: 100%;
}

.lobby-banner__event-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 20px;
}

.lobby-banner__form-wrapper {
	background: #16213d;
	border: 1px solid #3b37e6;
	border-radius: 20px;
	min-height: 300px;
	padding: 40px 24px;
}

.lobby-banner__form-wrapper .submitted-message p {
	color: #fff;
	text-align: center;
}

.lobby-banner__form-wrapper .hbspt-form {
	height: 100%;
}

.lobby-banner__form-wrapper .hbspt-form .hs-submit input[type=submit] {
	border: 1px solid #3b37e6;
}

.lobby-banner__form-wrapper .hbspt-form .hs-submit input[type=submit]:hover {
	border-color: #fff;
	color: #fff;
}

.lobby-banner__form-wrapper form {
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0;
	height: -webkit-max-content;
	height: max-content;
	justify-content: space-between;
}

.lobby-banner__form-wrapper form fieldset {
	width: 100%;
}

@media only screen and (max-width:480px) {
	.lobby-banner__form-wrapper form.hsForm_06038943-b491-4eba-b2bc-76571f293e8e .form-columns-2 .hs-form-field {
		width: 100% !important;
	}
}

.lobby-banner__form-wrapper form.hsForm_06038943-b491-4eba-b2bc-76571f293e8e fieldset {
	margin-bottom: 0;
}

.lobby-banner__form-wrapper input[type=email], .lobby-banner__form-wrapper input[type=text], .lobby-banner__form-wrapper select {
	background-color: #fff;
	border: 1px solid rgba(22, 33, 61, .1);
	border-radius: 10px;
	color: #16213d;
	font-size: 13px;
	height: 48px;
	line-height: 16px;
	padding: 10px 16px;
	width: 100% !important;
}

.lobby-banner__form-wrapper .hs-richtext p, .lobby-banner__form-wrapper a {
	color: #fff;
	font-family: Open Sans, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	text-align: center;
}

.lobby-banner__form-wrapper input[type=submit] {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.lobby-banner__form-wrapper .hs-submit .actions {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.lobby-banner__form-wrapper .hs_recaptcha {
	display: none;
}

.lobby-banner__form-wrapper .form-columns-2 {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.lobby-banner__form-wrapper .form-columns-2 .hs-form-field {
	float: left;
	min-width: 50%;
	width: 50%;
}

@media only screen and (max-width:480px) {
	.lobby-banner__form-wrapper .form-columns-2 .hs-form-field {
		min-width: 100%;
		width: 100% !important;
	}
}

.lobby-banner__form-wrapper .form-columns-2 .hs-dependent-field .hs-form-field.hs_state {
	left: -100%;
	position: relative;
	width: calc(200% - 8px) !important;
}

.lobby-banner__form-wrapper .form-columns-2 .hs-dependent-field .hs-form-field.hs_state .input {
	margin-right: 0;
}

.lobby-banner__form-wrapper .form-columns-2 .hs-dependent-field .hs-form-field.hs_state label {
	height: 0;
}

.lobby-banner__form-desc, .lobby-banner__form-title {
	color: #fff;
	text-align: center;
}

.lobby-banner__form-title {
	font-family: Axiforma, sans-serif;
}

.lobby-banner__form-desc {
	font-family: Open Sans, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.46;
	margin-bottom: 32px;
}

@media only screen and (max-width:480px) {
	.lobby-banner__form-desc {
		margin-bottom: 24px;
		margin-left: auto;
		margin-right: auto;
		max-width: 297px;
	}
}

@media only screen and (max-width:768px) {
	.lobby-banner .hbspt-form fieldset {
		width: 100%;
	}
}

.lobby-banner .hbspt-form.font-18 .hs-submit input[type=submit] {
	font-size: 18px;
}

.lobby-banner .hbspt-form.font-20 .hs-submit input[type=submit] {
	font-size: 20px;
}

.lobby-banner__media-lottie-animation {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
}

[dir=rtl] .lobby-banner__frame {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

[dir=rtl] .lobby-banner__wrapper {
	padding-left: 30px;
	padding-right: 80px;
}

@media only screen and (max-width:1370px) {
	[dir=rtl] .lobby-banner__wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}

[dir=rtl] .lobby-banner__image-wrapper {
	padding: 118px 99px 81px 82px;
}

@media only screen and (max-width:1199px) {
	[dir=rtl] .lobby-banner__image-wrapper {
		padding: 83px 71px 58px 58px;
	}
}

@media only screen and (max-width:991px) {
	[dir=rtl] .lobby-banner__image-wrapper {
		padding: 65px 56px 44px 46px;
	}
}

@media only screen and (max-width:670px) {
	[dir=rtl] .lobby-banner__image-wrapper {
		padding: 47px 40px 33px 33px;
	}
}

@media only screen and (max-width:570px) {
	[dir=rtl] .lobby-banner__image-wrapper {
		padding: 67px 57px 46px 48px;
	}
}

@media only screen and (max-width:480px) {
	[dir=rtl] .lobby-banner__image-wrapper {
		padding: 56px 49px 40px 41px;
	}
}

@media only screen and (max-width:360px) {
	[dir=rtl] .lobby-banner__image-wrapper {
		padding: 50px 42px 35px 36px;
	}
}

[dir=rtl] .lobby-banner__text-editor ol, [dir=rtl] .lobby-banner__text-editor ul, [dir=rtl] .lobby-banner__text-gated ol, [dir=rtl] .lobby-banner__text-gated ul {
	margin-left: 0;
	margin-right: 18px;
	text-align: right;
}

[dir=rtl] .lobby-banner__button-left {
	margin-left: 15px;
	margin-right: 0;
}

@media only screen and (max-width:768px) {
	[dir=rtl] .lobby-banner__button-left {
		margin: 0;
	}
}

[dir=rtl] .lobby-banner__main.no-frame .lobby-banner__subtitle, [dir=rtl] .lobby-banner__main.no-frame .lobby-banner__text {
	text-align: right;
}

.lobby-banner__media-wrapper a svg circle {
	transition: all .4s ease-in-out;
}

.lobby-banner__media-wrapper a svg path {
	transition: all .5s ease-in-out;
}

@media only screen and (max-width:991px) {
	.lobby-banner__media-wrapper a svg {
		height: 93px;
		width: 81px;
	}
}

.lobby-banner__media-wrapper a:hover svg circle {
	fill: #3b37e6;
}

.lobby-banner__media-wrapper a:hover svg path {
	fill: #e3eeff;
}
/*# sourceMappingURL=block-video-banner.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white {
	color: #fff;
}

.styled-text.dark {
	color: #16213d;
}

.styled-text.blue {
	color: #3b37e6;
}

.styled-text.coral {
	color: #ff7369;
}

.styled-text.purple {
	color: #a142ff;
}

.styled-text.light-blue {
	color: #55bbf9;
}

.styled-text.malibu {
	color: #5ed0f9;
}

.styled-text.apricot {
	color: #ed7b6f;
}

.styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.video-banner {
	margin-bottom: 100px;
	margin-top: 32px;
}

@media only screen and (max-width:991px) {
	.video-banner {
		margin-bottom: 46px;
		margin-top: 16px;
	}
}

.video-banner.has-navigation {
	margin-top: 20px;
}

@media only screen and (max-width:570px) {
	.video-banner.has-navigation {
		margin-top: 16px;
	}
}

.video-banner .breadcrumbs, .video-banner .return-back-link {
	margin-bottom: 10px;
	margin-left: auto;
	max-width: 1260px;
}

.video-banner__wrapper {
	-webkit-column-gap: 3px;
	-moz-column-gap: 3px;
	column-gap: 3px;
	display: grid;
	grid-template-columns: 1fr 718px;
	margin-left: auto;
	max-width: 1260px;
	row-gap: 3px;
}

@media only screen and (max-width:1370px) {
	.video-banner__wrapper {
		grid-template-columns: 1fr 600px;
	}
}

@media only screen and (max-width:1199px) {
	.video-banner__wrapper {
		grid-template-columns: 1fr 500px;
	}
}

@media only screen and (max-width:991px) {
	.video-banner__wrapper {
		grid-template-columns: 1fr 373px;
	}
}

@media only screen and (max-width:670px) {
	.video-banner__wrapper {
		grid-template-columns: 1fr 300px;
	}
}

@media only screen and (max-width:570px) {
	.video-banner__wrapper {
		grid-template-columns: 1fr;
	}
}

.video-banner__content-wrapper {
	padding-bottom: 71px;
	padding-top: 10px;
}

@media only screen and (max-width:1370px) {
	.video-banner__content-wrapper {
		padding-bottom: 58px;
	}
}

@media only screen and (max-width:1199px) {
	.video-banner__content-wrapper {
		padding-bottom: 48px;
	}
}

@media only screen and (max-width:991px) {
	.video-banner__content-wrapper {
		padding-bottom: 36px;
		padding-top: 6px;
	}
}

@media only screen and (max-width:670px) {
	.video-banner__content-wrapper {
		padding-bottom: 28px;
		padding-top: 3px;
	}
}

@media only screen and (max-width:570px) {
	.video-banner__content-wrapper {
		padding: 0;
	}
}

.video-banner__content {
	-ms-flex-align: center;
	align-items: center;
	background-color: #3b37e6;
	border-radius: 30px;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 30px 55px 30px 65px;
}

@media only screen and (max-width:991px) {
	.video-banner__content {
		border-radius: 30px;
	}
}

@media only screen and (max-width:850px) {
	.video-banner__content {
		padding: 30px 35px;
	}
}

@media only screen and (max-width:670px) {
	.video-banner__content {
		padding: 20px;
	}
}

@media only screen and (max-width:570px) {
	.video-banner__content {
		border-radius: 26px;
		min-height: 268px;
		padding: 50px 36px;
		text-align: center;
	}
}

.video-banner__text {
	color: #fff;
	font-size: 60px;
	line-height: 62px;
	margin: 0 auto;
}

@media only screen and (max-width:1199px) {
	.video-banner__text {
		font-size: 50px;
		line-height: 52px;
	}
}

@media only screen and (max-width:1030px) {
	.video-banner__text {
		font-size: 40px;
		line-height: 42px;
	}
}

@media only screen and (max-width:850px) {
	.video-banner__text {
		font-size: 32px;
		line-height: 34px;
	}
}

@media only screen and (max-width:570px) {
	.video-banner__text {
		font-size: 38px;
		line-height: 40px;
		max-width: 270px;
	}
}

.video-banner__media {
	height: 612px;
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width:1370px) {
	.video-banner__media {
		height: 512px;
	}
}

@media only screen and (max-width:1199px) {
	.video-banner__media {
		height: 426px;
	}
}

@media only screen and (max-width:991px) {
	.video-banner__media {
		height: 318px;
	}
}

@media only screen and (max-width:670px) {
	.video-banner__media {
		height: 256px;
	}
}

@media only screen and (max-width:570px) {
	.video-banner__media {
		height: auto;
	}
}

.video-banner__image, .video-banner__mask, .video-banner__video {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.video-banner__image, .video-banner__video {
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 10;
}

.video-banner__video {
	background-color: #fff;
	padding: 2px;
}

.video-banner__mask-image {
	display: none;
	height: 612px;
	position: relative;
	width: 100%;
	z-index: 20;
}

@media only screen and (max-width:1370px) {
	.video-banner__mask-image {
		height: 512px;
	}
}

@media only screen and (max-width:1199px) {
	.video-banner__mask-image {
		height: 426px;
	}
}

@media only screen and (max-width:991px) {
	.video-banner__mask-image {
		height: 318px;
	}
}

@media only screen and (max-width:670px) {
	.video-banner__mask-image {
		height: 256px;
	}
}

@media only screen and (max-width:570px) {
	.video-banner__mask-image {
		height: auto;
	}
}

.video-banner__mask-image-desktop {
	display: block;
}

@media only screen and (max-width:570px) {
	.video-banner__mask-image-desktop {
		display: none;
	}
	
	.video-banner__mask-image-mobile {
		display: block;
		height: auto;
	}
}

[dir=rtl] .video-banner .breadcrumbs, [dir=rtl] .video-banner .return-back-link, [dir=rtl] .video-banner__wrapper {
	margin-left: unset;
	margin-right: auto;
}

[dir=rtl] .video-banner__mask {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
/*# sourceMappingURL=block-huge-title-with-text.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white {
	color: #fff;
}

.styled-text.dark {
	color: #16213d;
}

.styled-text.blue {
	color: #3b37e6;
}

.styled-text.coral {
	color: #ff7369;
}

.styled-text.purple {
	color: #a142ff;
}

.styled-text.light-blue {
	color: #55bbf9;
}

.styled-text.malibu {
	color: #5ed0f9;
}

.styled-text.apricot {
	color: #ed7b6f;
}

.styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.huge-title-with-text {
	margin-bottom: 100px;
	margin-top: 100px;
}

@media only screen and (max-width:991px) {
	.huge-title-with-text {
		margin-bottom: 46px;
		margin-top: 46px;
	}
}

.huge-title-with-text .js-animate-parent.animate .animation-text, .huge-title-with-text .js-animate-parent.animate .animation-title {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.huge-title-with-text .js-animate-parent .animation-text, .huge-title-with-text .js-animate-parent .animation-title {
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	transition: opacity .4s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
	transition: opacity .4s, transform .8s cubic-bezier(.165, .84, .44, 1);
	transition: opacity .4s, transform .8s cubic-bezier(.165, .84, .44, 1), -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
}

.huge-title-with-text .js-animate-parent .animation-text {
	transition-delay: .5s;
}

.huge-title-with-text__title {
	-webkit-text-stroke: 1px #55bbf9;
	color: #d7f7ff;
	font-size: 208px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (max-width:1370px) {
	.huge-title-with-text__title {
		font-size: 15vw;
	}
}

@media only screen and (max-width:480px) {
	.huge-title-with-text__title {
		font-size: 91px;
	}
}

@media only screen and (max-width:360px) {
	.huge-title-with-text__title {
		font-size: 18vw;
	}
}

.huge-title-with-text__title.smaller {
	font-size: 150px;
}

@media only screen and (max-width:1370px) {
	.huge-title-with-text__title.smaller {
		font-size: 12vw;
	}
}

@media only screen and (max-width:480px) {
	.huge-title-with-text__title.smaller {
		font-size: 91px;
	}
}

@media only screen and (max-width:360px) {
	.huge-title-with-text__title.smaller {
		font-size: 18vw;
	}
}

.huge-title-with-text__text {
	font-size: 25px;
	line-height: 34px;
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
	position: relative;
	text-align: center;
	z-index: 10;
}

@media only screen and (max-width:991px) {
	.huge-title-with-text__text {
		margin-top: 14px;
	}
}

@media only screen and (max-width:768px) {
	.huge-title-with-text__text {
		font-size: 14px;
		line-height: 20px;
		max-width: 566px;
	}
}
/*# sourceMappingURL=block-benefits-section.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white {
	color: #fff;
}

.styled-text.dark {
	color: #16213d;
}

.styled-text.blue {
	color: #3b37e6;
}

.styled-text.coral {
	color: #ff7369;
}

.styled-text.purple {
	color: #a142ff;
}

.styled-text.light-blue {
	color: #55bbf9;
}

.styled-text.malibu {
	color: #5ed0f9;
}

.styled-text.apricot {
	color: #ed7b6f;
}

.styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.benefits-section {
	background-color: #16213d;
	margin-top: -1px;
	overflow: hidden;
	padding-bottom: 225px;
	padding-top: 88px;
}

@media only screen and (max-width:991px) {
	.benefits-section {
		padding-bottom: 98px;
		padding-top: 40px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section {
		overflow: visible;
		position: relative;
		z-index: 10;
	}
}

@media only screen and (max-width:480px) {
	.benefits-section {
		padding-bottom: 20px;
		padding-top: 45px;
	}
}

.benefits-section__title-wrapper {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	background: hsla(0, 0%, 85%, .1);
	border: 1px solid hsla(0, 0%, 100%, .2);
	border-radius: 21px;
	display: -ms-flexbox;
	display: flex;
	height: 130px;
	justify-content: center;
	margin-bottom: 28px;
	padding: 0 30px;
}

@media only screen and (max-width:991px) {
	.benefits-section__title-wrapper {
		height: 116px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width:480px) {
	.benefits-section__title-wrapper {
		background-color: transparent;
		border: none;
		height: auto;
		margin-bottom: 32px;
		padding: 0;
	}
}

.benefits-section__title {
	color: #fff;
	text-align: center;
}

@media only screen and (max-width:991px) {
	.benefits-section__title {
		font-size: 32px;
		line-height: 34px;
	}
}

@media only screen and (max-width:480px) {
	.benefits-section__title {
		font-size: 25px;
		line-height: 29px;
		max-width: 270px;
	}
}

.benefits-section .js-animate-parent .animate-object {
	opacity: 0;
	transition: background-color .3s, opacity .2s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: background-color .3s, opacity .2s, transform .6s cubic-bezier(.165, .84, .44, 1);
	transition: background-color .3s, opacity .2s, transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
}

@media screen and (max-width:767px) {
	.benefits-section .js-animate-parent .animate-object {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
}

.benefits-section .js-animate-parent .animate-object-title {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

@media screen and (max-width:767px) {
	.benefits-section .js-animate-parent .animate-object-title {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.benefits-section .js-animate-parent .animate-object-1, .benefits-section .js-animate-parent .animate-object-2, .benefits-section .js-animate-parent .animate-object-4, .benefits-section .js-animate-parent .animate-object-5, .benefits-section .js-animate-parent .animate-object-7 {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

@media screen and (max-width:767px) {
	.benefits-section .js-animate-parent .animate-object-1, .benefits-section .js-animate-parent .animate-object-2, .benefits-section .js-animate-parent .animate-object-4, .benefits-section .js-animate-parent .animate-object-5, .benefits-section .js-animate-parent .animate-object-7 {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.benefits-section .js-animate-parent .animate-object-3 {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

@media screen and (max-width:767px) {
	.benefits-section .js-animate-parent .animate-object-3 {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.benefits-section .js-animate-parent .animate-object-6 {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

@media screen and (max-width:767px) {
	.benefits-section .js-animate-parent .animate-object-6 {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.benefits-section .js-animate-parent .animate-object-8 {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

@media screen and (max-width:767px) {
	.benefits-section .js-animate-parent .animate-object-8 {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.benefits-section .js-animate-parent.animate .animate-object {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

@media screen and (max-width:767px) {
	.benefits-section .js-animate-count {
		display: none;
	}
}

.benefits-section .js-animate-count.mobile {
	display: none;
}

@media screen and (max-width:767px) {
	.benefits-section .js-animate-count.mobile {
		display: inline-block;
	}
}

@media screen and (max-width:1280px) {
	.benefits-section__wrapper {
		max-width: 1000px;
	}
}

@media screen and (max-width:1080px) {
	.benefits-section__wrapper {
		max-width: 900px;
	}
}

@media only screen and (max-width:991px) {
	.benefits-section__wrapper {
		max-width: 770px;
	}
}

@media only screen and (max-width:850px) {
	.benefits-section__wrapper {
		max-width: 688px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__wrapper {
		max-width: 550px;
	}
}

@media screen and (max-width:1080px) {
	.benefits-section__wrapper svg.desktop {
		display: none;
	}
}

.benefits-section__wrapper svg.tablet {
	display: none;
}

@media screen and (max-width:1080px) {
	.benefits-section__wrapper svg.tablet {
		display: block;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__wrapper svg.tablet {
		display: none;
	}
}

.benefits-section__wrapper svg.mobile {
	display: none;
}

@media screen and (max-width:767px) {
	.benefits-section__wrapper svg.mobile {
		display: block;
	}
}

.benefits-section__objects {
	height: 867px;
	position: relative;
}

@media screen and (max-width:1280px) {
	.benefits-section__objects {
		height: 722px;
	}
}

@media screen and (max-width:1080px) {
	.benefits-section__objects {
		height: 744px;
	}
}

@media only screen and (max-width:991px) {
	.benefits-section__objects {
		height: 636px;
	}
}

@media only screen and (max-width:850px) {
	.benefits-section__objects {
		height: 568px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__objects {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
	}
}

.benefits-section__object {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
}

@media screen and (max-width:767px) {
	.benefits-section__object {
		position: relative;
	}
}

.benefits-section__object-1 {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='277' height='340' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M83 .5h111c45.563 0 82.5 36.937 82.5 82.5v174c0 45.564-36.937 82.5-82.5 82.5H83C37.437 339.5.5 302.563.5 257V83C.5 37.437 37.437.5 83 .5Z' fill='%233B37E6' fill-opacity='.2' stroke='%233B37E6'/%3E%3Cpath d='M121.376 40.47h34.534c37.831 0 68.5 30.67 68.5 68.501v121.812c0 37.832-30.669 68.5-68.5 68.5h-34.534c-37.831 0-68.5-30.668-68.5-68.5V108.971c0-37.832 30.669-68.5 68.5-68.5Z' stroke='%233B37E6'/%3E%3Cpath d='M173.561 220.68V119.814c0-19.568-15.863-35.431-35.431-35.431-19.568 0-35.431 15.863-35.431 35.431V220.68c0 19.568 15.863 35.431 35.431 35.431 19.568 0 35.431-15.863 35.431-35.431Z' fill='%233B37E6'/%3E%3C/svg%3E");
	height: 340px;
	left: 0;
	top: 0;
	width: 277px;
}

.benefits-section__object-1.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width:1280px) {
	.benefits-section__object-1 {
		height: 283px;
		width: 231px;
	}
}

@media screen and (max-width:1080px) {
	.benefits-section__object-1 {
		display: none;
	}
}

.benefits-section__object-2 {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='239' height='222' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 201.597c0 17.393 20.667 26.497 33.5 14.757L232.007 34.757C245.472 22.438 236.757 0 218.507 0H20C8.954 0 0 8.954 0 20v181.597Z' fill='%23A142FF'/%3E%3C/svg%3E");
	bottom: 15px;
	height: 222px;
	left: 0;
	width: 239px;
}

.benefits-section__object-2.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width:1280px) {
	.benefits-section__object-2 {
		bottom: 17px;
		height: 182px;
		width: 194px;
	}
}

@media screen and (max-width:1080px) {
	.benefits-section__object-2 {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='169' height='181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 170.382c0 9.427 11.571 13.952 17.966 7.026L165.391 17.742c6.125-6.634 1.42-17.383-7.61-17.383H10.357C4.637.36 0 4.996 0 10.716v159.666Z' fill='%23A142FF'/%3E%3C/svg%3E");
		bottom: 21px;
		height: 181px;
		width: 169px;
	}
	
	.benefits-section__object-2.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:991px) {
	.benefits-section__object-2 {
		bottom: 19px;
		height: 153px;
		width: 142px;
	}
}

@media only screen and (max-width:850px) {
	.benefits-section__object-2 {
		bottom: 20px;
		height: 134px;
		width: 126px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__object-2 {
		display: none;
	}
}

.benefits-section__object-3 {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='482' height='124' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M61.714 1.008h358.072c33.843 0 61.279 27.435 61.279 61.278s-27.436 61.279-61.279 61.279H61.714C27.87 123.565.435 96.129.435 62.286S27.871 1.008 61.714 1.008Z' fill='%235ED0F9' fill-opacity='.2' stroke='%235ED0F9' stroke-width='.87'/%3E%3Ccircle cx='61.5' cy='62.5' r='61.5' fill='%235ED0F9'/%3E%3C/svg%3E");
	bottom: 0;
	height: 124px;
	right: 0;
	width: 482px;
}

.benefits-section__object-3.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width:1280px) {
	.benefits-section__object-3 {
		height: 104px;
		width: 402px;
	}
}

@media screen and (max-width:1080px) {
	.benefits-section__object-3 {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='397' height='59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.567.615H367.56c15.833 0 28.669 12.836 28.669 28.67 0 15.833-12.836 28.669-28.669 28.669H29.568c-15.834 0-28.67-12.836-28.67-28.67C.898 13.452 13.734.616 29.568.616Z' fill='%235ED0F9' fill-opacity='.2' stroke='%235ED0F9' stroke-width='.303'/%3E%3Ccircle cx='29.567' cy='29.284' r='28.821' fill='%235ED0F9'/%3E%3C/svg%3E");
		height: 59px;
		width: 397px;
	}
	
	.benefits-section__object-3.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:991px) {
	.benefits-section__object-3 {
		height: 49px;
		width: 338px;
	}
}

@media only screen and (max-width:850px) {
	.benefits-section__object-3 {
		height: 44px;
		width: 302px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__object-3 {
		-ms-flex-order: 5;
		background: none;
		bottom: auto;
		height: auto;
		margin: 20px 0;
		order: 5;
		right: auto;
		width: 100%;
	}
	
	.benefits-section__object-3 svg {
		height: auto;
		width: 100%;
	}
}

@media only screen and (max-width:480px) {
	.benefits-section__object-3 {
		margin: 15px 0;
	}
}

.benefits-section__content {
	position: absolute;
}

@media screen and (max-width:767px) {
	.benefits-section__content {
		position: relative;
	}
}

.benefits-section__content .content-block {
	pointer-events: none;
	position: absolute;
}

@media screen and (max-width:767px) {
	.benefits-section__content .content-block {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 30px;
		padding-right: 30px;
		text-align: center;
	}
}

@media only screen and (max-width:360px) {
	.benefits-section__content .content-block {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.benefits-section__content .content-title {
	color: #fff;
}

@media only screen and (max-width:991px) {
	.benefits-section__content .content-title {
		font-size: 24px;
		line-height: 29px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__content .content-title {
		font-size: 32px;
		line-height: 34px;
	}
}

@media only screen and (max-width:480px) {
	.benefits-section__content .content-title {
		font-size: 16px;
		line-height: 21px;
	}
}

.benefits-section__content .content-text {
	color: #fff;
	font-size: 15px;
	line-height: 22px;
}

@media screen and (max-width:1280px) {
	.benefits-section__content .content-text {
		font-size: 14px;
		line-height: 20px;
	}
}

@media screen and (max-width:1080px) {
	.benefits-section__content .content-text {
		font-size: 15px;
		line-height: 22px;
	}
}

@media only screen and (max-width:991px) {
	.benefits-section__content .content-text {
		font-size: 12px;
		line-height: 18px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__content .content-text {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width:480px) {
	.benefits-section__content .content-text {
		font-size: 12px;
		line-height: 15px;
	}
}

.benefits-section__content svg {
	height: 100%;
	width: 100%;
}

.benefits-section__content svg path.hover {
	cursor: pointer;
	transition: fill-opacity .3s linear;
}

@media screen and (max-width:767px) {
	.benefits-section__content svg {
		height: auto;
	}
}

.benefits-section__content-1 {
	height: 356px;
	left: 313px;
	top: 0;
	width: 597px;
}

@media screen and (max-width:1280px) {
	.benefits-section__content-1 {
		height: 297px;
		left: 260px;
		width: 495px;
	}
}

@media screen and (max-width:1080px) {
	.benefits-section__content-1 {
		height: 332px;
		left: 0;
		width: 655px;
	}
}

@media only screen and (max-width:991px) {
	.benefits-section__content-1 {
		bottom: 66px;
		height: 284px;
		width: 558px;
	}
}

@media only screen and (max-width:850px) {
	.benefits-section__content-1 {
		height: 253px;
		width: 496px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__content-1 {
		-ms-flex-order: 2;
		height: auto;
		margin-bottom: 20px;
		margin-top: -18%;
		order: 2;
		width: 100%;
	}
}

@media only screen and (max-width:480px) {
	.benefits-section__content-1 {
		margin-bottom: 10px;
		margin-top: -20%;
	}
}

.benefits-section__content-1 path.hover:hover {
	fill-opacity: .25;
}

.benefits-section__content-1 .content-block {
	left: 69px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width:1280px) {
	.benefits-section__content-1 .content-block {
		left: 45px;
	}
}

@media screen and (max-width:1080px) {
	.benefits-section__content-1 .content-block {
		left: 65px;
	}
}

@media only screen and (max-width:991px) {
	.benefits-section__content-1 .content-block {
		left: 38px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__content-1 .content-block {
		left: 50%;
		top: 40%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
	}
}

@media only screen and (max-width:480px) {
	.benefits-section__content-1 .content-block {
		top: 125px;
	}
}

@media only screen and (max-width:360px) {
	.benefits-section__content-1 .content-block {
		top: 90px;
	}
}

.benefits-section__content-1 .content-title {
	max-width: 280px;
}

@media screen and (max-width:1080px) {
	.benefits-section__content-1 .content-title {
		max-width: 300px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__content-1 .content-title {
		max-width: 400px;
	}
}

.benefits-section__content-1 .content-text {
	margin-top: 6px;
	max-width: 350px;
}

@media screen and (max-width:1080px) {
	.benefits-section__content-1 .content-text {
		max-width: 400px;
	}
}

@media only screen and (max-width:850px) {
	.benefits-section__content-1 .content-text {
		margin-top: 11px;
		max-width: 305px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__content-1 .content-text {
		margin-top: 10px;
		max-width: 400px;
	}
}

.benefits-section__content-2 {
	bottom: 157px;
	height: 491px;
	right: 31px;
	width: 434px;
}

@media screen and (max-width:1280px) {
	.benefits-section__content-2 {
		bottom: 131px;
		height: 407px;
		right: 26px;
		width: 362px;
	}
}

@media screen and (max-width:1080px) {
	.benefits-section__content-2 {
		bottom: 77px;
		height: 465px;
		right: 0;
		width: 392px;
	}
}

@media only screen and (max-width:991px) {
	.benefits-section__content-2 {
		bottom: 66px;
		height: 397px;
		width: 335px;
	}
}

@media only screen and (max-width:850px) {
	.benefits-section__content-2 {
		bottom: 59px;
		height: 353px;
		width: 299px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__content-2 {
		-ms-flex-order: 4;
		bottom: auto;
		height: auto;
		margin-top: -15%;
		order: 4;
		right: auto;
		width: 100%;
	}
}

@media only screen and (max-width:480px) {
	.benefits-section__content-2 {
		margin-top: -17%;
	}
}

.benefits-section__content-2 path.hover:hover {
	fill-opacity: .3;
}

.benefits-section__content-2 .content-block {
	left: 50%;
	top: 200px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 360px;
}

@media screen and (max-width:1280px) {
	.benefits-section__content-2 .content-block {
		top: 145px;
		width: 300px;
	}
}

@media screen and (max-width:1080px) {
	.benefits-section__content-2 .content-block {
		top: 175px;
	}
}

@media only screen and (max-width:991px) {
	.benefits-section__content-2 .content-block {
		top: 115px;
		width: 245px;
	}
}

@media only screen and (max-width:850px) {
	.benefits-section__content-2 .content-block {
		top: 95px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__content-2 .content-block {
		top: 30%;
		width: 100%;
	}
}

@media only screen and (max-width:480px) {
	.benefits-section__content-2 .content-block {
		top: 100px;
	}
}

@media only screen and (max-width:360px) {
	.benefits-section__content-2 .content-block {
		top: 70px;
	}
}

.benefits-section__content-2 .content-title {
	max-width: 260px;
}

@media screen and (max-width:767px) {
	.benefits-section__content-2 .content-title {
		max-width: 400px;
	}
}

@media only screen and (max-width:480px) {
	.benefits-section__content-2 .content-title {
		max-width: 200px;
	}
}

.benefits-section__content-2 .content-text {
	margin-top: 10px;
	max-width: 360px;
}

@media screen and (max-width:1280px) {
	.benefits-section__content-2 .content-text {
		max-width: 300px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__content-2 .content-text {
		max-width: 400px;
	}
}

.benefits-section__counter {
	position: absolute;
}

@media screen and (max-width:767px) {
	.benefits-section__counter {
		position: relative;
	}
}

.benefits-section__counter svg {
	height: 100%;
	width: 100%;
}

@media screen and (max-width:767px) {
	.benefits-section__counter svg {
		height: auto;
		width: 100%;
	}
}

.benefits-section__counter .counter-line {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

@media screen and (max-width:767px) {
	.benefits-section__counter .counter-line {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.benefits-section__counter .counter-number, .benefits-section__counter .counter-symbol {
	font-family: Axiforma;
	font-size: 110px;
	font-weight: 600;
	line-height: 1;
}

@media screen and (max-width:1280px) {
	.benefits-section__counter .counter-number, .benefits-section__counter .counter-symbol {
		font-size: 90px;
	}
}

@media only screen and (max-width:991px) {
	.benefits-section__counter .counter-number, .benefits-section__counter .counter-symbol {
		font-size: 58px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__counter .counter-number, .benefits-section__counter .counter-symbol {
		font-size: 100px;
	}
}

@media only screen and (max-width:360px) {
	.benefits-section__counter .counter-number, .benefits-section__counter .counter-symbol {
		font-size: 80px;
	}
}

.benefits-section__counter .counter-text {
	font-size: 30px;
	line-height: 33px;
	padding-left: 8px;
}

@media screen and (max-width:1280px) {
	.benefits-section__counter .counter-text {
		font-size: 20px;
		line-height: 23px;
	}
}

@media only screen and (max-width:991px) {
	.benefits-section__counter .counter-text {
		font-size: 18px;
		line-height: 21px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__counter .counter-text {
		font-size: 25px;
		line-height: 28px;
		padding: 0;
	}
}

.benefits-section__counter-1 {
	height: 343px;
	right: 0;
	top: 0;
	width: 385px;
}

@media screen and (max-width:1280px) {
	.benefits-section__counter-1 {
		height: 282px;
		width: 316px;
	}
}

@media screen and (max-width:1080px) {
	.benefits-section__counter-1 {
		height: 320px;
		width: 369px;
	}
}

@media only screen and (max-width:991px) {
	.benefits-section__counter-1 {
		height: 271px;
		width: 312px;
	}
}

@media only screen and (max-width:850px) {
	.benefits-section__counter-1 {
		height: 239px;
		width: 275px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__counter-1 {
		-ms-flex-order: 1;
		height: auto;
		left: auto;
		order: 1;
		top: auto;
		width: 100%;
	}
}

.benefits-section__counter-1 svg path.hover {
	cursor: pointer;
	transition: fill-opacity .3s linear;
}

.benefits-section__counter-1 svg path.hover:hover {
	fill-opacity: .3;
}

.benefits-section__counter-1 .counter-block {
	pointer-events: none;
	position: absolute;
	right: 30px;
	text-align: center;
	top: 33px;
}

@media screen and (max-width:1080px) {
	.benefits-section__counter-1 .counter-block {
		right: 46px;
		top: 55px;
	}
}

@media only screen and (max-width:850px) {
	.benefits-section__counter-1 .counter-block {
		right: 25px;
		top: 36px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__counter-1 .counter-block {
		right: auto;
		top: 25%;
		width: 100%;
	}
}

@media only screen and (max-width:480px) {
	.benefits-section__counter-1 .counter-block {
		top: 43px;
	}
}

.benefits-section__counter-1 .counter-number, .benefits-section__counter-1 .counter-symbol, .benefits-section__counter-1 .counter-text {
	color: #55bbf9;
}

.benefits-section__counter-1 .counter-text {
	padding-left: 0;
	padding-right: 10px;
	text-align: right;
}

@media screen and (max-width:1280px) {
	.benefits-section__counter-1 .counter-text {
		padding-right: 0;
		text-align: center;
	}
}

@media only screen and (max-width:850px) {
	.benefits-section__counter-1 .counter-text {
		text-align: left;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__counter-1 .counter-text {
		margin-top: -10px;
		text-align: center;
	}
}

.benefits-section__counter-2 {
	background-color: hsla(4, 100%, 71%, .2);
	border: 1px solid #ff7369;
	border-radius: 172px;
	bottom: 268px;
	height: 219px;
	left: 0;
	overflow: hidden;
	width: 712px;
}

@media screen and (max-width:767px) {
	.benefits-section__counter-2 svg {
		height: auto;
		width: 100%;
	}
}

.benefits-section__counter-2 svg path.hover {
	cursor: pointer;
	transition: fill-opacity .3s linear;
}

.benefits-section__counter-2 svg path.hover:hover {
	fill-opacity: .3;
}

@media screen and (max-width:1280px) {
	.benefits-section__counter-2 {
		bottom: 223px;
		height: 182px;
		width: 593px;
	}
}

@media screen and (max-width:1080px) {
	.benefits-section__counter-2 {
		border-radius: 95px;
		bottom: 221px;
		height: 170px;
		width: 489px;
	}
}

@media only screen and (max-width:991px) {
	.benefits-section__counter-2 {
		bottom: 189px;
		height: 146px;
		width: 418px;
	}
}

@media only screen and (max-width:850px) {
	.benefits-section__counter-2 {
		bottom: 169px;
		height: 130px;
		width: 373px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__counter-2 {
		-ms-flex-order: 3;
		background: none;
		border: none;
		border-radius: 0;
		bottom: auto;
		height: auto;
		left: auto;
		order: 3;
		width: 100%;
	}
}

@media screen and (min-width:768px) {
	.benefits-section__counter-2.hover:hover {
		background-color: hsla(4, 100%, 71%, .3);
	}
}

.benefits-section__counter-2 .counter-link {
	display: block;
	height: 100%;
	width: 100%;
}

@media screen and (max-width:767px) {
	.benefits-section__counter-2 .counter-link {
		left: 0;
		pointer-events: none;
		position: absolute;
		top: 0;
	}
}

.benefits-section__counter-2 .counter-line {
	padding-top: 60px;
	text-align: center;
}

@media screen and (max-width:1280px) {
	.benefits-section__counter-2 .counter-line {
		padding-top: 52px;
	}
}

@media screen and (max-width:1080px) {
	.benefits-section__counter-2 .counter-line {
		height: 100%;
		padding-top: 0;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__counter-2 .counter-line {
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 15%;
	}
}

@media only screen and (max-width:480px) {
	.benefits-section__counter-2 .counter-line {
		margin-top: 35px;
	}
}

.benefits-section__counter-2 .counter-number, .benefits-section__counter-2 .counter-symbol, .benefits-section__counter-2 .counter-text {
	color: #ff7369;
}

@media screen and (max-width:767px) {
	.benefits-section__counter-2 .counter-text {
		margin-top: 2px;
	}
}

.benefits-section__counter-3 {
	bottom: 0;
	height: 237px;
	left: 122px;
	width: 580px;
}

@media screen and (max-width:1280px) {
	.benefits-section__counter-3 {
		height: 199px;
		left: 110px;
		width: 475px;
	}
}

@media screen and (max-width:1080px) {
	.benefits-section__counter-3 {
		height: 203px;
		left: 48px;
		width: 442px;
	}
}

@media only screen and (max-width:991px) {
	.benefits-section__counter-3 {
		height: 173px;
		width: 374px;
	}
}

@media only screen and (max-width:850px) {
	.benefits-section__counter-3 {
		height: 154px;
		width: 331px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__counter-3 {
		-ms-flex-order: 7;
		bottom: auto;
		height: auto;
		left: auto;
		order: 7;
		width: 100%;
	}
}

.benefits-section__counter-3 svg path.hover {
	cursor: pointer;
	transition: fill-opacity .3s linear;
}

.benefits-section__counter-3 svg path.hover:hover {
	fill-opacity: .25;
}

.benefits-section__counter-3 .counter-line {
	left: 148px;
	pointer-events: none;
	position: absolute;
	text-align: center;
	top: 83px;
}

@media screen and (max-width:1280px) {
	.benefits-section__counter-3 .counter-line {
		left: 130px;
		top: 65px;
	}
}

@media screen and (max-width:1080px) {
	.benefits-section__counter-3 .counter-line {
		left: auto;
		right: 40px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media only screen and (max-width:850px) {
	.benefits-section__counter-3 .counter-line {
		right: 20px;
	}
}

@media screen and (max-width:767px) {
	.benefits-section__counter-3 .counter-line {
		right: 5%;
	}
}

@media only screen and (max-width:480px) {
	.benefits-section__counter-3 .counter-line {
		right: 25px;
	}
}

.benefits-section__counter-3 .counter-number, .benefits-section__counter-3 .counter-symbol, .benefits-section__counter-3 .counter-text {
	color: #a142ff;
}

[dir=rtl] .benefits-section .counter-number-wrapper {
	direction: ltr;
}

[dir=rtl] .benefits-section__counter .counter-line {
	-ms-flex-direction: column;
	flex-direction: column;
}

[dir=rtl] .benefits-section__counter .counter-number {
	font-size: 96px;
}

[dir=rtl] .benefits-section__counter-2 .counter-line {
	padding-top: 40px;
}

@media screen and (max-width:1280px) {
	[dir=rtl] .benefits-section__counter-2 .counter-line {
		padding-top: 35px;
	}
}

@media screen and (max-width:1080px) {
	[dir=rtl] .benefits-section__counter-2 .counter-line {
		padding-top: 0;
	}
}

@media screen and (max-width:767px) {
	[dir=rtl] .benefits-section__counter-2 .counter-line {
		margin-top: 15%;
	}
}

@media only screen and (max-width:480px) {
	[dir=rtl] .benefits-section__counter-2 .counter-line {
		margin-top: 35px;
	}
}

[dir=rtl] .benefits-section__counter-3 .counter-line {
	left: 240px;
	top: 50px;
}

@media screen and (max-width:1280px) {
	[dir=rtl] .benefits-section__counter-3 .counter-line {
		left: 200px;
		top: 50px;
	}
}

@media screen and (max-width:1080px) {
	[dir=rtl] .benefits-section__counter-3 .counter-line {
		left: 130px;
		top: 50%;
	}
}

[dir=rtl] .benefits-section__counter .counter-text {
	padding-left: 0;
	padding-right: 8px;
}

@media screen and (max-width:767px) {
	[dir=rtl] .benefits-section__counter .counter-text {
		padding: 0;
	}
}
/*# sourceMappingURL=block-team-section.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, .team-section__button, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, .popup-see-more__btn-2.team-section__button, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.team-section__button, a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.team-section__button, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.team-section__button, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, .team-section__button:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white {
	color: #fff;
}

.styled-text.dark {
	color: #16213d;
}

.styled-text.blue {
	color: #3b37e6;
}

.styled-text.coral {
	color: #ff7369;
}

.styled-text.purple {
	color: #a142ff;
}

.styled-text.light-blue {
	color: #55bbf9;
}

.styled-text.malibu {
	color: #5ed0f9;
}

.styled-text.apricot {
	color: #ed7b6f;
}

.styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.team-section {
	margin-bottom: 100px;
	margin-top: 100px;
}

@media only screen and (max-width:991px) {
	.team-section {
		margin-bottom: 46px;
		margin-top: 46px;
	}
}

@media only screen and (max-width:1199px) {
	.team-section__container-3 {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width:670px) {
	.team-section__container-3 {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.team-section__container-4 {
	padding-left: 21px;
	padding-right: 21px;
}

@media only screen and (max-width:991px) {
	.team-section__container-4 {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width:670px) {
	.team-section__container-4 {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media only screen and (max-width:480px) {
	.team-section__container-3, .team-section__container-4 {
		padding-left: 0;
		padding-right: 0;
	}
}

.team-section__wrapper {
	margin-left: auto;
	margin-right: auto;
}

.team-section__wrapper-4 {
	max-width: 1220px;
}

.team-section__wrapper-3 {
	max-width: 1256px;
}

.team-section__title {
	margin-bottom: 88px;
	text-align: center;
}

@media only screen and (max-width:991px) {
	.team-section__title {
		font-size: 32px;
		line-height: 24px;
		margin-bottom: 24px;
	}
}

@media only screen and (max-width:480px) {
	.team-section__title {
		font-size: 25px;
		line-height: 29px;
		margin-bottom: 31px;
		margin-left: auto;
		margin-right: auto;
		max-width: 240px;
		padding-left: 16px;
		padding-right: 16px;
	}
}

.team-section__cards {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 15px;
	text-align: center;
}

.team-section__cards-3 {
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}

@media only screen and (max-width:1199px) {
	.team-section__cards-3 {
		row-gap: 25px;
	}
}

@media only screen and (max-width:991px) {
	.team-section__cards-4 {
		row-gap: 25px;
	}
}

@media only screen and (max-width:480px) {
	.team-section__cards {
		-ms-flex-pack: initial;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		justify-content: normal;
		overflow-x: auto;
		overflow-y: hidden;
		padding-left: 53px;
		padding-right: 53px;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
		white-space: nowrap;
	}
	
	.team-section__cards::-webkit-scrollbar {
		display: none;
	}
}

@media only screen and (max-width:480px) {
	.team-section__card {
		scroll-snap-align: center;
	}
}

.team-section__card:hover .square-1, .team-section__card:hover .square-2, .team-section__card:hover .team-section__card-social-wrapper, .team-section__card:hover .team-section__card-text {
	opacity: 1;
}

.team-section__card-3 {
	padding: 0 60px;
	width: 33.3333%;
}

@media only screen and (max-width:1199px) {
	.team-section__card-3 {
		padding: 0 30px;
	}
}

@media only screen and (max-width:670px) {
	.team-section__card-3 {
		padding: 0 10px;
	}
}

@media screen and (min-width:481px) {
	.team-section__card-3.js-animate-parent {
		opacity: 0;
		-webkit-transform: translate3d(0, 60px, 0);
		transform: translate3d(0, 60px, 0);
		transition: opacity .3s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
		transition: opacity .3s, transform .8s cubic-bezier(.165, .84, .44, 1);
		transition: opacity .3s, transform .8s cubic-bezier(.165, .84, .44, 1), -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
	}
	
	.team-section__card-3.js-animate-parent:nth-child(3n+1) {
		transition-delay: .1s;
	}
	
	.team-section__card-3.js-animate-parent:nth-child(3n+2) {
		transition-delay: .3s;
	}
	
	.team-section__card-3.js-animate-parent:nth-child(3n+3) {
		transition-delay: .5s;
	}
	
	.team-section__card-3.js-animate-parent.animate {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.team-section__card-4 {
	padding: 0 19px;
	width: 25%;
}

@media only screen and (max-width:991px) {
	.team-section__card-4 {
		padding: 0 30px;
		width: 33.3333%;
	}
}

@media only screen and (max-width:670px) {
	.team-section__card-4 {
		padding: 0 10px;
	}
}

@media screen and (min-width:481px) {
	.team-section__card-4.js-animate-parent {
		opacity: 0;
		-webkit-transform: translate3d(0, 60px, 0);
		transform: translate3d(0, 60px, 0);
		transition: opacity .3s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
		transition: opacity .3s, transform .8s cubic-bezier(.165, .84, .44, 1);
		transition: opacity .3s, transform .8s cubic-bezier(.165, .84, .44, 1), -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
	}
	
	.team-section__card-4.js-animate-parent:nth-child(3n+1) {
		transition-delay: .1s;
	}
	
	.team-section__card-4.js-animate-parent:nth-child(3n+2) {
		transition-delay: .3s;
	}
	
	.team-section__card-4.js-animate-parent:nth-child(3n+3) {
		transition-delay: .5s;
	}
}

@media screen and (min-width:992px) {
	.team-section__card-4.js-animate-parent:nth-child(4n+1) {
		transition-delay: .1s;
	}
	
	.team-section__card-4.js-animate-parent:nth-child(4n+2) {
		transition-delay: .3s;
	}
	
	.team-section__card-4.js-animate-parent:nth-child(4n+3) {
		transition-delay: .5s;
	}
	
	.team-section__card-4.js-animate-parent:nth-child(4n+4) {
		transition-delay: .7s;
	}
}

@media screen and (min-width:481px) {
	.team-section__card-4.js-animate-parent.animate {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.team-section__card-4 img {
	max-height: 246px;
}

@media screen and (min-width:481px) {
	.team-section__card-3 {
		opacity: 0;
		-webkit-transform: translate3d(0, 60px, 0);
		transform: translate3d(0, 60px, 0);
		transition: opacity .3s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
		transition: opacity .3s, transform .8s cubic-bezier(.165, .84, .44, 1);
		transition: opacity .3s, transform .8s cubic-bezier(.165, .84, .44, 1), -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
	}
	
	.team-section__card-3:nth-child(3n+1) {
		transition-delay: .1s;
	}
	
	.team-section__card-3:nth-child(3n+2) {
		transition-delay: .3s;
	}
	
	.team-section__card-3:nth-child(3n+3) {
		transition-delay: .5s;
	}
}

.team-section__card-3 img {
	max-height: 285px;
}

@media only screen and (max-width:480px) {
	.team-section__card {
		-ms-flex: none;
		flex: none;
		max-width: 100%;
		width: 288px;
	}
}

.team-section__card-image {
	margin-bottom: 14px;
	padding: 1px;
	position: relative;
	width: 100%;
}

@media only screen and (max-width:991px) {
	.team-section__card-image {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:480px) {
	.team-section__card-image {
		height: 247px;
		margin-bottom: 14px;
	}
}

.team-section__card-image img {
	border-radius: 30px;
	display: block;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	position: relative;
	width: 100%;
	z-index: 10;
}

@media only screen and (max-width:991px) {
	.team-section__card-image img {
		border-radius: 20px;
	}
}

@media only screen and (max-width:480px) {
	.team-section__card-image img {
		border-radius: 16px;
		height: 100%;
		margin: 0 auto;
		width: auto;
	}
}

.team-section__card-bg-wrapper {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
}

@media screen and (min-width:992px) {
	.team-section__card-bg-wrapper-3 {
		padding-top: 43px;
	}
	
	.team-section__card-bg-wrapper-4 {
		padding-top: 37px;
	}
}

@media only screen and (max-width:991px) {
	.team-section__card-bg-wrapper {
		padding-top: 22px;
	}
}

@media only screen and (max-width:480px) {
	.team-section__card-bg-wrapper {
		padding-top: 38px;
	}
}

.team-section__card-bg {
	border: 1px solid;
	border-radius: 30px;
	height: 100%;
	padding: 16px 18px;
}

@media only screen and (max-width:991px) {
	.team-section__card-bg {
		border-radius: 20px;
	}
}

@media only screen and (max-width:480px) {
	.team-section__card-bg {
		border-radius: 17px;
		padding: 15px 18px;
	}
}

.team-section__card-bg .square-1 {
	border: 1px solid;
	border-radius: 17px;
	height: 100%;
	opacity: 0;
	padding: 19px 21px;
	transition: opacity .3s linear;
	width: 100%;
}

@media only screen and (max-width:991px) {
	.team-section__card-bg .square-1 {
		border-radius: 15px;
	}
}

@media only screen and (max-width:480px) {
	.team-section__card-bg .square-1 {
		padding: 19px 21px;
	}
}

.team-section__card-bg .square-2 {
	border: 1px solid;
	border-radius: 10px;
	height: 100%;
	opacity: 0;
	transition: opacity .4s linear;
	transition-delay: .1s;
	width: 100%;
}

.team-section__card-bg.coral {
	background-color: #ffdfd9;
	border-color: #ff7369;
}

.team-section__card-bg.coral .square-1 {
	border-color: hsla(4, 100%, 71%, .5);
}

.team-section__card-bg.coral .square-2 {
	border-color: hsla(4, 100%, 71%, .2);
}

.team-section__card-bg.blue {
	background-color: #f3f6ff;
	border-color: #3b37e6;
}

.team-section__card-bg.blue .square-1 {
	border-color: rgba(59, 55, 230, .5);
}

.team-section__card-bg.blue .square-2 {
	border-color: rgba(59, 55, 230, .2);
}

.team-section__card-bg.purple {
	background-color: #ecdeff;
	border-color: #a142ff;
}

.team-section__card-bg.purple .square-1 {
	border-color: rgba(161, 66, 255, .5);
}

.team-section__card-bg.purple .square-2 {
	border-color: rgba(161, 66, 255, .2);
}

.team-section__card-bg.light-blue {
	background-color: #d7f7ff;
	border-color: #55bbf9;
}

.team-section__card-bg.light-blue .square-1 {
	border-color: rgba(85, 187, 249, .5);
}

.team-section__card-bg.light-blue .square-2 {
	border-color: rgba(85, 187, 249, .2);
}

.team-section__card-name {
	font-size: 22px;
	line-height: 28px;
}

@media only screen and (max-width:991px) {
	.team-section__card-name {
		font-size: 18px;
		line-height: 22px;
	}
}

@media only screen and (max-width:480px) {
	.team-section__card-name {
		font-size: 22px;
		line-height: 28px;
	}
}

.team-section__card-position {
	color: #3c455a;
	font-size: 15px;
	line-height: 22px;
}

@media only screen and (max-width:991px) {
	.team-section__card-position {
		font-size: 12px;
		line-height: 16px;
	}
}

@media only screen and (max-width:480px) {
	.team-section__card-position {
		font-size: 15px;
		line-height: 20px;
	}
}

.team-section__card-text {
	font-size: 13px;
	line-height: 18px;
	margin-top: 4px;
	opacity: 0;
	transition: opacity .3s linear;
}

@media only screen and (max-width:991px) {
	.team-section__card-text {
		font-size: 10px;
		line-height: 15px;
		margin-top: 3px;
		opacity: 1;
	}
}

@media only screen and (max-width:480px) {
	.team-section__card-text {
		font-size: 13px;
		line-height: 18px;
		margin-top: 4px;
		padding: 0 2px;
		white-space: normal;
	}
}

.team-section__card-social-wrapper {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 11px;
	opacity: 0;
	transition: opacity .3s linear;
}

@media only screen and (max-width:991px) {
	.team-section__card-social-wrapper {
		margin-top: 3px;
		opacity: 1;
	}
}

@media only screen and (max-width:480px) {
	.team-section__card-social-wrapper {
		margin-top: 11px;
	}
}

.team-section__card-social {
	height: 29px;
	width: 31px;
}

@media only screen and (max-width:991px) {
	.team-section__card-social {
		height: 20px;
		width: 21px;
	}
}

@media only screen and (max-width:480px) {
	.team-section__card-social {
		height: 29px;
		width: 30px;
	}
}

.team-section__card-social svg {
	height: 100%;
	width: 100%;
}

.team-section__card-social path {
	transition: fill .3s linear;
}

.team-section__card-social:hover path {
	fill: #3b37e6;
}

.team-section__button-wrapper {
	margin-top: 30px;
	text-align: center;
}

@media only screen and (max-width:991px) {
	.team-section__button-wrapper {
		margin-top: 51px;
	}
}

@media only screen and (max-width:480px) {
	.team-section__button-wrapper {
		margin-top: 37px;
	}
}
/*# sourceMappingURL=block-embed-video.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white {
	color: #fff;
}

.styled-text.dark {
	color: #16213d;
}

.styled-text.blue {
	color: #3b37e6;
}

.styled-text.coral {
	color: #ff7369;
}

.styled-text.purple {
	color: #a142ff;
}

.styled-text.light-blue {
	color: #55bbf9;
}

.styled-text.malibu {
	color: #5ed0f9;
}

.styled-text.apricot {
	color: #ed7b6f;
}

.styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.block-embed-video {
	margin-bottom: 100px;
	margin-top: 100px;
	overflow: hidden;
}

@media only screen and (max-width:991px) {
	.block-embed-video {
		margin-bottom: 46px;
		margin-top: 46px;
	}
}

.block-embed-video__heading, .block-embed-video__wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.block-embed-video__wrapper {
	gap: 35px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.block-embed-video__heading {
	gap: 20px;
}

.block-embed-video__title.center {
	text-align: center;
}

.block-embed-video__video-url {
	border-radius: 30px;
	display: block;
	overflow: hidden;
	position: relative;
}

.block-embed-video__video-url.border {
	border: 1px solid #3b37e6;
}

.block-embed-video__video-url:before {
	background: linear-gradient(180deg, hsla(0, 0%, 85%, 0) 1.26%, hsla(0, 0%, 85%, 0) 34.91%, rgba(59, 55, 230, .32));
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

.block-embed-video__video-url svg {
	height: 90px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90px;
	z-index: 10;
}

.block-embed-video__video-url svg circle, .block-embed-video__video-url svg path {
	transition: all .3s ease-in-out;
}

@media (min-width:992px) {
	.block-embed-video__video-url svg {
		height: 160px;
		width: 160px;
	}
}

.block-embed-video__video-url:hover svg circle {
	fill: #3b37e6;
}

.block-embed-video__video-url:hover svg path {
	fill: #e3eeff;
}

.block-embed-video__iframe, .block-embed-video__image {
	aspect-ratio: 1200/624;
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
/*# sourceMappingURL=block-webinar-registration-v1.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white {
	color: #fff;
}

.styled-text.dark {
	color: #16213d;
}

.styled-text.blue {
	color: #3b37e6;
}

.styled-text.coral {
	color: #ff7369;
}

.styled-text.purple {
	color: #a142ff;
}

.styled-text.light-blue {
	color: #55bbf9;
}

.styled-text.malibu {
	color: #5ed0f9;
}

.styled-text.apricot {
	color: #ed7b6f;
}

.styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.block-webinar-registration-v1 {
	border-radius: 0 0 40px 40px;
	padding-bottom: 40px;
	padding-top: 16px;
}

@media (min-width:992px) {
	.block-webinar-registration-v1 {
		border-radius: 0 0 96px 96px;
		padding-bottom: 64px;
		padding-top: 24px;
	}
}

.block-webinar-registration-v1 .breadcrumbs {
	margin: 0;
}

.block-webinar-registration-v1__heading, .block-webinar-registration-v1__wrapper {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.block-webinar-registration-v1__wrapper {
	gap: 24px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	max-width: 1000px;
}

@media (min-width:992px) {
	.block-webinar-registration-v1__wrapper {
		gap: 56px;
		margin-top: 34px;
	}
}

.block-webinar-registration-v1__heading {
	gap: 8px;
	text-align: center;
}

@media (min-width:992px) {
	.block-webinar-registration-v1__heading {
		gap: 16px;
	}
}

.block-webinar-registration-v1__title {
	font-size: 32px;
	line-height: 1.25;
}

@media (min-width:992px) {
	.block-webinar-registration-v1__title {
		font-size: 60px;
		line-height: 1.03;
	}
}

.block-webinar-registration-v1__data-title, .block-webinar-registration-v1__subtitle {
	font-size: 25px;
	line-height: 1.16;
}

@media (min-width:992px) {
	.block-webinar-registration-v1__data-title, .block-webinar-registration-v1__subtitle {
		font-size: 40px;
		line-height: 1.2;
	}
}

.block-webinar-registration-v1__text {
	font-family: Axiforma Book;
	font-size: 22px;
	line-height: 1.27;
}

@media (min-width:992px) {
	.block-webinar-registration-v1__text {
		font-size: 32px;
		line-height: 1.25;
	}
}

.block-webinar-registration-v1__body {
	border-radius: 20px;
	box-shadow: 0 3px 15px 0 rgba(59, 55, 230, .2);
	padding: 16px 24px 24px;
	width: 100%;
}

@media (min-width:992px) {
	.block-webinar-registration-v1__body {
		border-radius: 40px;
		padding: 48px;
	}
}

.block-webinar-registration-v1__webinar-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}

@media (min-width:768px) {
	.block-webinar-registration-v1__webinar-info {
		-ms-flex-direction: row;
		flex-direction: row;
		min-height: 330px;
	}
}

@media (min-width:992px) {
	.block-webinar-registration-v1__webinar-info {
		gap: 40px;
	}
}

.block-webinar-registration-v1__media {
	position: relative;
	width: 100%;
}

.block-webinar-registration-v1__media .figure, .block-webinar-registration-v1__media .mask {
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
}

.block-webinar-registration-v1__media .figure.top-left, .block-webinar-registration-v1__media .mask.top-left {
	left: 0;
	top: 0;
}

.block-webinar-registration-v1__media .mask {
	background-size: contain;
	margin: -1px;
}

.block-webinar-registration-v1__media .mask.top-left {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='289' height='205' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 205c0-17.185 8.674-33.187 23.016-42.463L262.01 7.977A49.693 49.693 0 0 1 289 0H0v205Z' fill='%23FFF'/%3E%3C/svg%3E");
	height: 92px;
	width: 127px;
}

.block-webinar-registration-v1__media .mask.top-left.nitro-lazy {
	background-image: none !important;
}

@media (min-width:992px) {
	.block-webinar-registration-v1__media .mask.top-left {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='289' height='205' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 205c0-17.185 8.674-33.187 23.016-42.463L262.01 7.977A49.693 49.693 0 0 1 289 0H0v205Z' fill='%23FFF'/%3E%3C/svg%3E");
		height: 174px;
		width: 246px;
	}
	
	.block-webinar-registration-v1__media .mask.top-left.nitro-lazy {
		background-image: none !important;
	}
}

.block-webinar-registration-v1__media .figure {
	background-size: contain;
}

.block-webinar-registration-v1__media .figure.top-left {
	height: 69px;
	width: 85px;
}

@media (min-width:992px) {
	.block-webinar-registration-v1__media .figure.top-left {
		height: 135px;
		width: 178px;
	}
}

.block-webinar-registration-v1__media .figure.top-left.malibu {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='148' height='105' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M137.878.547H31.335C14.33.547.547 14.331.547 31.335v63.859c0 6.928 7.725 11.057 13.485 7.207l128.663-85.977c7.128-4.763 3.756-15.877-4.817-15.877Z' fill='%23D7F7FF' stroke='%235ED0F9' stroke-width='1.094'/%3E%3C/svg%3E");
}

.block-webinar-registration-v1__media .figure.top-left.malibu.nitro-lazy {
	background-image: none !important;
}

@media (min-width:992px) {
	.block-webinar-registration-v1__media .figure.top-left.malibu {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='217' height='150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M207.292.547H31.335C14.331.547.547 14.331.547 31.335V139.88c0 6.905 7.679 11.038 13.443 7.236L212.066 16.453c7.178-4.735 3.825-15.906-4.774-15.906Z' fill='%23D7F7FF' stroke='%235ED0F9' stroke-width='1.094'/%3E%3C/svg%3E");
	}
	
	.block-webinar-registration-v1__media .figure.top-left.malibu.nitro-lazy {
		background-image: none !important;
	}
}

.block-webinar-registration-v1__media .figure.top-left.coral {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='148' height='105' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M137.878.547H31.335C14.33.547.547 14.331.547 31.335v63.859c0 6.928 7.725 11.057 13.485 7.207l128.663-85.977c7.128-4.763 3.756-15.877-4.817-15.877Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='1.094'/%3E%3C/svg%3E");
}

.block-webinar-registration-v1__media .figure.top-left.coral.nitro-lazy {
	background-image: none !important;
}

@media (min-width:992px) {
	.block-webinar-registration-v1__media .figure.top-left.coral {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='217' height='150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M207.292.547H31.335C14.331.547.547 14.331.547 31.335V139.88c0 6.905 7.679 11.038 13.443 7.236L212.066 16.453c7.178-4.735 3.825-15.906-4.774-15.906Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='1.094'/%3E%3C/svg%3E");
	}
	
	.block-webinar-registration-v1__media .figure.top-left.coral.nitro-lazy {
		background-image: none !important;
	}
}

.block-webinar-registration-v1__media .figure.top-left.blue {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='148' height='105' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M137.878.547H31.335C14.33.547.547 14.331.547 31.335v63.859c0 6.928 7.725 11.057 13.485 7.207l128.663-85.977c7.128-4.763 3.756-15.877-4.817-15.877Z' fill='%23E3EEFF' stroke='%233B37E6' stroke-width='1.094'/%3E%3C/svg%3E");
}

.block-webinar-registration-v1__media .figure.top-left.blue.nitro-lazy {
	background-image: none !important;
}

@media (min-width:992px) {
	.block-webinar-registration-v1__media .figure.top-left.blue {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='217' height='150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M207.292.547H31.335C14.331.547.547 14.331.547 31.335V139.88c0 6.905 7.679 11.038 13.443 7.236L212.066 16.453c7.178-4.735 3.825-15.906-4.774-15.906Z' fill='%23E3EEFF' stroke='%233B37E6' stroke-width='1.094'/%3E%3C/svg%3E");
	}
	
	.block-webinar-registration-v1__media .figure.top-left.blue.nitro-lazy {
		background-image: none !important;
	}
}

.block-webinar-registration-v1__media .figure.top-left.purple {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='148' height='105' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M137.878.547H31.335C14.33.547.547 14.331.547 31.335v63.859c0 6.928 7.725 11.057 13.485 7.207l128.663-85.977c7.128-4.763 3.756-15.877-4.817-15.877Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='1.094'/%3E%3C/svg%3E");
}

.block-webinar-registration-v1__media .figure.top-left.purple.nitro-lazy {
	background-image: none !important;
}

@media (min-width:992px) {
	.block-webinar-registration-v1__media .figure.top-left.purple {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='217' height='150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M207.292.547H31.335C14.331.547.547 14.331.547 31.335V139.88c0 6.905 7.679 11.038 13.443 7.236L212.066 16.453c7.178-4.735 3.825-15.906-4.774-15.906Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='1.094'/%3E%3C/svg%3E");
	}
	
	.block-webinar-registration-v1__media .figure.top-left.purple.nitro-lazy {
		background-image: none !important;
	}
}

.block-webinar-registration-v1__logo-wrapper {
	background: #fff;
	border: 1px solid #3b37e6;
	border-radius: 16px;
	bottom: 16px;
	left: 16px;
	max-width: 130px;
	padding: 10px 15px;
	position: absolute;
	z-index: 1;
}

@media (min-width:992px) {
	.block-webinar-registration-v1__logo-wrapper {
		max-width: 160px;
	}
}

.block-webinar-registration-v1__logo-wrapper img, .block-webinar-registration-v1__logo-wrapper svg {
	display: block;
	height: auto;
	max-height: 30px;
	width: auto;
}

@media (min-width:992px) {
	.block-webinar-registration-v1__logo-wrapper img, .block-webinar-registration-v1__logo-wrapper svg {
		max-height: 40px;
	}
}

.block-webinar-registration-v1__image {
	aspect-ratio: 297/167;
	border-radius: 12px;
	display: block;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

@media (min-width:768px) {
	.block-webinar-registration-v1__image {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
}

@media (min-width:992px) {
	.block-webinar-registration-v1__image {
		aspect-ratio: 580/330;
		border-radius: 20px;
	}
}

.block-webinar-registration-v1__video-link {
	border-radius: 12px;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 200;
}

@media (min-width:992px) {
	.block-webinar-registration-v1__video-link {
		aspect-ratio: 580/330;
		border-radius: 20px;
	}
}

.block-webinar-registration-v1__video-link:hover svg circle {
	fill: #3b37e6;
}

.block-webinar-registration-v1__video-link:hover svg path {
	fill: #e3eeff;
}

.block-webinar-registration-v1__play-icon {
	height: 96px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	width: 96px;
}

@media (min-width:992px) {
	.block-webinar-registration-v1__play-icon {
		height: 160px;
		width: 160px;
	}
}

.block-webinar-registration-v1__play-icon circle {
	transition: all .4s ease-in-out;
}

.block-webinar-registration-v1__play-icon path {
	transition: all .5s ease-in-out;
}

.block-webinar-registration-v1__lottie {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	align-items: center;
	border-radius: 12px;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

@media (min-width:992px) {
	.block-webinar-registration-v1__lottie {
		border-radius: 20px;
	}
}

.block-webinar-registration-v1__lottie svg {
	display: block;
	max-height: 100%;
	max-width: 100%;
}

.block-webinar-registration-v1__data {
	-ms-flex-pack: justify;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	justify-content: space-between;
}

@media (min-width:768px) {
	.block-webinar-registration-v1__data {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		gap: 25px;
		width: 284px;
	}
}

.block-webinar-registration-v1__data-heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 6px;
}

@media (min-width:992px) {
	.block-webinar-registration-v1__data-heading {
		gap: 16px;
	}
}

@media only screen and (max-width:768px) {
	.block-webinar-registration-v1__data-heading {
		text-align: center;
	}
}

.block-webinar-registration-v1__data-text {
	font-size: 16px;
	line-height: 1.5;
}

@media (min-width:992px) {
	.block-webinar-registration-v1__data-text {
		font-size: 18px;
		line-height: 1.4;
	}
}

.block-webinar-registration-v1__webinar-video {
	position: relative;
}

.block-webinar-registration-v1__webinar-image {
	aspect-ratio: 345/186;
	border: 1px solid #3b37e6;
	border-radius: 20px;
	display: block;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

@media (min-width:992px) {
	.block-webinar-registration-v1__webinar-image {
		aspect-ratio: 1000/540;
		border-radius: 40px;
		border-width: 2px;
	}
}

.block-webinar-registration-v1__dates-list, .block-webinar-registration-v1__dates-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.block-webinar-registration-v1__dates-wrapper {
	gap: 20px;
}

@media only screen and (max-width:768px) {
	.block-webinar-registration-v1__dates-wrapper {
		-ms-flex-align: center;
		align-items: center;
	}
}

.block-webinar-registration-v1__dates-list {
	gap: 12px;
}

@media only screen and (max-width:768px) {
	.block-webinar-registration-v1__dates-list {
		-ms-flex-align: center;
		align-items: center;
	}
}

.block-webinar-registration-v1__date {
	cursor: pointer;
}

.block-webinar-registration-v1__date.no-hover {
	pointer-events: none;
}

.block-webinar-registration-v1__date-text {
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	max-width: 350px;
	padding: 10px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, background-color;
	width: 100%;
}

.block-webinar-registration-v1__date-text:hover {
	background-color: #3b37e6;
	color: #fff;
}

.block-webinar-registration-v1__date input {
	display: none !important;
}

.block-webinar-registration-v1__date input:checked + .block-webinar-registration-v1__date-text {
	background-color: #3b37e6;
	color: #fff;
}

@media (min-width:768px) {
	[dir=rtl] .block-webinar-registration-v1__webinar-info {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

[dir=rtl] .block-webinar-registration-v1__media .figure.top-left, [dir=rtl] .block-webinar-registration-v1__media .mask.top-left {
	left: unset;
	right: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

[dir=rtl] .block-webinar-registration-v1__logo-wrapper {
	left: unset;
	right: 16px;
}

.webinar-form-popup__heading.submitted .before {
	display: none;
}

.webinar-form-popup__heading.submitted .after {
	display: block;
}

.webinar-form-popup__heading .after {
	display: none;
}
