.footer {
  padding-top: var(--spacer-m);
  padding-bottom: var(--spacer-m);
  font-size: var(--text-note);
  text-align: center;
  /* background-color: rgba(32, 48, 18, 0.8); */
  background-color: rgba(30, 53, 43, 0.8);
  /* background-color: rgba(54, 68, 60, 1); */
  /* background-color: var(--grey-2); */
  /* background-color: rgba(25, 86, 69, 1);; */
  /* background-color: rgb(37, 82, 96, 1); */
  /* background-color: rgba(18, 125, 74, .8); */
  border-top: 4px solid var(--green-2);
}

.footer a, .footer-link {
  text-decoration: none;
  color: inherit;
}

.footer a:hover, .footer-link:hover {
  color: var(--link-hover);
}

.footer-logo {
  width: 150px;
  z-index: var(--z-index-logo);
  margin: 2rem 3rem 1rem 0rem;
}

.footer-nav {
	display: flex;
	justify-content: end;
	align-items: center;
  	margin-top: var(--spacer-m);
	color: #f2f2f2;
}

.footer-social {
	display: flex;
	gap: 0.5rem;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 2rem 0 0.5rem 0;

}

.footer-contact-content {
	margin: 1rem 0 1rem 0;
	color: white;
	text-align: left;
	font-size: 14px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.footer-contact-organization {
	color: var(--yellow-1);
	font-size: 16px;
}

.footer-hr {
	border: 0;
	border-top: 0.5px solid var(--grey-2);
}

.footer-legal {
	color: var(--grey-2);
	font-size: 12px;
	cursor: pointer;
}

.footer-contact-icon {
	margin-top: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

#Facebook , #Twitter,#Youtube, #Linkedin {
	height: 30px;
	color: #f2f2f2 !important;
	fill: #f2f2f2 !important;
	stroke: #f2f2f2 !important;
	/* margin-left: 20px; */
}

#Facebook:hover , #Twitter:hover ,#Youtube:hover , #Linkedin:hover {
	height: 30px;
	color: var(--yellow-1) !important;
	fill:var(--yellow-1) !important;
	stroke: var(--yellow-1)!important;
}

#Instagram {
	height: 30px;
	fill: none;
	stroke: white;
	color: white;
	margin-left: 50px;
}

#Instagram:hover {
	fill: none;
	color: var(--yellow-1) !important;
	stroke: var(--yellow-1)!important;
}

.portal-footer {
	/* border-top: 4px solid var(--green-2); */
	width: 100%;
	text-align: left;
	background-color: var(--grey-1);
}

.portal-footer__content {
	color: white;
	font-size: 20px;
	--center {
		text-align: center;
	}
}

.portal-intro__content {
	color: white;
	font-size: 20px;
	text-align: center;
	width: 100%;
}


@media (max-width: 900px) {


	.footer-contact-content {
		margin: 1rem 0 1rem 0;
	}

}

@media (max-width: 500px) {
	#portal-footer {
		width: 100vw;
	}

	.footer-social {
		width: 86vw;
	}

	#Instagram {
		height: 45px;
		margin-left: 20px;
	}



}

.aboutus-title {
  margin-top: 20vh;
  position: relative;
}

.aboutus-title .text-headline {
  line-height: 1;
}

.aboutus-content {
  margin-top: 20vh;
}

.aboutus-content-section {
	position: relative;
	margin: 8rem 0;
  }

.aboutus-vision {
	margin-top: 3rem;
	color: white;
	font-weight: 300;
}

.aboutus-vision-img {
  position: absolute;
  height: 400px;
  margin: 0% 10%;
  object-position: center;
}


.aboutus-vision-card {
	color: white;
	border-radius: 10px 0px 0px 10px;
	padding: 4rem 2rem;
	// background-color: var(--grey-1);
	background-color: rgba(0,0,0,0.2);
	border: 0px solid var(--yellow-1);
	margin: 8rem 0;
	position: relative;
}

.aboutus-vision-card h3 {
	font-size: var(--text-title);	
	color: var(--yellow-1);
}

.aboutus-img {
	height: 400px;
	border-radius: 10px;
	margin-top: 2rem;
	object-fit: cover;
	width: 350px;
	object-position: center;
}

/* .quien-soy-foto {
  display: block;
  margin: 0 auto 20px;
  border-radius: 50%;
  width: 200px;
} */

@media (max-width:1000px) {
	#aboutus {
		display: none;
	}

	.aboutus-leadin {
		margin: 13rem 0 0 2rem !important;
	}
}

@media (max-width: 900px) {
  .quien-soy-content {
    font-size: var(--text-title);
  }

  .aboutus-leadin {
	margin: 2rem 0 0 0rem !important;
}
}
@media (max-width: 700px) {
  .quien-soy-content {
    margin-top: 0;
    margin-bottom: var(--spacer-l);
  }

  
}

@media (max-width: 1200px) {
	.aboutus-vision-card {
		border-radius: 5px;
	}

  .quien-soy-content {
    font-size: var(--text-subheader);
  }

  .quien-soy-titulo {
    margin-top: var(--spacer-xl);
    margin-bottom: var(--spacer-s);
  }

  .quien-soy-titulo .text-headline {
    line-height: 1.5;
  }

  .aboutus-vision-card {
	margin: 2rem 0rem;
  }

  .aboutus-content-section, .aboutus-vision-img {
	margin: 2rem auto;
	position: relative;
  }
  
  .aboutus-vision-img {
	height: 400px;
  }

  .aboutus-img {
	width: 100%;
  }
}


.contact-title {
  margin-top: 20vh;
}

.contact-title .text-headline {
  line-height: 1;
}

.contact-organization {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--yellow-1);
	font-family: Rufina;
	margin-bottom: 0.5rem;
}

.contact-content {
	margin-top: 11.5rem !important;
	padding-bottom: 8rem;
}

.contact-mail {
	color: var(--yellow-1);
}

.contact-form {
  margin-top: 20vh;
  font-size: 36px;
  line-height: 1.8;
}

.contact-form input {
  font-family: inherit;
  font-size: 0.5em;
  letter-spacing: 0.05em;
  line-height: 1.5;
  vertical-align: 0.25em;
  color: inherit;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid;
  border-radius: 0;
  text-transform: uppercase;
}

#contacticon {
	padding-top: 0.25rem;
	fill: white;
	color: white;
	stroke: white;
	margin-right: 0.5rem;
}

.contact-icon {
	display: flex;
	align-items: center;

}

.contact-form input::placeholder {
  color: var(--primary-4);
}

.contact-form select {
  font-family: inherit;
  color: inherit;
  font-size: 0.5em;
  letter-spacing: 0.05em;
  line-height: 1.5;
  vertical-align: 0.25em;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid;
  text-transform: uppercase;
  padding-right: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/assets/images/icon-caret-down.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 0.75em auto;
  border-radius: 0;
}

.contact-send {
  border: 0;
  font-family: inherit;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0;
  color: var(--secondary-5);
  background-color: transparent;
  background-image: url(/assets/images/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: top 0.2em right 0.2em;
  padding-right: 1.35em;
  background-size: 0.9em auto;
  transition: background-position 0.3s;
  opacity: 0.8;
  font-weight: 600;
}

.contact-send:hover {
  cursor: pointer;
  background-position: top 0.2em right 0;
  opacity: 1;
}

@media (max-width: 900px) {
  .contact-form {
    font-size: var(--text-title);
  }
}

@media (max-width: 500px) {
  .contact-form {
    font-size: var(--text-subheader);
  }
  .contact-form select,
  .contact-form input {
    font-size: 1rem;
    width: 60%;
    padding-bottom: 0;
  }

  .contact-title {
    margin-top: var(--spacer-xl);
    margin-bottom: var(--spacer-s);
  }

  .contact-title .text-headline {
    line-height: 1.5;
  }

  .contact-form {
    margin-top: 0;
    margin-bottom: var(--spacer-l);
  }
}


	html {

	--green-4: rgb(60,66,27);
	--green-3: rgb(42,76,9);
	--green-2: rgb(9,164,77);
	--green-1: rgb(103, 117, 56);
	--primary-10: rgb(38, 64, 39);
	--primary-9: rgb(54, 67, 68);
	--primary-8: rgb(54, 63, 68);
	--primary-7: rgba(54, 68, 60, 1);
	--primary-6: rgba(37, 82, 96, 1);
	--primary-5: #565e80;
	--primary-4: #646c94;
	--primary-3: #777fa3;
	--primary-2: #8b92b1;
	--primary-1: #9fa5bf;
		
	/* --primary-10: #12131a;
	--primary-9: #1f222f;
	--primary-8: #2d3143;
	--primary-7: #3b4057;
	--primary-6: #484f6c;
	--primary-5: #565e80;
	--primary-4: #646c94;
	--primary-3: #777fa3;
	--primary-2: #8b92b1;
	--primary-1: #9fa5bf; */
	--grey-1: rgb(62,64,68);
	--grey-2: rgb(150,150,150);;
	--background-4: rgba(25, 86, 69, 0.10);
	--background-3: #F2F2E4;
	--background-2: rgb(59, 57, 41); 
	--background-1: white;

	--yellow-2: rgb(255, 244, 163);
	--yellow-1: #ffd230;
	--secondary-9: rgba(248, 212, 85, 1);
	--secondary-8:rgba(106, 185, 86, 0.8);
	--secondary-5: rgba(106, 185, 86, 0.1);
	--secondary-6: rgba(106, 185, 86, 0.3);;
	--secondary-5: rgba(106, 185, 86, 0.4);
	--secondary-4: rgba(179, 238, 164, 0.6);
	--secondary-3: rgba(106, 185, 86, 0.8);
	--secondary-2: rgba(250, 196, 13, 1);
	--secondary-1: rgba(25, 86, 69, 0.95);

	--primary: var(--primary-10);

	--secondary: var(--secondary-3);
	--secondary-light: var(--primary-1);

	--link: white;
	--link-hover: white;

	--background: #677538;
	// --background: rgb(94, 94, 94);
	/* --background: var(--grey-1); */
	--content: white;

	--slide-grey: var(--grey-1);
	--slide-green: var(--green-1);
	--slide-medium: var(--green-1);
	--slide-light: var(--green-1);

	--content-light: rgba(255,255,255, 0.8);
}


	/* Default - Desktop */
html {
  --maxwidth: 1260px;
  --grid-main: repeat(12, minmax(0, 1fr));
  --grid-gap: 30px;
  --container-padding: 20px;
}

/* Size: md */
@media (max-width: 900px) {
  html {
    --grid-main: repeat(10, minmax(0, 1fr));
    --grid-gap: 20px;
  }
}

/* Size: sm */
@media (max-width: 700px) {
  html {
    --grid-main: repeat(8, minmax(0, 1fr));
    --grid-gap: 15px;
    --container-padding: 15px;
  }
}

/* Size: xs */
@media (max-width: 500px) {
  html {
    --grid-main: repeat(6, minmax(0, 1fr));
    --grid-gap: 10px;
    --container-padding: 10px;
  }
}

/* Size: xxs */
@media (max-width: 320px) {
  html {
    --grid-main: repeat(4, minmax(0, 1fr));
    --grid-gap: 10px;
    --container-padding: 10px;
  }
}


	html {
  /* Variables de espaciado */
  --spacer-2xs: 2px;
  --spacer-xs: 5px;
  --spacer-s: 10px;
  --spacer-m: 20px;
  --spacer-l: 40px;
  --spacer-xl: 80px;
  --spacer-2xl: 160px;
}


	html {

  --font-1: "Raleway", sans-serif;
  --font-2: "Abril Fatface", sans-serif;
  --font-3: "Lato";
  --font-4: "Merriweather", serif;
  --font-5: "Rufina", "Merriweather", serif;


  --text-caption: 16px;
  --text-note: 18px;
  --text-base: 19px;
  --text-subheader: 22px;
  --text-title: 40px;
  --text-headline: 55px;
  --text-display: 96px;
  --text-jumbo: 144px;
}

@media (max-width: 900px) {
  html {
    --text-caption: 12px;
    --text-note: 14px;
    --text-base: 18px;
    --text-subheader: 20px;
    --text-title: 24px;
    --text-headline: 36px;
    --text-display: 48px;
    --text-jumbo: 60px;
  }
}


	/* Z-index */
html {
  --z-index-header: 1;
  --z-index-logo: 1;
  --z-index-navicon: 1;
}


	.disable-hover {
	pointer-events: none;
  }
  
.home-slide {
  height: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--background);
  opacity: 0.7;
  transition: all 1s;
  animation: slideUp 1s ease-in-out;
  /* color: rgba(225,225,225,1); */
  color: var(--yellow-2);
  /* font-weight: 500; */
  max-width: 100vw;
}

.home-slide-full {
	height: fit-content;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	justify-content: center;
	align-items: center;
	background-color: var(--slide-grey);
	opacity: 0.7;
	transition: all 1s;
	animation: slideUp 1s ease-in-out;
	max-width: 100vw;
  }

  .home-slide-34 {
	height: 800px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	padding-top: 4rem;
	max-width: 100vw;
  }

.home-slide-half {
	height: 600px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	padding: 2rem;
	opacity: 0.7;
	max-width: 100vw;
  }

  .home-slide-background {
	background-color: var(--background);
	max-width: 100vw;
  }

.home-slide-grey {
  height: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-color: var(--slide-grey);
  padding-top: 0rem;
  padding: 0 0 0 2rem;
  opacity:1;
  max-width: 100vw;
}

.home-slide.activate, .home-slide-full.activate, .home-slide-half.activate, .home-slide-grey.activate {
	opacity: 1;
	animation: fadeIn 2s ease-in-out;
	max-width: 100vw;
}

#homeabout, #homeabout2, #homeabout3 {
	border-top: 4px solid rgba(64,64,64,0.5);
	/* background-color: var(--background); */
	background-color: var(--slide-medium);
	padding-bottom: 50px;
}

.home-slide-light {
  background-color: var(--slide-light);
  max-width: 100vw;
}

.home-slide-medium {
  background-color: var(--slide-medium);
  max-width: 100vw;
}

.home-slide-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100vw;
}

