/* ====================================================================================
	MAIN STYLES
==================================================================================== */
/*	Body  */
body {-webkit-font-smoothing: antialiased;font-size: var(--font-base-size);color: var(--color-white);background: var(--color-blue-dark);}
body.is-reveal-open {overflow: hidden;}
body.disable-scroll {overflow: hidden;}
/* Specify Main Font Family for the website */
body, p, span, strong, small, ul, li, select, input, textarea {font-family: var(--main-font);}
h1, h2, h3, h4, h5, h6 {font-family: var(--main-font-bold);color: var(--color-white);}
h1>strong, h2>strong, h3>strong, h4>strong, h5>strong, h6>strong {font-family: var(--main-font-bold);}
/*	Fixes
==================================================================================== */
.clear {clear: both;}
.float-left {float: left !important;}
.float-right {float: right !important;}
.upp {text-transform: uppercase !important;}
.table {width: 100%;}
.icon-question:before{content:"\e908"}
/* UL & OL */
ul.no-bullet,
ol.no-bullet {list-style: none !important;padding-left: 0;}
/*	Select Boxes & Inputs  */
label {font-family: var(--main-font);font-size: .9rem;}
select, .select,
input.text, input.date,
textarea, textarea.text, textarea.textarea {font-size: 0.95rem;color: var(--main-color1);margin-bottom: 0;width: 100%;min-height: 40px;padding: 0.5rem;border-width: 1px;border-color: var(--main-color1-rgba3);background-color: var(--color-white);-webkit-transition: all 0.25s ease-in-out !important;-moz-transition: all 0.25s ease-in-out !important;-ms-transition: all 0.25s ease-in-out !important;-o-transition: all 0.25s ease-in-out !important;transition: all 0.25s ease-in-out !important;}
select, .select,
input.text {height: 40px;line-height: 22px;}
select, .select {cursor: pointer;background-position: center right;}
input.text, input.date,
textarea, textarea.text, textarea.textarea {-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;outline: none !important;}
input[type="checkbox"], input.checkbox,
input[type="radio"], input.radiobox,
input[type="submit"], input.button {height: inherit;}
select:hover, .select:hover,
select:focus, .select:focus,
input.text:focus, textarea:focus, textarea.text:focus, textarea.textarea:focus, input.date:focus,
label:hover+select, label:hover+select.select,
label:hover+input[type="text"], label:hover+input[type="email"], label:hover+input.text,
label:hover+br+input[type="text"], label:hover+br+input[type="email"], label:hover+br+input.text,
label:hover+textarea, label:hover+textarea.text, label:hover+textarea.textarea,
label:hover+br+textarea, label:hover+br+textarea.text, label:hover+br+textarea.textarea {color: var(--main-color1);border-color: var(--main-color1-rgba7);-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;}
input.text::-webkit-input-placeholder,
input.date::-webkit-input-placeholder {color: var(--main-color1-rgba7); transition: color 0.25s;}
input.text:-moz-placeholder,
input.date:-moz-placeholder {color: var(--main-color1-rgba7); transition: color 0.25s;}
input.text::-moz-placeholder,
input.date::-moz-placeholder {color: var(--main-color1-rgba7); transition: color 0.25s;}
input.text:-ms-input-placeholder,
input.date:-ms-input-placeholder {color: var(--main-color1-rgba7); transition: color 0.25s;}
textarea.textarea::-webkit-input-placeholder {color: var(--main-color1-rgba7); transition: color 0.25s;}
textarea.textarea:-moz-placeholder {color: var(--main-color1-rgba7); transition: color 0.25s;}
textarea.textarea::-moz-placeholder {color: var(--main-color1-rgba7); transition: color 0.25s;}
textarea.textarea:-ms-input-placeholder {color: var(--main-color1-rgba7); transition: color 0.25s;}
input.text:focus,
textarea.textarea:focus {color: var(--main-color1);}
input.text:focus::-webkit-input-placeholder,
input.date:focus::-webkit-input-placeholder {color: var(--main-color1);}
input.text:focus:-moz-placeholder,
input.date:focus:-moz-placeholder {color: var(--main-color1);}
input.text:focus::-moz-placeholder,
input.date:focus::-moz-placeholder {color: var(--main-color1);}
input.text:focus:-ms-input-placeholder,
input.date:focus:-ms-input-placeholder {color: var(--main-color1);}
textarea.textarea:focus::-webkit-input-placeholder {color: var(--main-color1);}
textarea.textarea:focus:-moz-placeholder {color: var(--main-color1);}
textarea.textarea:focus::-moz-placeholder {color: var(--main-color1);}
textarea.textarea:focus:-ms-input-placeholder {color: var(--main-color1);}
/*	Inputs, Select boxes & button types  */
button, button:hover, button:focus,
button.button, button.button:hover, button.button:focus,
input[type="submit"], input[type="submit"]:hover, input[type="submit"]:focus {cursor: pointer !important;}
/* hr */
hr {background: var(--main-color1);opacity: .1;}
/*  Images  */
img {width: auto;max-width: 100%;height: auto;display: block;}
.img-full {width: 100% !important; display: block;}
/* Transition for Hover & Focus states */
*.trsn, *.trsn:hover, *.trsn:focus,
a, a:hover, a:focus,
button, button:hover, button:focus,
button.button, button.button:hover, button.button:focus,
a.button, a.button:hover, a.button:focus,
span.button, span.button:hover, span.button:focus,
.button, .button:hover, .button:focus,
input, input:hover, input:focus {text-decoration: none !important;outline: none !important;-webkit-transition: all 0.25s ease-in-out !important;-moz-transition: all 0.25s ease-in-out !important;-ms-transition: all 0.25s ease-in-out !important;-o-transition: all 0.25s ease-in-out !important;transition: all 0.25s ease-in-out !important;}
/*  Hide Jumpseller's trail banner */
div#trial-banner {display: none !important;}
/* Bootstrap Modals */
.modal-backdrop {background: var(--main-color1-rgba5)!important;opacity: 0 !important;}
.modal-backdrop.show {opacity: 1 !important;z-index: 9999;}
.modal {z-index: 10000;}

