body{
	font-family: 'Monument Extended';
	overflow-x: hidden;
}
.wrapper{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: #F2ECE8;
	position: fixed;
	top: 0;
	left: 0;
}
.empty_height{
	height: 2000vh;
	/*display: none;*/
}
.main_content{
	display: block;
	height: 100%;
}
.main_content .frame_1,
.main_content .frame_2,
.main_content .frame_3,
.main_content .frame_5{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    display: flex;
    justify-content: center;
}
.main_content .frame_1 h1{
	font-family: Monument Extended;
	font-style: normal;
	font-weight: 900;
	font-size: calc(100vw * (114/1920));
	line-height: 0.5;
	text-align: center;
	text-transform: uppercase;
}
.main_content .frame_1 h1 svg{
	width: calc(100vw * (1444/1920));
}
.main_content .frame_1 span{
    font-style: normal;
    font-weight: 800;
    font-size: calc(100vw * (36/1920));
    /*line-height: 2;*/
    letter-spacing: 0.03em;
    text-transform: uppercase;
    display: block;
    /*margin-bottom: calc(100vw * (30/1920));*/
}

.main_content .frame_1 span svg{
	width: calc(100vw * (562/1920));

}
.info_text,
.case_text{
	opacity: 0;
	transform: scale(0);
	display: block;
}
.info_text p{
	font-style: normal;
	font-weight: 800;
    font-size: calc(100vw * (36/1920));
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	color: #323232;
}
.info_text p span{
	opacity: 0.6;
}
.info_text p span.active{
	opacity: 1;
}
.case_text span{
	display: block;
	font-style: normal;
	font-weight: 800;
    font-size: calc(100vw * (144/1920));
	line-height: 0.9;
	text-align: center;
	text-transform: uppercase;
	color: #323232;
}

.cases_container .single_case{
	position: absolute;
	top: 0;
	left: 0px;
	width: 100vw;
	height: 100vh;
}
.cases_container .single_case span{
	font-style: normal;
	font-weight: 800;
    font-size: calc(100vw * (144/1920));
	line-height: 1;

	text-align: center;
	text-transform: uppercase;

	color: #323232;
	position: absolute;
    top: 50%;
    left: 50%;
    transition: letter-spacing 0.3s ease;
    transform: translate(-50%, -50%);
}
.cases_container .single_case span:hover{
	letter-spacing: 15px;
}
.move_leafs svg{
	overflow: visible;
}

.wrapper .leafs{
	width: 100vw;
	height: 100vh;
	position: absolute;
	overflow: hidden;
	pointer-events: none;
}
.leafs .s_leaf{
    position: absolute;
    transition: transform 0.6s ease;
}
.leafs .s_leaf svg{
	height: unset;
	width: 100px;

}


.leafs .s_leaf.l_1{ 
    top: calc(100vw * (-120/1920)); 
    left: calc(100vw * (-100/1920));  
}
.leafs .s_leaf.l_1 svg{
    width: calc(100vw * (350/1920));   
    transform: rotate(95deg);
}


.leafs .s_leaf.l_2{ 
    top: calc(100vw * (-430/1920)); 
    left: calc(100vw * (30/1920));  
}
.leafs .s_leaf.l_2 svg{
    width: calc(100vw * (470/1920));   
    transform: rotate(92deg);
}


.leafs .s_leaf.l_3{ 
    top: calc(100vw * (-200/1920)); 
    left: calc(100vw * (540/1920));  
}
.leafs .s_leaf.l_3 svg{
    width: calc(100vw * (500/1920));   
    transform: rotate(182deg);
}


.leafs .s_leaf.l_4{ 
	top: calc(100vw * (-300/1920));
    left: calc(100vw * (1120/1920));
}
.leafs .s_leaf.l_4 svg{
    width: calc(100vw * (460/1920));   
    transform: rotate(212deg);
}


.leafs .s_leaf.l_5{ 
	top: calc(100vw * (-200/1920));
    left: calc(100vw * (1440/1920));
}
.leafs .s_leaf.l_5 svg{
    width: calc(100vw * (550/1920));   
    transform: rotate(182deg);
}


.leafs .s_leaf.l_6{ 
	bottom: calc(100vw * (-220/1920));
    left: calc(100vw * (-120/1920));
}
.leafs .s_leaf.l_6 svg{
    width: calc(100vw * (550/1920));   
    transform: rotate(362deg);
}


.leafs .s_leaf.l_7{ 
    bottom: calc(100vw * (-400/1920));
    left: calc(100vw * (320/1920));
}
.leafs .s_leaf.l_7 svg{
    width: calc(100vw * (430/1920));   
    transform: rotate(312deg);
}


.leafs .s_leaf.l_8{ 
    bottom: calc(100vw * (-200/1920));
    left: calc(100vw * (650/1920));
}
.leafs .s_leaf.l_8 svg{
    width: calc(100vw * (400/1920));   
    transform: rotate(422deg);
}


