.wpcf7-not-valid-tip {
	display: none!important;
}
.wpcf7-response-output {
	display: none!important;
}
.wpcf7-not-valid {
	border-color: red!important;
}

@font-face {
	font-family: "SourceSerifPro";
	src: url("./fonts/SourceSerifPro-Regular.woff2") format("woff2"), url("./fonts/SourceSerifPro-Regular.woff") format("woff"), url("./fonts/SourceSerifPro-Regular.eot") format("eot"), url("./fonts/SourceSerifPro-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--color-black--rgb: 0, 0, 0;
	--color-black: #000;
	--color-white--rgb: 255, 255, 255;
	--color-white: #ffffff;
	--color-bg--rgb: 214, 214, 202;
	--color-bg: #D6D6CA;
	--color-grey-100--rgb: 45, 45, 48;
	--color-grey-100: #2D2D30;
	--color-grey-200--rgb: 71, 71, 73;
	--color-grey-200: #474749;
	--color-grey-300--rgb: 124, 124, 129;
	--color-grey-300: #7C7C81;
	--color-pink-100--rgb: 232, 36, 147;
	--color-pink-100: #E82493;
	--color-pink-200--rgb: 130, 20, 82;
	--color-pink-200: #821452;
}

:root {
	--wrap: calc((100vw - 1420px) / 2);
}
@media (max-width: 1420px) {
	:root {
		--wrap: 5vw;
	}
}

* {
	-webkit-tap-highlight-color: transparent;
}

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

* {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
@media (max-width: 899px) {
	* {
		outline: none;
	}
}

body,
input,
textarea,
button,
select {
	font-family: "Manrope", sans-serif;
}

body._lock {
	overflow: hidden;
}

a {
	text-decoration: none;
}

p {
	margin: 0;
}

ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

strong {
	font-weight: 500;
}

html,
body {
	--header: 11.745vh;
	position: relative;
	color: var(--color-grey-300);
	background-color: var(--color-bg);
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	font-size: 1.7776vh;
	line-height: 130%;
	letter-spacing: -0.02em;
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	html,
	body {
		--header: 11.298vh;
		font-size: 4.071vw;
	}
}

.container {
	max-width: 79.03vw;
	padding: 0 1.667vw;
	margin: 0 auto;
	width: 100%;
}
@media (max-width: 767px) {
	.container {
		padding: 0 6.107vw;
		max-width: 100vw;
	}
}

h1,
.h1 {
	margin: 0;
	font-family: "SourceSerifPro", sans-serif;
	font-weight: 400;
	font-size: 8vh;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: var(--color-grey-100);
}
@media (max-width: 767px) {
	h1,
	.h1 {
		font-size: 10.5vw;
	}
}

.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.729vw 2.084vw;
	gap: 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: var(--color-yellow);
	border: 2px solid var(--color-black);
	border-radius: 100px;
	-webkit-box-shadow: 0.208vw 0.208vw 0px var(--color-black);
	box-shadow: 0.208vw 0.208vw 0px var(--color-black);
	-webkit-transition: color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
	font-size: 0.938vw;
	font-weight: 700;
	color: var(--color-blue);
	text-align: center;
	line-height: 125%;
	cursor: pointer;
	letter-spacing: 0em;
}
@media (max-width: 1279px) {
	.btn {
		font-size: 1.251vw;
	}
}
@media (max-width: 999px) {
	.btn {
		font-size: 18px;
		padding: 4px 12px;
	}
}
@media (min-width: 1000px) {
	.btn:has(svg) {
		padding: 12px 22px;
	}
}
@media (max-width: 999px) {
	.btn:has(svg) {
		padding: 9px 24px;
	}
}
html:not(.v-mobile) .btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: var(--color-brown-300);
}
html:not(.v-mobile) .btn:focus-visible {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: var(--color-brown-300);
}

.btn.btn-1 {
	background: var(--color-brown-100);
}
.btn svg {
	width: 30px;
	height: auto;
}