/* ====================================================================================
	GENERAL ELEMENTS
==================================================================================== */
/* .main-container {width: 100% !important;min-height: 820px;padding-top: 84px;overflow: hidden;} */
/*	min-width 576px | max-width 991px  */
@media only screen and (min-width: 576px) {
/* 	.main-container {padding-top: 90px;} */
}
/*	min-width 576px | max-width 991px  */
@media only screen and (min-width: 576px) and (max-width: 991px) {
/* 	.container {max-width: 100%;} */
}

/*	Theme Buttons
==================================================================================== */
.button,
.button>span {font-family: var(--main-font-heavy);}
.button {font-size: 1rem;font-weight: 600;margin: 0;padding:.8rem 1.25rem .8rem;display: inline-block;border: none;cursor: pointer !important;}
.button--rounded {-webkit-border-radius: var(--radius-rounded)!important; -moz-border-radius: var(--radius-rounded)!important; border-radius: var(--radius-rounded)!important;}
.button--circular {-webkit-border-radius: var(--radius-circular)!important;-moz-border-radius: var(--radius-circular)!important;border-radius: var(--radius-circular)!important;}
.button--small {font-size: 0.725rem;padding: 0.875rem 1.1rem;}
.button--full {width: 100% !important;padding-right: 1rem;padding-left: 1rem;display: block !important;}
.button--tiny {font-size: 0.825rem;padding: 0.825rem 1rem 0.75rem;}
.button--upp {text-transform: uppercase;letter-spacing: 1px;}
.button--bordered {border-width: 1px;border-style: solid;background: transparent;}
.button--link {padding:0.5rem 0;border-width: 0 0 1px 0;border-style: solid;background: transparent;}
.button--rectangular {-webkit-border-radius:var(--radius-rectangular)!important;-moz-border-radius:var(--radius-rectangular)!important;border-radius:var(--radius-rectangular)!important;}
.button--enlarge {padding-right: 3rem;padding-left: 3rem;}

/*  Button Main  */
.button--main {color:var(--color-white)!important;background:var(--color-blue-light)!important;}
.button--main:hover {color:var(--color-white)!important;background:var(--color-blue-medium)!important;}
/*  Button Secondary  */
.button--secondary {color:var(--color-white)!important;background:var(--color-yellow)!important;}
.button--secondary:hover {color:var(--color-white)!important;background:var(--color-blue-medium)!important;}

