/* -- global / begin -- */

@font-face {
	font-family: 'khand';
	font-weight: 700;
	src: url("../fonts/khand-bold.ttf") format("truetype");
}

@font-face {
	font-family: 'khand';
	font-weight: 500;
	src: url("../fonts/khand-regular.ttf") format("truetype");
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 10px;
}

body {
	color: #3d3d3d;
	font-family: 'khand', sans-serif;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}

span,
a,
a:focus,
a:visited,
a:active {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
}

a,
a:focus,
a:visited,
a:active {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* -- global / end -- */
/* -- animations / begin -- */

@keyframes swing-hand {
	from {
	    transform: translateY(0);
  	}

  	to {
    	transform: translateY(-20%);
  	}
}

@keyframes swing-arrow {
	from {
	    transform: translateY(0) rotate(-135deg);
		-webkit-transform: translateY(0) rotate(-135deg);
  	}

  	to {
    	transform: translateY(-40%) rotate(-135deg);
		-webkit-transform: translateY(-40%) rotate(-135deg);
  	}
}

/* -- animations / end -- */
/* -- containers & sections / begin -- */

.main-container {
	position: relative;
	z-index: 1;
}

.section {
	color: #3d3d3d;
	display: block;
	min-width: 280px;
	overflow: hidden;
	text-align: center;
}

.section.inactive {
	display: none;
}

.section > .wrapper {
	margin: 0 auto;
	max-width: 1080px;
	padding: 0 clamp(1rem, 1.4vw, 1.5rem);
}

.section .content {
	margin: clamp(3rem, 6.5vw, 7rem) 0;
	overflow: hidden;
	position: relative;
}

.section.white-theme {
	background-color: #ffffff;
	color: #000000;
}

.section.white-theme .divider > .quarter {
	background-color: #ffffff;
}

.section.yellow-theme {
	background-color: #f1cf25;
}

.section.yellow-theme .divider > .quarter {
	background-color: #f1cf25;
}

.section.light-blue-theme {
	background-color: #86bac7;
}

.section.light-blue-theme .divider > .quarter {
	background-color: #86bac7;
}

.section.gray-theme {
	background-color: #3d3d3d;
	color: #ffffff;
}

.section.gray-theme .divider > .quarter {
	background-color: #3d3d3d;
}

/* -- containers & sections / end -- */
/* -- divider / begin -- */

.section .divider {
	background-color: #ffffff;
	display: flex;
	height: clamp(40px, 11vw, 84px);
	justify-content: center;
	margin: 0 auto;
}

.section .divider.white {
	background-color: #ffffff;
}

.section .divider.yellow {
	background-color: #f1cf25;
}

.section .divider.light-blue {
	background-color: #86bac7;
}

.section .divider > .quarter {
	flex: 1;
}

.section .divider > .quarter.left {
	border-radius: 0 100px 0 0;
	-moz-border-radius: 0 100px 0 0;
 	-webkit-border-radius: 0 100px 0 0;
}

.section .divider > .quarter.right {
	border-radius: 100px 0 0 0;
     -moz-border-radius: 100px 0 0 0;
     -webkit-border-radius: 100px 0 0 0;
}

/* -- divider / end -- */
/* -- images & texts / begin -- */

.section .image-logo {
	margin: clamp(3rem, 8.3vw, 9rem) auto;
	padding: 0 clamp(1.5rem, 2.3vw, 2.5rem);
}

.section .image-person {
	margin: clamp(3rem, 6vw, 6.5rem) auto;
}

.section .hand {
	margin: clamp(3rem, 5.6vw, 6rem) auto;
	width: clamp(76px, 15.185vw, 164px);
}

.section .hand.animated {
	animation: 0.5s ease-in-out infinite alternate swing-hand;
}

.section .bold-white {
	color: #ffffff;
	font-weight: 700;
}

.section .bold-pink {
	color: #e6007e;
	font-weight: 700;
}

.section .bold-blue {
	color: #009fe3;
	font-weight: 700;
}

.section .bold-light-blue {
	color: #86bac7;
	font-weight: 700;
}

.section .bold-yellow {
	color: #f1cf25;
	font-weight: 700;
}

.section .bold-red {
	color: #ec0000;
	font-weight: 700;
}

.section .bold-yellow {
	color: #f1cf25;
	font-weight: 700;
}

.section .bold-green {
	color: #13a04a;
	font-weight: 700;
}

.section .text {
	font-size: clamp(2.8rem, 5vw, 6.5rem);
	line-height: 1.1;
	margin: clamp(3rem, 4.6vw, 5rem) auto;
}

.section .text > span {
	font-size: clamp(3.6rem, 6.481vw, 8.5rem);
}

.section .list-icon,
.section .list-item	{
	margin: clamp(1rem, 2.778vw, 3rem) auto;
}

.section .list-icon {
	width: clamp(50px, 5.556vw, 60px);
}

.section.header h1 {
	font-size: clamp(2.8rem, 6.852vw, 7.4rem);
	font-weight: 500;
	line-height: 1.3;
	margin: clamp(3rem, 4.6vw, 5rem) auto;
}

.section.header h1 > span {
	font-size: clamp(5rem, 11.574vw, 12.5rem);
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.section.header p {
	font-size: clamp(2.6rem, 6.481vw, 7rem);
	line-height: 1.2;
	margin: clamp(2.8rem, 3.7vw, 4rem) auto;
}

.section.header p > span {
	font-size: clamp(3.8rem, 8.333vw, 9rem);
}

.section.footer {
	-webkit-transition: padding-bottom .4s, color .5s;
	-moz-transition: padding-bottom .4s, color .5s;
	-o-transition: padding-bottom .4s, color .5s;
	transition: padding-bottom .4s, color .5s;
}

.section.footer h1 {
	font-size: clamp(2.4rem, 4.167vw, 4.5rem);
	font-weight: 700;
	line-height: 1.4;
	margin: clamp(2.5rem, 4.2vw, 4.5rem) auto;
	text-transform: uppercase;
}

.section.footer p {
	font-size: clamp(1.8rem, 2.778vw, 3rem);
	font-weight: 300;
	line-height: 1.8;
	margin: clamp(2.5rem, 4.2vw, 4.5rem) auto;
}

/* -- images & texts / end -- */
/* -- button / begin -- */

.section .button {
	background-color: #3d3d3d;
	color: #ffffff;
	border-radius: 90px;
	display: block;
	font-size: clamp(2.2rem, 4.815vw, 5.2rem);
	letter-spacing: 1px;
	margin: clamp(3rem, 3.7vw, 4rem) auto;
	padding: clamp(3rem, 3.7vw, 4rem) clamp(1rem, 1.4vw, 1.5rem);
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color .4s, color .5s;
	-moz-transition: background-color .4s, color .5s;
	-o-transition: background-color .4s, color .5s;
	transition: background-color .4s, color .5s;
	white-space: nowrap;
	width: clamp(260px, 50.926vw, 670px);
}

.section .button > span {
	font-size: clamp(2.8rem, 6.667vw, 7.2rem);
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: background-color .4s, color .5s;
	-moz-transition: background-color .4s, color .5s;
	-o-transition: background-color .4s, color .5s;
	transition: background-color .4s, color .5s;
}

.section .button-blue > span {
	color: #85bbc7;
}

.section .button-yellow > span {
	color: #f3ce25;
}

.section .button-pink > span {
	color: #e6007e;
}

.section .button-red > span {
	color: #ec0000;
}

.section .button-green > span {
	color: #13a04a;
}

@media (hover: hover) {
	.section .button-blue:hover {
		background-color: #85bbc7;
		color: #3d3d3d;
	}

	.section .button-blue:hover > span {
		color: #ffffff;
	}

	.section .button-yellow:hover {
		background-color: #f3ce25;
		color: #3d3d3d;
	}

	.section .button-yellow:hover > span {
		color: #ffffff;
	}

	.section .button-pink:hover {
		background-color: #e6007e;
		color: #3d3d3d;
	}

	.section .button-pink:hover > span {
		color: #ffffff;
	}

	.section .button-red:hover {
		background-color: #ec0000;
		color: #3d3d3d;
	}

	.section .button-red:hover > span {
		color: #ffffff;
	}

	.section .button-green:hover {
		background-color: #13a04a;
		color: #3d3d3d;
	}

	.section .button-green:hover > span {
		color: #ffffff;
	}
}

@media (hover: none) {
	.section .button-blue.active {
		background-color: #85bbc7;
		color: #3d3d3d;
	}

	.section .button-blue.active > span {
		color: #ffffff;
	}

	.section .button-yellow.active {
		background-color: #f3ce25;
		color: #3d3d3d;
	}

	.section .button-yellow.active > span {
		color: #ffffff;
	}

	.section .button-pink.active {
		background-color: #e6007e;
		color: #3d3d3d;
	}

	.section .button-pink.active > span {
		color: #ffffff;
	}

	.section .button-red.active {
		background-color: #ec0000;
		color: #3d3d3d;
	}

	.section .button-red.active > span {
		color: #ffffff;
	}
}

/* -- button / end -- */
/* -- link / begin -- */

.section .link {
	color: #50b9bd;
	cursor: pointer;
	font-size: clamp(1.8rem, 2.778vw, 3rem);
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
	text-decoration: underline 0.05em rgba(80, 185, 189, 1);
	-webkit-transition: text-decoration-color 300ms;
	-moz-transition: text-decoration-color 300ms;
	-o-transition: text-decoration-color 300ms;
  	transition: text-decoration-color 300ms;
	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}

@media (hover: hover) {
	.section .link:hover {
		text-decoration-color: rgba(0, 0, 0, 0);
	}
}

@media (hover: none) {
	.section .link.active {
		text-decoration-color: rgba(0, 0, 0, 0);
	}
}

/* -- link / end -- */
/* -- popup / begin -- */

.popup-container {
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	align-items: center;
	justify-content: center;
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
  	transition: opacity 300ms;
	width: 100%;
	z-index: 4;
}

.popup-container.active {
	opacity: 1;
	pointer-events: all;
}

.popup-container .content {
	background-color: #ffffff;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	height: 75vh;
	max-width: 768px;
	min-width: 300px;
	overflow: hidden;
	width: 100%;
}

.popup-container .header {
	background-color: #3d3d3d;
	color: #ffffff;
	padding: 15px 20px;
	position: relative;
	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}

.popup-container .header > .title {
	font-size: clamp(1.6rem, 1.852vw, 2rem);
	line-height: 1.5;
	text-align: center;
}

.popup-container .header > .button {
	cursor: pointer;
	font-size: clamp(2.4rem, 2.778vw, 3rem);
	font-weight: 700;
	line-height: 1;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 15px;
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
}

.popup-container .body {
	margin: clamp(2rem, 2.7vw, 3rem) clamp(1rem, 1.9vw, 2rem);
	overflow-y: auto;
}

.popup-container .body > .paragraph {
	margin-bottom: 25px;
}

.popup-container .body > .paragraph h1 {
	font-size: clamp(1.4rem, 1.481vw, 1.6rem);
	line-height: 1.8;
	margin: 20px 0 15px 0;
	padding: 0 20px;
	text-align: center;
}

.popup-container .body > .paragraph p {
	font-size: clamp(1.2rem, 1.296vw, 1.4rem);
	line-height: 1.6;
	margin: 10px 0;
	padding: 0 20px;
	text-align: justify;
}

.popup-container .body > .paragraph p > a {
	color: #50b9bd;
	text-decoration: underline 0.05em rgba(80, 185, 189, 1);
	-webkit-transition: text-decoration-color 300ms;
	-moz-transition: text-decoration-color 300ms;
	-o-transition: text-decoration-color 300ms;
  	transition: text-decoration-color 300ms;
}

@media all and (max-width: 768px) {
	.popup-container .content {
		border-radius: 0;
		height: 100%;
	}
}

@media (hover: hover) {
	.popup-container .header > .button:hover {
		color: #50b9bd;
	}

	.popup-container .body > .paragraph p > a:hover {
		text-decoration-color: rgba(0, 0, 0, 0);
	}
}

@media (hover: none) {
	.popup-container .header > .button.active {
		color: #50b9bd;
	}

	.popup-container .body > .paragraph p > a.active {
		text-decoration-color: rgba(0, 0, 0, 0);
	}
}

/* -- popup / end -- */
/* -- bar / begin -- */

.bar-container {
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: fixed;
	width: 100%;
	z-index: 3;
}

.nav-bar {
	display: none;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}

.nav-bar.active {
	opacity: 1;
}

.nav-bar .content {
	display: flex;
	justify-content: flex-end;
}

.nav-bar .button {
	background-color: #50b9bd;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: all;
	right: 0;
	top: 0;
	height: clamp(45px, 6.019vw, 80px);
	width: clamp(45px, 6.019vw, 80px);
	-webkit-transition: background-color .4s, color .5s;
	-moz-transition: background-color .4s, color .5s;
	-o-transition: background-color .4s, color .5s;
	transition: background-color .4s, color .5s;
}

.nav-bar .button > .arrow {
	border: solid #ffffff;
  	border-width: 0 4px 4px 0;
	display: block;
	height: clamp(20px, 2.315vw, 25px);
	margin: 14px auto 0 auto;
	width: clamp(20px, 2.315vw, 25px);
}

.nav-bar .button > .arrow.animated {
	animation: 0.5s ease-in-out infinite alternate swing-arrow;
}

.cookie-bar {
	background-color: rgba(0, 0, 0, 0.8);
	border-top: 2px solid #50b9bd;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
  	transition: opacity 300ms;
}

.cookie-bar.active {
	opacity: 1;
	pointer-events: all;
}

.cookie-bar .content {
	color: #ffffff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	margin: 0 auto;
	max-width: 1080px;
}

.cookie-bar .message {
	font-size: clamp(1rem, 1.111vw, 1.2rem);
	line-height: 1.5;
	padding: 0 15px;
	text-align: justify;
}

.cookie-bar .message > .link {
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
}

.cookie-bar .button-wrapper {
	display: flex;
}

.cookie-bar .button-wrapper > .button {
	border: 3px solid #ffffff;
	color: #50b9bd;
	cursor: pointer;
	font-size: clamp(1rem, 1.111vw, 1.2rem);
	line-height: 2.6;
	margin: 10px 10px;
	padding: 0 10px;
	white-space: nowrap;
	-webkit-transition: background-color .4s, border .3s, color .5s;
	-moz-transition: background-color .4s, border .3s, color .5s;
	-o-transition: background-color .4s, border .3s, color .5s;
	transition: background-color .4s, border .3s, color .5s;
}

@media all and (max-width: 576px) {
	.nav-bar .content {
		justify-content: center;
	}

	.nav-bar .button {
		width: 100%;
	}
}

@media all and (max-width: 768px) {
	.cookie-bar .content {
		flex-direction: column;
		align-items: flex-start;
	}

	.cookie-bar .button-wrapper {
		padding: 0 5px;
	}
}

@media (hover: hover) {
	.nav-bar .button:hover {
		background-color: #3d3d3d;
		color: #ffffff;
	}

	.cookie-bar .message > .link:hover {
		color: #50b9bd;
	}

	.cookie-bar .button-wrapper > .button:hover {
		background-color: #50b9bd;
		border: 3px solid #50b9bd;
		color: #ffffff;
	}
}

@media (hover: none) {
	.nav-bar .button.active {
		background-color: transparent;
		color: #ffffff;
	}

	.cookie-bar .message > .link.active {
		color: #50b9bd;
	}

	.cookie-bar .button-wrapper > .button.active {
		background-color: #50b9bd;
		border: 3px solid #50b9bd;
		color: #ffffff;
	}
}

/* -- bar / end -- */
