@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;600;700&display=swap');


:root {
	--section-padding: 7.5rem;
	--c-f-padding: 2.5rem;
}


html {
	box-sizing: border-box;
	font-size: 1.111vw;

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
	font-family: 'Wix Madefor Display', sans-serif;
	margin: 0;
}

body {
	margin: 0;
	position: relative;
	font-weight: 400;
	color: #000000;
	overscroll-behavior: none;
	/* cursor: none;*/
}

a {
	text-decoration: none;
}

/*a:hover{
  cursor: none;
}*/



/*////////////////////////////////*/


.container {
	max-width: 100rem;
	padding-left: var(--section-padding);
	padding-right: var(--section-padding);
	margin-left: auto;
	margin-right: auto;
}

.container-fluid {
	max-width: 100rem;
	padding-left: var(--c-f-padding);
	padding-right: var(--c-f-padding);
	margin-left: auto;
	margin-right: auto;
}

/* width */
::-webkit-scrollbar {
	width: 0.613rem;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0.313rem grey;
	border-radius: 0.313rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: var(--blue-gradient, linear-gradient(333deg, #00AEF7 0%, #0066C4 100%));

	border-radius: 0.625rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #000;
}



header {
	padding: 1.25rem 0;
	position: relative;
}


.header_wrap {
	align-items: center;
	justify-content: space-between;
}

.d-flex-center {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.d-flex {
	display: flex;
}

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

.logo {
	text-align: center;
}

.logo img {
	width: 9.813rem;
}

.nav {
	display: flex;
	align-items: center;
	column-gap: 3.13rem;
}

.nav ul {
	padding: 0;
	margin: 0;
}

.nav li {
	list-style: none;
}

.nav a:after {
	content: '';
	display: block;
	width: 0;
	height: 0.125rem;
	background: var(--blue-gradient, linear-gradient(333deg, #00AEF7 0%, #0066C4 100%));
	transition: width .3s;
}

.nav a:hover::after {
	width: 100%;
}

.nav a {
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 0.04rem;
	margin-left: 1.875rem;
}

/*////////////////////////////*/


.languages li {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.75rem;
	padding: 0.625rem 0rem;
	border-radius: 0 0 1.25rem 1.25rem;
	background: #000;
	cursor: pointer;
	z-index: 1;
	opacity: 0;
	transform: translateY(-2rem);
	transition: all 0.4s ease-out;
}

.languages li.current {
	background: #EEEDF0;
	color: #000;
	position: relative;
	border-radius: 1.25rem;
	opacity: 1;
	transform: translateY(0);
	z-index: 2;
}

.languages:hover li {
	opacity: 1;
	transform: translateY(0rem);
}

.languages:hover li.current {
	border-radius: 1.25rem 1.25rem 0 0;
}

.languages:hover img {
	transform: rotate(180deg);
}

.languages li.current a {
	color: #000;
}

.languages a {
	color: #fff;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 0.625rem;
}

.languages img {
	width: 0.625rem;
	transition: all 0.4s ease-out;
}

/*////////////////////////////////*/
.mob-btn {
	position: relative;
	background: none;
	border: none;
	display: none;
}

.mob-btn span {
	display: block;
	width: 2rem;
	height: 0.225rem;
	background: #000;
	margin-bottom: 0.625rem;
}

.mob-btn span:last-child {
	margin-bottom: 0;
}

/*.mob-nav{
	display: none;
}*/
.mob-nav ul {
	flex-direction: column;
}

.mob-nav li {
	overflow: hidden;
}

.overlay {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #2E314C;
}

/*//////////////////////////////////////////////*/
.banner {
	/*	position: relative;*/
	overflow: hidden;
}


.banner-row {
	position: relative;
	padding: 6.25rem 5rem 4.188rem;
	border-radius: 3.75rem;
	background: var(--blue-gradient, linear-gradient(333deg, #00AEF7 0%, #0066C4 100%));

}

.banner-left-col {
	position: relative;
	z-index: 1;
}


.banner_date {
	display: inline-block;
	border-radius: 6.25rem;
	color: #FFF;
	border: 0.125rem solid #fff;
	padding: 0.9375rem 1.25rem;
	font-size: 1.875rem;
	margin-bottom: 1.25rem;
	line-height: 90%;
	letter-spacing: -0.038rem;
}

.banner_text_wrap {
	display: flex;
	column-gap: 1.88rem;
	align-items: center;
	margin-bottom: 2.65rem;
}

.b_title {
	max-width: 37.8rem;
	color: #fff;
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -0.063rem;
	margin-bottom: 3.438rem;
}

.banner_text_wrap img {
	width: 5rem;
}


.banner_btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	column-gap: 0.938rem;
	padding: 1.25rem 1.875rem;
	border-radius: 6.25rem;
	background: var(--orange, #FF6720);
	box-shadow: -5px 10px 30px 0px #FF6720;

	font-size: 1.575rem;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0.0375rem;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 1.3rem;
	overflow: hidden;
	border: 0.063rem solid transparent;
	transition: all 0.4s ease-in-out;
}

.btn__text {
	position: relative;
	z-index: 2
}


.banner_btn:hover {
	transform: scale(0.95);
	box-shadow: none;
}


.banner_btn img {
	width: 2.5rem;
	position: relative;
	z-index: 2
}

.banner_free {
	border-radius: 0.625rem;
	border: 0.25rem dashed #FF6720;
	display: inline-block;
	transform: rotate(4deg);
	padding: 0.625rem 1.125rem;
	color: #FFF;

	text-align: center;
	/* Text 30 Reg */
	font-size: 1.875rem;
	font-weight: 300;
	line-height: 90%;
	letter-spacing: -0.01875rem;
	margin-left: 12rem;
	margin-top: 1.513rem;

	animation: fade 2s infinite;
}

@keyframes fade {
	0% {
		scale: 1;
	}

	50% {
		scale: 0.9;
	}

	100% {
		scale: 1;
	}
}

.banner-img {
	position: absolute;
	width: 35.938rem;
	z-index: 2;
	right: 3.75rem;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 3.125rem;

}

.confetti {
	position: absolute;
	left: 0rem;
	top: 0rem;
	width: 44.375rem;
	height: 35.625rem;
	transform: scale(0.9);
}


.star {
	position: absolute;
	right: -4rem;
	top: 50%;
	width: 52.5rem;
	transform: translateY(-50%) scale(0.5);
}

/*//////////////////////////////////////////////*/


.title {
	color: #000;
	font-size: 2.875rem;
	font-weight: 700;
	line-height: 105%;
	letter-spacing: -0.063rem;
	margin-bottom: 3.125rem;
}


/*//////////////////////////////////////////////*/
.speaker_wrap {
	display: flex;
	column-gap: 1.875rem;
	flex-wrap: wrap;
}

.speaker_item {
	position: relative;
	display: flex;
	width: calc(33% - 4.8rem);
	height: 38.063rem;
	padding: 2.5rem 1.875rem 0rem 1.875rem;
	flex-direction: column;
	flex-shrink: 0;
	border-radius: 2.5rem;
	overflow: hidden;
	background: var(--blue-gradient, linear-gradient(333deg, #00AEF7 0%, #0066C4 100%));

}

.speaker_item:nth-child(1) {
	width: -webkit-fill-available;
	padding: 1.875rem 2.5rem 0rem;
	background: var(--orange-gradient, linear-gradient(153deg, #FF9A3B 0%, #FF6720 100%));
	margin-bottom: 1.875rem;
}

.speaker_item:nth-child(1) .speaker_name {
	border: 0.125rem solid #000;
	color: #000;
	font-size: 3.125rem;
	margin-top: 7.5rem;
	margin-bottom: 2.5rem;
}

.speaker_item:nth-child(1) p {
	font-size: 1.5rem;
	letter-spacing: -0.015rem;
	color: #000;
	max-width: 37.5rem;
}

.speaker_item:nth-child(1) .speaker_foto {
	width: 31.25rem;
	right: 2.5rem;
	left: auto;
	transform: none;
}

.speaker_item:nth-child(1) .star2 {
	width: 40.625rem;
	left: auto;
	right: 0;
	transform: none;
}

.speaker_confetti {
	position: absolute;
	width: 41.875rem;
	right: -1rem;
	bottom: 6.25rem;
}

/*
.speaker_item:nth-child(2) {
	background: #EEEDF0;
} */

.speaker_name {
	border-radius: 6.25rem;
	border: 0.125rem solid #fff;
	color: #FFF;
	padding: 0.9375rem 1.25rem;
	font-size: 1.688rem;
	font-weight: 500;
	line-height: 90%;
	letter-spacing: -0.0625rem;
	width: max-content;
	margin-bottom: 1.563rem;

}

.speaker_item p {
	font-size: 1.1rem;
	color: #FFF;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.speaker_foto {
	width: 23.75rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}


.star2 {
	position: absolute;
	bottom: 0rem;
	left: 50%;
	transform: translateX(-50%);
	width: 23.75rem;
	z-index: 0;
}

/*//////////////////////////////////////////////*/
.benefit {
	padding: 6.25rem 0;
	overflow: hidden;
}

.benefit_row {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.benefit_item {
	display: flex;
	width: 56rem;
	align-items: center;
	border-radius: 1.875rem;
	background: #EEEDF0;
	gap: 1.875rem;
	padding: 1.25rem 2.5rem;
	margin-bottom: 1.87rem;
	border: 0.125rem solid transparent;
	transition: all 0.4s ease-out;
}

.benefit_item:hover {
	border: 0.125rem solid #009CDE;
	background: #fff;
}

.benefit_item img {
	width: 3.75rem;
}

.benefit_item p {
	font-size: 1.688rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.benefit_circul {
	opacity: 0;
	transition: all 0.4s ease-out;
	transform: rotate(4deg);
	font-size: 3rem;
	font-style: normal;
	font-weight: 300;
	line-height: 90%;
	letter-spacing: -0.06rem;

	position: absolute;
	right: -5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16.5625rem;
	height: 16.5625rem;
	border-radius: 16.5625rem;
	background: linear-gradient(135deg, #009CDE 0%, #3BC5FF 48.44%, #009CDE 100%);
}

.benefit_item:hover .benefit_circul {
	opacity: 1;
}

.benefit_btn_wrap {
	border-radius: 2.5rem;
	padding: 2rem 5rem;
	background: var(--blue-gradient, linear-gradient(333deg, #00AEF7 0%, #0066C4 100%));
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3.125rem;
}

.benefit_btn_wrap p {
	color: #FFF;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	/* 44px */
	letter-spacing: -0.05rem;
	margin-bottom: 0;
}

.benefit_btn_wrap .banner_btn {
	margin-bottom: 0;
}

.benefit_btn_section {
	padding-bottom: 5rem;
}

/*//////////////////////////////////////////////*/
.waiting {
	padding-bottom: 7.5rem;
	position: relative;
}

.waiting_wrap {
	display: flex;
	gap: 1.875rem;
}

.waiting_item {
	width: 25%;
}

.waiting_item img {
	width: 3.75rem;
	margin-bottom: 1.25rem;
}

.waiting_item p {
	font-size: 1.688rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 35.1px */
	letter-spacing: -0.034rem;
}

.waiting_item p span {
	color: var(--orange, #FF6720);
	font-weight: 700;
}

.prize {
	position: absolute;
	right: 1rem;
	bottom: 10rem;
	width: 50rem;
	z-index: -1;
}

/* ///////////////////////// */

.form {
	position: relative;
	padding-top: 7.5rem;
	overflow: hidden;
}

.form-row {
	display: flex;
	padding: 6.25rem 5rem;
	column-gap: 3.75rem;
	justify-content: space-between;
}

.form_wrap {
	position: relative;
	display: flex;
	align-items: center;
	width: 27rem;
	height: 20rem;
	padding: 2.5rem 1.875rem 1.875rem 1.875rem;
	background: #fff;
	border-radius: 1.875rem;
	z-index: 1;

}

.form_wrap .sp-form {
	margin: 0;
	padding: 0 !important;
	width: 100% !important;
	border: none !important;
}

.form_wrap .sp-form-fields-wrapper {
	width: 100% !important;
}

.sp-form,
.sp-form-outer {
	max-width: 100%;
	width: 100%;
}

.form_wrap .sp-form .sp-field {
	padding: 0.5rem 0;
}

.form_wrap .sp-form .sp-field>label {
	font-size: 1rem !important;
	margin-bottom: 0.313rem;
}

.form_wrap .sp-form p:last-of-type span {
	font-size: 0.75rem !important;
}


.form_wrap .sp-form .sp-form-control {
	font-size: 1.1rem !important;
	padding-left: 0.875rem !important;
	padding-right: 0.875rem !important;
	height: 2.625rem !important;
}

.form_wrap .sp-form  .sp-button {
	font-size: 1.5rem !important;
	height: 3.625rem !important;
	padding-left: 1.313rem !important;
	padding-right:1.313rem !important;
	border-radius: 1.563rem !important;
	margin-top: 1rem;
	background-color: var(--orange, #FF6720) !important;
}

.form .banner_free {
	transform: rotate(-4deg);
	margin-left: 0;
	position: absolute;
	top: -5rem;
}

.form .confetti {
	top: 2rem;
	height: 33.625rem;
}

.form .title {
	color: #FFF;
	margin-top: 1rem;
	margin-bottom: 2.188rem;
	font-size: 2.875rem;
	max-width: 40.313rem;
	font-weight: 700;
	line-height: 105%;
	/* 48.3px */
	letter-spacing: -1.38px;
}

.form_texr_wrap {
	max-width: 31rem;
	padding: 0.938rem 2.5rem;
	border-radius: 6.25rem;
	border: 0.125rem solid var(--white, #FFF);
	background: #FFF;


	font-size: 1.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: -0.6px;
}

.form_texr_wrap span {
	color: var(--orange, #FF6720);
	font-weight: 700;
}


.form .chart {
	position: absolute;
	left: 1.25rem;
	bottom: 0;
	width: 46.5625rem;
	height: 28.744rem;
}

.form-col {
	position: relative;
	z-index: 1;
}


/*////////////////////////////////////////////////////////*/
footer {
	padding: 1.88rem 0;

}

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

.copy {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	color: #808080;
}

.footer-wrap a {
	color: #808080;
	/* Text/14 Link */
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	text-decoration-line: underline;
	margin-left: 1.875rem;
}

.mob-dblock {
	display: none;
}

/*////////////////////////////////////////////////////////*/
@media (max-width: 1025px) {
	html {
		font-size: 2.083vw;
	}

	:root {
		--section-padding: 1.25rem;
		--c-f-padding: 0rem;
	}

	.nav {
		column-gap: 2.13rem;
	}

	.decs-nav a.link {
		margin-left: 1.275rem;
	}

	.banner-row {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 4.7rem 3rem 2.86rem;
	}

	.banner-left-col {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.b_title {
		text-align: center;
	}

	.banner .confetti {
		top: auto;
		bottom: 8rem;
	}

	.mob-dblock {
		display: block;
	}

	.banner_free {
		margin-left: 0;
	}


	.mouse_move_wrap {
		margin-top: 3.438rem;
	}

	.banner-img {
		position: relative;
		/* bottom: -5rem; */
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	.star {
		right: 50%;
		top: auto;
		bottom: 3rem;
		transform: translateX(50%);
	}

	.chart {
		right: auto;
		top: auto;
		left: 2rem;
		bottom: 9rem;
	}

	.benefit {
		padding: 3.25rem 0;
	}

	.title {
		font-size: 2.575rem;
	}

	.speaker_wrap {
		display: block;
	}

	.benefit_btn_wrap {
		flex-direction: column;
	}

	.waiting_wrap {
		flex-wrap: wrap;
	}

	.waiting_item {
		width: calc(50% - 1rem);
	}

	.prize {
		bottom: 29rem;
		width: 26rem;
	}

	.waiting {
		padding-bottom: 5.5rem;
	}

	.speaker_item {
		width: auto;
	}

	.speaker_item p {
		font-size: 1.5rem;
	}

	.speaker_item:nth-child(1) {
		height: 44.063rem;
		padding: 2.5rem 1.875rem 0rem 1.875rem;
	}

	.speaker_item:nth-child(1) .speaker_name {
		font-size: 1.688rem;
		margin-top: 0;
		margin-bottom: 1.563rem;
	}

	.speaker_item:nth-child(1) p {
		font-size: 1.5rem;
		max-width: 100%;
	}

	.speaker_item:nth-child(1) .speaker_foto {
		width: 23.75rem;
		height: 25rem;
		right: 50%;
		object-fit: contain;
		transform: translateX(50%);
	}

	.speaker_item:nth-child(1) .star2 {
		left: 50%;
		transform: translateX(-50%);
		width: 23.75rem;
		right: auto;
	}

	.speaker_confetti {
		bottom: 0;
	}

	.speaker_item:not(:last-child) {
		margin-bottom: 1.87rem;
	}

	.benefit_circul {
		display: none;
	}


	.form .banner_free {
		left: 50%;
		transform: translateX(-50%) rotate(-4deg);
	}

	.form-row {
		padding: 5.6rem 5rem 13.8rem;
	}


	.form_texr_wrap {
		text-align: center;
		max-width: 100%;
		margin-bottom: 3rem;
	}


	.footer-wrap {
		flex-direction: column;
	}

	.copy {
		margin-bottom: 1.4rem;
	}

}

@media (max-width: 480px) {

	html {
		font-size: 3.951vw;
	}

	.mob-btn {
		display: block;
	}

	.nav {
		column-gap: 1.13rem;
	}

	.mob_wrap_nav {
		position: absolute;
		left: 0;
		top: 6rem;
		z-index: -1;
		background: white;
		width: 100%;
	}

	.mob_wrap_nav ul {
		flex-wrap: wrap;
		padding: 0rem 1rem 1rem;
	}

	.mob_wrap_nav li {
		width: 50%;
		text-align: center;

	}

	.decs-nav a.link {
		margin-left: 0;
		padding: 1rem;
		display: block;
	}

	.banner-row {
		padding: 3.15rem 0.9375rem;
	}

	.b_title {
		font-size: 1.938rem;
		margin-bottom: 2.188rem;
	}

	.title {
		font-size: 1.938rem;
	}

	.banner_date {
		font-size: 1.5rem;
		margin-bottom: 0.938rem;
		line-height: 90%;
		text-align: center;
	}

	.banner-img {
		width: 100%;
		height: auto;
		transform: translateX(-50%);
	}

	.chart {
		left: auto;
		right: 1rem;
		width: 32.59375rem;
		height: 20.12075rem;
		bottom: 5rem;
	}

	.banner_text_wrap {
		column-gap: 1.1rem;
		margin-bottom: 2rem;
	}

	.banner_text_wrap img {
		width: 3.15rem;
	}

	.banner_text_wrap p {
		font-size: 1.25rem;
	}

	.banner_btn {
		padding: 0.9rem 1.5625rem;
		font-size: 1rem;
		margin-bottom: 0.3rem;

	}

	.banner_btn img {
		width: 1.875rem;
	}

	.banner .confetti {
		width: 100%;
		height: auto;
		bottom: 11rem;
	}


	.star {
		width: 35rem;
	}

	.star2 {
		width: 100%;
		height: auto;
		object-fit: contain;
	}

	.benefit_btn_wrap {
		padding: 2.5rem 0.938rem;
		gap: 1.563rem;
	}

	.benefit_btn_wrap p {
		font-size: 1.563rem;
	}




	.star2 {
		bottom: 2rem;
	}

	.to_whom {
		padding: 3.75rem 0 1.75rem;
	}

	.whom_item {
		width: fit-content;
		height: auto;
	}

	.waiting {
		padding-bottom: 3.5rem;
	}

	.waiting_item {
		width: 100%;
	}

	.waiting_item p {
		font-size: 1.5rem;
	}

	.prize {
		width: 36.375rem;
		right: 0rem;
		bottom: 41rem;
	}

	.speaker_item {
		padding: 2.5rem 1.25rem 0rem 1.25rem;
		height: 39.5rem;
		align-items: flex-start;

	}

	.speaker_name {
		font-size: 1.6875rem;
	}

	.speaker_item p {
		font-size: 1.25rem;
		line-height: 130%;
	}

	.speaker_foto {
		width: 100%;
		/* height: 22rem; */
		object-fit: contain;
	}

	
	.speaker_item:nth-child(1) {
		height: 47.063rem;
		padding: 2.5rem 1.25rem 0rem 1.25rem;
	}


	.speaker_item:nth-child(1) p {
		font-size: 1.25rem;
		max-width: 100%;
	}
	.speaker_confetti {
		position: absolute;
		width: 100%;
		right: 0;
		bottom: 8rem
	}



	.star2 {
		left: 50%;
		transform: translateX(-50%);
	}

	.benefit {
		padding: 3.7rem 0 1.7rem;
	}

	.benefit_row {
		display: block;
	}

	.benefit_item {
		width: auto;
		padding: 1.25rem;
	}

	.benefit_item img {
		width: 3.15rem;
	}

	.benefit_item p {
		font-size: 1.25rem;
	}

	.form {
		padding-top: 3.7rem;
	}

	.form-col {
		width: 100%;
	}

	.form_wrap {
		width: auto;
		height: auto;
	}

	.form-row {
		padding: 5.6rem 0.9rem 13.8rem;
	}

	.form .title {
		font-size: 2rem;
		margin-top: 2rem;
		text-align: center;
	}
	.form_texr_wrap{
		display: none;
	}

	.form .confetti{
		width: 100%;
		height: auto;
	}

	

	.form .chart {
		width: 24.2125rem;
		height: 14.94688rem;
	}



	.footer-wrap div {
		display: flex;
		/*flex-direction: column;*/
		justify-content: center;
		align-items: center;
	}

	.copy {

		text-align: center;
	}

	.footer-wrap a {
		text-align: center;
		margin-left: 0;
		margin-bottom: 1rem;
	}

	.form_wrap .sp-form .sp-button {
		font-size: 1.3rem !important;
	}


}