/*  Radiuses  
==================================================================================== */
.top-left-radius-large {border-top-left-radius: var(--radius-rounded-large);}
.top-right-radius-large {border-top-right-radius: var(--radius-rounded-large);}
.bottom-left-radius-large {border-bottom-left-radius: var(--radius-rounded-large);}
.bottom-right-radius-large {border-bottom-right-radius: var(--radius-rounded-large);}
.top-left-radius-xlarge {border-top-left-radius: var(--radius-rounded-xlarge);}
.top-right-radius-xlarge {border-top-right-radius: var(--radius-rounded-xlarge);}
.bottom-left-radius-xlarge {border-bottom-left-radius: var(--radius-rounded-xlarge);}
.bottom-right-radius-xlarge {border-bottom-right-radius: var(--radius-rounded-xlarge);}

/*  Colors  
==================================================================================== */
.color-blue-dark {
	color: var(--color-blue-dark) !important;
}
.color-blue-light {
	color: var(--color-blue-light) !important;
}
.color-blue-medium {
	color: var(--color-blue-medium) !important;
}
.color-sky-blue-dark {
	color: var(--color-sky-blue-dark) !important;
}
.color-sky-blue-light {
	color: var(--color-sky-blue-light) !important;
}
.color-main1 {
	color: var(--main-color1) !important;
}
.color-main2 {
	color: var(--main-color2) !important;
}
.color-calypso {
	color: var(--color-calypso) !important;
}
.color-yellow {
	color: var(--color-yellow) !important;
}
.color-white {
	color: var(--color-white) !important;
}

/*  Backgrounds  
==================================================================================== */
.bg-blue-dark {background-color: var(--color-blue-dark) !important;}
.bg-blue-light {background-color: var(--color-blue-light) !important;}
.bg-blue-medium {background-color: var(--color-blue-medium) !important;}
.bg-sky-blue-dark {background-color: var(--color-sky-blue-dark) !important;}
.bg-sky-blue-light {background-color: var(--color-sky-blue-light) !important;}
.bg-sky-blue-light-1 {background-color: var(--color-sky-blue-light-rgba1) !important;}
.bg-sky-blue-light-2 {background-color: var(--color-sky-blue-light-rgba2) !important;}
.bg-sky-blue-light-3 {background-color: var(--color-sky-blue-light-rgba3) !important;}
.bg-sky-blue-light-4 {background-color: var(--color-sky-blue-light-rgba4) !important;}
.bg-sky-blue-light-5 {background-color: var(--color-sky-blue-light-rgba5) !important;}
.bg-sky-blue-light-6 {background-color: var(--color-sky-blue-light-rgba6) !important;}
.bg-sky-blue-light-7 {background-color: var(--color-sky-blue-light-rgba7) !important;}
.bg-sky-blue-light-8 {background-color: var(--color-sky-blue-light-rgba8) !important;}
.bg-sky-blue-light-9 {background-color: var(--color-sky-blue-light-rgba9) !important;}
.bg-main1 {background-color: var(--main-color1) !important;}
.bg-main2 {background-color: var(--main-color2) !important;}
.bg-calypso {background-color: var(--color-calypso) !important;}
.bg-yellow {background-color: var(--color-yellow) !important;}