.leafs .s_leaf.l_9{ 
    bottom: calc(100vw * (-360/1920));
    left: calc(100vw * (1080/1920));
}
.leafs .s_leaf.l_9 svg{
    width: calc(100vw * (230/1920));   
    transform: rotate(362deg);
}

.leafs .s_leaf.l_10{ 
    bottom: calc(100vw * (-140/1920));
    left: calc(100vw * (1180/1920));
}
.leafs .s_leaf.l_10 svg{
    width: calc(100vw * (570/1920));   
    transform: rotate(252deg);
}

.leafs .s_leaf.l_11{ 
	bottom: calc(100vw * (-630/1920));
    left: calc(100vw * (1300/1920));
}
.leafs .s_leaf.l_11 svg{
    width: calc(100vw * (640/1920));   
    transform: rotate(352deg);
}
.leafs.f_2,
.leafs.f_4{
	opacity: 0;
	transition: all 1s ease;
	transform: scale(-1);
}
.leafs.f_3{
	opacity: 0;
	transition: all 1s ease;
}
.leafs.f_2 .s_leaf.l_1{
	transform: translate(30px, 70px) scale(0.9);
}
.leafs.f_2 .s_leaf.l_2{
	transform: translate(100px, 0px) scale(0.9);
}
.leafs.f_2 .s_leaf.l_3{
	transform: translate(40px, 80px) scale(0.9);
}
.leafs.f_2 .s_leaf.l_4{
	transform: translate(-60px, 50px) scale(0.9);
}
.leafs.f_2 .s_leaf.l_5{
	transform: translate(-20px, 100px) scale(0.9);
}
.leafs.f_2 .s_leaf.l_6{
	transform: translate(-40px, -70px) scale(0.9);
}
.leafs.f_2 .s_leaf.l_7{
	transform: translate(-30px, -50px) scale(0.9);
}
.leafs.f_2 .s_leaf.l_8{
	transform: translate(50px, -70px) scale(0.9);
}
.leafs.f_2 .s_leaf.l_9{
	transform: translate(30px, -50px) scale(0.9);
}
.leafs.f_2 .s_leaf.l_10{
	transform: translate(-50px, -50px) scale(0.9);
}
.leafs.f_2 .s_leaf.l_11{
	transform: translate(20px, -60px) scale(0.9);
}



.leafs.f_3.start .s_leaf.l_1{
	transform: translate(30px, 70px) scale(0.9);
}
.leafs.f_3.start .s_leaf.l_2{
	transform: translate(100px, 0px) scale(0.9);
}
.leafs.f_3.start .s_leaf.l_3{
	transform: translate(40px, 80px) scale(0.9);
}
.leafs.f_3.start .s_leaf.l_4{
	transform: translate(-60px, 50px) scale(0.9);
}
.leafs.f_3.start .s_leaf.l_5{
	transform: translate(-20px, 100px) scale(0.9);
}
.leafs.f_3.start .s_leaf.l_6{
	transform: translate(-40px, -70px) scale(0.9);
}
.leafs.f_3.start .s_leaf.l_7{
	transform: translate(-30px, -50px) scale(0.9);
}
.leafs.f_3.start .s_leaf.l_8{
	transform: translate(50px, -70px) scale(0.9);
}
.leafs.f_3.start .s_leaf.l_9{
	transform: translate(30px, -50px) scale(0.9);
}
.leafs.f_3.start .s_leaf.l_10{
	transform: translate(-50px, -50px) scale(0.9);
}
.leafs.f_3.start .s_leaf.l_11{
	transform: translate(20px, -60px) scale(0.9);
}


.leafs.f_4.start .s_leaf.l_1{
	transform: translate(30px, 70px) scale(0.9);
}
.leafs.f_4.start .s_leaf.l_2{
	transform: translate(100px, 0px) scale(0.9);
}
.leafs.f_4.start .s_leaf.l_3{
	transform: translate(40px, 80px) scale(0.9);
}
.leafs.f_4.start .s_leaf.l_4{
	transform: translate(-60px, 50px) scale(0.9);
}
.leafs.f_4.start .s_leaf.l_5{
	transform: translate(-20px, 100px) scale(0.9);
}
.leafs.f_4.start .s_leaf.l_6{
	transform: translate(-40px, -70px) scale(0.9);
}
.leafs.f_4.start .s_leaf.l_7{
	transform: translate(-30px, -50px) scale(0.9);
}
.leafs.f_4.start .s_leaf.l_8{
	transform: translate(50px, -70px) scale(0.9);
}
.leafs.f_4.start .s_leaf.l_9{
	transform: translate(30px, -50px) scale(0.9);
}
.leafs.f_4.start .s_leaf.l_10{
	transform: translate(-50px, -50px) scale(0.9);
}
.leafs.f_4.start .s_leaf.l_11{
	transform: translate(20px, -60px) scale(0.9);
}