.home-hero-slide {
	width: 100%;
	height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0;

	background-image: url('https://www.pallavanlearningsystems.com/portal/home/assets/images/home/hero.jpg');
	filter: hue-rotate(347deg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 120%;
	background-position-x: 20%;
	/* transition: background-image 2s ease-in-out;
	animation: fadeIn 4s ease-in-out; */
	max-width: 100vw;
}

@media screen and (min-width: 1200px) {
	.home-hero-slide-2 {
		background-size: 100% 150%;
		background-position: bottom;
	}
}

.home-hero-slide::before {
  height: 100vh;
  position: absolute;
  top: 0;
  width: 0px;
  height: 100px;
  padding: 0;
  margin: 0;
  z-index: -1;
  background-color: white;
}


.home-hero-slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  bottom: 0;
  opacity: 0.1;
}

.home-hero-slide.activate {
  opacity: 1;
  animation: fadeIn 1s ease-in-out;
}

.home-title {
  font-size: 10vw;
  position: sticky;
  top: 80px;
  opacity: var(--home-title-opacity);
}

.home-hero-overlay-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  z-index: 1;
  background-image: linear-gradient(rgb(16, 37, 43), rgba(0,0,0,0.3), rgba(0,0,0,0.5));
  /* background-image: linear-gradient(rgba(37, 82, 96, 1), rgba(0,0,0,0.3), rgba(0,0,0,0.4)); */
  background-size: cover;
}

.home-hero-overlay-3 {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
	z-index: 0;
	padding-bottom: 2rem;
		/* background-color: rgba(0,0,0,0.3);
	background-color: rgba(252, 255, 48, 0.4); */
	background-color: rgba(106,116,64,0.4);
	background-blend-mode: soft-light;

	/* background-image: linear-gradient(); */
	/* box-shadow: 0 0 50px 100px rgba(38, 64, 39,0.5) inset; */
	/* box-shadow: 0 0 50px 100px 	rgba(54, 67, 68, 0.9) inset; */
	/* background-image: linear-gradient(rgba(38, 64, 39, 1), transparent, rgba(250, 196, 13, 0.5)); */
	/* background-image: linear-gradient(rgba(37, 82, 96, 1),  rgba(0,0,0,.2), rgba(0,0,0,.8),rgba(25, 86, 69, 0.25));  */
	/* background-image: linear-gradient(rgba(37, 82, 96, 1),  rgba(0,0,0,.2), rgba(0,0,0,.8),rgba(25, 86, 69, 0.4)); */
	/* background-image: linear-gradient(rgba(3,13,75, 0.7),   rgba(0,0,0, 0)); */
	/* background-image: linear-gradient(rgba(0,0,0, 0),   rgba(3,13,75, 0.3)); */
	/* background-image: linear-gradient(rgba(12, 87, 83, 0.7), rgba(0,0,0,0.5),rgba(18,139,39,0.1)); */
	/* background-image: linear-gradient(rgba(37, 82, 96, 1), rgba(0,0,0,0.3), rgba(0,0,0,0.4)); */
	background-size: cover;
  }

  .home-text-box-container {
	margin-left: 12%;
	margin-right: auto;
	margin-bottom: -10px;
	width: 28%;
	height: 50%;
	display: flex;
	justify-content: space-between;
  }

  .home-box-img {
	transform: scale(1.5);
	clip-path: inset(10px 20px 153px -13px);
  }

  .home-login-button {
	font-weight: 400;
	padding: 6px 16px !important;
  }

  .home-login-button ~ .home-login-form {
	position: absolute;
	top: 115px;
	right: 10%;
	border-radius: 0px 0px 10px 10px;
	background-color: rgba(38, 64, 39,0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2rem;
	display: block;
	width: 20%;
	color: white;
  }

  .home-login-button:hover {
	color: var(--yellow-1);
	font-weight: 400;
  }
  
  .home-login-form > form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 1rem;
  }

  .home-login-form-input {
	width: 100%;
	border-radius: 5px;
	height: 35px;
	background-color: rgba(38, 64, 39,0.2);
	border: 0.25px solid #70B87C;
	color: white;
	font-family: 'Lato', sans-serif;
	padding: 0 0.5rem;
  }

  .home-login-form-input:focus {
	width: 100%;
	border-radius: 5px;
	height: 30px;
	background-color: transparent;
	/* border: 0.25px solid #70B87C; */
  }

  .home-login-button:focus-within ~ .home-login-form,
  .home-login-form:focus {
	border-radius: 10px;
	background-color: rgba(38, 64, 39,0.4);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem;
	display: block;
	transition: all 1s;
	margin-left: auto;
  }

  .home-text-box {
	border-radius: 10px 10px 0px 0px;
	background-color: rgba(38, 64, 39,0.4);
	/* background-color: rgba(54, 67, 68, 0.5); */
	padding-left: 15%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	gap: 1rem;
	z-index: 10;
  }

  .home-content--mobile {
	display: none;
  }
  .home-content--desktop {
	display: inline-block;
  }

  .home-content {
	gap: 0rem;
  }



.home-hero-overlay-2.activate {
	opacity: 0;
	animation: fadeOut 1s ease-in-out; 
}

.home-hero-overlay-3.activate {
	opacity: 0;
	animation: fadeOut 1s ease-in-out; 
}

.home-hero-nav {
	opacity: 0.5;
	transition: all 1s;
}

.home-hero-nav:hover {
	opacity: 1;
	animation: pulse 1.5s ease-in-out infinite;
}

.home-hero-attribution {
	align-self: flex-end;
	font-size: 8px;
	color: rgba(255,255,255,0.5);
	margin-right: 1rem;
}

.home-hero-attribution a {
	text-decoration: none;
	color: rgba(255,255,255,0.5);
}

.home-hero-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;

  /* background-color:hsla(130,77%,30%,0.7); */
  /* background-image:
  radial-gradient(at 23% 25%, hsla(69,2%,59%,1) 0px, transparent 50%),
  radial-gradient(at 33% 5%, hsla(0%,0%,0%,1) 10px, transparent 90%), */
  /* radial-gradient(at 0% 100%, hsla(22,100%,77%,1) 0px, transparent 50%),
  radial-gradient(at 80% 0%, hsla(189,100%,56%,1) 0px, transparent 50%); */
  background-image: linear-gradient(rgba(12, 87, 83, 0.7), rgba(0,0,0,0.5),rgba(18,139,39,0.1));
}

.home-hero-slide-black {
	position: relative;
	background-color: black;
}


.home-header--big {
	color: var(--yellow-1);
	text-decoration: none;
	/* position: absolute; */
	/* bottom: 50%;
	right: 30%; */
	font-size: 6rem;
	font-weight: 400;
	/* mix-blend-mode: hard-light; */
	animation: fadeIn 1.5s ease-in-out;
	transition: 1s all;
	margin-bottom: 2rem;
}

.home-header {
  /* color: white; */
  color: var(--yellow-2);
  text-decoration: none;
  /* position: absolute; */
  /* bottom: 50%;
  right: 30%; */
  font-size: 2.5rem;
  font-weight: 400;
  /* mix-blend-mode: hard-light; */
  animation: fadeIn 1.5s ease-in-out;
  transition: 1s all;
  margin-bottom: 2rem;
}

.home-button {
	color: white;
	text-decoration: none;
	padding: 0.5rem 1rem;
	font-size: 1.2rem;
}

.home-overlay-3 a {
	text-decoration: none !important;
}

.home-subheader {
  text-decoration: none;
  color: white;
  text-align: left;
  /* position: absolute;
  bottom: 40%;
  left: 30%; */
  padding-top: 1%;
  /* margin-left: 40%; */
  font-size: var(--text-subheader);
  font-weight: 300;
  mix-blend-mode: hard-light;
  animation: fadeIn 4s ease-in-out;
  margin-bottom: 5%;
}

.home-section-subheader {
  text-decoration: none;
  /* color: #222222; */
  color: var(--yellow-1);
  text-align: left;
  width: 100%;
  /* position: absolute;
  bottom: 40%;
  left: 30%; */
  font-size: var(--text-title);
  font-weight: 600;
  mix-blend-mode: hard-light;
  transition: 1.5s all;
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.home-section-subheader-white {
  text-decoration: none;
  color: white;
  text-align: left;
  width: 100%;
  /* position: absolute;
  bottom: 40%;
  left: 30%; */
  font-size: var(--text-title);
  font-weight: 600;
  mix-blend-mode: hard-light;
  transition: 1.5s all;
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.home-subheader:hover {
  opacity: 0.8;
}

.home-subheader-alt {
  color: var(--secondary-light);
}

.home-aboutus-leadin {
	font-size: 24px;
	color: var(--yellow-2);
	width: 100%;
	padding-top: 3rem;
	font-weight: 300;
	max-width: 100vw;
 	padding-right: 2rem;
}

.home-content {
  display: flex;
  margin: 3rem 0;
  /* gap: 4rem;
  margin-bottom: 3rem; */
  /* justify-content: space-between; */
  /* color: rgba(225,225,225,1); */
  color: var(--yellow-2);
  /* font-weight: 500; */
  font-size: 19px;
  position: relative;
}

.home-content-aboutus {
	/* margin-right: 5rem; */
	position: relative;
	/* width: 50%; */
  }


.home-content-aboutus-philosophy {
	/* position: relative; */
	width: 45%;
	margin-right: 4rem;
}

#home-expertise-slide, #home-expertise-slide2, #home-expertise-slide3 {
	justify-content: center;
}

.home-content-expertise {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.home-expertise-buttons {
	display: flex;
	gap: 1rem;
	justify-content: space-between;
  }

.home-expertise-diverse {
	width: 100%;
	animation: fadeIn 1s ease;
	z-index: 2;
	background-color: transparent;
	padding-top: -1rem;
	transition: 1s animation;
	margin: 4rem 0;
}

.home-expertise-diverse img {
	width: 100%;
	border-radius: 10px;
	transition: 0.1s visibility;
}

.home-expertise-img {
	border-radius: 10px;
}

.home-expertise-img:hover {
	opacity: 0.8;
}

.home-expertise-img img {
	border-radius: 10px;
	height: 315px;
	transition: all .25s ease-in-out;
}

.home-expertise-img-1, .home-expertise-img-2, .home-expertise-img-3, .home-expertise-img-4  {
	opacity: 0;
	position: absolute;
	left: 13%;
	width: 50%;
	display: flex;
	gap: 1rem;
	/* margin-left: -10px; */
}

.home-expertise-description-1, .home-expertise-description-2, .home-expertise-description-3, .home-expertise-description-4  {
	opacity: 0;
	font-size: 20px;
	font-weight: 400;
	color: var(--yellow-2);
	/* color: var(--primary-8); */
	padding: 3rem;
	width: 33%;
	animation: fadeIn 0.01s ease-in-out;
}

#home-expertise a, #home-expertise2 a, #home-expertise3 a {
	text-decoration: none;
}

.home-expertise-1, .home-expertise-2, .home-expertise-3, .home-expertise-4 {
	height: 150px;
	margin-bottom: 1rem;
	position: relative;
}

#home-expertise .home-expertise-1 ~ .home-expertise-img-1 > .home-expertise-description-1,
#home-expertise2 .home-expertise-1 ~ .home-expertise-img-1 > .home-expertise-description-1,
#home-expertise3 .home-expertise-1 ~ .home-expertise-img-1 > .home-expertise-description-1 { 
	opacity: 0;  }

#home-expertise .home-expertise-2 ~ .home-expertise-img-2 > .home-expertise-description-2,
#home-expertise2 .home-expertise-2 ~ .home-expertise-img-2 > .home-expertise-description-2,
#home-expertise3 .home-expertise-2 ~ .home-expertise-img-2 > .home-expertise-description-2 { opacity: 0; }

#home-expertise .home-expertise-3 ~ .home-expertise-img-3 > .home-expertise-description-3,
#home-expertise2 .home-expertise-3 ~ .home-expertise-img-3 > .home-expertise-description-3,
#home-expertise3 .home-expertise-3 ~ .home-expertise-img-3 > .home-expertise-description-3 { opacity: 0; }

#home-expertise .home-expertise-4 ~ .home-expertise-img-4 > .home-expertise-description-4,
#home-expertise2 .home-expertise-4 ~ .home-expertise-img-4 > .home-expertise-description-4,
#home-expertise3 .home-expertise-4 ~ .home-expertise-img-4 > .home-expertise-description-4 { opacity: 0;}

#home-expertise .home-expertise-1:hover ~ .home-expertise-img-1,
#home-expertise2 .home-expertise-1:hover ~ .home-expertise-img-1,
#home-expertise3 .home-expertise-1:hover ~ .home-expertise-img-1,
#home-expertise .home-expertise-1:hover ~ .home-expertise-img-1 > .home-expertise-description-1,
#home-expertise2 .home-expertise-1:hover ~ .home-expertise-img-1 > .home-expertise-description-1,
#home-expertise3 .home-expertise-1:hover ~ .home-expertise-img-1 > .home-expertise-description-1 { opacity: 1; }

#home-expertise .home-expertise-2:hover ~ .home-expertise-img-2,
#home-expertise2 .home-expertise-2:hover ~ .home-expertise-img-2,
#home-expertise3 .home-expertise-2:hover ~ .home-expertise-img-2,
#home-expertise .home-expertise-2:hover ~ .home-expertise-img-2 > .home-expertise-description-2,
#home-expertise2 .home-expertise-2:hover ~ .home-expertise-img-2 > .home-expertise-description-2,
#home-expertise3 .home-expertise-2:hover ~ .home-expertise-img-2 > .home-expertise-description-2 {  opacity: 1;  }

#home-expertise .home-expertise-3:hover ~ .home-expertise-img-3,
#home-expertise2 .home-expertise-3:hover ~ .home-expertise-img-3,
#home-expertise3 .home-expertise-3:hover ~ .home-expertise-img-3,
#home-expertise .home-expertise-3:hover ~ .home-expertise-img-3 > .home-expertise-description-3,
#home-expertise2 .home-expertise-3:hover ~ .home-expertise-img-3 > .home-expertise-description-3,
#home-expertise3 .home-expertise-3:hover ~ .home-expertise-img-3 > .home-expertise-description-3 {  opacity: 1;  }

