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


*, *:after, *:before { 
  box-sizing: border-box;
}
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

html, body, .container, .header {
	height: 100%;
}


/* brand */
.label-head-brand {
	flex: 1;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	margin-top: 5px;
  }
  
  .label-head-brand .brand-logo {
	display: initial;
	max-width: 100px;
	vertical-align: middle;
	margin-top: -5px;
  }
  
  
  @media only screen and (min-width: 768px) {
   
  
	.label-head-brand {
	  margin-bottom: 16px;
	  margin-left:-7px;
	}
  
	.label-head-brand .brand-logo {
	  max-width: 70px;
	}
  }
  /* brand */
  

  /* navbar */
  .navbar {
	overflow: hidden;
	background-color: #fff;
	box-shadow:  1px 1px 15px 1px rgba(100, 100, 111, 0.15);
	padding: 12px;
	z-index: 99;
	display: block;
	margin-bottom: 20px;
  }
  
  .navbar-link {
	display: flex;
  }
  
  .navbar .navbar-logo {
	width: 100%;
	height: auto;
	max-height: 27px;
  }
  
  .navbar.sticky {
	position: relative;
	top: 34px;
	width: 150px;
	border-top-right-radius: 34px;
	border-bottom-right-radius: 34px;
	transition: all 0.1s cubic-bezier(.25, .8, .25, 1);
  }
  
  .navbar.sticky-full {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 8px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  }

body {
	background: #fff;
	color: #333;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.5;
	font-family: 'Red Hat Display', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

.demo {
	background: #fff;
	color: #333;
}
a {
	outline: none;
	color: #cf4a5c;
	text-decoration: none;
}
a:hover, a:focus {
	color: #333;
}
/* To Navigation Style */
.codrops-top {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.6em;
	padding: 0 32px;
	letter-spacing: 1px;
	z-index: 10000;
}

.codrops-top a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	transform: translateY(20px);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}
body #cdawrap {
	top: 52px;
}

/* Header */
.header {
	position: relative;
	margin: 0 auto;
	min-height: 560px;
	width: 100%;
}

.bg-img {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-image: url(../img/background.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #e4b15e;
}

@media (max-width: 480px) {

.bg-img {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-image: url(../img/background.jpg);
	background-size: 120%;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #e4b15e;
}
}

.bg-img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	min-width: 100%;
	min-height: 100%;
}

