._canvas {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.scrollable {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	margin-top: 100vh; 
}
.h__canvas {
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
.fill-height {
	min-height: 100vh;
}
@-webkit-keyframes scale-in {
0% {
-webkit-transform:scale(0);
transform:scale(0);
opacity:0
}
50% {
-webkit-transform:scale(1.15);
transform:scale(1.15)
}
100% {
-webkit-transform:scale(1);
transform:scale(1);
opacity:1
}
}
@keyframes scale-in {
0% {
-webkit-transform:scale(0);
transform:scale(0);
opacity:0
}
50% {
-webkit-transform:scale(1.15);
transform:scale(1.15)
}
100% {
-webkit-transform:scale(1);
transform:scale(1);
opacity:1
}
}
@-webkit-keyframes fade-in {
0%, 50% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fade-in {
0%, 50% {
opacity:0
}
100% {
opacity:1
}
}
.head_boost {
	overflow-x: hidden
}
@-webkit-keyframes scale {
0%, 100% {
-webkit-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(.8);
transform:scale(.8)
}
}
@keyframes scale {
0%, 100% {
-webkit-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(.8);
transform:scale(.8)
}
}
@-webkit-keyframes _animat1 {
0%, 100% {
-webkit-transform:rotate(0) scale(1);
transform:rotate(0) scale(1)
}
33% {
-webkit-transform:rotate(5deg) scale(.6);
transform:rotate(5deg) scale(.6)
}
66% {
-webkit-transform:rotate(-5deg) scale(1.01);
transform:rotate(-5deg) scale(1.01)
}
}
@keyframes _animat1 {
0%, 100% {
-webkit-transform:rotate(0) scale(1);
transform:rotate(0) scale(1)
}
33% {
-webkit-transform:rotate(5deg) scale(.6);
transform:rotate(5deg) scale(.6)
}
66% {
-webkit-transform:rotate(-5deg) scale(1.01);
transform:rotate(-5deg) scale(1.01)
}
}
@-webkit-keyframes _animat2 {
0%, 100% {
-webkit-transform:rotate(0) scale(1);
transform:rotate(0) scale(1)
}
50% {
-webkit-transform:rotate(-10deg) scale(.8);
transform:rotate(-10deg) scale(.8)
}
}
@keyframes _animat2 {
0%, 100% {
-webkit-transform:rotate(0) scale(1);
transform:rotate(0) scale(1)
}
50% {
-webkit-transform:rotate(-10deg) scale(.8);
transform:rotate(-10deg) scale(.8)
}
}
@-webkit-keyframes _animat3 {
0%, 100% {
-webkit-transform:rotate(0) scale(1);
transform:rotate(0) scale(1)
}
33% {
-webkit-transform:rotate(13deg) scale(.6);
transform:rotate(13deg) scale(.6)
}
66% {
-webkit-transform:rotate(-17deg) scale(1.1);
transform:rotate(-17deg) scale(1.1)
}
}
@keyframes _animat3 {
0%, 100% {
-webkit-transform:rotate(0) scale(1);
transform:rotate(0) scale(1)
}
33% {
-webkit-transform:rotate(13deg) scale(.6);
transform:rotate(13deg) scale(.6)
}
66% {
-webkit-transform:rotate(-17deg) scale(1.1);
transform:rotate(-17deg) scale(1.1)
}
}
.head_boost ._box, .head_boost .animation-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}
.head_boost ._canvas {
	background-color: #fb5618;
}
.head_boost .animation-wrapper {
	z-index: 3
}
.head_boost ._logo {
	width: 26vw; 
	-webkit-animation: scale 15s ease-in-out infinite;
	animation: scale 15s ease-in-out infinite; z-index: 500
}
.head_boost ._box.layer0 {
	z-index: 0
}
.head_boost ._box.layer1 {
	z-index: 1
}
.head_boost ._box.layer2 {
	z-index: 2
}
.head_boost ._box.layer3 {
	z-index: 3
}
.head_boost ._box.layer4 {
	z-index: 4
}
.head_boost ._box.layer5 {
	z-index: 5
}
.head_boost ._shape {
	overflow: hidden;
	color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7%;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);
}
.head_boost ._shape.small {
	width: 23vw;
	height: 23vw
}

@media (min-width:768px) {
.head_boost ._shape.small {
	width: 18vw;
	height: 18vw
}
}

@media (min-width:1024px) {
.head_boost ._shape.small {
	width: 14vw;
	height: 14vw
}
}
.head_boost ._shape.medium {
	width: 24vw;
	height: 24vw
}

@media (min-width:768px) {
.head_boost ._shape.medium {
	width: 20vw;
	height: 20vw
}
}


@media (min-width:1024px) {
.head_boost ._shape.medium {
	width: 18vw;
	height: 18vw
}
}
.head_boost ._shape.large {
	width: 29vw;
	height: 29vw
}

@media (min-width:768px) {
.head_boost ._shape.large {
	width: 22vw;
	height: 22vw
}
}

@media (min-width:1024px) {
.head_boost ._shape.large {
	width: 20vw;
	height: 20vw
}
}
.head_boost ._shape.extra-large {
	width: 32vw;
	height: 32vw
}

@media (min-width:768px) {
.head_boost ._shape.extra-large {
	width: 30vw;
	height: 30vw
}
}

@media (min-width:1024px) {
.head_boost ._shape.extra-large {
	width: 28vw;
	height: 28vw
}
}
.head_boost ._shape.extra-extra-large {
	width: 38vw;
	height: 38vw
}

@media (min-width:768px) {
.head_boost ._shape.extra-extra-large {
	width: 36vw;
	height: 36vw
}
}

@media (min-width:1024px) {
.head_boost ._shape.extra-extra-large {
	width: 34vw;
	height: 34vw
}
}
.head_boost ._shape.color1 {
	background-color: #CC1F1B
}
.head_boost ._shape.color2 {
	background-color: #27ffab
}
.head_boost ._shape.color3 {
	background-color: #49105F
}
.head_boost ._shape.color4 {
	background-color: #366B95
}
.head_boost ._shape.color5 {
	background-color: #0187AD
}
.head_boost ._shape.color6 {
	background-color: #4C1708
}
.head_boost ._shape.color7 {
	background-color: #5BBC51
}
.head_boost ._shape.color8 {
	background-color: #000
}
.head_boost ._shape.color9 {
	background-color: #004C98
}
.head_boost ._shape.color10 {
	background-color: #eecac3
}
.head_boost ._shape.color11 {
	background-color: #FD6F00
}
.head_boost ._shape.color12 {
	background-color: #bdbdbd
}
.head_boost ._shape.color13 {
	background-color: #00fcff
}
.head_boost ._shape.color14 {
	background-color: #00aeff
}
.head_boost ._shape.color15 {
	background-color: #3e175f
}
.head_boost ._shape.color16 {
	background-color: #e89fc0
}
.head_boost ._shape.color17 {
	background-color: #4bff86
}
.head_boost ._shape.color18 {
	background-color: #ff7800
}
.head_boost ._shape.color19 {
	background-color: #39d6b7
}
.head_boost ._shape.color20 {
	background-color: #d9318a
}
.head_boost ._shape.color21 {
	background-color:  #354B97
}
.head_boost ._shape.color22 {
	background-color: #642A1E
}
.head_boost ._shape.color23 {
	background-color: #871F78
}
.head_boost ._shape img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: scale-down
}
.head_boost ._shape._animat1 {
	-webkit-animation: _animat1 25s ease-in-out infinite;
	animation: _animat1 25s ease-in-out infinite;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%
}
.head_boost ._shape._animat2 {
	-webkit-animation: _animat2 19s ease-in-out infinite;
	animation: _animat2 19s ease-in-out infinite;
	-webkit-transform-origin: -100% 50%;
	transform-origin: -100% 50%
}
.head_boost ._shape._animat3 {
	-webkit-animation: _animat3 20s ease-in-out infinite;
	animation: _animat3 20s ease-in-out infinite;
	-webkit-transform-origin: -120% -50%;
	transform-origin: -120% -50%
}
.head_boost ._shape._animat4 {
	-webkit-animation: _animat3 25s ease-in-out infinite;
	animation: _animat3 25s ease-in-out infinite;
	-webkit-transform-origin: -220% -50%;
	transform-origin: -220% -50%
}
.head_boost ._shape._animat5 {
	-webkit-animation: _animat2 15s ease-in-out reverse infinite;
	animation: _animat2 15s ease-in-out reverse infinite;
	-webkit-transform-origin: -220% -50%;
	transform-origin: -220% -50%
}
.head_boost ._shape._animat6 {
	-webkit-animation: _animat3 15s ease-in-out reverse infinite;
	animation: _animat3 15s ease-in-out reverse infinite;
	-webkit-transform-origin: -220% -50%;
	transform-origin: -220% -50%
}
.head_boost ._shape._animat7 {
	-webkit-animation: _animat3 45s ease-in-out reverse infinite;
	animation: _animat3 45s ease-in-out reverse infinite;
	-webkit-transform-origin: -55% -50%;
	transform-origin: -55% -50%
}
.head_boost ._shape._animat8 {
	-webkit-animation: _animat3 55s ease-in-out reverse infinite;
	animation: _animat3 55s ease-in-out reverse infinite;
	-webkit-transform-origin: 55% 50%;
	transform-origin: 55% 50%
}
.head_boost ._box1 {
	margin-left: -25vw;
	margin-top: -20vh
}
.head_boost ._box2 {
	margin-left: -30vw;
	margin-top: 16vh
}