#home-expertise .home-expertise-4:hover ~ .home-expertise-img-4,
#home-expertise2 .home-expertise-4:hover ~ .home-expertise-img-4,
#home-expertise3 .home-expertise-4:hover ~ .home-expertise-img-4,
#home-expertise .home-expertise-4:hover ~ .home-expertise-img-4 > .home-expertise-description-4,
#home-expertise2 .home-expertise-4:hover ~ .home-expertise-img-4 > .home-expertise-description-4,
#home-expertise3 .home-expertise-4:hover ~ .home-expertise-img-4 > .home-expertise-description-4 {  opacity: 1;  }

.home-content-expertise > .home-expertise-buttons:hover ~ #diverse,
.home-content-expertise > .home-expertise-buttons:hover ~ #diverse2,
.home-content-expertise > .home-expertise-buttons:hover ~ #diverse3 { opacity: 0;}


.home-content-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: var(--yellow-2);
  background-color: rgba(0,0,0, 0.1);
  /* border: 1px solid var(--yellow-1); */
  /* background-color: var(--green-2); */
  /* background-color: rgba(18, 125, 74, .8); */
  padding: 3rem 0 3rem 5rem;
  padding-right: var(--container-padding);
  border-radius: 0px 10px 10px 0px;
}

.home-content-col-full {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  justify-content: center;
  align-items: stretch;
  padding: 3rem 0 3rem 0;
}

.home-content-col-banner {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: stretch;
	padding: 4rem 0 4rem 0;
	gap: 3rem;
  }

.home-content-col-full-grey {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  justify-content: center;
  align-items: stretch;
  padding: 2rem 0 2rem 0;
  /* background-color: rgba(25, 86, 69, 0.10); */
  background-color: transparent;
  margin-top: 1rem;
  border-radius: 10px;
}

.home-content-small {
  display: flex;
  gap: 1rem;
}

.home-content-signup {
  	display: flex;
  	gap: 1rem;
	align-items: center;
	width: 100%;
	text-align: center;
}

.home-buttons {
	display: flex;
	gap: 0.5rem;
	margin-left: 4rem;
	margin-bottom: 20px;
	align-items: center;
}

.home-content-img {
  width: 50%;
  padding-left: 100px;
  animation: fadeIn 2s ease-in;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}

.home-content-card--green-no-padding {
	/* background-color: rgba(25, 86, 69, 0.10); */
	border-radius: 10px;
	width: 100%;
  }

.home-content-card--green {
  background-color: rgba(25, 86, 69, 0.10);
  border-radius: 10px;
  width: 90%;
  padding: 2rem 0 4rem 0;
}

.home-content-card--green-padded {
  background-color: rgba(25, 86, 69, 0.10);
  border-radius: 10px;
  width: 100%;
  padding: 4rem 2rem;
}

.home-video {
  border-radius: 10px;
  width: 100%;
  margin-top: 1.75rem;
  min-width: 500px;
  height: 450px;
}

.card-content {
	display: flex;
	align-items: center;
	color: var(--yellow-2);
}

.card-content-col {
	display: flex;
	flex-direction: column;
  	padding: 20px 40px;
}

.card-content-col-announcement {
	display: flex;
	flex-direction: column;
}

.card-content-small {
  padding: 5px 5px;
  min-width: 350px;
  text-decoration: none;
  border-radius: 10px;
  background-color: #f2f2f2;
}

.home-content h4 {
  text-decoration: none !important;
}

.home-content-small {
  display: flex;
  gap: 1;
}

.card-content-small-img {
  border-radius: 10px ;
  height: 350px;
  width: 100%;
  padding-left: 0;
}

.card-content-small-img {
	-webkit-transform: scale(1.8) rotate(0.01deg);
	transform: scale(1.8) rotate(0.01deg);
}

.card-content a {
  text-decoration: none;
}

.card-content-caption {
  text-decoration: none;
  font-weight: light;
  text-transform: uppercase;
  font-size: var(--text-caption);
  margin-bottom: 1rem;
}

.card-content-text {
  text-decoration: none;
  font-size: var(--text-body);
  text-align: center;
  margin: 4rem 0;
  font-weight: 400;
  width: 100%;

}

.card-content-text a {
	text-decoration: none;
	color: var(--yellow-1);

	width: 100%;
	padding: 1rem;
	border: 1px solid var(--yellow-1);
	border-radius: 5px;
}

.card-content-text a:hover {
	text-decoration: none;
	color: black;
	background-color: var(--yellow-1);
	border-radius: 5px;
}

.home-graph {
	background-color: rgba(0,0,0,0.1);
	border-radius: 10px 0px 0px 10px;
	max-height: 320px;
	width: 35%;
	padding: 2rem;
	transition: 1s all ease-in-out;
	/* filter: hue-rotate(300deg); */
}

.home-graph:hover {
	transform: scale(1.025);
	transition: 1s all ease-in-out;
  }

  .home-ilu-1 {
	position: absolute;
	right: 10px;
	top: 75px;
	border-radius: 10px;
	width: 500px;
	/* width: 500px !important;
	height: 500px !important; */
	opacity: 100;
}
.home-ilu {
	/* position: absolute;
	content: ''; */
	right: 10px;
	top: 275px;
	height: 500px;
	border-radius: 10px;
	background-image: url('/assets/images/about/Jhalawar1.jpg');
	/* background-position-x: -350px; */
	background-size: cover;
	background-repeat: no-repeat;
	/* width: 500px !important;
	height: 500px !important; */
	/* opacity: 0; */
}

.home-ilu:hover {
	filter: brightness(1.1);
}

.home-content--desktop.home-ilu.activate {
	display: inline-flex;
  	width: 500px;
  	opacity: 1;
  	animation: fadeIn 2s ease-in-out; 
}

.home-newsletter-frames {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
.home-stack-frame {
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.home-newsletter-frames:after {
	content: "";
	position: absolute;
	background-color: red;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20%;
	border-radius: 10px;
	/* background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.0001) 0%,
		rgba(0, 0, 0, 0.0001) 100%
	); */
	transition: 0.5s all ease-in-out;
	background-color: transparent;
	z-index: 10;
}

.home-stack-frame:hover {
	filter: brightness(1.02);
}

.substack-watermark {
	display: none;
}

.home-content--desktop {
	display: inline-block;
  }

  .home-announcement {
	width: 100%;
	max-width: 450px;
	border-radius: 5px;
	box-shadow: 2px solid rgba(0,0,0,0.1);
}

.home-announcement-content {
	width: 100%;
}

.home-announcement-title {
	font-size: 1.5rem;
	font-weight: 600;
}

.home-content--desktop .home-ilu.activate 
{
  display: block;
}

.home-programme-image {
	width: 100%;
	border-radius: 10px;
	max-width: 500px;
}

.home-programme-image--margin {
	margin-bottom: 10%;
}

.home-programme-button {
	width: 100%;
	margin: 0 auto;

}

.home-programme-button--flex {
	width: 100%;
	display: flex;
}

@media (max-width: 1200px) {
	.home-content-aboutus-philosophy {
		width: 100%;
	}

	.home-ilu {
		top: 275px;
		right: 50px;
		height: 500px;
		border-radius: 10px;
	}
	.home-ilu.activate {

		width: 450px;
		height: 250px;
		opacity: 1;
		animation: fadeIn 2s ease-in-out; 
	  }

	.home-programme-image {
		width: 100%;
		border-radius: 10px;
	}

}

@media (max-width: 900px) {

  .home-expertise-img-1, .home-expertise-img-2, .home-expertise-img-3, .home-expertise-img-4  {
	opacity: 0;
	display: none;
  }

  .home-slide-full {
	margin-bottom: 1rem;
}

  .home-subheader {
	padding-left: 1rem;
	margin-left: 0%;
	margin-bottom: 30%;
	font-size: var(--text-title);
}

  .home-content-img {
	width: 50%;
	padding-left: 20px;
	transition: 5s fadeInDown;
	margin-bottom: 2rem;
  }

  #home-slide-about 
  {
	height: fit-content;
	padding-bottom: 4rem;
}

  .home-content-aboutus-philosophy 
  {
	width: 100%;
}

  .home-content--desktop {
	display: none;
  }

  .home-content--desktop .home-ilu.activate 
  {
	display: none;
}

  .home-content--mobile 
  {
	display: inline-block;
}
  .home-ilu, .home-ilu.activate, .home-content--desktop.home-ilu.activate {
	display: none;
  }

  .home-expertise-buttons {
	flex-direction: column;
	align-items: center;	
	gap: 0.5rem;
  }

  .home-expertise-buttons a,
  .home-expertise-buttons a > .button-square,
  .button-square.button-square-light,
 .button-square.button-square-left,
 .button-square.button-square-right {
	width: 100%;
	margin-top: 0.5rem;
  }

  .card-content {
  		flex-direction: column;
		align-items: center;
  }

  .card-content-col {
   width: 100%;
   }

   .home-video {
   min-height: 400px;
   min-width: auto;
   }

	.home-content-card--green {
		width: 95%;
		margin: 2rem 0;
	}

	.home-content {
	/* flex-direction: column-reverse; */
	gap: 0rem;
	border-radius: 10px 0px 0px 10px;
	margin-top: 1rem;
	}

	.home-content-col {
		display: flex;
		flex-direction: column;
		gap: 1rem;
		color: var(--yellow-2);
		background-color: rgba(0,0,0, 0.1);
		padding: 1rem;

	}
	.home-graph {
		width: 100%;
		transition: none;
	}

	.home-graph:hover {
		transform: none;
		transition: none;
	}

	.home-slide-full, .home-slide-medium, .home-slide-banners, .home-slide-half {
		height: fit-content;
	}

	.home-newsletter-frames {
		flex-direction: column;
	}

	.banner-container {
		flex-wrap: wrap;
		justify-content: center;
	}

}

@media (max-width: 900px) {
	.card-content-text a {
		font-size: 1rem;
	}

	.home-programme-content-col {
		padding: 20px 0px;
	  }

}



@media (max-width: 500px) {


  .home-expertise-img-1, .home-expertise-img-2, .home-expertise-img-3, .home-expertise-img-4  {

	opacity: 0;  }

  .home-hero-slide {
	background-size: 100vw;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0;
	background-image: url('https://www.pallavanlearningsystems.com/portal/home/assets/images/home/hero.jpg');
	filter: hue-rotate(347deg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 120%;
	background-position-x: 0;
	top: 0px;
	height: 36vh;
  }

  .home-hero-slide-black {
	height: 0%;
	top: 0;
	opacity: 0;
  }

  .home-hero-slide:after {
	height: 0%;
	top: 0;
  }

  .home-subheader {
	padding-left: 1rem;
	margin-left: 0%;
	margin-bottom: 30%;
	font-size: var(--text-title);
  }

  .home-content-img {
	width: 100%;
	padding-left: 20px;
	transition: 5s fadeInDown;
	margin-bottom: 2rem;
  }

  .home-hero-overlay-3 {
	position: absolute;
	height: 100%;
	width: 100vw;
	left: 0;
	top: 0;
	align-items: center;
  }
  
  .home-header {
	font-size: 2rem;
  }

  .home-header--big {
	display: none;
  }

  .home-slide-full {
	width: 100vw;
	position: relative;
  }

  .home-video-mobile 
  {
	display: block;
}


  .home-aboutus-leadin 
  {
	font-size: 20px;
}

  .home-content-aboutus-philosophy 
  {
	width: 90vw;
	margin-top: 2rem;
	}

  #home-slide-about 
  {
	/* height: 1100px; */
	padding-bottom: 4rem;
	}

  /* #home-expertise-slide2 {
	height: 1350px;
  } */

  .home-ilu, .home-ilu.activate, .home-content--desktop.home-ilu.activate {
	display: none;
  }

  .button-light, .button-square, 
  .button-square-light, .button-square-left,
  .button-square-right {
	width: 100% !important;
  }

  .home-expertise-buttons {
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
  }

  .home-expertise-buttons a {
	width: 100%;
  }


  #home-slide-programmes, #home-slide-latest-programme,
  #home-slide-newsletters {
	/* height: 1200px; */
	width: 100vw;
  }

  .home-graph {
	display: none;

  }

  #home-slide-experience, #home-slide-banners {
	/* height: 2000px; */
	width: 100vw;
  }

  #home-slide-research {
	/* height: 2200px; */
	width: 100vw;
  }

  /* #home-slide-banners {
	height: 2500px;
  } */

  .home-content, .card-content {
	flex-direction: column;
  }

  .home-newsletter-frames {
	flex-direction: column;
  }

  .home-content-col-full-grey, .home-content-signup {
	flex-direction: column;
  }

  .home-buttons {
	width: 100%;
	margin: 0 auto;
  }

  #instagram {
	margin-left: 1rem;
  }

  .home-expertise-img-1, .home-expertise-img-2, .home-expertise-img-3, .home-expertise-img-4  {
	display: none;
  }

  .home-announcement {
	border-radius: 10px;
  }

  @media screen and (max-width: 500px) {


    .home-expertise-img-1, .home-expertise-img-2, .home-expertise-img-3, .home-expertise-img-4  {
		opacity: 0;
	}
	.card-content{
		flex-direction: column;
	}
	.home-announcement {
	  		min-width: 100%;
		}
	}
	.home-video {
		min-width: 90%;
		height: 250px;
	}

	.card-content-col {
  		padding: 10px 10px;
	}

  .home-ilu, .home-ilu.activate, .home-content--desktop.home-ilu.activate {
	display: none;
  }

  .card-content-text a {
	font-size: 1rem;
	display: block;
  }
  
  .home-programme-content {
	flex-direction: column;
  }

  .home-programme-content-col {
	padding: 20px 0px;
  }

}

@media screen and (max-width: 1500px) {
	.home-hero-slide {
		background-size: cover;
		max-width: 100vw;
	}

	.card-project-content {
		font-size: 17px;
	}
}


	/* .fotografia-hero img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
} */

.research-title {
  grid-column: span 5;
  margin-top: var(--spacer-2xl);
  margin-bottom: var(--spacer-2xl);
  text-align: center;
}

.research-title .text-headline {
  line-height: 1;
}

.research-text {
  grid-column: span 6;
  margin-top: var(--spacer-2xl);
  margin-bottom: var(--spacer-2xl);
}

.research-text p:last-child {
  margin-bottom: 0;
}