/*  Margins & Paddings  
==================================================================================== */
/*  Margins  */
.push-top-1 {margin-top: 1rem !important;}
.push-top-2 {margin-top: 2rem !important;}
.push-top-3 {margin-top: 3rem !important;}
.push-top-4 {margin-top: 4rem !important;}
.push-top-5 {margin-top: 5rem !important;}
.push-top-6 {margin-top: 6rem !important;}
.push-top-7 {margin-top: 7rem !important;}
.push-top-8 {margin-top: 8rem !important;}
.push-top-9 {margin-top: 9rem !important;}
.push-top-10 {margin-top: 10rem !important;}
.push-bottom-1 {margin-bottom: 1rem !important;}
.push-bottom-2 {margin-bottom: 2rem !important;}
.push-bottom-3 {margin-bottom: 3rem !important;}
.push-bottom-4 {margin-bottom: 4rem !important;}
.push-bottom-5 {margin-bottom: 5rem !important;}
.push-bottom-6 {margin-bottom: 6rem !important;}
.push-bottom-7 {margin-bottom: 7rem !important;}
.push-bottom-8 {margin-bottom: 8rem !important;}
.push-bottom-9 {margin-bottom: 9rem !important;}
.push-bottom-10 {margin-bottom: 10rem !important;}
/*  Paddings  */
.space-top-1 {padding-top: 1rem !important;}
.space-top-2 {padding-top: 2rem !important;}
.space-top-3 {padding-top: 3rem !important;}
.space-top-4 {padding-top: 4rem !important;}
.space-top-5 {padding-top: 5rem !important;}
.space-top-6 {padding-top: 6rem !important;}
.space-top-7 {padding-top: 7rem !important;}
.space-top-8 {padding-top: 8rem !important;}
.space-top-9 {padding-top: 9rem !important;}
.space-top-10 {padding-top: 10rem !important;}
.space-bottom-1 {padding-bottom: 1rem !important;}
.space-bottom-2 {padding-bottom: 2rem !important;}
.space-bottom-3 {padding-bottom: 3rem !important;}
.space-bottom-4 {padding-bottom: 4rem !important;}
.space-bottom-5 {padding-bottom: 5rem !important;}
.space-bottom-6 {padding-bottom: 6rem !important;}
.space-bottom-7 {padding-bottom: 7rem !important;}
.space-bottom-8 {padding-bottom: 8rem !important;}
.space-bottom-9 {padding-bottom: 9rem !important;}
.space-bottom-10 {padding-bottom: 10rem !important;}

/*  Landing Section  
==================================================================================== */
.landing-section {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.landing-section--index5 {
	padding-bottom: 25vh;
}
.landing-section__container,
.landing-section__row {
	height: 100%;
	position: relative;
	z-index: 2;
}
.landing-section__content {
	position: relative;
}
.landing-section__title {
	font-family: var(--main-font-heavy);
	font-size: 3rem;
	line-height: 1;
	margin: 0;
/* 	transition: all 0.25s ease-in-out; */
}
.landing-section__title--left {
/* 	transform: translate(-500px, 0); */
}
.landing-section__title--final,
.landing-section__title--small {
	font-family: var(--main-font);
}
.landing-section__title--final {
	font-size: 2rem !important;
	line-height: 1.25;
}
.landing-section__title--small {
	font-size: 1rem !important;
	line-height: 1.5;
}
.landing-section__logo {
	width: 220px;
	margin: 0 auto;
}

@media only screen and (max-width: 575px) {
	.landing-section:not(.landing-section--index5) {
		padding-top: 6rem;
	}
	.landing-section__title--final {
		margin-bottom: 2rem;
	}
}
@media only screen and (min-width: 576px) {
	.landing-section--index5 {
		padding-bottom: 8vh;
	}
}
@media only screen and (min-width: 768px) {
	.landing-section__title {
		font-size: 3.5rem;
	}
	.landing-section__title--final {
		font-size: 3rem !important;
	}
	.landing-section__title--small {
		font-size: 1.25rem !important;
	}
}

/*  Landing Animation  
==================================================================================== */
.landing-animation {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
}
/* .landing-animation[data-index="1"] {
	height: 100vh;
	position: fixed;
} */
.landing-animation__wrapper {
	width: 240px;
	height: 400px;
	position: relative;
	transform: scale(.7);
}
.landing-animation__line {
	width: 8px;
	height: 280px;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: var(--color-white);
}
.landing-animation__object {
	width: 240px;
	height: 240px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
/* 	background: var(--color-white-rgba2); */
}
.landing-animation__circle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
/* 	background: var(--color-white-rgba1); */
}
.landing-animation__circle--large {
	width: 100%;
	height: 100%;
}
.landing-animation__circle--small {
	width: 70%;
	height: 70%;
	top: 15%;
	left: 15%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
/* 	transition: all 1s ease-in-out; */
}
.landing-animation__spark {
	width: 20px;
	height: 50%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
	position: absolute;
}
.landing-animation__rectangle {
	width: 8px;
	height: 0;
    height: 20px;
	margin: 0 auto;
	display: block;
/* 	content: ""; */
	border-radius: 8px;
	position: relative;
	transition: all 0.25s ease-in-out;
}
.landing-animation__circle--large .landing-animation__rectangle {
	/* top: 0;
	top: 20%; */
	background: var(--color-yellow);
	animation: large_spark 0.75s infinite;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	animation-fill-mode: both;
}
.landing-animation__circle--small .landing-animation__rectangle {
	/* top: 0;
	top: 30%; */
	background: var(--color-white);
	animation: small_spark 0.75s infinite;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
/* 	animation-delay: 0.1s; */
}
/* .landing-section--index4.active ~ .landing-animation__circle--large>.landing-animation__spark:after {
	animation: large_spark 1s infinite;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	animation-fill-mode: both;
}
.landing-section--index4.active ~ .landing-animation__circle--small>.landing-animation__spark:after {
	animation: small_spark 1s infinite;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	animation-fill-mode: both;
	animation-delay: 0.1s;
} */