.header {
	padding: 3.5556vh 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.header__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 3.472vw;
}
.header__logo img {
	width: 12.7776vh;
	height: auto;
}
@media (max-width: 767px) {
	.header__logo img {
		width: 21.374vw;
	}
}
.header__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2.6672vh;
}
@media (max-width: 767px) {
	.header__socials {
		gap: 4.58vw;
	}
}
.header__socials-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
html:not(.v-mobile) .header__socials-item:hover svg path {
	fill: var(--color-pink-100);
}
html:not(.v-mobile) .header__socials-item:focus-visible svg path {
	fill: var(--color-pink-100);
}

.header__socials svg {
	width: 2.2224vh;
	height: auto;
}
@media (max-width: 767px) {
	.header__socials svg {
		width: 4.071vw;
	}
}
.header__socials svg path {
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

.banner {
	position: relative;
	padding-top: var(--header);
	height: 99.5dvh;
}
@media (max-width: 767px) {
	.banner {
		min-height: 178.57vw;
	}
}
.banner__wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 3.5552vh;
	z-index: 2;
	height: 100%;
}
@media (max-width: 767px) {
	.banner__wrapper {
		gap: 4.071vw;
	}
}
.banner__title {
	text-align: center;
}
@media (max-width: 767px) {
	.banner__title {
		font-size: 12.214vw;
	}
}
.banner__text {
	text-align: center;
	max-width: 44.8vh;
}
@media (max-width: 767px) {
	.banner__text {
		max-width: 74vw;
	}
}
.banner__form {
	max-width: 47.3328vh;
	width: 100%;
}
@media (max-width: 767px) {
	.banner__form {
		max-width: unset;
	}
}
.banner__form-row {
	position: relative;
}
.banner__form-row input {
	width: 100%;
	padding: 2vh 0.8896vh 2vh 2.6672vh;
	border-radius: 11.1104vh;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(0.5552vh);
	-webkit-backdrop-filter: blur(0.5552vh);
	border: 1px solid rgba(255, 255, 255, 0.3);
	outline: none;
	font-weight: 500;
	font-size: 1.7776vh;
	line-height: 100%;
	color: var(--color-grey-100);
	-webkit-transition: border 0.2s ease;
	transition: border 0.2s ease;
}
@media (max-width: 767px) {
	.banner__form-row input {
		padding: 4.58vw 6.107vw;
		font-size: 4.071vw;
		border-radius: 25.445vw;
	}
}
.banner__form-row input:focus {
	border: 1px solid var(--color-grey-100);
}
.banner__form-row input::-webkit-input-placeholder {
	color: var(--color-grey-300);
}
.banner__form-row input::-moz-placeholder {
	color: var(--color-grey-300);
}
.banner__form-row input:-ms-input-placeholder {
	color: var(--color-grey-300);
}
.banner__form-row input::-ms-input-placeholder {
	color: var(--color-grey-300);
}
.banner__form-row input::placeholder {
	color: var(--color-grey-300);
}
.banner__form-row input[type=submit],
.banner__form-row button[type=submit] {
	position: relative;
	padding: 1.1104vh;
	width: 13.4448vh;
	background: -webkit-gradient(linear, left top, left bottom, from(var(--color-grey-100)), color-stop(91.3%, var(--color-grey-100)));
	background: linear-gradient(180deg, var(--color-grey-100) 0%, var(--color-grey-100) 91.3%);
	border-radius: 11.1104vh;
	color: var(--color-white);
	font-size: 1.7776vh;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	border: none;
	outline: none;
}
@media (max-width: 767px) {
	.banner__form-row input[type=submit],
	.banner__form-row button[type=submit] {
		padding: 2.545vw;
		font-size: 4.071vw;
		border-radius: 25.445vw;
		width: 30.789vw;
	}
}
html:not(.v-mobile) .banner__form-row input[type=submit]:hover,
html:not(.v-mobile) .banner__form-row button[type=submit]:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(var(--color-pink-100)), color-stop(91.3%, var(--color-pink-200)));
	background: linear-gradient(180deg, var(--color-pink-100) 0%, var(--color-pink-200) 91.3%);
}
html:not(.v-mobile) .banner__form-row input[type=submit]:hover .border,
html:not(.v-mobile) .banner__form-row button[type=submit]:hover .border {
	opacity: 0;
}
html:not(.v-mobile) .banner__form-row input[type=submit]:focus-visible,
html:not(.v-mobile) .banner__form-row button[type=submit]:focus-visible {
	background: -webkit-gradient(linear, left top, left bottom, from(var(--color-pink-100)), color-stop(91.3%, var(--color-pink-200)));
	background: linear-gradient(180deg, var(--color-pink-100) 0%, var(--color-pink-200) 91.3%);
}
html:not(.v-mobile) .banner__form-row input[type=submit]:focus-visible .border,
html:not(.v-mobile) .banner__form-row button[type=submit]:focus-visible .border {
	opacity: 0;
}