.research-content .proyecto:not(:last-child) {
  margin-bottom: var(--spacer-xl);
}

.research-content .full-width {
  grid-column: 1 / -1;
}

.research-content .left {
  grid-column: span 6;
}

.research-content .right {
  grid-column: span 6;
  grid-column-end: -1;
}

@media (max-width: 900px) {
  .research-title {
    text-align: left;
    grid-column: span 5;
    grid-column-end: -1;
    margin-top: var(--spacer-xl);
    margin-bottom: var(--spacer-m);
  }
  .research-text {
    grid-column: span 5;
    grid-column-end: -1;
    margin-top: 0;
    margin-bottom: var(--spacer-xl);
  }

  .research-content .left,
  .research-content .right {
    grid-column: span 5;
  }

  .research-content .proyecto:not(:last-child) {
    margin-bottom: var(--spacer-l);
  }
}

@media (max-width: 700px) {
  .research-title {
    grid-column: 2 / span 6;
    margin-top: var(--spacer-l);
    margin-bottom: var(--spacer-s);
  }
  .research-text {
    grid-column: 2 / span 6;
    margin-top: 0;
    margin-bottom: var(--spacer-l);
  }

  .research-content .left,
  .research-content .right {
    grid-column: span 4;
  }
  .research-content .proyecto:not(:last-child) {
    margin-bottom: var(--spacer-m);
  }
}

@media (max-width: 500px) {
  .research-title {
    grid-column: 1 / -1;
  }
  .research-title .text-headline {
    line-height: 1.5;
  }
  .research-text {
    grid-column: 1 / -1;
  }

  .research-content .left,
  .research-content .right {
    grid-column: 1 / -1;
  }
}


	.contact-title {
  margin-top: 20vh;
}

.contact-title .text-headline {
  line-height: 1;
}

.contact-organization {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--yellow-1);
	font-family: Rufina;
	margin-bottom: 0.5rem;
}

.contact-content {
	margin-top: 11.5rem !important;
	padding-bottom: 8rem;
}

.contact-mail {
	color: var(--yellow-1);
}

.contact-form {
  margin-top: 20vh;
  font-size: 36px;
  line-height: 1.8;
}

.contact-form input {
  font-family: inherit;
  font-size: 0.5em;
  letter-spacing: 0.05em;
  line-height: 1.5;
  vertical-align: 0.25em;
  color: inherit;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid;
  border-radius: 0;
  text-transform: uppercase;
}

#contacticon {
	padding-top: 0.25rem;
	fill: white;
	color: white;
	stroke: white;
	margin-right: 0.5rem;
}

.contact-icon {
	display: flex;
	align-items: center;

}

.contact-form input::placeholder {
  color: var(--primary-4);
}

.contact-form select {
  font-family: inherit;
  color: inherit;
  font-size: 0.5em;
  letter-spacing: 0.05em;
  line-height: 1.5;
  vertical-align: 0.25em;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid;
  text-transform: uppercase;
  padding-right: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/assets/images/icon-caret-down.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 0.75em auto;
  border-radius: 0;
}

.contact-send {
  border: 0;
  font-family: inherit;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0;
  color: var(--secondary-5);
  background-color: transparent;
  background-image: url(/assets/images/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: top 0.2em right 0.2em;
  padding-right: 1.35em;
  background-size: 0.9em auto;
  transition: background-position 0.3s;
  opacity: 0.8;
  font-weight: 600;
}

.contact-send:hover {
  cursor: pointer;
  background-position: top 0.2em right 0;
  opacity: 1;
}

@media (max-width: 900px) {
  .contact-form {
    font-size: var(--text-title);
  }
}

@media (max-width: 500px) {
  .contact-form {
    font-size: var(--text-subheader);
  }
  .contact-form select,
  .contact-form input {
    font-size: 1rem;
    width: 60%;
    padding-bottom: 0;
  }

  .contact-title {
    margin-top: var(--spacer-xl);
    margin-bottom: var(--spacer-s);
  }

  .contact-title .text-headline {
    line-height: 1.5;
  }

  .contact-form {
    margin-top: 0;
    margin-bottom: var(--spacer-l);
  }
}


	.ilustracion-texto {
  padding-top: 20vh;
  height: min-content;
  position: sticky;
  top: 0;
}

.ilustracion-texto .text-headline {
  line-height: 1;
  margin-bottom: var(--spacer-m);
}

@media (max-width: 900px) {
  .ilustracion-texto {
    position: unset;
  }
}

@media (max-width: 700px) {
  .ilustracion-texto {
    padding-top: var(--spacer-xl);
  }
  .ilustracion-texto .text-headline {
    margin-bottom: var(--spacer-s);
  }
}

@media (max-width: 500px) {
  .ilustracion-texto {
    margin-top: 0;
    order: -1;
  }
  .ilustracion-texto .text-headline {
    line-height: 1.5;
  }
}


	.book-container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
	align-items: center;
	color: white;
}

.book-content {
    display: flex;
    gap: 1rem;
    width: 100%;
	margin-bottom: 4rem;
    align-items: center;
    justify-content: space-between;
}

.book-content-all {
	display: flex;
	gap: 4rem;
	margin: 0 0 4rem 0;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	background-color: rgba(0,0,0,0.1);
	border-radius: 10px;
	border: 0.5px solid grey;
	padding: 2rem;
    /* display: flex;
    gap: 4rem;
    width: 100%;
    align-items: center;
	margin-bottom: 2rem; */
}

.book-card {
	border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: transparent;
	transition: all 1s;
	cursor: pointer;
}

.book-card:hover {
	/* -webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition: 1s all; */
	/* animation: pulse 0.5s ease-in-out; */
}

.book-card-title {
	font-size: 22px;
	color: var(--yellow-1);
	font-family: 'Rufina';
}

.book-card-author {
	margin-bottom: 1rem;
}

.book-card-caption {
    font-weight: normal;
    font-size: 16px;
	text-decoration: none;
	color: var(--text-color);
}

.book-card-img {
	border-radius: 10px;
	height: 360px;
	min-width: 260px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	transition: 1s all;
}

.book-card-img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition: 1s all;
}

.book-img {
	border-radius: 10px;
	width: 260px;
	min-width: 260px;
	transition: 1s all;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.book-img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition: 1s all;
}

.book-login {
	font-weight: 400;
    font-size: 16px;
	text-decoration: none;
	color: var(--text-color);
}

.book-link {
	margin-top: 1rem;
	text-decoration: none;
	color: var(--text-color);
	font-size: 17px;
}

.book-link a {
	text-decoration: none;
	color: var(--text-color);
}

.book-link a:hover {
	color: var(--yellow-1);
}

.book-link:focus {
	text-decoration: none;
	color: var(--text-color);
}

.book-popup-container {
	display: flex;
	align-items: center;
	margin: 1rem 0;
}

.book-popup-description {
	padding-left: 2rem;
}

.book-popup-text {
	font-size: 12px;
}

.book-popup-img {
	border-radius: 10px;
	height: 200px;
}

.fancybox-content {
	background-color: grey !important;
	color: white;
}

@media (max-width: 1200px) {
	.book-card-img {
		height: 350px;
		width: 240px;
		min-width: 0px;
	}

	.book-card-title {
		font-size: 16px;
	}
}


@media (max-width: 900px) {
	.book-content-all {
		flex-direction: column;
	}


	.book-content {
		display: flex;
		gap: 3.5rem;
		width: 100%;
		align-items: center;
		justify-content: center;
		flex-wrap:wrap;
	}

	.book-card {
		margin: 0 2rem;
	}
	.book-card-title {
		font-size: 17px;
	}
}

@media (max-width: 700px) {

	.book-content {
		justify-content: center;
	}

}

@media (max-width: 500px) {
		.book-content, .book-content-all {
			flex-direction: column;
		}

		.book-card-img {
			width: auto;
		}
	}




	.banner {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
}

.banner hr {
    color: #f2f2f2;
    width: 100%;
    opacity: 0.7;
	margin-top: 0;
}

.banner-img {
    border-radius: 10px;
	height: 100px;
	opacity: .8;
	transition: all 1s ease;
}

.banner-img:hover {
	opacity: 1;
}

.banner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
	margin-top: 0.5rem;
}

.banner-title {
    text-transform: uppercase;
    color: white;
	font-size: 12px;
	margin-right: auto;
}

@media (max-width: 900px) {
	.banner-img {
		max-height: 75px;
	}
}

@media (max-width: 500px) {
	.banner-container {
		flex-direction: column;
	}

	.banner-img {
		width: 50%;
		height: auto;
		max-height: 100%;
	}
}

	.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(54, 68, 60, 1);
  /* background-color: rgb(52, 97, 35, 1) substack green; */
  /* background-color: rgb(37, 82, 96, 1); mountain blue */
    /* background-color: rgb(43, 60, 60, 1); */
  /* background-color: rgb(12, 87, 83, 1); */
  /* background-color: rgba(25, 86, 69, 1);; */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  animation: fadeIn 0.25s ease-in-out;
}

.nav-activo .nav {
  display: flex;
}

.nav a {
  color: inherit;
  text-decoration: none;
  font-family: var(--font-1);
  transition: color 0.3s;
  font-size: 3rem;
}

.nav a:hover {
  color: var(--secondary-4);
}

.nav-dropdown {
	display: none;
	flex-direction: column;
	justify-content: start;
	align-items: flex-start;
	margin-top: 10rem;
	animation: fadeIn 0.25s ease-in-out;
	background-color: white;
	position: absolute;
	z-index: 1000;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: .9375rem;
	color: #1d2125 !important;
	text-align: left;
	list-style: none;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .5rem;
	min-width: 238px;
	min-height: 100px;
	top: 55px;
}

.nav-dropdown { 
	margin-left: 0;
	margin-right: auto;
}

/* .nav-dropdown:hover { */
	/* padding-top: 100px; */
	/* display: flex;
} */

.nav-dropdown-link {
	font-size: .9375rem !important;
	color: #1d2125 !important;
	border: none;
	text-transform: none !important;
	padding: .25rem 1.75rem .25rem .75rem;
	display: block;
	width: 100%;
}

.nav-dropdown-link:hover {
	font-size: .9375rem !important;
	color: var(--grey-1) !important;
	background-color: var(--yellow-1);
	border: none !important;
	text-decoration: none !important;
 	text-underline-offset: 0px;
}

	.footer {
  padding-top: var(--spacer-m);
  padding-bottom: var(--spacer-m);
  font-size: var(--text-note);
  text-align: center;
  /* background-color: rgba(32, 48, 18, 0.8); */
  background-color: rgba(30, 53, 43, 0.8);
  /* background-color: rgba(54, 68, 60, 1); */
  /* background-color: var(--grey-2); */
  /* background-color: rgba(25, 86, 69, 1);; */
  /* background-color: rgb(37, 82, 96, 1); */
  /* background-color: rgba(18, 125, 74, .8); */
  border-top: 4px solid var(--green-2);
}

.footer a, .footer-link {
  text-decoration: none;
  color: inherit;
}

.footer a:hover, .footer-link:hover {
  color: var(--link-hover);
}

.footer-logo {
  width: 150px;
  z-index: var(--z-index-logo);
  margin: 2rem 3rem 1rem 0rem;
}

.footer-nav {
	display: flex;
	justify-content: end;
	align-items: center;
  	margin-top: var(--spacer-m);
	color: #f2f2f2;
}

.footer-social {
	display: flex;
	gap: 0.5rem;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 2rem 0 0.5rem 0;

}

.footer-contact-content {
	margin: 1rem 0 1rem 0;
	color: white;
	text-align: left;
	font-size: 14px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.footer-contact-organization {
	color: var(--yellow-1);
	font-size: 16px;
}

.footer-hr {
	border: 0;
	border-top: 0.5px solid var(--grey-2);
}

.footer-legal {
	color: var(--grey-2);
	font-size: 12px;
	cursor: pointer;
}

.footer-contact-icon {
	margin-top: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

#Facebook , #Twitter,#Youtube, #Linkedin {
	height: 30px;
	color: #f2f2f2 !important;
	fill: #f2f2f2 !important;
	stroke: #f2f2f2 !important;
	/* margin-left: 20px; */
}

#Facebook:hover , #Twitter:hover ,#Youtube:hover , #Linkedin:hover {
	height: 30px;
	color: var(--yellow-1) !important;
	fill:var(--yellow-1) !important;
	stroke: var(--yellow-1)!important;
}

#Instagram {
	height: 30px;
	fill: none;
	stroke: white;
	color: white;
	margin-left: 50px;
}

#Instagram:hover {
	fill: none;
	color: var(--yellow-1) !important;
	stroke: var(--yellow-1)!important;
}

.portal-footer {
	/* border-top: 4px solid var(--green-2); */
	width: 100%;
	text-align: left;
	background-color: var(--grey-1);
}

.portal-footer__content {
	color: white;
	font-size: 20px;
	--center {
		text-align: center;
	}
}

.portal-intro__content {
	color: white;
	font-size: 20px;
	text-align: center;
	width: 100%;
}


@media (max-width: 900px) {


	.footer-contact-content {
		margin: 1rem 0 1rem 0;
	}

}

@media (max-width: 500px) {
	#portal-footer {
		width: 100vw;
	}

	.footer-social {
		width: 86vw;
	}

	#Instagram {
		height: 45px;
		margin-left: 20px;
	}



}


	.content {
  padding-top: var(--spacer-m);
  padding-bottom: var(--spacer-m);
}

.content-notop {
  padding-top: 0;
}


	#top-site-anchor {
  position: absolute;
  width: 1px;
  height: 700px;
  top: 0;
  left: 0;
  }

#top-full-page {
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0;
	left: 0;
}

.header__buttons {
	display: flex;
	gap: 1rem;
}
  