.move_leafs path{
	will-change: transform;
	transition: transform 0.6s ease;
}


.has_draw path{
	stroke: transparent !important;
}
.has_draw .hidden path{
	fill: transparent;
	stroke: black !important;

}
.has_draw path{
	transition: fill 1.6s  ease, transform  0.9s ease, stroke 1.6s ease;
}
.has_draw .hidden.hidden_stroke path{
	stroke: transparent !important;
}


.contact_content {
	position: absolute;
	left: calc(100vw * (368/1920));
	transform: scale(0);
	opacity: 0;
}
.contact_content .contact_mail{
	font-style: normal;
	font-weight: 800;
	font-size: calc(100vw * (72/1920));
	line-height: 1.1;
	text-transform: uppercase;
	color: #323232;
	text-decoration: none;
}

.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}

.cb-cursor:before {
      content: "";
    position: absolute;
    top: -16px;
    left: -16px;
    display: block;
    width: 32px;
    height: 32px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: currentColor;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.1s;
    background-color: transparent;
    transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.cb-cursor.show_plus:before {

}

.cb-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  -moz-transform: scale(0) rotate(10deg);
  -ms-transform: scale(0) rotate(10deg);
  -o-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, -o-transform 0.3s;
  -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}

.cb-cursor.white_cursor:before{
  border-color: rgba(255,255,255,0.5);
}
@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion,
  .cb-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}

@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion:before,
  .cb-cursor.-opaque:before {
    background: white;
  }
}

.cb-cursor.-normal,
.cb-cursor.-text {
  mix-blend-mode: normal;
}

.cb-cursor.-normal:before,
.cb-cursor.-text:before {
  background: transparent;
}
.cb-cursor.-inverse {
  color: white;
}

.cb-cursor.-visible:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.cb-cursor.-visible.-active:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.cb-cursor.-pointer:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.cb-cursor.-text:before {
  opacity: 0.85;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
}

.cb-cursor.-text .cb-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  font-size: 20px;
}

.cb-cursor.-text.-active:before {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.cb-cursor.-opaque:before {
  -webkit-transform: scale(1.32);
  -moz-transform: scale(1.32);
  -ms-transform: scale(1.32);
  -o-transform: scale(1.32);
  transform: scale(1.32);
}

.cb-cursor.-opaque.-active:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.cb-cursor.-lg:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.cb-cursor.show_plus:before, .cb-cursor.hide_this:before  {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.cb-cursor.-hidden:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.-color-red {
  color: red;
}

.-color-green {
  color: #51c67d;
}

.cb-demo {
  background: #fff;
}

.cb-demo-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}

.cb-demo-container {
  padding: 0 20px;
}

@media (min-width: 1600px) {
  .cb-demo-container {
    padding: 0 120px;
  }
}

.cb-demo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 30px 0;
}

@media (min-width: 1600px) {
  .cb-demo-row {
    margin: 60px 0;
  }
}

.cb-demo-item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 50px 30px;
  margin: 0 20px;
  color: #000;
}

@media (min-width: 1600px) {
  .cb-demo-item {
    padding: 90px 30px;
    margin: 0 30px;
  }
}

.cb-demo-item-title {
  position: relative;
  margin: 0 0 25px 0;
  font-size: 30px;
  font-weight: bold;
}

.cb-demo-item-text {
  position: relative;
  max-width: 70%;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.cb-demo-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #f8f8f8;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s, -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}
/*.cb-cursor:after{
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000000;
  border-radius: 100%;
  transform: scale(0);
  left: calc(50% - 2.5px);
  top: calc(50% - 2.5px);
  transition: 0.3s ease-in-out, opacity 0.3s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.cb-cursor.-visible:after{
  transform: scale(1);
}*/
.circle-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  box-sizing: border-box;
}
.circle-cursor--outer {
  width: 30px;
  height: 30px;
  border: 1px solid black;
  z-index: 12000;
}
.inner_circle {
  width: 10px;
  height: 10px;
  left: -5px;
  top: -5px;
  z-index: 11000;
  transition: opacity 0.2s ease, background 0.2s ease;
  opacity: 1;
  background-color: black;
}
.inner_circle.white_cursor {
  background-color: #ffffff;
}
.inner_circle.has_text {
  opacity: 0;
}
.inner_circle.show_plus:before{
    content: '+';
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.inner_circle.show_plus.close:before{
  transform: translate(-50%, -50%) rotate(45deg);
}
.inner_circle.white_cursor.show_plus:before{
    color: #ffffff;
}
.inner_circle.hide_this{
  opacity: 0 !important;
}
.inner_circle.show_plus, .inner_circle.cursor_play{
  background-color: transparent !important;
}
.inner_circle.show_plus.minus:before{
  content: '-';
}
.inner_circle.cursor_play:before{
    content: "\f144";
    font-family: "FontAwesome";
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}