.banner__form-row input[type=submit]:active:after,
.banner__form-row button[type=submit]:active:after {
	left: 0;
	width: 100%;
	opacity: 0.1;
}
.banner__form-row input[type=submit]:after,
.banner__form-row button[type=submit]:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 100%;
	background: var(--color-white);
	opacity: 0;
	z-index: 2;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
	border-radius: 11.1104vh;
}
@media (max-width: 767px) {
	.banner__form-row input[type=submit]:after,
	.banner__form-row button[type=submit]:after {
		border-radius: 25.445vw;
	}
}
.banner__form-row input[type=submit] .text,
.banner__form-row button[type=submit] .text {
	position: relative;
	z-index: 3;
}
.banner__form-row input[type=submit] .border,
.banner__form-row button[type=submit] .border {
	position: absolute;
	top: 0.2222vh;
	left: 0.2222vh;
	width: calc(100% - 0.4448vh);
	height: calc(100% - 0.4448vh);
	z-index: 1;
	border-radius: 11.1104vh;
	border: 1px solid var(--color-grey-200);
}
@media (max-width: 767px) {
	.banner__form-row input[type=submit] .border,
	.banner__form-row button[type=submit] .border {
		border-radius: 25.445vw;
	}
}
.banner__form-btn {
	position: absolute;
	top: 0.96vh;
	right: 0.96vh;
}
@media (max-width: 767px) {
	.banner__form-btn {
		top: 2.036vw;
		right: 2.036vw;
	}
}
.banner__bg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media (max-width: 767px) {
	.banner__bg {
		top: unset;
		bottom: 0;
		height: auto;
	}
}
.banner__bg picture,
.banner__bg img {
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
	.banner__bg picture,
	.banner__bg img {
		width: 100%;
		height: auto;
	}
}
.banner__bg-label {
	display: none;
	position: absolute;
	top: 39%;
	left: 33%;
	padding: 1.7776vh;
	border-radius: 11.1104vh;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(0.5552vh);
	-webkit-backdrop-filter: blur(0.5552vh);
	border: 1px solid rgba(255, 255, 255, 0.3);
	font-weight: 600;
	font-size: 1.5552vh;
	line-height: 100%;
	color: var(--color-grey-100);
}
@media (max-width: 767px) {
	.banner__bg-label {
		display: block;
		top: 116vw;
        left: 25%;
		font-size: 3.562vw;
		padding: 4.071vw;
	}
}
.banner__image {
	position: relative;
}
@media (max-width: 767px) {
	.banner__image {
		display: none;
	}
}
.banner__image img {
	width: auto;
	height: 50.7778vh;
}
.banner__image-label {
	position: absolute;
	top: 96%;
	left: 50%;
	transform: translateX(-50%);
	padding: 1.7776vh;
	border-radius: 11.1104vh;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(0.5552vh);
	-webkit-backdrop-filter: blur(0.5552vh);
	border: 1px solid rgba(255, 255, 255, 0.3);
	font-weight: 600;
	font-size: 1.5552vh;
	line-height: 100%;
	color: var(--color-grey-100);
}
@media (max-width: 767px) {
	.banner__image-label {
		top: 40vw;
		left: 6.107vw;
		font-size: 3.562vw;
		padding: 4.071vw;
	}
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
	padding: 20px;
}
.popup.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.popup__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}
.popup__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
}
.popup__content {
	position: relative;
	width: 100%;
	max-width: 663px;
	padding: 54px;
	background-color: var(--color-white);
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
}
.popup__close {
	position: absolute;
	top: 17px;
	right: 21px;
	cursor: pointer;
}
.popup__title {
	font-family: "SourceSerifPro", sans-serif;
	font-size: 32px;
	line-height: 115%;
	text-align: center;
	letter-spacing: -0.03em;
	color: var(--color-black);
}