.header-container {
    background-color: transparent;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.header-container.activate {
    padding-top: 20px;
    /* background-image: linear-gradient(rgba(25, 86, 69, 0.8), transparent); */
	z-index: 10;
}

.header.activate:hover {
  padding-top: 0;
  padding-bottom: 0;
  
  /* background-image: linear-gradient(rgba(25, 86, 69, 1), transparent); */
  /* background-color: var(--primary-9); */
  /* background-color: rgba(38, 64, 39,0.99); */
  /* background-color: rgba(25, 86, 69, 1); */
  animation: fadeIn 0.5s ease-in-out;
  height: 90px;
  z-index: 10;
}

.header.activate {
	padding-top: 0;
	padding-bottom: 0;
	background-image: url('https://www.pallavanlearningsystems.com/portal/home/assets/images/home/hero.jpg'), radial-gradient(rgba(106,116,64,0.5), rgba(106,116,64,0.5)), linear-gradient(rgba(106,116,64,0.5), rgba(106,116,64,0.5));
	filter: hue-rotate(347deg);
	border-bottom: 3px solid rgb(64,64,64,0.5);
	background-size: 100%;
	background-position: center;
	background-blend-mode: soft-light;
	/* background-image: linear-gradient(rgba(25, 86, 69, 1), transparent); */
	/* background-color: rgba(38, 64, 39,1); */
	/* background-color: rgba(25, 86, 69, 1); */
	animation: fadeIn 0.5s ease-in-out;
	height: 90px;
	background-color: #343a40;
  }

.header {
  padding-top: var(--spacer-m);
  padding-bottom: var(--spacer-m);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-index-header);
  z-index: 10;
  /* background-color: var(--primary-9); */
  /* background-color: rgba(38, 64, 39,0.8); */
  background-image: radial-gradient(rgba(64, 64, 64,0.5), rgba(64, 64, 64,0.1));
}

.header .container {
  display: flex;
  align-items: center;
}

.header img {
  display: block;
}

.header-logo {
  width: 210px;
  position: relative;
  z-index: 10;
}

.header-logo.activate {
  width: 160px;
  position: relative;
  z-index: var(--z-index-logo);
  z-index: 10;
}

img.header-logo-inverse {
  display: none;
}

.nav-activo img.header-logo-inverse {
  display: block;
}

.nav-activo img.header-logo-normal {
  display: none;
}

.header-account-icon {
	color: white;
	fill: white;
	position: relative;
	z-index: var(--z-index-navicon);
	border: 0;
	background-color: transparent;
	padding: 5px 0 0 0;
}

.header__nav-link {
	display: flex;
	gap: 1.75rem;
	justify-content: center;
	align-items: center;
	margin-left: 4rem;
	margin-right: 2rem;
	position: relative;
	word-spacing: 4px;
	cursor: pointer;
}

.header__nav-link--mobile {
	display: flex;
	flex-direction: column;
	justify-items: flex-start;
	gap: 0rem;
	margin-right: 2rem;
	position: relative;
	word-spacing: 5px;
	cursor: pointer;
}

.header__nav-link, .header__nav-link a {
	color: white;
	font-size: 0.945rem;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
}


.header__nav-link-1:hover, .header__nav-link-2:hover,
.header__nav-link-3:hover, .header__nav-link-4:hover,
.header__nav-link a:hover  {
	cursor: pointer;
	color: var(--yellow-1);
	font-size: 0.945rem;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-decoration: 4px underline;
   	text-underline-offset: 30px;
}

.header__nav-link-1, .header__nav-link-2, .header__nav-link-4 {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

/* .header__nav-link-1 .header-buffer, .header__nav-link-3 .header-buffer {
	visibility: visible;
} */

.header__nav-link-1.is-active .nav-dropdown-1,
.header__nav-link-2.is-active .nav-dropdown-2,
.header__nav-link-4.is-active .nav-dropdown-4,
.header__nav-link-1--mobile.is-active .nav-dropdown-1--mobile,
.header__nav-link-2--mobile.is-active .nav-dropdown-2--mobile,
.header__nav-link-4--mobile.is-active .nav-dropdown-4--mobile {
	display: flex;
}

#nav-arrow-1, #nav-arrow-2, #nav-arrow-4 {
	margin-right: 0;
	margin-left: 0px;
	display: inline-block;
	  font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 9px;
	font-weight: bold;
	width: 10px;
	border: 0;
	color: white;
	fill: white;
	stroke: white;
	height: 11px;
	width: 8px;
	margin-left: -5px;
}

#nav-arrow-1:hover, #nav-arrow-2:hover, #nav-arrow-4:hover,
.header__nav-link-1:hover #nav-arrow-1, .header__nav-link-2:hover #nav-arrow-2, .header__nav-link-4:hover #nav-arrow-4 {
	color: var(--yellow-1);
	fill: var(--yellow-1);
	stroke: var(--yellow-1);
}

#accounticon {
	fill: var(--yellow-2);
}

.home-login-button:hover #accounticon {
	/* color: var(--secondary-4); */
	color: var(--grey-1);
}

.home-login-button, .home-login-button:hover {
	font-size: 0.97rem;
	font-weight: 300;
	width: 90px;
}
/* .header-account-icon-svg svg:hover {
	fill: green;
	color: green;
} */

.header-nav-icon {
  margin-left: 1rem;
  position: relative;
  z-index: var(--z-index-navicon);
  border: 0;
  background-color: transparent;
  padding: 0;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: white;
  height: 2px;
  right: 0;
  width: 40px;
}

.hamburger-inner {
  width: 30px;
}

.hamburger-inner::after {
  width: 20px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--secondary-4);
  width: 40px;
}

.hamburger-box:hover .hamburger-inner,
.hamburger-box:hover .hamburger-inner::before,
.hamburger-box:hover .hamburger-inner::after {
  background-color: var(--secondary-4);
}

.header__mobile-menu, .header__main--mobile {
	display: none;
}

#login-button--mobile {
	display: none;
}
#login-button--desktop {
	display: block;
}

@media (max-width: 1200px) {
	.header__main .header__nav-link,
	.header__nav-link, .header__nav-link a,
	.header__nav-link-1, .header__nav-link-2,
	.header__nav-link-3, .header__nav-link-4, header__nav-link-5 {
		font-size: 0.8rem !important;
	}

	.header__nav-link {
		gap: 1.2rem;
		margin-left: 2rem;
	}
}

@media (max-width: 1100px) {
	.header__main {
		display: none;
	}
	.header__mobile-menu {
		display: block;
		color: white;
		fill: white;
		stroke: white;
		cursor: pointer;
		margin-right: 1rem;
	}

	.header__mobile-menu ~ .header__main--mobile {
		display: none;
	}

	.header__mobile-menu.is-active ~ .header__main--mobile {
		display: flex;
		width: 285px;
		max-width: 285px;
		height: 100vh;
		background-color: #f8f9fa;
		position: absolute;
		top: -20px;
		left: 0;
		z-index: 20;
		margin-top: 0;
	}

	.header__mobile-menu-top {
		padding: 0;
		height: 60px;
		display: flex;
		align-items: center;
		position: absolute;
		top: 0;
	}

	.header__nav-title--mobile {
		padding: .75rem 1.25rem;
		display: flex;
		justify-content: space-between;
	}

	.header__nav-title--mobile svg {
		fill: black;
	}

	.header__nav-title--mobile:hover {
		background-color: var(--yellow-1);
	}

	.header__mobile-menu-times {
		height: 16px;
		margin-right: auto;
		top: 0;
		left: 1rem;
		padding: 0 1rem;
	}

	.header__nav-link-1--mobile {
		/* padding: .75rem 1.25rem; */
		background-color: #fff;
		border-bottom: 1px solid rgba(0,0,0,.125);
		width: 100%;
		color: #495057;
		text-align: inherit;
		font-size: 1rem;
		text-transform: none;
		margin-top: 60px;
	}

	.header__nav-link-2--mobile,
	.header__nav-link-3--mobile,
	.header__nav-link-4--mobile,
	.header__nav-link-5--mobile {
		/* padding: .75rem 1.25rem; */
		background-color: #fff;
		border-bottom: 1px solid rgba(0,0,0,.125);
		width: 100%;
		color: #495057;
		text-align: inherit;
		font-size: 1rem;
		text-transform: none;
	}

	.nav-dropdown--mobile {
		display: none;
		flex-direction: column;
		gap: 0rem;
	}

	.nav-dropdown-link--mobile {
		padding: .75rem 1.25rem;
		background-color: #fff;
		border-bottom: 1px solid rgba(0,0,0,.125);
		width: 100%;
		color: #495057;
		text-align: inherit;
		font-size: 1rem;
		text-transform: none;
	}

	.header__nav-link-1--mobile:hover,
	.header__nav-link-2--mobile:hover,
	.header__nav-link-3--mobile:hover,
	.header__nav-link-4--mobile:hover,
	.header__nav-link-5--mobile:hover,
	.nav-dropdown-link--mobile:hover {
		background-color: #f8f9fa;
		color: #495057;
	}


	.header__nav-link-1--mobile.is-active svg,
	.header__nav-link-2--mobile.is-active svg,
	.header__nav-link-3--mobile.is-active svg,
	.header__nav-link-4--mobile.is-active svg,
	.header__nav-link-5--mobile.is-active svg {
		transform: rotate(90);
	}

	.nav-dropdown-link--mobile:focus {
		background-color: var(--yellow-1);
		color: #495057;
	}

	.header-logo {
		width: 175px;
		margin-right: auto;
	}

	.header__login {
  		min-width: 70px !important;
		max-width: 100px !important;
		height: 45px;

	}

	#login-button--mobile {
		display: block;
	}
	#login-button--desktop {
		display: none;
	}


	@media (max-width: 500px) {
		.header__login {
			min-width: 100px !important;
		  	max-width: 100px !important;
		  	height: 45px;
	 	}

		 .header__buttons {
			display: flex;
			gap: 0.5rem;
		}

		.home-login-button, .home-login-button:hover {
			font-size: 0.9rem;
			font-weight: 300;
		}
	}
}


	@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.scale {
  -webkit-animation-name: scale;
  animation-name: scale;
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
	}

}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}


	#fancybox-content { height: 680px; width: 550px; padding: 0; margin: 0; overflow: scroll; }

	/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: white;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.3; }
  .hamburger.is-active:hover {
    opacity: 0.3; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: var(--secondary-4); }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 3px;
    background-color: #FFF;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }


	.button-light {
    border-radius: 10px;
    min-width: 150px;
    background-color: transparent;
    /* color: #128B27; */
    /* border: 0.25px solid #70B87C; */
	border: 0.5px solid var(--yellow-1);
	color: var(--yellow-1);
    padding: 15px 40px;
    text-decoration: none;
    font-size: var(--text-note);
    margin-top: 2rem;
    display: block;
    width: 250px;
    text-align: center;
	transition: all 0.25s;
	font-weight: light;
	cursor: pointer;
}

.button-transparent--small {
	cursor: pointer;
	border-radius: 5px;
    min-width: 100px;
    background-color: transparent;
	color: white;
    border: 0.5px solid white;
    /* color: #70B87C;
    border: 0.25px solid #70B87C; */
    padding: 8px 20px;
    text-decoration: none;
    display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
    width: 100px;
    text-align: center;
	transition: all 0.25s;
	font-weight: light;
}

.button-transparent--small-inv {
	cursor: pointer;
	border-radius: 5px;
	min-width: 100px;
	background-color: var(--yellow-1);
	color: var(--grey-1);
	border: 0.5px solid var(--yellow-1);
	padding: 8px 20px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100px;
	text-align: center;
	transition: all 0.25s;
	font-weight: light;
}

.button-transparent--white {
	cursor: pointer;
	border-radius: 5px;
    min-width: 100px;
    background-color: transparent;
    color: white;
    border: 0.5px solid white;
	padding: 1rem 1rem;
	font-size: 1.2rem;
    text-decoration: none;
	font-weight: light;
    display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
    width: 220px;
    text-align: center;
	transition: all 0.25s;
	text-decoration: none;
}


.button-transparent--white:hover {
	border: 0.5px solid var(--yellow-1);
	color: var(--grey-1);
	background-color: var(--yellow-1);
}

.button-transparent--small:hover {
	color: var(--grey-1);
	background-color: var(--yellow-1);
	border: 0.5px solid var(--yellow-1);
}

.button-transparent--small-inv:hover {
	color: var(--grey-1);
	background-color: var(--yellow-1);
	font-weight: 300;
}

.button-dark {
    border-radius: 10px;
    min-width: 150px;
    background-color: var(--yellow-1);
    color: var(--grey-1);
    padding: 15px 40px;
    text-decoration: none;
    font-size: var(--text-note);
    margin-top: 2rem;
    display: block;
    width: 250px;
    text-align: center;
	transition: all 0.25s;
	border: 1px solid var(--yellow-1);
}

.button-square:hover {
	/* -webkit-transform: scale(1.1); */
	/* transform: scale(1.1); */
	color: var(--grey-1);
	background-color: var(--yellow-1);
	transition: 0.25s all;
	font-weight: regular;
}
.button-square {
    opacity: 1;
	transition: all 0.25s;
}

.button-square.activate {
    opacity: 1;
    /* animation: fadeIn 1.5s ease-in-out; */
}