@media (min-width:768px) {
.head_boost ._box2 {
	margin-left: -32vw;
	margin-top: 5vh
}
}
.head_boost ._box3 {
	margin-left: -22vw;
	margin-top: 20vh
}
.head_boost ._box4 {
	margin-left: -5vw;
	margin-top: 30vh
}
.head_boost ._box5 {
	margin-left: 15vw;
	margin-top: 34vh
}
.head_boost ._box6 {
	margin-left: -43vw;
	margin-top: 34vh
}
.head_boost ._box7 {
	margin-left: -43vw;
	margin-top: -26vh
}
.head_boost ._box8 {
	margin-left: -40vw;
	margin-top: -38vh
}
.head_boost ._box9 {
	margin-left: -18vw;
	margin-top: -38vh
}
.head_boost ._box10 {
	margin-left: 30vw;
	margin-top: -20vh
}
.head_boost ._box11 {
	margin-left: 37vw;
	margin-top: -25vh
}
.head_boost ._box12 {
	margin-left: 40vw;
	margin-top: -29vh
}
.head_boost ._box13 {
	margin-left: 43vw;
	margin-top: 1vh
}
.head_boost ._box14 {
	margin-left: 44vw;
	margin-top: 25vh
}
.head_boost ._box15 {
	margin-left: 37vw;
	margin-top: 20vh
}
.head_boost ._box16 {
	margin-left: 31vw;
	margin-top: 29vh
}
.head_boost ._box17 {
	margin-left: -30vw;
	margin-top: -39vh
}
.head_boost ._box18 {
	margin-left: -10vw;
	margin-top: -40vh
}
.head_boost ._box19 {
	margin-left: 2vw;
	margin-top: -45vh
}
.head_boost ._box20 {
	margin-left: 20vw;
	margin-top: -35vh
}
.head_boost ._box21 {
	margin-left: 39vw;
	margin-top: -45vh
}
.head_boost ._box22 {
	margin-left: 45vw;
	margin-top: -1vh
}
.head_boost ._box23 {
	margin-left: 15vw;
	margin-top: 5vh
}
.head_boost ._box24 {
	margin-left: -35vw;
	margin-top: 45vh
}
.head_boost ._box25 {
	margin-left: -45vw;
	margin-top: 5vh
}
.head_boost ._box26 {
	margin-left: 5vw;
	margin-top: 48vh
}
.head_boost ._box27 {
	margin-left: 20vw;
	margin-top: 48vh
}
.head_boost ._box28 {
	margin-left: 40vw;
	margin-top: 40vh
}
.head_boost ._box29 {
	margin-left: -20vw;
	margin-top: 46vh
}
.head_boost ._box30 {
	margin-left: -25vw;
	margin-top: 6vh
}
.head_boost ._box31 {
	margin-left: -2vw;
	margin-top: 28vh
}
.head_boost ._box32 {
	margin-left: 40vw;
	margin-top: 40vh
}
.head_boost ._box33 {
	margin-left: -10vw;
	margin-top: -10vh
}
.head_boost ._box34 {
	margin-left: 25vw;
	margin-top: 5vh
}


@media (max-width:767px) {
.head_boost ._logo {
	width: 70vw !important;  
}
}