/* HERO SECTION */

.hero-image-text__block {
	align-items: center;
	background: #03283c;
	color: white;
	display: flex;
	overflow: hidden;
	min-height: 100vh;
	padding: 0 !important;
	position: relative;
	width: 100%;
}

.hero-image-text__block__inner {
	padding: 60px calc(16px + 104 * (100vw - 320px) / 2240) 120px !important;
	position: static;
	z-index: 1;
}

@media (max-width: 768px){
	.hero-image-text__block__inner {
		padding-bottom: 480px !important;
	}
}

.hero-image-text__block .hero-image-text__block__content {
	color: white;
	padding-right: 85px;
	width: 50%;
}

@media (max-width: 1921px){
	.hero-image-text__block .hero-image-text__block__content {
		width: 60%;
	}
}

@media (max-width: 768px){
	.hero-image-text__block .hero-image-text__block__content {
		padding-right: 0;
		width: 100%;
	}
}

.hero-image-text__block .hero-image-text__block__content .hero-image-text__block__subtitle,
.hero-image-text__block .hero-image-text__block__content .hero-image-text__block__title,
.hero-image-text__block .hero-image-text__block__content .hero-image-text__block__text p {
	color: white;
}

.hero-image-text__block .hero-image-text__block__content .hero-image-text__block__subtitle {margin-top: 0;}

.hero-image-text__block .hero-image-text__block__content .hero-image-text__block__title:last-child {margin-bottom: 0;}

.hero-image-text__block .hero-image-text__block__content .hero-image-text__block__text {
	font-size: 32px;
	max-width: 75%;
}

@media (max-width: 1921px){
	.hero-image-text__block .hero-image-text__block__content .hero-image-text__block__text {
		max-width: 70%;
	}
}

@media (max-width: 768px){
	.hero-image-text__block .hero-image-text__block__content .hero-image-text__block__text {
		font-size: 26px;
		max-width: 85%;
	}
}

.hero-image-text__block__bg {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 50vw;
}

@media (max-width: 1921px){
	.hero-image-text__block__bg {
		width: 45vw;
	}
}

@media (max-width: 768px){
	.hero-image-text__block__bg {
		height: 480px;
		top: auto;
		bottom: 0;
		width: 100%;
	}
}

.hero-image-text__block__bg img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100;
}

@media (max-width: 768px){
	.hero-image-text__block__bg-wave {
		background-size: 100% auto;
		background-position: top center;
		background-repeat: no-repeat;
		height: 50px;
		position: absolute;
		top: 0;
		left: 0;
		transform-origin: center;
		transform: scale(-1);
		width: 100%;
		z-index: 1;
	}
}

.hero-image-text__block__media {
	height: auto;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 390px;
	z-index: 2;
}

@media (max-width: 1440px){
	.hero-image-text__block__media {
		left: 50px;
		width: 300px;
	}
}

@media (max-width: 768px){
	.hero-image-text__block__media {
		position: static;
		width: 250px;
	}
}

.hero-image-text__block__wave {
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    height: 10%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	z-index: 1;
}

@media (max-width: 768px){
	.hero-image-text__block__wave {
		height: 50px;
	}
}


/* TEXT SECTION */

.mod-text .col h3 {font-weight: normal;}

.mod-text .col ol {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	gap: 16px;
}

.mod-text .col ol strong {
	display: inline-block;
	margin-bottom: 8px;
}

.mod-text .col:first-child h3 {
	font-size: calc(24px + 31 * (100vw - 320px) / 2240);
	font-weight: 700;
	line-height: 1.2;
}

.mod-text .col .gform_wrapper .gform_required_legend {display: none;}

.mod-text .col .gform_wrapper .gform_fields {gap: 16px;}

.mod-text .col .gform_wrapper .gform_fields .ginput_container_date .datepicker {width: 100%;}

.mod-text .col .gform_wrapper .gform_fields .gfield .ginput_container input {
	border-radius: 0;
	outline: 2px solid transparent;
	transition: .3s;
}

.mod-text .col .gform_wrapper .gform_fields .gfield .ginput_container input:focus {
	border-color: rgb(0, 120, 60);
	outline: 2px solid rgb(0, 120, 60);
}

.mod-text .col .gform_wrapper form .gform-footer.gform_footer .gform_button.button {
	background: rgb(0, 120, 60);
	border-radius: 0;
	border: none;
	box-shadow: none;
	outline: none;
	color: #fff;
	padding-right: calc(16px + 4 * (100vw - 320px) / 2240);
    padding-left: calc(16px + 4 * (100vw - 320px) / 2240);
    padding-top: calc(12px + 4 * (100vw - 320px) / 2240);
    padding-bottom: calc(12px + 4 * (100vw - 320px) / 2240);
	font-size: calc(16px + 14 * (100vw - 320px) / 2240);
	font-weight: 600;
	margin-top: 24px;
	text-transform: uppercase;
	transition: .3s;
}

.mod-text .col .gform_wrapper form .gform-footer.gform_footer .gform_button.button:hover {
	background: #46A041;
	color: #f2f2f2;
}

@media (max-width: 768px){
	.col-wrap.cols-2 .col {
		width: 100%;
	}
}


/* FLOATING BANNER */

.floating-banner__block {
	align-items: center;
	background: #F0B122;
	border-radius: 100%;
	color: white;
	display: flex;
	justify-content: center;
	height: 200px;
	padding: 35px 30px;
	position: fixed;
	bottom: 40px;
	right: 40px;
	transition: .3s;
	transform-origin: center;
	transform: rotate(-2deg);
	text-align: center;
	width: 200px;
	z-index: 100;
}

.floating-banner__block:hover {
	background: rgba(16, 109, 53, 1);
	color: #fff;
}

.floating-banner__block__title {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 5px;
}

.floating-banner__block .floating-banner__block__text--mobile {display: none;}

.floating-banner__block .floating-banner__block__text p {
	color: white;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}

@media (max-width: 768px){
	.floating-banner__block {
		height: 140px;
		padding: 15px;
		bottom: 30px;
		right: 30px;
		width: 140px;
	}
	
	.floating-banner__block__title {
		font-size: 14px;
		line-height: 18px;
		margin: 0;
	}
	
	.floating-banner__block .floating-banner__block__text {
		display: none;
	}
	
	.floating-banner__block .floating-banner__block__text--mobile {
		display: block;
		font-size: 12px;
		margin-top: 5px;
	}
	
	.floating-banner__block .floating-banner__block__text--mobile p {margin: 0;}
}

.site-wrap {
	max-width: calc(320px + (1280 - 320) * (100vw - 320px) / (1920 - 320));
}

@media (max-width: 1280px){
	.site-wrap {
		max-width: none;
	}
}

.prize-container { color: white; }
.prize-container ul { padding-left: 15px; }
.prize-container li { font-size: 18px!important; }
.prize-container li a { color: #F0B122; text-decoration: none; }
.prize-container li a:hover { border-bottom: 1px solid #F0B122; }