.button-square-left {
    border-radius: 10px;
    min-width: 150px;
    /* background-color:rgba(18, 125, 74, .8); */
	background-color: transparent;
    color: var(--yellow-1);
    text-transform: uppercase;
    /* border: 0.25px solid #70B87C; */
	border: 0.5px solid var(--yellow-1);
    padding: 40px 40px;
    text-decoration: none;
    font-size: var(--text-note);
    font-weight: 400;
    margin-top: 2rem;
    display: block;
    width: 250px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-square-right {
    border-radius: 10px;
    min-width: 150px;
    /* background-color:rgba(18, 125, 74, .8); */
	background-color: transparent;
    color: var(--yellow-1);
    text-transform: uppercase;
    border: 0.5px solid var(--yellow-1);
    padding: 40px 40px;
    text-decoration: none;
    font-size: var(--text-note);
    font-weight: 400;
    margin-top: 2rem;
    display: block;
    width: 250px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-light:hover {
	transition: all 0.25s ease-in-out;
	color: var(--grey-1);
	background-color: var(--yellow-1);
	font-weight: regular;
    /* background-color: rgba(18, 125, 74, .8); */
	/* background-color: rgb(37, 82, 96, 0.1); */
	/* background-color: rgba(25, 86, 69, 0.5); */
}

.button-dark:hover {
	transition: all 0.25s ease-in-out;
	color: var(--yellow-1);
	border: 1px solid var(--yellow-1);
	background-color: transparent;
}

@media (max-width: 900px) {
	.button-light, .button-square, 
	.button-square-light, .button-square-left,
	.button-square-right {
		margin-top: 1rem;
	}

}

@media (max-width: 500px) {

	.button-light, .button-square, 
	.button-square-light, .button-square-left,
	.button-square-right {
		width: 100% !important;
		font-size: 1rem;
	}

	.button-dark {
		width: 100%;
	}

}

	/* Screen sizes:
  default: all
  md: <900px
  sm: <700px
  xs: <500px
  xxs: <320px
*/

/* Grid cols: default - Desktop */
.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

.col-12 {
  grid-column: span 12;
}

/* Grid cols md (10 columns): <900 */
@media (max-width: 900px) {
  .col-11,
  .col-12 {
    grid-column: span 10;
  }

  .col-md-1 {
    grid-column: span 1;
  }

  .col-md-2 {
    grid-column: span 2;
  }

  .col-md-3 {
    grid-column: span 3;
  }

  .col-md-4 {
    grid-column: span 4;
  }

  .col-md-5 {
    grid-column: span 5;
  }

  .col-md-6 {
    grid-column: span 6;
  }

  .col-md-7 {
    grid-column: span 7;
  }

  .col-md-8 {
    grid-column: span 8;
  }

  .col-md-9 {
    grid-column: span 9;
  }

  .col-md-10 {
    grid-column: span 10;
  }
}

/* Grid cols sm (8 columns): <700 */
@media (max-width: 700px) {
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    grid-column: span 8;
  }

  .col-sm-1 {
    grid-column: span 1;
  }

  .col-sm-2 {
    grid-column: span 2;
  }

  .col-sm-3 {
    grid-column: span 3;
  }

  .col-sm-4 {
    grid-column: span 4;
  }

  .col-sm-5 {
    grid-column: span 5;
  }

  .col-sm-6 {
    grid-column: span 6;
  }

  .col-sm-7 {
    grid-column: span 7;
  }

  .col-sm-8 {
    grid-column: span 8;
  }
}

/* Grid cols xs (6 columns): <500 */
@media (max-width: 500px) {
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    grid-column: span 6;
  }

  .col-xs-1 {
    grid-column: span 1;
  }

  .col-xs-2 {
    grid-column: span 2;
  }

  .col-xs-3 {
    grid-column: span 3;
  }

  .col-xs-4 {
    grid-column: span 4;
  }

  .col-xs-5 {
    grid-column: span 5;
  }

  .col-xs-6 {
    grid-column: span 6;
  }
}

/* Grid cols xxs (4 columns): <320 */
@media (max-width: 320px) {
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    grid-column: span 4;
  }
  .col-xxs-1 {
    grid-column: span 1;
  }

  .col-xxs-2 {
    grid-column: span 2;
  }

  .col-xxs-3 {
    grid-column: span 3;
  }

  .col-xxs-4 {
    grid-column: span 4;
  }
}


	body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
}
.container {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  max-width: var(--maxwidth);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.grid {
  display: grid;
  grid-template-columns: var(--grid-main);
  grid-auto-rows: min-content;
  grid-gap: 0 var(--grid-gap);
}

.section-container {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

	/* Reset */

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

::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
:root {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

img,
svg,
iframe,
video,
audio {
  max-width: 100%;
  border: 0;
}

body.compensate-for-scrollbar {
	/* overflow: visible !important; */
}

html,
body {
  margin: 0;
  height: 100%;
  overflow-x: hidden;
  /* position: relative; */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* background-color: var(--background); */
  background-color: var(--background);
  /* overflow-y: scroll !important; */


}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
}

a:focus {
	  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.popup-link {
  cursor: pointer;
  width: 50%;
}


	body {
  font-family: var(--font-3);
  font-size: var(--text-base);
  line-height: 1.5;
  color: var(--primary-8);
  font-weight: 300;
  word-spacing: 2px;
}

p {
  margin-bottom: 1em;
}


.text-jumbo {
  font-size: var(--text-jumbo);
}

.text-display {
  font-size: var(--text-display);
}

.text-headline {
  font-size: var(--text-headline);
}

.text-title {
  font-size: var(--text-title);
}

.text-subheader {
  font-size: var(--text-subheader);
}

.text-body {
  font-size: var(--text-base);
}

.text-caption {
  font-size: var(--text-caption);
}

.text-note {
  font-size: var(--text-note);
}

.font-1 {
  font-family: var(--font-1);
}

.font-2 {
  font-family: var(--font-2);
  font-weight: normal;
}

.font-3 {
  font-family: var(--font-3);
  font-weight: 400;
}

.font-4 {
	font-family: var(--font-4);
	font-weight: 400;
  }

.font-5 {
	font-family: var(--font-5);
	font-weight: 400;
}

	/* .card {
    border-radius: 10px;
    height: 350px;
    border: red solid 2px;
    display: flex;
    background-color: grey;
} */

.card-img {
    height: 350px;
    max-height: 350px;
	border-radius: 10px;
}

.card-project {
	text-decoration: none;
    background-color: transparent;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
	width: 360px;
}

.card-project-link {
	text-decoration: none;
}

.card-project:hover {
    /* background-color:rgba(18, 125, 74, .8); */
	background-color: var(--yellow-1);
	color: var(--grey-1);
}

.card-project:hover .card-project-title, .card-project:hover .card-project-content, .card-project:hover .card-project-caption {
	color: var(--grey-1);
}

.card-project-title {
	text-decoration: none;
    font-weight: bold;
    font-size: 22px;
	color: var(--yellow-1);
}

.card-project-content {
	text-decoration: none;
    font-size: 19px;
	color: var(--yellow-2);
	min-height: 300px;
}

.card-project-caption {
	text-decoration: none;
    font-weight: normal;
    font-size: 16px;
	color: var(--yellow-1);
}



@media (max-width: 1200px) {
	.card-project {
		width: 300px;
	}
	.card-project-content {
		font-size: 17px;
	}

}

@media (max-width: 900px) {
	.card-project {
		width: 300px;
	}

	.card-project-content {
		font-size: 16px;
	}

}

@media (max-width: 800px) {
	.card-project {
		width: 280px;
	}

	.card-project-content {
		font-size: 16px;
	}

}
/* .card.bookcard.left img {
    height: 200px;
} */

/* .card .left {
    width: 22%;
} */

	.proyecto img {
  display: block;
  width: 100%;
}

.proyecto-ilu {
  display: block;
  overflow: hidden;
  position: relative;
}

.proyecto-ilu-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--secondary-light);
  background-color: rgba(45, 49, 67, 0.6);
  transition: opacity 0.3s;
}

.proyecto-ilu:hover .proyecto-ilu-overlay {
  opacity: 1;
}

.proyecto-ilu img {
  transition: transform 0.3s;
}

.proyecto-ilu:hover img {
  transform: scale(1.05);
}


	.team-container {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
	width: 100%;
}

.team-image-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 330px;
	min-width: 330px;
	padding-top: 3rem;
	margin-left: 2rem;
}

.team-image-1 {
	width: 85px;
	min-width: 330px;
	height: 90px;
	object-fit: cover;
}

.team-image-2 {
	min-width: 330px;
	height: 80px;
	width: 90px;
}

.team-image-3 {
	min-width: 100px;
	height: 132px;
	width: 90px;
}

.team-image-4 {
	min-width: 100px;
	height: 98px;
	width: 85px;
}

.team-image-5 {
	min-width: 130px;
	height: 72px;
	width: 86px;
}

.team-image-6 {
	width: 88px;
	min-width: 330px;
	height: 82px;
}

.team-image-7 {
	width: 88px;
	min-width: 330px;
	height: 89px;
}

.team-description {
	font-size: var(--text-base);
	width: 90%;
	font-weight: 300;
	margin-top: 0.5rem;
}

.team {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 4rem;
	// background-color: var(--grey-1);
	// background-color: rgba(25, 86, 69, 0.2);
	background-color: rgba(0,0,0,0.1);
	padding: 2rem 1rem 1rem 2rem;
	border-radius: 10px;
}

.team-member {
	font-family: Rufina;
	color: var(--yellow-1);

}

.team-description-container {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
}

@media (max-width: 700px) {
	.team {
		flex-direction: column;
		gap: 1rem;
		padding: 1rem 1rem 1rem 2rem;
	}

	.team-image-container {
		margin-bottom: -4rem;
	}

	.team-description-container {
		padding-top: 0rem;
		margin-bottom: 2rem;
	}
}

	.page-title {
	position: relative;
	color: var(--yellow-2);
  }

  .page-subtitle {
	color: var(--yellow-2);
  }
  
  .page-title .text-headline {
	margin-top: 20vh;
	line-height: 1;
  }

  .page-leadin {
	margin: 13rem 0 0 3.5rem;
	color: var(--content);
	padding-left: 2rem;
  }

  .page-leadin--small {
	margin: 10rem 0 0 3.5rem;
	color: var(--content);
	padding-left: 2rem;
  }

  .page-leadin--left {
	margin: 4rem 0rem 0rem 0rem;
	color: white;
  }

  .page-content {
	margin: 4rem 0;
	color: var(--content);
  }
  
  .page-content-section {
	  position: relative;
	  color: var(--content);
		
	}
  
  .page {
	padding-top: 20vh;
	padding-bottom: 10vh;
    height: min-content;
    position: sticky;
    top: 0;
  }

  .page-img {
	position: absolute;
	height: 450px;
	margin: 10% 20%;
	object-position: center;
  }
  
  .page-background {
	background-color: var(--background);
	width: 100%;
  }
  
  .page-container {
	display: flex;
	gap: 2rem;
	margin-top: 8rem;
	margin-bottom: 10vh;
	justify-content: space-between;
  }

  .page-card--small {
	height: 200px;
	width: 200px;
	font-size: 20px;
	max-width: 285px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.1);
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--yellow-1);
	border: 1px solid var(--yellow-1);
	font-family: 'Rufina';
	text-align: center;
  }

  .page-card--large {
	height: 200px;
	width: 350px;
	font-size: 22px;
	font-weight: medium;
	max-width: 285px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.1);
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: var(--yellow-1);
	border: 1px solid var(--yellow-1);
	font-family: 'Rufina';
  }

  .page-card-icon-container {
	min-height: 40px;
  }

  .page-card-icon {
	height: 30px;
	color: var(--yellow-1);
	stroke: var(--yellow-1);
	fill: var(--yellow-1);
  }

  .page-card--small:hover img {
	height: 30px;
	fill: white;
  }

  .page-card-description {
	font-size: 18px;
	color: white;
	margin: 1rem 0rem;
	font-family: 'Lato';
  }

  .page-card-title {
	padding-top: 1rem;
  }

  .page-container > a {
	text-decoration: none !important;
  }

  .page-card--small:hover,   .page-card--large:hover {
	background-color: var(--yellow-1);
	color: var(--grey-1);

  }

  .page-card--large:hover .page-card-description {
	color: var(--grey-1);
	}

  .page-card--red {
	background-color: green;
  }
  /* .quien-soy-foto {
	display: block;
	margin: 0 auto 20px;
	border-radius: 50%;
	width: 200px;
  } */
  
  @media (max-width: 900px) {
	.quien-soy-content {
	  font-size: var(--text-title);
	}
  }
  @media (max-width: 700px) {
	.quien-soy-content {
	  margin-top: 0;
	  margin-bottom: var(--spacer-l);
	}
  }
  
  @media (max-width: 1000px) {
	
	.page-leadin {
		margin: 1rem 0.5rem;

	}
	.page-leadin--left {
		margin-left: 1rem;
	}

	.page-title {
		margin-left: 1rem;
	}
	
	.page-card--small {
		width: 100%;
		max-width: 100%;
	}

	.quien-soy-content {
	  font-size: var(--text-subheader);
	}
  
	.quien-soy-titulo {
	  margin-top: var(--spacer-xl);
	  margin-bottom: var(--spacer-s);
	}
  
	.quien-soy-titulo .text-headline {
	  line-height: 1.5;
	}
  }
  

	.webinar {
	display: flex;
	gap: 4rem;
	margin: 0rem 0 4rem 0;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	background-color: rgba(0,0,0,0.1);
	border-radius: 10px;
	border: 0.5px solid grey;
	padding: 2rem;
}

.webinar-frame {
	border-radius: 10px;
	min-width: 550px;
	min-height: 350px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.webinar-series {
	font-size: 22px;
	color: var(--yellow-1);
	margin-bottom: 1rem;
}

.webinar-buttons {
	display: flex;
	justify-content: space-between;

}

@media screen and (max-width: 1000px) {
	.webinar {
		flex-direction: column;
	}


}

@media screen and (max-width: 600px) {
	.webinar {
		margin: 2rem 0;
		gap: 2rem;
	}
	.webinar-frame {
		min-width: 100%;
		min-width: 370px;
		min-height: 225px;
	}
	.webinar-series {
		font-size: 18px;
	}
}


	.report-container {
	display: flex;
	gap: 4rem;
	width: 100%;
	align-items: center;
	margin: 0 0 4rem 0;
	background-color: rgba(0,0,0,0.1);
	border: 0.5px solid gray;
	border-radius: 10px;
	padding: 2rem;
}

.report-content {
    display: flex;
    gap: 1rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.report-content-all {
    display: flex;
    gap: 2rem;
    width: 100%;
    align-items: center;
	margin-bottom: 2rem;
}

.report-card {
	border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: white;
	transition: all 1s;
	cursor: pointer;
}

.report-card:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition: 1s all;
	/* animation: pulse 0.5s ease-in-out; */
}

.report-title {
	font-size: 22px;
	font-family: 'Rufina';
	color: var(--yellow-1);

}

.report-caption {
    font-weight: normal;
    font-size: 16px;
	text-decoration: none;
	color: var(--text-color);
	margin-bottom: 1rem;

}

.report-img {
	border-radius: 10px;
	width: 260px;
	min-width: 260px;
	transition: 1s all;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.report-img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: 1s all;
}

.report-login {
	font-weight: 400;
    font-size: 16px;
	text-decoration: none;
	color: var(--text-color);
}

.report-buttons {
	display: flex;
	justify-content: space-between;
}

.report-link {
	margin-top: 1rem;
}

.report-link a {
	text-decoration: none;
	color: var(--text-color);

}

.report-link a:hover {
	color: var(--yellow-1);
}

.report-link:focus {
	text-decoration: none;
	color: var(--text-color);
}

.report-popup-container {
	display: flex;
	align-items: center;
	margin: 1rem 0;
}

.report-popup-description {
	padding-left: 2rem;
}

.report-popup-text {
	font-size: 12px;
}

.report-popup-img {
	border-radius: 5px;
	height: 200px;
}

@media (max-width: 500px) {
	.report-container {
		flex-direction: column;
	}
}

	.resource-container {
	display: flex;
	gap: 4rem;
	width: 100%;
	align-items: center;
	margin: 0 0 4rem 0;
	background-color: rgba(0,0,0,0.1);
	border: 0.5px solid gray;
	border-radius: 10px;
	padding: 2rem;
}

.resource-content {
    display: flex;
    gap: 1rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.resource-content-all {
    display: flex;
    gap: 2rem;
    width: 100%;
    align-items: center;
	margin-bottom: 2rem;
}

.resource-card {
	border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: white;
	transition: all 1s;
	cursor: pointer;
}

.resource-card:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition: 1s all;
	/* animation: pulse 0.5s ease-in-out; */
}

.resource-title {
	font-size: 22px;
	font-family: 'Rufina';
	color: var(--yellow-1);
	margin-bottom: 1rem;
}

.resource-img {
	border-radius: 10px;
	width: 350px;
	min-width: 350px;
	transition: 1s all;
}

.resource-img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition: 1s all;
}


