﻿@charset "utf-8";
/* CSS Document */

/*--dont touch--*/

body{
	margin: 0;
    
}

.test{
	
}

#wrap{
	max-width: 562.5px;
	margin: 0 auto;
	background-color: white;
}



#wrap img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

/*--dont touch--*/

.cta{
	    padding-left: 5%;
    box-sizing: border-box;
    padding-right: 5%;
}

.gr{
	background-color: #f2f2f2;
}

.two{
	position: relative;
	    z-index: 2 !important;
    background-color: #ffffa2;
    margin-bottom: -100px;
}

.ni{
    margin-bottom: 10%;
}

/*youtube*/
#youtube{
  position: relative;
	/*max-width: 780px;*/
	    width: 100%;
    text-align: center;
    margin: 50px auto 50px;
}
#youtube:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
  }
#youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.deco{
	position: relative;
}

.deco:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: calc(50% + 5px);
	-webkit-transform: translate(-50% , -50%);
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 0;
	border-radius: 20px;
}