.title {
	z-index: 1000;
	margin: 0 auto;
	padding: 0 1.15em;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.demo .content .title h1, .demo .content-slim .title h1 {
	padding: 0 0 0.2em;
	color: #fff;
	font-weight: 900;
	font-size: 2em;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 480px) {

.demo .content .title h1, .demo .content-slim .title h1  {
	padding: 0 0 0.2em;
	color: #fff;
	font-weight: 900;
	font-size: 4em;
	line-height: 1.2em;
	margin: -70px auto 0 auto !important;
	text-align: center;
}

}

.demo .content .title h1 span, .demo .content-slim .title h1 span {
	font-weight: 600;
}
.modify .content .title h1, .modify .content-slim .title h1 {
  color: #333;
  margin: 0 auto !important;
}

.title p {
	color: #fff;
	padding: 0 0 0.6em;
	font-weight: 300;
	font-size: 0.85em;
	margin: 0 auto;
}

.title h1,
.title p.subline {
	line-height: 1;
}

.title p.subline {
	font-size: 1.75em;
}

p {
	font-weight: 400;
	font-size: .85em;
	color: #333;
}


p span{
	font-weight: 900;
	font-size: 1.3em;
	color: #333;
}

.imagen{
	width: 100%;
	text-align: center;
	align-items: center;
	display: block;
}

.imagen img{
	width: 50%;
	text-align: center;
}

ul {
	font-weight: 400;
	font-size: .85em;
	color: #333;
}

li{
	list-style: disc outside;
	margin: 15px 0;
	line-height: normal;
}


@media (max-width: 480px) {



ul {
	font-weight: 400;
	font-size: .85em !important;
	color: #333;
}

li{
	list-style: disc outside;
	margin: 15px 0;
	line-height: normal;
}


.title {
	z-index: 1000;
	margin: 0 auto;
	padding: 0 1.15em;
	width: 100%;
	text-align: center;
	position: absolute;
	top: -50% !important;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}


.title p {
	color: #fff;
	padding: 0 0 0.6em;
	font-weight: 300;
	font-size: 0.85em;
	margin: 0 auto;
}

.title h1,
.title p.subline {
	line-height: 1;
}

.title p.subline {
	font-size: 1.75em;
}

p {
	font-weight: 400;
	font-size: 1.8em;
	color: #333;
}


p span{
	font-weight: 900;
	font-size: 1.3em;
	color: #333;
}

p img{
	width: 80%;
	text-align: center;
}

ul {
	font-weight: 400;
	font-size: 1.8em;
	color: #333;
}

li{
	list-style: disc outside;
	margin: 15px 0;
	line-height: normal;
}
}

/* Trigger Button */
button.trigger {
	position: fixed;
	bottom: 40px;
	left: 50%;
	z-index: 5000;
	display: block;
	margin-left: -75px;
  	width: 150px;
	padding: 0;
	border: none;
	background: transparent;
	color: white;
	font-size: .775em;
	cursor: pointer;
}

.container:not(.notrans) button.trigger {
	transition: opacity 0.3s 0.5s;
}

.container.modify:not(.notrans) button.trigger {
	opacity: 0;
	pointer-events: none;
	transition-delay: 0s;
}

button.trigger:focus {
	outline: none;
}





.keyhole {
	position: fixed;
	inset: 0;
	pointer-events: none;
	background: #fff;
	-webkit-clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
			clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
	z-index: 1;
  }
  
  button.trigger.arrow {
	position: relative;
	top: 72.5vh;
	left: 50%;
	z-index: 2;
	width: 20px;
	height: 20px;
	-webkit-animation: float 1s ease-in-out infinite alternate both;
			animation: float 1s ease-in-out infinite alternate both;
  }
button.trigger svg {
	transform: rotate(90deg);
	stroke: #fff;
	width: 2rem;
	margin-left: -1rem;
	height: auto;
  }

/* Conent */
.content, .content-slim {
	margin: 0 auto;
	padding: 0 0 3em;
}

.content > div:not(.title), .content-slim > div:not(.title) {
	margin: -80px auto 0;
	max-width: 900px;
	padding: 0 1.25em;
}

@media (max-width: 480px) {
	.content > div:not(.title), .content-slim > div:not(.title) {
		margin: -80px auto 0;
		max-width: 900px;
		padding: 0 1.25em;
	}

	.content > div:not(.title) p:first-child, .content-slim > div:not(.title) p{
		font-size: .85em;
	}

	
	
}

/*
.content > div:not(.title) p, .content-slim > div:not(.title) p {
	margin: 0 auto 1.5em auto;
	font-size: .85em;
}



.content > div:not(.title) p:first-child, .content-slim > div:not(.title) p:first-child {
	font-size: .85em;
}
*/

.content blockquote, .content-slim blockquote {
	padding: 0.25em;
	font-style: italic;
	font-size: 1.65em;
	font-family: 'Red Hat Display', sans-serif;
	line-height: 1.4;
}

.content blockquote::before, .content-slim blockquote::before {
	content: '\201C';
}

.content blockquote::after, .content-slim blockquote::after {
	content: '\201D';
}

/***** Individual effects *****/

/* -------------------------- */
/* Jam 3 */
/* -------------------------- */
.intro-effect-jam3:not(.notrans) .bg-img {
	transition-property: top, left, right, bottom;
}

.intro-effect-jam3:not(.notrans) .header h1,
.intro-effect-jam3:not(.notrans) .codrops-top a {
	transition-property: color;
}

.intro-effect-jam3:not(.notrans) .codrops-demos a {
	transition-property: border-color, color;
}

.intro-effect-jam3:not(.notrans) .header p {
	transition-property: color, opacity, transform;
}

.intro-effect-jam3:not(.notrans) .content > div, .intro-effect-jam3:not(.notrans) .content-slim > div {
	transition-property: opacity, transform;
}

.intro-effect-jam3:not(.notrans) .bg-img,
.intro-effect-jam3:not(.notrans) .header h1,
.intro-effect-jam3:not(.notrans) .codrops-top a,
.intro-effect-jam3:not(.notrans) .codrops-demos a,
.intro-effect-jam3:not(.notrans) .content > div,
.intro-effect-jam3:not(.notrans) .content-slim > div {
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.intro-effect-jam3:not(.notrans) .header p,
.intro-effect-jam3:not(.notrans) .header p.subline,
.intro-effect-jam3:not(.notrans) .content > div,
.intro-effect-jam3:not(.notrans) .content-slim > div {
	transition-duration: 0.2s;
}

.intro-effect-jam3.modify:not(.notrans) .header p,
.intro-effect-jam3.modify:not(.notrans) .header p.subline,
.intro-effect-jam3.modify:not(.notrans) .content > div,
.intro-effect-jam3.modify:not(.notrans) .content-slim > div {
	transition-duration: 0.5s;
}

.intro-effect-jam3 .codrops-demos a {
	color: #fff;
}

.intro-effect-jam3 .codrops-demos a.current-demo {
	border-color: #fff;
}

.intro-effect-jam3.modify .codrops-demos a {
	color: #c03b5d;
}

.intro-effect-jam3.modify .codrops-demos a.current-demo {
	border-color: #c03b5d;
}

.intro-effect-jam3.container {
	padding: 45px 30px;
}

.intro-effect-jam3 .bg-img {
	top: -45px;
	right: -30px;
	bottom: -45px;
	left: -30px;
	background: #514753;
}

.intro-effect-jam3.modify .bg-img {
	top: 0;
	right: 0;
	bottom: 85%;
	left: 0;
}

.intro-effect-jam3.modify .header h1 {
	color: #333;
}

.intro-effect-jam3 .header p {
	color: #333;
	opacity: 0;
	transform: translateY(150px);
}

.intro-effect-jam3.modify .header p {
	opacity: 1;
	transform: translateY(0);
}

.intro-effect-jam3 .content {
	padding: 0 5em 5em;
}

.intro-effect-jam3 .header,
.intro-effect-jam3 .content,
.intro-effect-jam3 .content-slim {
	background: #fff;
}

.intro-effect-jam3 .content > div,
.intro-effect-jam3 .content-slim > div {
	opacity: 0;
	transform: translateY(150px);
}

.intro-effect-jam3.modify .content > div,
.intro-effect-jam3.modify .content-slim > div {
	opacity: 1;
	transform: translateY(0);
}

.intro-effect-jam3.modify .codrops-top a {
	color: #333;
}

/* Delays */
.intro-effect-jam3.modify:not(.notrans) .header p:nth-last-child(2) {
	transition-delay: 0.1s;
}

.intro-effect-jam3.modify:not(.notrans) .header p:last-child {
	transition-delay: 0.15s;
}

.intro-effect-jam3.modify:not(.notrans) .content > div,
.intro-effect-jam3.modify:not(.notrans) .content-slim > div {
	transition-delay: 0.2s;
}

/* -------------------------- */
/* Faded gradient */
/* -------------------------- */

.intro-effect-fadeout:not(.notrans) .bg-img {
	transition-property: transform;
}

.intro-effect-fadeout:not(.notrans) .bg-img::after {
	transition-property: opacity;
}

.intro-effect-fadeout:not(.notrans) .header h1 {
	transition-property: color;
}

.intro-effect-fadeout:not(.notrans) .header p,
.intro-effect-fadeout:not(.notrans) .content > div,
.intro-effect-fadeout:not(.notrans) .content-slim > div {
	transition-property: transform, opacity;
}

.intro-effect-fadeout:not(.notrans) .bg-img,
.intro-effect-fadeout:not(.notrans) .bg-img::after,
.intro-effect-fadeout:not(.notrans) .header h1,
.intro-effect-fadeout:not(.notrans) .header p,
.intro-effect-fadeout:not(.notrans) .content > div,
.intro-effect-fadeout:not(.notrans) .content-slim > div {
	transition-duration: 0.5s;
}

.intro-effect-fadeout .header {
	overflow: hidden;
}

.intro-effect-fadeout.modify .bg-img {
	transform: translateY(-25%);
}

.intro-effect-fadeout .bg-img::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 101%;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.intro-effect-fadeout.modify .bg-img::after {
	opacity: 1;
}

.intro-effect-fadeout .title {
	text-align: left;
	max-width: 900px;
}

.intro-effect-fadeout.modify .header h1,
.intro-effect-fadeout .header p {
	color: #333;
}

.intro-effect-fadeout .header p {
	opacity: 0;
}

.intro-effect-fadeout .header p:nth-child(2) {
	transform: translateX(150px);
}

.intro-effect-fadeout .header p:nth-child(3) {
	transform: translateX(-150px);
}

.intro-effect-fadeout.modify .header p:nth-child(2),
.intro-effect-fadeout.modify .header p:nth-child(3) {
	opacity: 1;
	transform: translateX(0);
}

.intro-effect-fadeout .content,
.intro-effect-fadeout .content-slim {
	z-index: 1000;
	position: relative;
}

.intro-effect-fadeout .content > div,
.intro-effect-fadeout .content-slim > div {
	opacity: 0;
	transform: translateY(350px);
}

.intro-effect-fadeout.modify .content > div,
.intro-effect-fadeout.modify .content-slim > div {
	opacity: 1;
	transform: translateY(0);
}

/* -------------------------- */
/* Sliced */
/* -------------------------- */

.intro-effect-sliced:not(.notrans) .bg-img,
.intro-effect-sliced:not(.notrans) .title {
	transition-property: transform;
}

.intro-effect-sliced:not(.notrans) .header h1,
.intro-effect-sliced:not(.notrans) .codrops-demos a {
	transition-property: color;
}

.intro-effect-sliced:not(.notrans) .header p {
	transition-property: opacity;
}

.intro-effect-sliced:not(.notrans) .content > div,
.intro-effect-sliced:not(.notrans) .content-slim > div {
	transition-property: transform, opacity;
}

.intro-effect-sliced:not(.notrans) .bg-img,
.intro-effect-sliced:not(.notrans) .header h1,
.intro-effect-sliced:not(.notrans) .title,
.intro-effect-sliced:not(.notrans) .header p,
.intro-effect-sliced:not(.notrans) .content > div,
.intro-effect-sliced:not(.notrans) .content-slim > div,
.intro-effect-sliced:not(.notrans) .codrops-demos a {
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-duration: 0.5s;
}

.intro-effect-sliced.modify:not(.notrans) .header h1,
.intro-effect-sliced.modify:not(.notrans) .title,
.intro-effect-sliced.modify:not(.notrans) .header p,
.intro-effect-sliced.modify:not(.notrans) .content > div,
.intro-effect-sliced.modify:not(.notrans) .content-slim > div,
.intro-effect-sliced.modify:not(.notrans) .codrops-demos a {
	transition-timing-function: ease;
}

.intro-effect-sliced .bg-img:first-child {
	bottom: 50%;
}

.intro-effect-sliced .bg-img:last-child {
	top: 50%;
	position: fixed;
	z-index: 900;
}

.intro-effect-sliced .bg-img:last-child img {
	top: -100%;
}

.intro-effect-sliced.modify .bg-img:first-child {
	transform: translateY(-80%);
}

.intro-effect-sliced.modify .bg-img:last-child {
	transform: translateY(100%);
}

.intro-effect-sliced .codrops-demos {
	text-align: center;
}

.intro-effect-sliced .codrops-demos a {
	color: #fff;
	font-size: 0.8em;
}

.intro-effect-sliced.modify .codrops-demos a {
	color: #cf4a5c;
}

.intro-effect-sliced .title {
	transform: translateX(-50%) translateY(-50%) scale(0.7);
}

.intro-effect-sliced.modify .title {
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.intro-effect-sliced .header p {
	opacity: 0;
	color: #333;
}

.intro-effect-sliced.modify .header p {
	opacity: 1;
}

.intro-effect-sliced.modify .header h1 {
	color: #333;
}

.intro-effect-sliced .content > div,
.intro-effect-sliced .content-slim > div {
	transform: translateY(200px);
	opacity: 0;
}

.intro-effect-sliced.modify .content > div,
.intro-effect-sliced.modify .content-slim > div {
	transform: translateY(0);
	opacity: 1;
}

/* Delays */
.intro-effect-sliced.modify:not(.notrans) .title {
	transition-delay: 0.15s;
}

/* -------------------------- */
/* Side */
/* -------------------------- */

.intro-effect-side:not(.notrans) .bg-img::before,
.intro-effect-side:not(.notrans) .title {
	transition-property: transform;

}

.intro-effect-side:not(.notrans) .bg-img::after {
	transition-property: top, left, bottom, right, background-color;
}

.intro-effect-side:not(.notrans) .header p {
	transition-property: transform, opacity;
}

.intro-effect-side:not(.notrans) .content > div,
.intro-effect-side:not(.notrans) .content-slim > div {
	transition-property: opacity;
}

.intro-effect-side:not(.notrans) .bg-img::before,
.intro-effect-side:not(.notrans) .bg-img::after,
.intro-effect-side:not(.notrans) .title,
.intro-effect-side:not(.notrans) .header p,
.intro-effect-side:not(.notrans) .content > div,
.intro-effect-side:not(.notrans) .content-slim > div
 {
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-duration: 0.5s;
}

.intro-effect-side .codrops-top a {
	color: #7b8d92;
}

.intro-effect-side .bg-img::before,
.intro-effect-side .bg-img::after {
	content: '';
	position: absolute;
	z-index: 100;
}

.intro-effect-side .bg-img::before {
	background: #fff;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	transform: translateX(-100%);
}

.intro-effect-side.modify .bg-img::before {
	transform: translateX(0);
}

.intro-effect-side .bg-img::after {
	border: 80px solid #fff;
	top: -80px;
	right: -80px;
	bottom: -80px;
	left: -80px;
	background-color: rgba(255,255,255,0.5);
}

.intro-effect-side.modify .bg-img::after {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0);
}

.intro-effect-side .codrops-demos a {
	color: #43939d;
}

.intro-effect-side .codrops-demos a.current-demo {
	border-bottom: 3px solid #43939d;
}

.intro-effect-side .title {
	text-align: right;
	left: 0;
	padding: 0 3em 0 2em;
	width: 60%;
	transform: translateX(33.3%) translateY(-50%);
}

.intro-effect-side.modify .title {
	transform: translateY(-50%);
}

.intro-effect-side .header h1 {
	font-family: 'Red Hat Display', sans-serif;
	font-style: italic;
	font-weight: 400;
	padding: 0 0 0.5em 0;
	color: #333;
}

.intro-effect-side .header p {
	opacity: 0;
	color: #333;
	transform: translateY(100px);
}

.intro-effect-side.modify .header p {
	opacity: 1;
	transform: translateX(0);
}

.intro-effect-side .content > div,
.intro-effect-side .content-slim > div {
	margin-top: 0px;
	opacity: 0;
}

.intro-effect-side.modify .content > div,
.intro-effect-side.modify .content-slim > div {
	opacity: 1;
}

.intro-effect-side button.trigger span::before,
.intro-effect-side button.trigger::before {
	color: #333;
}

/* Delays */
.intro-effect-side:not(.notrans) .title,
.intro-effect-side:not(.notrans) .bg-img::before,
.intro-effect-side:not(.notrans) .bg-img::after {
	transition-delay: 0.3s;
}

.intro-effect-side.modify:not(.notrans) .title,
.intro-effect-side.modify:not(.notrans) .bg-img::before,
.intro-effect-side.modify:not(.notrans) .bg-img::after {
	transition-delay: 0s;
}

.intro-effect-side.modify:not(.notrans) .header p:nth-last-child(2) {
	transition-delay: 0.15s;
}

.intro-effect-side.modify:not(.notrans) .header p:last-child {
	transition-delay: 0.2s;
}

.intro-effect-side.modify:not(.notrans) .content > div,
.intro-effect-side.modify:not(.notrans) .content-slim > div {
	transition-delay: 0.3s;
}

/* -------------------------- */
/* Side Fixed */
/* -------------------------- */
.intro-effect-sidefixed:not(.notrans) .bg-img::before {
	transition-property: background-color;
}

.intro-effect-sidefixed:not(.notrans) .bg-img::after {
	transition-property: transform;
}

.intro-effect-sidefixed:not(.notrans) .title p {
	transition-property: opacity;
}

.intro-effect-sidefixed:not(.notrans) .content > div,
.intro-effect-sidefixed:not(.notrans) .content-slim > div {
	transition-property: transform, opacity;
}

.intro-effect-sidefixed:not(.notrans) .bg-img::before,
.intro-effect-sidefixed:not(.notrans) .bg-img::after,
.intro-effect-sidefixed:not(.notrans) .title p,
.intro-effect-sidefixed:not(.notrans) .content > div,
.intro-effect-sidefixed:not(.notrans) .content-slim > div
 {
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-duration: 0.5s;
}

.intro-effect-sidefixed .header {
	position: absolute;
}

.intro-effect-sidefixed .bg-img {
	position: fixed;
}

.intro-effect-sidefixed .bg-img img {
	left: auto;
	right: 0;
	height: 100vh;
}

.intro-effect-sidefixed .bg-img::before,
.intro-effect-sidefixed .bg-img::after {
	content: '';
	position: absolute;
	z-index: 100;
}

.intro-effect-sidefixed .bg-img::after {
	background: #f8ebda;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	transform: translateX(100%);
}

.intro-effect-sidefixed.modify .bg-img::after {
	transform: translateX(0);
}

.intro-effect-sidefixed .bg-img::before {
	width: 100%;
	height: 100%;
	background-color: rgba(247,214,169,0);
}

.intro-effect-sidefixed.modify .bg-img::before {
	background-color: rgba(247,214,169,0.4);
}

.intro-effect-sidefixed .codrops-demos a {
	color: #f68f6c;
}

.intro-effect-sidefixed .title {
	position: relative;
	top: auto;
	left: auto;
	text-align: left;
	transform: translateY(200px);
}

.intro-effect-sidefixed.modify .title {
	transform: translateY(0);
}

.intro-effect-sidefixed .title h1 {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	padding: 0 0 0.5em 0;
	color: #333;
}

.intro-effect-sidefixed .title p {
	opacity: 0;
	color: #333;
}

.intro-effect-sidefixed.modify .title p {
	opacity: 1;
}

.intro-effect-sidefixed .content {
	width: 60%;
	margin-left: 40%;
	padding: 0 2.5em;
}

.intro-effect-sidefixed .content-slim  {
	width: 60%;
	margin-left: 40%;
	padding: 0 .5em;
	border: 1px solid red;
}

.intro-effect-sidefixed .content div {
	position: relative;
	margin: 40px 0;
	color: #333;
}

.intro-effect-sidefixed .content-slim div {
	position: relative;
	margin: 0;
	color: #333;
}


.intro-effect-sidefixed .content div:nth-child(2) {
	opacity: 0;
	transform: translateY(200px);
}

.intro-effect-sidefixed.modify .content div:nth-child(2) {
	opacity: 1;
	transform: translateY(0);
}


/* Delays */
.intro-effect-sidefixed:not(.notrans) .title,
.intro-effect-sidefixed:not(.notrans) .bg-img::before,
.intro-effect-sidefixed:not(.notrans) .bg-img::after {
	transition-delay: 0.3s;
}

.intro-effect-sidefixed.modify:not(.notrans) .title,
.intro-effect-sidefixed.modify:not(.notrans) .bg-img::before,
.intro-effect-sidefixed.modify:not(.notrans) .bg-img::after {
	transition-delay: 0s;
}

.intro-effect-sidefixed.modify:not(.notrans) .content div:nth-child(2) {
	transition-delay: 0.15s;
}

/* -------------------------- */
/* Push */
/* -------------------------- */
.intro-effect-push:not(.notrans) .header,
.intro-effect-push:not(.notrans) > .title,
.intro-effect-push:not(.notrans) .content > div {
	transition-property: opacity, transform;
	transition-duration: 1s;
}

.intro-effect-push:not(.notrans) .header {
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-duration: 1.2s;
}

.intro-effect-push .codrops-demos a {
	color: #108576;
}

.intro-effect-push .header {
	position: absolute;
	z-index: 1500;
}

.intro-effect-push > .title {
	position: relative;
	top: auto;
	left: auto;
	padding: 6em 1em 2em;
}

.intro-effect-push .content > div {
	margin-top: 50px;
	color: #b2b2c0;
}

.intro-effect-push > .title,
.intro-effect-push .content > div {
	transform: translateY(400px);
	opacity: 0;
}

.intro-effect-push.modify > .title,
.intro-effect-push.modify .content > div {
	transform: translateY(0);
	opacity: 1;
}

.intro-effect-push.modify .header {
	opacity: 0;
	transform: translateY(-100%) scale(0.9);
}

/* Delays */
.intro-effect-push.modify:not(.notrans) > .title {
	transition-delay: 0.5s;
}

.intro-effect-push.modify:not(.notrans) .content > div {
	transition-delay: 0.6s;
}

/* -------------------------- */
/* Grid */
/* -------------------------- */

.intro-effect-grid:not(.notrans) .grid li:nth-child(5) {
	transition-property: transform, opacity;
}

.intro-effect-grid:not(.notrans) .header p  {
	transition-property: opacity;
}

.intro-effect-grid:not(.notrans) .bg-img,
.intro-effect-grid:not(.notrans) .title {
	transition-property: transform;
}

.intro-effect-grid:not(.notrans) .header h1,
.intro-effect-grid:not(.notrans) .codrops-demos a {
	transition-property: color;
}

.intro-effect-grid:not(.notrans) .grid li:nth-child(5),
.intro-effect-grid:not(.notrans) .bg-img,
.intro-effect-grid:not(.notrans) .title,
.intro-effect-grid:not(.notrans) .header h1,
.intro-effect-grid:not(.notrans) .header p,
.intro-effect-grid:not(.notrans) .codrops-demos a {
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-duration: 1s;
}

.intro-effect-grid .codrops-demos a {
	color: #fff;
}

.intro-effect-grid.modify .codrops-demos a {
	color: #cf7000;
}

.intro-effect-grid .codrops-demos a.current-demo {
	border-bottom: 3px solid #fff;
}

.intro-effect-grid.modify .codrops-demos a.current-demo {
	border-color: #cf7000;
}

.intro-effect-grid .title {
	max-width: 900px;
	padding-top: 2em;
}

.intro-effect-grid.modify .title {
	transform: translateX(-50%) translateY(0);
}

.intro-effect-grid .content > div {
	margin-top: 40px;
	color: #2e3337;
}

.intro-effect-grid .header h1 {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	padding: 0 0 0.6em;
}

.intro-effect-grid.modify .header h1 {
	color: #2d3b44;
}

.intro-effect-grid .header p {
	opacity: 0;
	color: #4c6270;
}

.intro-effect-grid .header p.subline {
	font-size: 1.5em;
}

.intro-effect-grid.modify .header p {
	opacity: 1;
}

.intro-effect-grid .grid {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 0;
}

.intro-effect-grid .grid li::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(71,63,59,0.5);
	pointer-events: none;
	transition: background 0.3s;
}

.intro-effect-grid.modify .grid li:hover::after,
.intro-effect-grid.modify .grid li:nth-child(5)::after {
	background: rgba(71,63,59,0.1);
}

.intro-effect-grid .grid li {
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.intro-effect-grid .grid li h2 {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	padding-bottom: 0.4em;
	margin: 1em;
	color: #fff;
	line-height: 1;
	font-size: 1em;
	position: absolute;
	bottom: 0;
	z-index: 100;
	transition: transform 0.3s;
}

.intro-effect-grid .grid li:hover h2 {
	transform: translateY(-10px);
}

.intro-effect-grid .grid li:first-child {
	top: 0;
	left: 0;
	height: 50%;
	width: 25%;
	background-image: url(../img/thumbs/1.jpg);
}

.intro-effect-grid .grid li:nth-child(2) {
	top: 50%;
	left: 0;
	height: 50%;
	width: 25%;
	background-image: url(../img/thumbs/2.jpg);
}

.intro-effect-grid .grid li:nth-child(3) {
	top: 0;
	left: 25%;
	height: 100%;
	width: 25%;
	background-image: url(../img/thumbs/5.jpg);
}

.intro-effect-grid .grid li:nth-child(4) {
	top: 0;
	left: 50%;
	height: 50%;
	width: 50%;
	background-image: url(../img/thumbs/4.jpg);
}

.intro-effect-grid .grid li:nth-child(5) {
	top: 50%;
	left: 50%;
	height: 50%;
	width: 25%;
	background-image: url(../img/thumbs/8.jpg);
	transform: scale(0);
	opacity: 0;
}

.intro-effect-grid.modify .grid li:nth-child(5) {
	transform: scale(1);
	opacity: 1;
}

.intro-effect-grid .grid li:nth-child(5) h2 {
	color: #de8721;
}

.intro-effect-grid .grid li:nth-child(6) {
	top: 50%;
	left: 75%;
	height: 50%;
	width: 25%;
	background-image: url(../img/thumbs/6.jpg);
}

.intro-effect-grid.modify .bg-img {
	transform: translateY(-100%);
}

/* Media Queries */
@media screen and (max-width: 47em) {
	.title, .content {
		font-size: 70%;
	}

	.codrops-demos a {
		font-size: 80%;
	}

	.intro-effect-side .title {
		width: 100%;
		padding: 0 1em;
		transform: translateY(-50%);
	}

	.intro-effect-side.modify .bg-img::before {
		transform: translateX(-100%);
	}

	.intro-effect-side .bg-img::after {
		border-left-width: 0px;
		border-right-width: 0px;
		right: 0px;
		left: 0px;
		background: rgba(255,255,255,0.1);
	}

	.intro-effect-side.modify .bg-img::after {
		background: rgba(255,255,255,0.8);
	}

	.intro-effect-sidefixed .content, .intro-effect-sidefixed .content-slim {
		width: 100%;
		margin-left: auto;
	}
	

	.intro-effect-sidefixed .bg-img::after {
		width: 95%;
	}

}

@media screen and (max-width: 27em) {
	.intro-effect-jam3 .content {
		padding: 0 2em 5em;
	}

	.intro-effect-grid .grid li h2 {
		display: none;
	}

	.intro-effect-push .header .title {
		top: 60px;
		transform: translateX(-50%);
	}

	.title, .content {
		font-size: 50%;
	}

	button.trigger::before {
		display: none;
	}
}


iframe{
	width: 100%;
	height: 60vh;
	border: none;
	margin: .5rem 0 1.5rem 0;
	border-radius: 8px;
}





/* Accordeon styling */

.accordeon {
	margin: 0 !important;
	padding: 0;
}

.accordeon label {
    display: block;
    padding: 0;
    font-weight: 700;
    font-size: 1.2em;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #e4b15e;
	margin: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.accordeon label img{
	vertical-align: middle;

}

.accordeon label:hover {
	background: none;
	color: #333;
	vertical-align: middle;
	background: #e4b15e;
}

.accordeon .panel {
    height: 0;
    visibility: hidden;
    opacity: 0;
    color: #333;
	font-weight: 400;
	font-size: 1em;
	padding: .5em !important;
	background: #e4b15e;
}

/* Hide checkboxes and radio-buttons */
.accordeon input[type="radio"], .accordeon input[type="checkbox"] {
    display: none;
}
/* Show .panel for corresponding to checked radio or checkbox */
.accordeon input[type="radio"]:checked + .panel, .accordeon input[type="checkbox"]:checked + .panel {
    height: auto;
    visibility: visible;
    opacity: 1;
    padding: 0;
	vertical-align: top;
}