/*  Positioning elements  */
/*  Large  */
.landing-animation__circle--large>.landing-animation__spark:nth-child(1) {
	translate: 70px 105px;
	transform: rotate(-135deg);
}
.landing-animation__circle--large>.landing-animation__spark:nth-child(2) {
	translate: 50px 60px;
	transform: rotate(-90deg);
}
.landing-animation__circle--large>.landing-animation__spark:nth-child(3) {
	translate: 65px 20px;
	transform: rotate(-45deg);
}
.landing-animation__circle--large>.landing-animation__spark:nth-child(4) {
	translate: 110px 0;
}
.landing-animation__circle--large>.landing-animation__spark:nth-child(5) {
	translate: 155px 20px;
	transform: rotate(45deg);
}
.landing-animation__circle--large>.landing-animation__spark:nth-child(6) {
	translate: 170px 60px;
	transform: rotate(90deg);
}
.landing-animation__circle--large>.landing-animation__spark:nth-child(7) {
	translate: 150px 105px;
	transform: rotate(135deg);
}
/*  Small  */
.landing-animation__circle--small>.landing-animation__spark:nth-child(1) {
	translate: 47px 73px;
	transform: rotate(-135deg);
}
.landing-animation__circle--small>.landing-animation__spark:nth-child(2) {
	translate: 32px 42px;
	transform: rotate(-90deg);
}
.landing-animation__circle--small>.landing-animation__spark:nth-child(3) {
	translate: 42px 15px;
	transform: rotate(-45deg);
}
.landing-animation__circle--small>.landing-animation__spark:nth-child(4) {
	translate: 74px 0;
}
.landing-animation__circle--small>.landing-animation__spark:nth-child(5) {
	translate: 106px 15px;
	transform: rotate(45deg);
}
.landing-animation__circle--small>.landing-animation__spark:nth-child(6) {
	translate: 116px 42px;
	transform: rotate(90deg);
}
.landing-animation__circle--small>.landing-animation__spark:nth-child(7) {
	translate: 101px 73px;
	transform: rotate(135deg);
}

/*  Styling animation  */
@keyframes large_spark {
	0% {
		top: 30%;
		height: 0;
	}
	50% {
		top: 15%;
		height: 30px;
	}
	100% {
		top: 0%;
		height: 0;
	}
}
@keyframes small_spark {
	0% {
		top: 60%;
		height: 0;
	}
	50% {
		top: 30%;
		height: 20px;
	}
	100% {
		top: 0%;
		height: 0;
	}
}

@media only screen and (max-height: 600px) {
	.landing-section--index5 {
		padding-bottom: 19vh !important;
	}
	.landing-animation__wrapper {
		transform: scale(.7) translateY(-120px) !important;
	}
}
@media only screen and (max-width: 575px) {
	.landing-animation__wrapper {
		top: -2%;
	}
}
@media only screen and (min-width: 576px) {
	.landing-animation__wrapper {
		transform: scale(1);
	}
}

