<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Styles Overrides*/

html{
	scroll-behavior: smooth;
}

/*Colors*/
body.landing-page {
	--black-color: #000;
	--white-color: #fff;
	--primary-color: #321144;
	--secondary-color: #e6ff51;
	--grey-color: #eee;
	--red-color: #f00;
	--light-blue-color: #f5f8fa;
	--blue-color: #cbd6e2;

	/*Fonts*/
	--raleway-font: "Raleway", sans-serif;
	--open-sans: "Open Sans", sans-serif;

	/*Body Styles*/
	background-color: var(--white-color);
	line-height: 1.2;
}

body.landing-page .container {
	max-width: 1328px;
	width: 100%;
}

body.landing-page .container:after, body.landing-page .container:before {
	display: none;
}

body.landing-page .col-sm-1, body.landing-page .col-sm-10, body.landing-page .col-sm-11, body.landing-page .col-sm-12, body.landing-page .col-sm-2, body.landing-page .col-sm-3, body.landing-page .col-sm-4, body.landing-page .col-sm-5, body.landing-page .col-sm-6, body.landing-page .col-sm-7, body.landing-page .col-sm-8, body.landing-page .col-sm-9 {
	float: none;
}

body.landing-page .row {
	display: flex;
	flex-wrap: wrap;
}

body.landing-page .row:after, body.landing-page .row:before {
	display: none;
}

body.landing-page p:last-of-type {
	margin-bottom: 0;
}

body.landing-page a {
	transition: 0.3s all;
}

body.landing-page img {
	margin: unset;
}

body.landing-page .fw-semibold {
	font-weight: 600;
}

body.landing-page .fw-medium {
	font-weight: 500;
}

body.landing-page .btn {
	font-family: var(--open-sans);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	font-size: 16px;
	border: 1px solid var(--primary-color);
	text-transform: uppercase;
	border-radius: 50px;
	padding: 11px 31px;
	width: 100%;
	min-width: auto;
}

@media screen and (min-width: 768px) {
	body.landing-page .btn {
		width: auto;
	}
}

body.landing-page .btn.btn-primary {
	background-color: var(--primary-color);
	color: var(--white-color) !important;
}

body.landing-page .btn.btn-primary:hover {
	background-color: #5b3073;
	border-color: #5b3073;
}

body.landing-page .btn.btn-secondary {
	background-color: var(--secondary-color);
	color: var(--primary-color) !important;
}

body.landing-page .btn.btn-secondary:hover {
	color: var(--secondary-color) !important;
	background-color: var(--primary-color);
}

body.landing-page .btn.btn-outline-secondary {
	border-color: var(--secondary-color);
	color: var(--secondary-color) !important;
}

body.landing-page .btn.btn-outline-secondary:hover {
	background-color: var(--secondary-color);
	color: var(--primary-color) !important;
}

body.landing-page .btn.disabled {
	opacity: 0.8;
}

body.landing-page h1, body.landing-page h2, body.landing-page h3, body.landing-page h4, body.landing-page h5, body.landing-page h6 {
	font-family: var(--raleway-font);
	color: inherit;
	margin-top: 0;
	text-transform: none;
	letter-spacing: 0;
}

body.landing-page h1 {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
	body.landing-page h1 {
		font-size: 72px;
		margin-bottom: 16px;
	}
}

body.landing-page h1 .highlighted {
	text-transform: uppercase;
	color: var(--secondary-color);
	font-weight: bold;
}

body.landing-page h2 {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
	body.landing-page h2 {
		font-size: 50px;
		margin-bottom: 24px;
	}
}

body.landing-page h3 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
	body.landing-page h3 {
		font-size: 32px;
		margin-bottom: 24px;
	}
}

body.landing-page h4 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
	body.landing-page h4 {
		font-size: 24px;
		margin-bottom: 24px;
	}
}

body.landing-page h5 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 16px;
}

body.landing-page h6 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 4px;
}