.resource-caption {
    font-weight: normal;
    font-size: 16px;
	text-decoration: none;
	color: var(--text-color);
}

.resource-login {
	font-weight: 400;
    font-size: 16px;
	text-decoration: none;
	color: var(--text-color);
}

.resource-link {
	margin-top: 1rem;
}

.resource-link a {
	text-decoration: none;
	color: white;
}

.resource-link a:hover {
	text-decoration: none;
	color: var(--yellow-1);
}

.resource-link:focus {
	text-decoration: none;
	color: white;
}

.resource-popup-container {
	display: flex;
	align-items: center;
	margin: 1rem 0;
}

.resource-popup-description {
	padding-left: 2rem;
}

.resource-popup-text {
	font-size: 12px;
}

.resource-popup-img {
	border-radius: 5px;
	height: 200px;
}

@media (max-width: 500px) {
	.resource-container {
		flex-direction: column;
	}
}

	.article-container {
	display: flex;
    flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2rem;
	width: 100%;
	margin: 4rem 0;
	color: white;
}

.article-container a {
	width: 100%;
}

.article-img {
	width: 70%;
	border-radius: 10px;
}

.article-description {
	font-weight: 300;
	font-size: 19px;
	max-width: 600px;
	margin-left: 4rem;
}

.article-content {
    display: flex;
    gap: 1rem;
    width: 100%;
    align-items: start;
    justify-content: start;
}

.article-content-all {
    display: flex;
    gap: 2rem;
    width: 100%;
    align-items: center;
	margin-bottom: 2rem;
}

.article-link {
	width: 100%;
}

.article-card {
	border-radius: 10px;
    display: flex;
    flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
    gap: 1rem;
    background-color: white;
	transition: all 1s;
	cursor: pointer;
	width: 100%;
	color: black;
	padding: 2rem;
}

.article-card:hover {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	transition: 1s all;
	/* animation: pulse 0.5s ease-in-out; */
}

.article-card--thrive {
	background-image: linear-gradient(white, rgba(228,219,248));
}

.article-card--substack {
	background-image: linear-gradient(white, rgba(234, 241, 232));
}

.article-card--hundred {
	background-image: linear-gradient(white, rgba(163, 39, 134));
}


.article-card--thrive {
	background-image: linear-gradient(white, rgba(228,219,248));
}


.article-publication--thrive {
	width: 150px;
	background-color: #16003f;
	padding: 1rem;
}

.article-publication--substack {
	width: 50px;
	background-color: transparent;
}

.article-publication--hundred {
	width: 150px;
	background-color: transparent;
}

.article-publication--hindustan-times {
	width: 350px;
	background-color: transparent;
}

.article-author-img {
	width: 70px;
	clip-path: circle(45%);
}

.article-author {
	font-weight: light;
	font-size: .9rem;
}

.article-title {
    font-weight: bold;
	font-size: 22px;
	display:flex;
	align-items: center;
	gap: 1rem;
}

.article-date {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	margin-top: 1.5rem;
}
.article-caption {
    font-weight: normal;
    font-size: 16px;
	text-decoration: none;
	color: var(--text-color);
}

.article-login {
	font-weight: 400;
    font-size: 16px;
	text-decoration: none;
	color: var(--text-color);
}

.article-link {
	text-decoration: none;
	color: var(--text-color);
}

.article-link:focus {
	text-decoration: none;
	color: var(--text-color);
}

.article-popup-container {
	display: flex;
	align-items: center;
	margin: 1rem 0;
}

.article-popup-description {
	padding-left: 2rem;
}

.article-popup-text {
	font-size: 12px;
}

.article-popup-img {
	border-radius: 5px;
	height: 200px;
}

	.school-content {
    display: flex;
    gap: rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.school-content-all {
    display: flex;
    gap: 4rem;
    width: 100%;
    align-items: center;
	margin-bottom: 4rem;
}

.school-card {
	border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: transparent;
	transition: all 1s;
	cursor: pointer;
}

.school-card:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: 1s all;
	/* animation: pulse 0.5s ease-in-out; */
}

.school-card-title {
    font-weight: bold;
	font-size: 20px;
}

.school-card-author {
	margin-bottom: 1rem;
}

.school-card-caption {
    font-weight: normal;
    font-size: 16px;
	text-decoration: none;
	color: var(--text-color);
}

.school-img {
	border-radius: 5px;
	width: 450px;
	min-width: 450px;
}

.school-login {
	font-weight: 400;
    font-size: 16px;
	text-decoration: none;
	color: var(--text-color);
}

.school-link {
	margin-top: 1rem;
	text-decoration: none;
	color: var(--text-color);
	font-size: 17px;
}

.school-link:focus {
	text-decoration: none;
	color: var(--text-color);
}

.school-popup-container {
	display: flex;
	align-items: center;
	margin: 1rem 0;
}

.school-popup-description {
	padding-left: 2rem;
}

.school-popup-text {
	font-size: 12px;
}

.school-popup-img {
	border-radius: 5px;
	height: 200px;
}

@media (max-width: 500px) {
	.school-content-all {
		flex-direction: column;
	}
}

	.initiative-content {
    display: flex;
    gap: 1rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.initiative-content-all {
    display: flex;
    gap: 4rem;
    width: 100%;
    align-items: center;
	margin-bottom: 4rem;
}

.initiative-card {
	border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: transparent;
	transition: all 1s;
	cursor: pointer;
}

.initiative-card:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: 1s all;
	/* animation: pulse 0.5s ease-in-out; */
}

.initiative-card-title {
    font-weight: bold;
	font-size: 20px;
}

.initiative-card-author {
	margin-bottom: 1rem;
}

.initiative-card-caption {
    font-weight: normal;
    font-size: 16px;
	text-decoration: none;
	color: var(--text-color);
}

.initiative-img {
	border-radius: 10px;
	width: 500px;
	min-width: 450px;
}

.initiative-login {
	font-weight: 400;
    font-size: 16px;
	text-decoration: none;
	color: var(--text-color);
}

.initiative-link {
	margin-top: 1rem;
	text-decoration: none;
	color: var(--text-color);
	font-size: 17px;
}

.initiative-link:focus {
	text-decoration: none;
	color: var(--text-color);
}

.initiative-popup-container {
	display: flex;
	align-items: center;
	margin: 1rem 0;
}

.initiative-popup-description {
	padding-left: 2rem;
}

.initiative-popup-text {
	font-size: 12px;
}

.initiative-popup-img {
	border-radius: 5px;
	height: 200px;
}

@media (max-width: 500px) {
	.initiative-content-all {
		flex-direction: column;
		img {
			width: 100%;
			min-width: 100%;
		}
	}
}

	.work-container {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

	.service-card {
	border-radius: 10px;
	background-color: rgba(0,0,0,0.1);
	width: 500px;
	min-width: 500px;
	height: 600px;
	min-height: 605px;
	border: 0.5px solid grey;
}

.service-container {
	margin-top: 4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
	justify-items: start;
	gap: 4rem;

}

.service-title {
	color: var(--yellow-1);
	font-family: Rufina;
	font-size: 22px;
}

.service-img {
	border-radius: 10px 10px 0 0;
	object-fit: cover;
	width: 100%;
	height: 250px;
}

.service-img--top {
	object-position: top;
}

.service-img--bottom {
	object-position: bottom;
}

.service-img--wide {
	clip-path: inset(10px 20px 30px 40px);
}

.service-img--tall {
	clip-path: inset(10px 20px 30px 40px);
}

.service-content {
	padding: 2rem;
}

@media (max-width: 500px) {
	.service-card {
		min-width: 0px;
		width: 100%;
		min-height: 670px;
	}
}


	.announcement {
	/* CSS properties and values */
	margin: 4rem 0;
}

.announcement__links {
	display: flex;
	justify-content: space-between;
	gap: 1rem;

}

@media (max-width: 500px) {
	.announcement__links {
		flex-direction: column;
		gap: 1rem;
	}
}


	.client-content {
    display: flex;
    gap: 1rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.client-content-all {
    display: flex;
    gap: 4rem;
    width: 100%;
    align-items: center;
	margin-bottom: 4rem;
}

.client-card {
	border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: transparent;
	transition: all 1s;
	cursor: pointer;
}

.client-card:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: 1s all;
	/* animation: pulse 0.5s ease-in-out; */
}

.client-card-title {
    font-weight: bold;
	font-size: 20px;
}

.client-card-author {
	margin-bottom: 1rem;
}

.client-card-caption {
    font-weight: normal;
    font-size: 16px;
	text-decoration: none;
	color: var(--text-color);
}

.client-img {
	border-radius: 10px;
	width: 450px;
	min-width: 450px;
}

.client-login {
	font-weight: 400;
    font-size: 16px;
	text-decoration: none;
	color: var(--text-color);
}

.client-link {
	margin-top: 1rem;
	text-decoration: none;
	color: var(--text-color);
	font-size: 17px;
}

.client-link:focus {
	text-decoration: none;
	color: var(--text-color);
}

.client-popup-container {
	display: flex;
	align-items: center;
	margin: 1rem 0;
}

.client-popup-description {
	padding-left: 2rem;
}

.client-popup-text {
	font-size: 12px;
}

.client-popup-img {
	border-radius: 5px;
	height: 200px;
}

@media (max-width: 500px) {
	.client-content-all {
		flex-direction: column;
		img {
			min-width: 100%;
			width: 100%;
		}
	}
}

	.partner-container {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
	width: 100%;
	color: white;
}

.partner-image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	min-width: 300px;
	padding-bottom: 2rem;
}

.partner-img {
	width: 200px;
	border-radius: 10px;
	object-fit: cover;
	margin-right: 1rem;
}

.partner-description {
	font-size: var(--text-base);
	width: 70%;
	font-weight: 300;
	margin-top: 0.5rem;
	padding-bottom: 2rem;
}

.partner {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 4rem;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 4rem 1rem 1rem 4rem;
	border-radius: 10px;
}

.partner-title {
	font-size: var(--text-2xl);
	font-weight: 500;
	font-family: Rufina;
	color: var(--yellow-1);
	font-size: 22px;
}

@media (max-width: 700px) {
	.partner {
		flex-direction: column;
		padding: 2rem 1rem 1rem 2rem;
	}
	.partner-image-container {
		width: 100%;
		padding: 0;
		a {
			display: flex;
			justify-content: center;
			width: 100%;
			img {
				width: 50%;
				margin: 0 auto;
			}
		}
	}
	.partner-description {
		width: 100%;
	}
	.partner-title {
		font-size: 18px;
	}
	.partner-img {
		width: 100px;
	}
}


	.publication-container {
	padding: 5rem;
	margin-top: 10vh;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	margin-bottom: 10vh;
	height: 500px;
  }


  .publication-list {
	margin: 2rem 0;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	gap: 4rem;
	/* position: relative; */
	height: 500px;
  }

  .publication-tags {
	margin-top: 3rem;
	color: white;
	cursor: pointer;
	position: relative;
	justify-content: space-between;
	position: relative;
	height: 800px;
	display: flex;
	gap: 2rem;
	/* flex-wrap: wrap; */
  }

  .publication-category {
	padding: 1rem;
	border-radius: 10px;
	position: absolute;
	min-height: 200px;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	min-width: 100%;
  }

  .publication-category::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	padding: 1rem;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.2;
	z-index: 0;
  }

.publication-tag-container {
	display: flex;
	gap: 2rem;
}

.publication-tags--mobile {
	display: none;
}

.publication-category-tag-social,
.publication-category-tag-emotional,
.publication-category-tag-spiritual,
.publication-category-tag-cerebral,
.publication-category-tag-physical {
   position: relative;
}

#publication-category-list {
	display: flex;
	width: 500px;
	height: 502px;
	border-radius: 10px;
	min-height: 500px;
}