/*  Landing Scroll  
==================================================================================== */
.landing-scroll {
	width: 100%;
	height: 70px;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.landing-scroll__icon {
	font-size: 1.25rem;
	line-height: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	animation: scroll_animation 1s infinite;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
}
.landing-scroll__icon span {
	font-size: 70%;
	line-height: 1;
	margin-bottom: 0.5rem;
	display: block;
}
.landing-section--index5.active ~ .landing-scroll>.landing-scroll__icon {
	opacity: 0;
}

@keyframes scroll_animation {
	0% {
		transform: translateY(-20px)
	}
	100% {
		transform: translateY(0px)
	}
}

@media only screen and (min-width: 576px) {
	.landing-scroll {
		height: 100px;
	}
	.landing-scroll__icon {
		font-size: 1.75rem;
	}
}


/*  Landing Scroll  
==================================================================================== */
.landing-words {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}
.landing-section--index4.active ~ .landing-words {
	opacity: 0 !important;
}
.landing-words__object {
	font-family: var(--main-font-bold);
	font-size: 1.5rem;
	line-height: 1;
	display: inline-block;
	position: absolute;
	transition: all 0.25s ease-in-out;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
}
.landing-words__object:nth-child(1) {
	color: var(--color-calypso);
	top: 15%;
	left: 13%;
}
.landing-words__object:nth-child(2) {
	color: var(--color-blue-light);
	top: 7%;
	left: 24%;
	animation-delay: 0.5s;
}
.landing-words__object:nth-child(3) {
	color: var(--color-white-rgba5);
	top: 25%;
	left: 20%;
	animation-delay: 0.25s;
}
.landing-words__object:nth-child(4) {
	color: var(--color-sky-blue-light);
	top: 20%;
	left: 52%;
	animation-delay: 1s;
}
.landing-words__object:nth-child(5) {
	color: var(--color-sky-blue-dark);
	top: 10%;
	left: 63%;
}
.landing-words__object:nth-child(6) {
	color: var(--color-blue-light);
	top: 62%;
	left: 12%;
}
.landing-words__object:nth-child(7) {
	color: var(--color-sky-blue-dark);
	top: 69%;
	left: 29%;
}
.landing-words__object:nth-child(8) {
	color: var(--color-calypso);
	top: 80%;
	left: 7%;
}
.landing-words__object:nth-child(9) {
	color: var(--color-sky-blue-light);
	top: 65%;
	left: 65%;
}
.landing-words__object:nth-child(10) {
	color: var(--color-white-rgba5);
	top: 75%;
	left: 58%;
}
.landing-words__object:nth-child(11) {
	color: var(--color-calypso);
	top: 83%;
	left: 35%;
}
.landing-words__object:nth-child(12) {
	color: var(--color-blue-light);
	top: 32%;
	left: 65%;
}


/*  Animations */
.landing-words__object:nth-child(1),
.landing-words__object:nth-child(2),
.landing-words__object:nth-child(3),
.landing-words__object:nth-child(4),
.landing-words__object:nth-child(5),
.landing-words__object:nth-child(12) {
	animation: word_down 2s infinite;
}
.landing-words__object:nth-child(6),
.landing-words__object:nth-child(7),
.landing-words__object:nth-child(8),
.landing-words__object:nth-child(9),
.landing-words__object:nth-child(10),
.landing-words__object:nth-child(11) {
	animation: word_up 2s infinite;
}
.landing-words__object:nth-child(2) {
	animation-delay: 0.5s;
}
.landing-words__object:nth-child(3) {
	animation-delay: 0.25s;
}
.landing-words__object:nth-child(4) {
	animation-delay: 1s;
}
.landing-words__object:nth-child(5) {
	animation-delay: 0.5s;
}
.landing-words__object:nth-child(12) {
	animation-delay: 0.75s;
}
.landing-words__object:nth-child(6) {
	animation-delay: 0.5s;
}
.landing-words__object:nth-child(7) {
	animation-delay: 0.25s;
}
.landing-words__object:nth-child(8) {
	animation-delay: 1s;
}
.landing-words__object:nth-child(9) {
	animation-delay: 0.5s;
}
.landing-words__object:nth-child(10) {
	animation-delay: 0.75s;
}

@keyframes word_down {
	0% {
		opacity: 0;
		transform: translateY(0);
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateY(100px);
	}
}
@keyframes word_up {
	0% {
		opacity: 0;
		transform: translateY(0);
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateY(-100px);
	}
}

@media only screen and (min-width: 576px) {
	.landing-words__object {
		font-size: 2rem;
	}
	.landing-words__object:nth-child(2) {
		left: 34%;
	}
	.landing-words__object:nth-child(3) {
		left: 30%;
	}
	.landing-words__object:nth-child(5) {
		left: 73%;
	}
	.landing-words__object:nth-child(10) {
		left: 78%;
	}
	.landing-words__object:nth-child(11) {
		left: 55%;
	}
	.landing-words__object:nth-child(12) {
		left: 75%;
	}
}