/*Header*/
.landing-header {
	padding-top: 16px;
	background-color: var(--white-color);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
	.landing-header {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

.landing-header .landing-header__logo img {
	max-width: 144px;
	height: auto;
	width: 100%;
	object-fit: contain;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px) {
	.landing-header .landing-header__logo img {
		max-width: 192px;
		margin: 0;
	}
}

.landing-header .landing-header__contact {
	display: flex;
	align-items: center;
	gap: 16px;
	background-color: var(--secondary-color);
	justify-content: center;
	width: 100%;
	padding: 12px 15px;
}

@media screen and (min-width: 768px) {
	.landing-header .landing-header__contact {
		flex-direction: row;
		background-color: transparent;
		justify-content: flex-end;
		width: auto;
		padding: 0;
	}
}

.landing-header .landing-header__contact p {
	font-family: var(--raleway-font);
	color: var(--black-color);
	font-weight: 500;
}

.landing-header .landing-header__contact .btn.btn-secondary {
	display: flex;
	gap: 8px;
	align-items: center;
	border: none;
	border-radius: 0;
	width: auto;
	padding: 0;
}

.landing-header .landing-header__contact .btn.btn-secondary:hover {
	background-color: transparent !important;
	color: var(--black-color) !important;
}

@media screen and (min-width: 768px) {
	.landing-header .landing-header__contact .btn.btn-secondary {
		border: 1px solid var(--primary-color);
		border-radius: 24px;
		padding: 11px 31px;
	}

	.landing-header .landing-header__contact .btn.btn-secondary:hover {
		background-color: var(--primary-color) !important;
		color: var(--secondary-color) !important;
	}
}

.landing-header .landing-header__container {
	display: flex;
	gap: 16px;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding-left: 0;
	padding-right: 0;
}

@media screen and (min-width: 768px) {
	.landing-header .landing-header__container {
		padding-left: 15px;
		padding-right: 15px;
		flex-direction: row;
	}
}

/*Footer*/
.landing-footer {
	background-color: var(--black-color);
	padding-top: 80px;
}

.landing-footer .landing-footer__logo {
	max-width: 240px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px) {
	.landing-footer .landing-footer__logo {
		margin: 0;
	}
}

.landing-footer .landing-footer__logo img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.landing-footer .landing-footer__copy {
	padding-top: 16px;
	padding-bottom: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	color: var(--white-color);
	text-align: center;
}

.landing-footer .landing-footer__nav {
	margin-bottom: 64px;
	row-gap: 32px;
}

@media screen and (min-width: 768px) {
	.landing-footer .landing-footer__nav {
		margin-bottom: 80px;
	}
}

.landing-footer .landing-footer__nav h5 {
	color: var(--white-color);
	text-align: center;
}

@media screen and (min-width: 768px) {
	.landing-footer .landing-footer__nav h5 {
		text-align: left;
	}
}

.landing-footer .landing-footer__nav a, .landing-footer .landing-footer__nav p {
	color: var(--white-color);
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	display: flex;
	flex-direction: row;
	gap: 12px;
}

.landing-footer .landing-footer__nav a i, .landing-footer .landing-footer__nav p i {
	font-size: 18px;
}

.landing-footer .landing-footer__nav a {
	transition: 0.3s all;
}

.landing-footer .landing-footer__nav a:hover {
	color: var(--secondary-color);
}

.landing-footer .landing-footer__links {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	gap: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.landing-footer .landing-footer__links {
		align-items: flex-start;
	}
}

.landing-footer .landing-footer__links.useful {
	flex-direction: row;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.landing-footer .landing-footer__links.useful {
		flex-direction: column;
	}
}

.landing-footer .landing-footer__socials {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.landing-footer .landing-footer__socials {
		justify-content: flex-start;
	}
}

.landing-footer .landing-footer__socials a {
	font-size: 18px;
}


/*Hero Section*/

.landing-hero {
	padding-top: 80px;
	padding-bottom: 80px;
	color: var(--white-color);
	font-size: 18px;
	background-color: var(--primary-color);
	position: relative;
}

@media screen and (min-width: 768px) {
	.landing-hero {
		padding-top: 189px;
		padding-bottom: 198px;
	}
}

.landing-hero .landing-hero__video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.landing-hero .landing-hero__highlight {
	background-color: var(--secondary-color);
	padding: 16px;
	max-width: 440px;
	color: var(--primary-color);
	opacity: 0.8;
}

@media screen and (min-width: 1200px) {
	.landing-hero .landing-hero__highlight {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 25%;
	}
}

.landing-hero .landing-hero__title {
	position: relative;
	max-width: 746px;
	margin-bottom: 8px;
}

@media screen and (min-width: 1200px) {
	.landing-hero .landing-hero__title {
		width: 70%;
	}
}

.landing-hero .landing-hero__text {
	margin-bottom: 40px !important;
	max-width: 636px;
	font-size: 16px;
}

@media screen and (min-width: 768px) {
	.landing-hero .landing-hero__text {
		font-size: 18px;
	}
}

.landing-hero h4 {
	max-width: 636px;
}

.landing-hero a.btn {
	background-color: transparent;
}

.landing-hero .landing-hero__top {
	padding-bottom: 24px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.landing-hero .landing-hero__top {
		margin-bottom: 40px;
	}
}

.landing-hero .landing-hero__top:after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: var(--secondary-color);
}

@media screen and (min-width: 768px) {
	.landing-hero .landing-hero__top:after {
		content: '';
	}
}


.text-slider {
	background-color: var(--secondary-color);
	color: var(--primary-color);
	font-weight: 500;
	padding: clamp(0.875rem, 0.943rem, 2rem) 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.text-slider .text-slide-track {
	display: flex;
	flex-wrap: nowrap;
	will-change: transform;
}

.text-slider .slide-group {
	display: flex;
}

.text-slider .slide-group span {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	padding: 0 20px;
	margin-bottom: 0;
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.text-slider .slide-group span {
		font-size: 16px;
	}
}

@media screen and (min-width: 1441px) {
	.text-slider .slide-group span {
		font-size: 1.115vw;
		padding: 0 1.39vw;
	}
}

.text-slider .slide-group span:before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: var(--primary-color);
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	border-radius: 50%;
}

@media screen and (min-width: 768px) {
	.text-slider .slide-group span:before {
		width: 8px;
		height: 8px;
	}
}

@media screen and (min-width: 1441px) {
	.text-slider .slide-group span:before {
		width: 0.56vw;
		height: 0.56vw;
	}
}

.text-slider .slide-group span:before {
	left: 0;
}

/*Hidden cost section*/

.landing-hidden-cost {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
	.landing-hidden-cost {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.landing-hidden-cost .landing-hidden-cost__img img {
	width: 100%;
	height: 269px;
	object-fit: contain;
}

@media screen and (min-width: 768px) {
	.landing-hidden-cost .landing-hidden-cost__img img {
		height: 353px;
	}
}

.landing-hidden-cost .landing-hidden-cost__top {
	align-items: center;
	margin-bottom: 40px;
	flex-direction: column-reverse;
	row-gap: 16px;
}

@media screen and (min-width: 768px) {
	.landing-hidden-cost .landing-hidden-cost__top {
		flex-direction: row;
		margin-bottom: 64px;
	}
}

.landing-hidden-cost .landing-hidden-cost__top h2 {
	color: var(--primary-color);
	text-align: center;
	margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
	.landing-hidden-cost .landing-hidden-cost__top h2 {
		text-align: left;
		margin-bottom: 16px;
	}
}

.landing-hidden-cost .landing-hidden-cost__top .landing-hidden-cost__desc {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.landing-hidden-cost .landing-hidden-cost__top .landing-hidden-cost__desc {
		text-align: left;
	}
}

.landing-hidden-cost .landing-hidden-cost__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: auto;
}

.landing-hidden-cost .landing-hidden-cost_cards {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media screen and (min-width: 768px) {
	.landing-hidden-cost .landing-hidden-cost_cards {
		gap: 24px;
	}
}

.landing-hidden-cost .landing-hidden-cost__middle {
	row-gap: 24px;
}

.landing-hidden-cost .landing-hidden-cost__bottom {
	margin-top: 40px;
	text-align: center;
}


/*Icon card*/
.icon-card {
	display: flex;
	align-items: center;
	background-color: var(--grey-color);
	border-radius: 100px;
	column-gap: 16px;
	row-gap: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 24px;
}

.icon-card h6 {
	color: var(--primary-color) !important;
}

.icon-card__icon {
	font-size: 24px;
	background-color: var(--primary-color);
	min-width: 56px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	position: relative;
	color: var(--white-color);
	box-shadow: 4px 4px 4px 0 var(--secondary-color);
}

.icon-card__icon span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.icon-card-vertical {
	position: relative;
	background-color: var(--white-color);
	border-radius: 24px;
	padding: 24px;
}

.icon-card-vertical .icon-card__icon {
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}


.icon-card-vertical__text {
	text-align: center;
}

/*Transfer section*/

.landing-transfer {
	background-color: var(--grey-color);
	padding-top: 80px;
	padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
	.landing-transfer {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.landing-transfer .landing-transfer__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.landing-transfer .landing-transfer__list .icon-card {
	background-color: var(--white-color);
}

.landing-transfer .landing-transfer__list .icon-card h6 {
	color: var(--primary-color);
}

.landing-transfer .landing-transfer__list .icon-card .icon-card__icon span {
	line-height: 1;
	font-weight: bold;
	font-family: var(--raleway-font);
}

.landing-transfer .landing-transfer__row {
	row-gap: 16px;
}

.landing-transfer .landing-transfer__title {
	color: var(--primary-color);
	text-align: center;
}

@media screen and (min-width: 768px) {
	.landing-transfer .landing-transfer__title {
		text-align: left;
	}
}

.landing-transfer .landing-transfer__text {
	margin-bottom: 16px !important;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.landing-transfer .landing-transfer__text {
		text-align: left;
	}
}

.landing-transfer .landing-transfer__img {
	object-fit: cover;
	width: 100%;
	height: 269px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 24px;
}

@media screen and (min-width: 768px) {
	.landing-transfer .landing-transfer__img {
		height: 613px;
	}
}

/*Generation Section*/

.landing-generation {
	padding-top: 16px;
	padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
	.landing-generation {
		padding-top: 40px;
		padding-bottom: 120px;
	}
}

.landing-generation .landing-generation__img {
	margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
	.landing-generation .landing-generation__img {
		margin-bottom: 40px;
	}
}

.landing-generation .landing-generation__img img {
	border-radius: 24px;
	width: 100%;
	object-fit: cover;
	height: 160px;
}

@media screen and (min-width: 768px) {
	.landing-generation .landing-generation__img img {
		height: 240px;
	}
}

.landing-generation .landing-generation__title {
	text-align: center;
	color: var(--primary-color);
	max-width: 836px;
	margin-left: auto;
	margin-right: auto;
}

.landing-generation .landing-generation__subtitle {
	text-align: center;
	max-width: 836px;
	margin-left: auto;
	margin-right: auto;
}

.landing-generation .landing-generation__list {
	row-gap: 16px;
	margin-right: -12px;
	margin-left: -12px;
	justify-content: center;
	margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
	.landing-generation .landing-generation__list {
		row-gap: 24px;
		margin-bottom: 40px;
	}
}

.landing-generation .landing-generation__list .col {
	padding-right: 12px;
	padding-left: 12px;
}

.landing-generation .landing-generation__list .icon-card {
	padding-right: 11px;
	height: 100%;
}

.landing-generation .landing-generation__highlighted {
	border-radius: 24px;
	padding: 24px;
	background-color: rgba(230, 255, 81, 0.6);
	max-width: 856px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}

.landing-generation .landing-generation__highlighted p {
	max-width: 610px;
}

.landing-generation .landing-generation__bottom {
	display: flex;
	justify-content: center;
}

/*Case study section*/
.landing-case-study {
	background-color: var(--grey-color);
	padding-top: 80px;
	padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
	.landing-case-study {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.landing-case-study .landing-case-study__img img {
	border-radius: 24px;
	height: 269px;
	object-fit: cover;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.landing-case-study .landing-case-study__img img {
		height: 484px;
	}
}

.landing-case-study .landing-case-study__title {
	color: var(--primary-color);
	text-align: center;
}

@media screen and (min-width: 768px) {
	.landing-case-study .landing-case-study__title {
		text-align: left;
	}
}

.landing-case-study .landing-case-study__subtitle {
	margin-bottom: 24px !important;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.landing-case-study .landing-case-study__subtitle {
		text-align: left;
		margin-bottom: 16px !important;
	}
}

.landing-case-study .landing-case-study__list {
	display: flex;
	column-gap: 16px;
	row-gap: 56px;
	padding-top: 40px;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.landing-case-study .landing-case-study__list {
		flex-direction: row;
	}
}

.landing-case-study .landing-case-study__list .icon-card-vertical {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.landing-case-study .landing-case-study__list .icon-card-vertical {
		width: 33.3%;
	}
}

.landing-case-study .landing-case-study__content {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.landing-case-study .landing-case-study__row {
	row-gap: 24px;
}


/*Contact section*/
.landing-contact {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.landing-contact {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.landing-contact .landing-contact__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	top: 0;
	left: 0;
}

.landing-contact .landing-contact__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: var(--white-color);
	height: 100%;
}

.landing-contact .landing-contact__title {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.landing-contact .landing-contact__title {
		text-align: left;
	}
}

.landing-contact .landing-contact__subtitle {
	margin-bottom: 24px;
	font-weight: 500;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.landing-contact .landing-contact__subtitle {
		text-align: left;
		margin-bottom: 80px;
	}
}

.landing-contact .landing-contact__img {
	max-width: 416px;
	width: 100%;
	display: none;
}

@media screen and (min-width: 992px) {
	.landing-contact .landing-contact__img {
		display: block;
	}
}

.landing-contact .landing-form {
	background-color: var(--white-color);
	border-radius: 24px;
	padding: 32px 24px;
}

@media screen and (min-width: 1200px) {
	.landing-contact .landing-form {
		padding: 40px 64px;
	}
}

.landing-contact .landing-form__title {
	color: var(--primary-color);
	margin-bottom: 24px;
	text-align: center;
}

.landing-contact .landing-form__subtitle {
	margin-bottom: 32px !important;
	text-align: center;
}

.landing-contact .landing-form__form {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 16px;
	column-gap: 24px;
}

.landing-contact .landing-form__form .half-width {
	grid-column: span 2;
}

@media screen and (min-width: 576px) {
	.landing-contact .landing-form__form .half-width {
		grid-column: span 1;
	}
}

.landing-contact .landing-form__form .full-width {
	grid-column: span 2;
}

.landing-contact .landing-form__input {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.landing-contact label {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}

.landing-contact label .required {
	color: var(--red-color);
}

.landing-contact input[type="email"], .landing-contact input[type="text"], .landing-contact input[type="number"], .landing-contact textarea {
	background-color: var(--light-blue-color);
	border-radius: 16px;
	border: 1px solid var(--blue-color);
	padding: 12px;
	font-size: 14px;
}

.landing-contact input[type="number"] {
	-moz-appearance: textfield;
}

.landing-contact input[type="number"]::-webkit-outer-spin-button, .landing-contact input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.landing-contact input[type="checkbox"] {
	min-width: 24px;
	width: 24px;
	height: 24px;
	border: 1px solid var(--blue-color);
	background-color: var(--light-blue-color);
	border-radius: 8px;
	margin-top: 0;
	appearance: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	transition: 0.3s all;
	outline-offset: 2px;
}

.landing-contact input[type="checkbox"]:checked {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 288.941 288.941'%3E%3Cpath d='M285.377 46.368c-4.74-4.704-12.439-4.704-17.179 0L96.309 217.114 20.734 142.61c-4.74-4.704-12.439-4.704-17.179 0s-4.74 12.319 0 17.011l84.2 82.997c4.692 4.644 12.499 4.644 17.191 0l180.43-179.239a11.93 11.93 0 0 0 .001-17.011c-4.74-4.704 4.752 4.692 0 0z'/%3E%3C/svg%3E");
}

.landing-contact .landing-form__disclaimer {
	opacity: 0.4;
	font-size: 12px;
}

.landing-contact .landing-form__submit {
	text-align: center;
	margin-bottom: 8px;
	margin-top: 24px;
}

.landing-contact .landing-form__options p {
	margin-bottom: 12px !important;
}

.landing-contact .landing-form__options-list {
	column-count: 1;
	column-gap: 24px;
}

@media screen and (min-width: 576px) {
	.landing-contact .landing-form__options-list {
		column-count: 2;
	}
}

.landing-contact .landing-form__option {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	gap: 8px;
}

.landing-contact .landing-form__options-other {
	display: flex;
	gap: 8px;
}

.landing-contact .landing-form__options-other input[type="text"] {
	padding: 0;
	background-color: var(--white-color);
	border: none;
	border-bottom: 1px solid var(--blue-color);
	border-radius: 0;
	width: 100%;
}

.landing-contact .landing-form__options-other input[type="text"]::placeholder {
	color: inherit;
}
</pre></body></html>