#publication-category-social,
#publication-category-emotional,
#publication-category-spiritual,
#publication-category-cerebral,
#publication-category-physical {
	display: none;
	width: 500px;
	height: 500px;
	border-radius: 10px;
  }

  .publication-category-tag-social {
	background-image: linear-gradient(rgba(59,89,152,1), rgba(59,89,152,0.5)), url('http://www.pallavanlearningsystems.com/portal/home/assets/images/categories/social.jpg');
	background-size: cover;
  }

  .publication-category-tag-emotional {
	background-image: linear-gradient(rgba(231,76,60,1), rgba(231,76,60,0.5)), url('http://www.pallavanlearningsystems.com/portal/home/assets/images/categories/emotion.jpg');
	background-size: cover;
  }

  .publication-category-tag-spiritual {
	background-image: linear-gradient(rgb(46, 204, 109), rgba(46,204,113,0.5)), url('http://www.pallavanlearningsystems.com/portal/home/assets/images/categories/spiritual.jpg');
	background-size: cover;
  }

  .publication-category-tag-cerebral {
	background-image: linear-gradient(rgba(211, 166, 42, 0.995), rgba(241,196,15,0.5)), url('http://www.pallavanlearningsystems.com/portal/home/assets/images/categories/cerebral.jpg');
	background-size: cover;
	background-repeat: no-repeat;
  }

  .publication-category-tag-physical {
	background-image: linear-gradient(rgba(52,152,219,1), rgba(52,152,219,0.5)), url('http://www.pallavanlearningsystems.com/portal/home/assets/images/categories/physical.jpg');
	background-size: cover;
  }

  .publication-category-tag-social:hover,   .publication-category-tag-emotional:hover,
  .publication-category-tag-spiritual:hover,   .publication-category-tag-cerebral:hover,
  .publication-category-tag-physical:hover {
	filter: brightness(1.1);
  }

  .page-card--small.publication-category-tag-social:focus ~ #publication-category-list #publication-category-social,
 
  .page-card--small.publication-category-tag-emotional:focus ~ #publication-category-list #publication-category-emotional,
  .page-card--small.publication-category-tag-spiritual:focus ~  #publication-category-list #publication-category-spiritual,
  .page-card--small.publication-category-tag-cerebral:focus ~ #publication-category-list #publication-category-cerebral,
  .page-card--small.publication-category-tag-physical:focus ~ #publication-category-list #publication-category-physical,
  .page-card--small.publication-category-tag-social:active ~ #publication-category-list #publication-category-social,
  .page-card--small.publication-category-tag-emotional:active ~ #publication-category-list #publication-category-emotional,
  .page-card--small.publication-category-tag-spiritual:active ~  #publication-category-list #publication-category-spiritual,
  .page-card--small.publication-category-tag-cerebral:active ~ #publication-category-list #publication-category-cerebral,
  .page-card--small.publication-category-tag-physical:active ~ #publication-category-list #publication-category-physical,
  .page-card--small.publication-category-tag-social:target ~ #publication-category-list #publication-category-social,
  .page-card--small.publication-category-tag-emotional:target ~ #publication-category-list #publication-category-emotional,
  .page-card--small.publication-category-tag-spiritual:target ~  #publication-category-list #publication-category-spiritual,
  .page-card--small.publication-category-tag-cerebral:target ~ #publication-category-list #publication-category-cerebral,
  .page-card--small.publication-category-tag-physical:target ~ #publication-category-list #publication-category-physical,
  .page-card--small.publication-category-tag-social:hover ~ #publication-category-list #publication-category-social,
  .page-card--small.publication-category-tag-emotional:hover ~ #publication-category-list #publication-category-emotional,
  .page-card--small.publication-category-tag-spiritual:hover ~  #publication-category-list #publication-category-spiritual,

  #publication-category-list #publication-category-social:focus,
  #publication-category-list #publication-category-social:active,
  #publication-category-list #publication-category-social:target,
  #publication-category-list #publication-category-social:hover,
  #publication-category-list #publication-category-social:visited,
  #publication-category-list #publication-category-social:link,
  #publication-category-list #publication-category-emotional:active,
  #publication-category-list #publication-category-emotional:focus,
  #publication-category-list #publication-category-emotional:target,
  #publication-category-list #publication-category-emotional:hover,
  #publication-category-list #publication-category-emotional:visited,
  #publication-category-list #publication-category-emotional:link,
  #publication-category-list #publication-category-spiritual:active,
  #publication-category-list #publication-category-spiritual:focus,
  #publication-category-list #publication-category-spiritual:target,
  #publication-category-list #publication-category-spiritual:hover,
  #publication-category-list #publication-category-spiritual:visited,
  #publication-category-list #publication-category-spiritual:link,
  #publication-category-list #publication-category-cerebral:active,
  #publication-category-list #publication-category-cerebral:focus,
  #publication-category-list #publication-category-cerebral:target,
  #publication-category-list #publication-category-cerebral:hover,
  #publication-category-list #publication-category-cerebral:visited,
  #publication-category-list #publication-category-cerebral:link,
  #publication-category-list #publication-category-physical:active,
  #publication-category-list #publication-category-physical:focus,
  #publication-category-list #publication-category-physical:target,
  #publication-category-list #publication-category-physical:hover,
  #publication-category-list #publication-category-physical:visited,
  #publication-category-list #publication-category-physical:link
   {
	display: flex;
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
  }


// .page-card--small.publication-category-tag-social:active ~  #publication-category-list #publication-category-social,
// .page-card--small.publication-category-tag-emotional:active ~ #publication-category-list #publication-category-emotional,
// .page-card--small.publication-category-tag-spiritual:active ~ #publication-category-list #publication-category-spiritual,
// .page-card--small.publication-category-tag-cerebral:active ~ #publication-category-list #publication-category-cerebral,
// .page-card--small.publication-category-tag-physical:active ~ #publication-category-list #publication-category-physical {
// 	display: flex;
// 	position: absolute;
// 	top: 200px;
// 	left: 0;
// 	width: 100%;
// 	color: white;
//   }

  .scrollArea {
	background-color: rgba(51,79,66, 0.8);
	border: 1px solid rgba(51,79,66, 0.8);
	border-radius: 0px 10px 10px 0;
  }
  /* .publication-category-tag-social.is-active  #publication-category-social body {
	position: fixed;
  } */
  .publication-category a {
	z-index: 2;
  }

  .publication-category-title {
	font-weight: bold;
	font-size: 1.2rem;
	padding: 0.5rem 1rem;
	width: 20%;
	border-radius: 10px 0 0 10px;
	color: white;
  }

  .publication-scroll {
	max-height: 500px !important;
	width: 100%;
  }

  .publication-scroll a:hover{
	color: white;
  }

  /* .publication-category:hover {
	filter: darken(0.2);
  } */

  .publication-author {
	position: relative;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1rem;
	color: var(--yellow-2);
  }

.publication-title {
	position: relative;
	color: var(--yellow-2);
	font-size: 2rem;
  }

  .publication-subtitle {
	color: var(--yellow-2);
  }
  
  .publication-title .text-headline {
	margin-top: 20vh;
	line-height: 1;
  }

  .publication-leadin {
	margin: 20vh 0;
	color: var(--content);
  }

  .publication-content {
	color: black;
	padding: 2rem;
	border-radius: 10px;
	background-color: white;
	/* max-height: 1000px;
	overflow-y: auto; */
  }
  
  .publication-content-section {
	  position: relative;
	  color: var(--content);

	}
  
  .publication {
	padding-top: 20vh;
	padding-bottom: 10vh;
    height: min-content;
    position: sticky;
    top: 0;
  }

  .publication-img {
	position: absolute;
	height: 450px;
	margin: 10% 20%;
	object-position: center;
  }
  
  .publication-background {
	background-color: var(--background);
	width: 100%;
  }
  
  .publication-container {
	display: flex;
	gap: 2rem;
	margin-bottom: 10vh;
	justify-content: space-between;
  }

  .publication-category-tag {
	display: block;
	width: 350px;
	border-radius: 5px;
	padding: 0.5rem 1rem;
	font-weight: 600;
	object-fit: cover;
  }

  /* .publication-category-tag:hover {
	filter: brightness(1.2);
	color: white;
 } */

  .publication-card {
	height: 200px;
	max-width: 285px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.1);
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--yellow-1);
	border: 1px solid var(--yellow-1);
  }

  .publication-container > a {
	text-decoration: none !important;
  }

  .publication-card:hover {
	background-color: var(--yellow-1);
	color: var(--grey-1);

  }

  .publication-card--red {
	background-color: green;
  }
  /* .quien-soy-foto {
	display: block;
	margin: 0 auto 20px;
	border-radius: 50%;
	width: 200px;
  } */
  
  .contentArea li {
	margin: 2rem 2rem !important;
  }

  .contentArea li:hover a, .contentArea li:hover {
	color: var(--yellow-1);
	font-weight: 400;
  }

  @media (max-width: 900px) {
	.quien-soy-content {
	  font-size: var(--text-title);
	}
  }

  @media (max-width: 700px) {
	.quien-soy-content {
	  margin-top: 0;
	  margin-bottom: var(--spacer-l);
	}
  }
  
  @media (max-width: 500px) {
	.page-title {
		margin-left: 0;
	}
	.publication-category-tag {
		font-size: 24px;

	}

	.publication-category-tag-social,
	.publication-category-tag-emotional,
	.publication-category-tag-spiritual,
	.publication-category-tag-cerebral,
	.publication-category-tag-physical {
		width: 100%;
		height: 500px;
		position: relative;
		backdrop-filter: brightness(0.8);
	}

	#publication-category-social--mobile,
	#publication-category-emotional--mobile,
	#publication-category-spiritual--mobile,
	#publication-category-cerebral--mobile,
	#publication-category-physical--mobile {
		display: inline-block;
		width: 115%;
		height: 500px;
		margin-left: -5%;
		margin-right: 2%;
		padding: 0.5rem;
  	}

	/* .page-card--small.publication-category-tag-social.is-active ~ #publication-category-list--mobile #publication-category-social--mobile,
	.page-card--small.publication-category-tag-emotional.is-active ~ #publication-category-list--mobile #publication-category-emotional--mobile,
	.page-card--small.publication-category-tag-spiritual.is-active ~  #publication-category-list--mobile #publication-category-spiritual--mobile,
	.page-card--small.publication-category-tag-cerebral.is-active ~ #publication-category-list--mobile #publication-category-cerebral--mobile,
	.page-card--small.publication-category-tag-physical.is-active ~ #publication-category-list--mobile #publication-category-physical--mobile {
	  display: flex;
	  position: absolute;
	  top: 0px;
	  left: 0;
	  width: 100%;
	} */
  
	.publication-tags--mobile {
		display: flex;
		width: 100%;
		margin: 2rem 0;
	}

	.publication-tags {
		display: none;
	}

	#publication-category-list--mobile {
		height: 300px;
		position: relative;
		top: 0px;
		left: 0;
		width: 100%;
		color: white;
	}
	.publication-category-title {
		display: none;
	}
	.publication-tag-container {
		flex-direction: column;
		gap: 1rem;
		width: 100%
	}

	.publication-category-tag-social,
	.publication-category-tag-emotional,
	.publication-category-tag-spiritual,
	.publication-category-tag-cerebral,
	.publication-category-tag-physical {
		width: 100%;
		height: 500px;
		position: relative;
	}

	.publication-scroll {
		padding-bottom: 10rem;
  		padding-right: 2rem;
	}

	.publication-category-tag-social {
		background-image: linear-gradient(rgba(59,89,152,1), rgba(0,0,0,0.7)), url('http://www.pallavanlearningsystems.com/portal/home/assets/images/categories/social.jpg');
		background-size: cover;
	  }
	
	  .publication-category-tag-emotional {
		background-image: linear-gradient(rgba(231,76,60,1),rgba(0,0,0,0.6)), url('http://www.pallavanlearningsystems.com/portal/home/assets/images/categories/emotion.jpg');
		background-size: cover;
	  }
	
	  .publication-category-tag-spiritual {
		background-image: linear-gradient(rgb(46, 204, 109), rgba(0,0,0,0.6)), url('http://www.pallavanlearningsystems.com/portal/home/assets/images/categories/spiritual.jpg');
		background-size: cover;
	  }
	
	  .publication-category-tag-cerebral {
		background-image: linear-gradient(rgba(211, 166, 42, 1), rgba(0,0,0,0.5)), url('http://www.pallavanlearningsystems.com/portal/home/assets/images/categories/cerebral.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	  }
	
	  .publication-category-tag-physical {
		background-image: linear-gradient(rgba(52,152,219,1), rgba(0,0,0,0.5)), url('http://www.pallavanlearningsystems.com/portal/home/assets/images/categories/physical.jpg');
		background-size: cover;
	  }

	/* .page-card--small.publication-category-tag-social.is-active > #publication-category-list--mobile #publication-category-social,
	.page-card--small.publication-category-tag-emotional.is-active > #publication-category-list--mobile #publication-category-emotional,
	.page-card--small.publication-category-tag-spiritual.is-active >  #publication-category-list--mobile #publication-category-spiritual,
	.page-card--small.publication-category-tag-cerebral.is-active > #publication-category-list--mobile #publication-category-cerebral,
	.page-card--small.publication-category-tag-physical.is-active > #publication-category-list--mobile #publication-category-physical {
	  display: flex;
	  position: absolute;
	  top: -100px;
	  left: 0;
	  width: 100%;
	} */
	.quien-soy-content {
	  font-size: var(--text-subheader);
	}
  
	.quien-soy-titulo {
	  margin-top: var(--spacer-xl);
	  margin-bottom: var(--spacer-s);
	}
  
	.quien-soy-titulo .text-headline {
	  line-height: 1.5;
	}
  }
  
  .publication-announcement {
	font-size: 1rem;
	color: white;
	border: 1px solid white;
	width: 1000px;
	padding: 1rem;
	background-color: rgba(0,0,0,0.5);
	border-radius: 10px;
  }

	.essay-container {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 4rem;
	color: white;
	width: 800px;
	padding: 2rem 0;
	cursor: move;
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
       a {
            cursor: pointer;
        }

}

.essay-list-title:hover {
	color: var(--yellow-1);
}

/* .essay-container a {
	margin: 2rem 0;
} */

.essay-list-title {
	font-weight: medium;
}

.essay-list-subtitle {
	font-weight: medium;

}

.essay-list-author {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 0.8rem;
}

/* .essay-body-active {
	overflow-y: hidden;
} */

	/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
  }
  
  /* Tooltip text */
  .tooltip .tooltiptext {
	visibility: hidden;
	font-size: 12px;
	width: 250px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
  
	/* Position the tooltip text */
	position: absolute;
	z-index: 1;
	bottom: -170%;
	left: -175px;
	/* margin-right: 300px;
   */
	/* Fade in tooltip */
	opacity: 0;
	transition: opacity 0.3s;
  }

  .tooltiptext.tooltip-large {
	width: 520px;
	left: -330px;
  }
  
  /* Tooltip arrow */
  .tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #555 ;
	opacity: 0;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 0.95;
  }

