@charset "UTF-8";
@keyframes circleClip {
  0% {
    clip-path: circle(0 at center); }
  100% {
    clip-path: circle(425px at center); } }
@keyframes infiniteSpinning {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes volumeIcon {
  0% {
    background-position: 0 0; }
  25% {
    background-position: -27px 0; }
  50% {
    background-position: -59px 0; }
  75% {
    background-position: -27px 0; }
  100% {
    background-position: 0 0; } }
@keyframes loaderFade {
  to {
    opacity: 1;
    transform: scale(1); } }
@keyframes productSpin {
  to {
    background-position: 102% 0; } }
@keyframes productSpinSmall {
  to {
    background-position: -1012px 0; } }
.ext-section-title, .banner-freefrom > .content > .title, .banner-guide > .content > .title, .banner-products > .content > .title, .banner-soulpower > .content > .title {
  font-family: 'Brush Up', sans-serif;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: .04em;
  margin-bottom: 30px; }
.ext-section-title::before, .banner-freefrom > .content > .title::before, .banner-guide > .content > .title::before, .banner-products > .content > .title::before, .banner-soulpower > .content > .title::before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/titlesplash.png);
  content: '';
  width: 110px;
  height: 39px;
  display: block;
  margin: 5px 0 20px -10px; }

.ext-section-text, .banner-freefrom > .content > .text, .banner-guide > .content > .text, .banner-soulpower > .content > .text {
  font-size: 2.5rem;
  text-align: left; }

*[tween-opacity] {
  opacity: 0;
  visibility: hidden; }

*, *::before, *::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

h2,
h3,
h4,
h5 {
  margin: 0; }

::selection {
  background-color: #20bec4; }

html {
  margin: 0;
  padding: 0;
  font-family: 'Jovial Sans', sans-serif;
  font-size: 62.5%; }

body {
  font-family: 'Jovial Sans', sans-serif;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  position: relative; }
body.-openvideo, body.-openmodal {
  overflow: hidden; }
body > .page-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden; }
body > .page-wrapper > .page-header,
body > .page-wrapper > .page-footer {
  flex: none; }
body > .page-wrapper > .page-main {
  flex-grow: 1; }

@font-face {
  font-family: 'Jovial Sans';
  src: url("../fonts/JovialSans/JovialSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.banner-contact {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 100vh;
  background: #20bec4;
  color: #fff; }
.banner-contact > .illustration {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  overflow: hidden; }
.banner-contact > .illustration > .model {
  height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  bottom: 0; }
.banner-contact > .content {
  position: relative;
  z-index: 5;
  padding: 25px;
  width: 100%; }

.banner-freefrom {
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 100vh;
  background: #ffdc18;
  color: #000; }
.banner-freefrom > .content {
  padding: 25px;
  width: 100%;
  text-align: center; }
.banner-freefrom > .content > .text p {
  margin: 0; }
.banner-freefrom > .content > .text > .common-btn {
  margin-top: 30px; }
.banner-freefrom > .content > .badges {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 22px -8px; }
.banner-freefrom > .content > .badges > .item {
  flex: none;
  width: 33.333%;
  padding: 8px;
  display: flex;
  align-items: center; }
.banner-freefrom > .content > .badges > .item > .img {
  width: 100%;
  height: auto; }

.banner-guide {
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 100vh;
  background: #eb088c;
  color: #fff; }
.banner-guide > .illustration {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  overflow: hidden; }
.banner-guide > .illustration > .model {
  height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  bottom: 0; }
.banner-guide > .content {
  position: relative;
  z-index: 5;
  padding: 25px;
  width: 100%; }
.banner-guide > .content > .text p {
  margin: 0; }
.banner-guide > .content > .text > .common-btn {
  margin-top: 30px; }

.banner-main {
  position: relative;
  overflow: hidden;
  background-color: #280643;
  color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 90px 0;
  overflow-x: hidden; }
.banner-main > .illustration {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%; }
.banner-main > .illustration > .model {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: calc(100% - 20px);
  margin: 0 auto; }
.banner-main > .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 5;
  margin: 15vh auto 0 auto; }
.banner-main > .content > .common-btn {
  position: absolute;
  bottom: 60px;
  left: 0; }

.banner-products {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  min-height: 100vh;
  background: #280643;
  color: #fff; }
.banner-products > .content {
  position: relative;
  width: 100%;
  padding: 25px; }
.banner-products > .content > .text {
  text-align: center; }
.banner-products > .content > .text > .common-btn {
  margin-top: 30px; }

.banner-soulpower {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  min-height: 100vh;
  background: #20bec4;
  color: #fff; }
.banner-soulpower > .illustration {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  overflow: hidden; }
.banner-soulpower > .illustration > .model {
  height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  bottom: 0; }
.banner-soulpower > .content {
  position: relative;
  z-index: 5;
  padding: 25px;
  width: 100%; }
.banner-soulpower > .content > .text p {
  margin: 0; }
.banner-soulpower > .content > .text > .common-btn {
  margin-top: 30px; }
.banner-soulpower > .content > .text > .video {
  position: relative;
  margin: 30px -25px 0 -25px;
  opacity: 0;
  visibility: hidden;
  height: 0; }
.banner-soulpower > .content > .text > .video > iframe {
  position: absolute;
  width: 100%;
  height: 100%; }

.close-icon {
  cursor: pointer;
  background: none;
  box-shadow: none;
  outline: none;
  border: 0;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 8; }
.close-icon > .dashed,
.close-icon > .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.close-icon > .dashed {
  animation: infiniteSpinning 4s linear infinite; }
.close-icon > .inner {
  transition: .25s ease-out;
  transition-property: transform; }
.close-icon:active > .inner {
  transform: rotate(90deg); }

.common-btn {
  display: inline-block;
  position: relative;
  outline: none;
  border: 0;
  border-radius: 5px;
  background: #5d2d81;
  color: #fff;
  font-family: 'Brush Up', sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  padding: 12px; }
.common-btn:active {
  background: #20bec4; }
.common-btn.-block {
  width: 100%; }
.common-btn.-pink {
  background-color: #eb088c; }
.common-btn.-pink:hover, .common-btn.-pink:active {
  background-color: #5d2d81; }

.scroll-icon {
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 98;
  background: none;
  outline: none;
  border: 0;
  width: 42px;
  height: 42px;
  margin: 0 auto;
  user-select: none;
  transition: .25s ease-out;
  transition-property: opacity; }
.scroll-icon.-anchor {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0; }
.scroll-icon.-main {
  bottom: 80px; }
.scroll-icon.-prev, .scroll-icon.-next {
  height: 100%;
  width: 65px;
  position: absolute;
  top: 0;
  z-index: 6; }
.scroll-icon.-prev {
  left: 0; }
.scroll-icon.-next {
  right: 0; }
.scroll-icon.slick-disabled {
  opacity: 0.4; }
.scroll-icon > .outer,
.scroll-icon > .dashed,
.scroll-icon > .triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
.scroll-icon.-prev > .outer, .scroll-icon.-next > .outer, .scroll-icon.-prev > .dashed, .scroll-icon.-next > .dashed, .scroll-icon.-prev > .triangle, .scroll-icon.-next > .triangle {
  top: calc(50% - 21px);
  width: 42px;
  height: 42px; }
.scroll-icon.-prev > .outer, .scroll-icon.-prev > .dashed, .scroll-icon.-prev > .triangle {
  left: 12px; }
.scroll-icon.-next > .outer, .scroll-icon.-next > .dashed, .scroll-icon.-next > .triangle {
  left: auto;
  right: 12px; }
.scroll-icon > .outer svg,
.scroll-icon > .dashed svg,
.scroll-icon > .triangle svg {
  width: 100%;
  height: 100%; }
.scroll-icon > .outer {
  animation: infiniteSpinning 4s linear infinite; }
.scroll-icon.slick-disabled > .outer {
  animation: none; }
.scroll-icon.-prev > .outer {
  transform: rotate(45deg); }
.scroll-icon.-next > .outer {
  transform: rotate(-30deg); }
.scroll-icon > .outer .svgfill {
  fill: #eb088c; }
.scroll-icon > .outer .svgstroke {
  stroke: #eb088c; }
.scroll-icon.-purple > .outer .svgfill {
  fill: #5d2d81; }
.scroll-icon.-purple > .outer .svgstroke {
  stroke: #5d2d81; }
.scroll-icon:active > .dashed {
  animation: infiniteSpinning 3s linear infinite reverse; }
.scroll-icon.-pink > .dashed .svgfill {
  fill: #eb088c; }
.scroll-icon.-pink > .dashed .svgstroke {
  stroke: #eb088c; }
.scroll-icon.-purple > .dashed .svgfill {
  fill: #5d2d81; }
.scroll-icon.-purple > .dashed .svgstroke {
  stroke: #5d2d81; }
.scroll-icon.-prev > .triangle {
  transform: rotate(90deg); }
.scroll-icon.-next > .triangle {
  transform: rotate(-90deg); }
.scroll-icon.-pink > .triangle .svgfill {
  fill: #14e1e9; }
.scroll-icon.-purple > .triangle .svgfill {
  fill: #eb088c; }

.social-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 40px 0 20px 0;
  padding: 0; }
.social-links > .item {
  position: relative; }
.social-links > .item > .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid gray;
  background: #fff; }

.download-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 13, 43, 0.95);
  opacity: 0;
  visibility: hidden; }
.download-modal > .content {
  padding: 25px;
  position: relative;
  z-index: 5;
  width: 100%; }

.headset-loader {
  position: relative;
  width: 125px;
  height: 84px;
  margin-bottom: 16px; }
.headset-loader > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  overflow: hidden;
  transition: width .2s linear; }
.headset-loader > .wrapper > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 125px;
  height: 84px; }

.menu-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 13, 43, 0.95);
  opacity: 0;
  visibility: hidden; }
.menu-modal > .content {
  padding: 25px;
  position: relative;
  z-index: 5;
  width: 100%;
  text-align: center; }
.menu-modal > .content > .list {
  list-style: none;
  padding: 0; }
.menu-modal > .content > .list > .item {
  margin: 5px 0;
  opacity: 0;
  visibility: hidden; }
.menu-modal > .content > .list > .item > .link {
  display: block;
  color: #fff;
  font-size: 3.75rem;
  text-decoration: none;
  padding: 8px 0; }

.page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background-color: #280643;
  color: #fff;
  transition: .25s ease-out;
  transition-property: opacity; }
.page-loader.-done {
  opacity: 0;
  pointer-events: none; }
.page-loader > .content {
  max-width: 1890px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
  opacity: 0;
  transition: .15s ease-out;
  transition-property: opacity; }
.page-loader > .content.-start {
  opacity: 1; }

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 13, 43, 0.95);
  opacity: 0;
  visibility: hidden; }
.video-modal > .video {
  position: relative;
  width: 100%;
  height: 46.9vw;
  max-height: 100%; }
.video-modal > .video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page-footer {
  background: #5d2d81;
  color: #000;
  padding: .75% 0;
  width: 100%;
  position: relative;
  z-index: 7; }
.page-footer > .content {
  padding: 10px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.page-footer > .content > .text {
  font-family: 'Jovial Sans', sans-serif;
  font-size: 2.4rem;
  opacity: .8; }
.page-footer > .content > .link {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/110-footer.png);
  display: block;
  width: 29px;
  height: 33px;
  margin-left: 12px; }

.input-group {
  display: block;
  position: relative;
  padding: 4px 0; }
.input-group::after {
  content: "";
  font: normal normal normal 1em/1 'Material-Design-Iconic-Font';
  vertical-align: middle;
  color: #00d84c;
  font-size: 3rem;
  position: absolute;
  right: 20px;
  top: 18px;
  pointer-events: none;
  opacity: 0;
  transition: .2s ease-in-out;
  transition-property: opacity; }
.input-group.-valid::after {
  opacity: 1; }
.input-group > .input {
  outline: none;
  width: 100%;
  padding: 11px 16px;
  border-radius: 6px;
  border: 3px solid #12aab0;
  background: #fff;
  color: #5d2d81;
  font-family: 'Brush Up', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  transition: .25s ease-out;
  transition-property: color, border; }
.input-group.-textarea > .input {
  resize: none;
  height: 100px; }
.input-group.-invalid > .input {
  border-color: #fe0000;
  color: #fff; }
.input-group.-invalid > .input:focus {
  color: #5d2d81; }
.input-group > .label {
  position: absolute;
  left: 13px;
  top: 18px;
  z-index: 4;
  pointer-events: none;
  color: #eb088c;
  font-family: 'Brush Up', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  padding: 0 6px;
  background-color: #fff;
  border-radius: 3px 3px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .25s ease-in-out;
  transition-property: color, transform; }
.input-group > .input:focus + .label,
.input-group > .input.-focus + .label {
  color: #20bec4;
  transform: translateY(-30px); }
.input-group.-invalid > .label {
  color: #fe0000; }
.input-group.-valid > .label {
  opacity: 0; }
.input-group > .label::before {
  content: '';
  display: block;
  background: #fff;
  height: 1em;
  width: 0;
  position: absolute;
  top: -19px;
  left: 0;
  z-index: -1; }
.input-group > .input:focus + .label::before,
.input-group > .input.-focus + .label::before {
  width: 100%;
  top: 1px; }

.select-group {
  display: block;
  position: relative;
  padding: 4px 0; }
.select-group > .input {
  outline: none;
  width: 100%;
  padding: 11px 16px;
  border-radius: 6px;
  border: 3px solid #12aab0;
  background: #fff;
  color: #5d2d81;
  font-family: 'Brush Up', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  transition: .25s ease-out;
  transition-property: color, border; }

.menu-toggle {
  background: #fff;
  outline: none;
  width: 45px;
  height: 45px;
  border: 1px solid #280643;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #280643;
  font-size: 2rem; }

.mobile-menu {
  display: none; }

.top-navigation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  transform: translate3d(0, 0, 0); }
.top-navigation.-scroll {
  position: fixed;
  transform: translateY(-100%) translate3d(0, 0, 0);
  transition: .25s ease-in;
  transition-property: transform, background-color; }
.top-navigation.-scroll.-visible {
  transform: none; }
.top-navigation > .content {
  padding: 22px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.top-navigation > .content > .logo {
  display: block; }
.top-navigation > .content > .logo > .img {
  width: 117px;
  height: auto; }

.popover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #280643; }

.product-item {
  position: relative;
  padding: 0 25px;
  min-width: 105px;
  height: 100%; }
.product-item > .illustration {
  height: 392px;
  display: flex;
  align-items: flex-end; }
.product-item > .illustration > .img {
  margin: -90px auto 0 auto;
  transform: scale(0.8);
  transform-origin: bottom; }

.product-popover {
  background-color: #fff;
  border-radius: 2px;
  padding: 25px 65px;
  width: 100vw;
  font-family: 'Jovial Sans', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 8;
  transform: translate(-50%, -50%);
  user-select: none; }
.product-popover > .hairtype {
  color: #eb088c;
  font-size: 3rem; }
.product-popover > .productname {
  color: #5d2d81;
  font-family: 'Brush Up', sans-serif; }
.product-popover > .producttype {
  color: #20bec4; }
.product-popover > .description {
  color: rgba(0, 0, 0, 0.6);
  font-size: 2.4rem;
  line-height: 1em;
  margin-top: 20px; }

.products-gallery {
  position: relative;
  margin: 30px -25px; }
.products-gallery .slick-track {
  display: flex;
  align-items: flex-end; }
.products-gallery .slick-slide {
  opacity: .35;
  transition: .25s ease-in;
  transition-property: opacity; }
.products-gallery .slick-slide .product-popover {
  opacity: 0; }
.products-gallery .slick-slide.slick-current {
  opacity: 1; }

.product-view {
  position: relative;
  display: flex;
  justify-content: center;
  margin: -20px 0 40px 0; }
.product-view > .splash-background {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  margin: 0 auto;
  transform: translateY(-50%) translateX(-50%); }
.product-view > .photo {
  position: relative;
  z-index: 5; }
.product-view > .photo > .sprite {
  background-image: url(../img/product-sprite-m.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 679px 322px;
  background-origin: content-box;
  background-clip: content-box;
  width: 125.5px;
  height: 322px;
  padding: 0 14.42px;
  animation: productSpin 0.8s steps(6) infinite; }

.splash-background {
  position: relative;
  font-family: 'Brush Up Alt', sans-serif;
  font-size: 6.25rem;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 30px;
  display: inline-block; }
.splash-background > .paint {
  background-image: url(../img/sprites/sprite_s3.svg);
  background-repeat: no-repeat;
  background-size: 2100px 111px;
  background-position: 0 0;
  width: 300px;
  height: 111px;
  position: absolute;
  top: .6em;
  left: -0.4em;
  z-index: 4;
  transform: rotate(4deg); }
.splash-background > .line {
  position: relative;
  font-size: 1em;
  font-weight: 300;
  transform: rotate(-6deg);
  white-space: nowrap; }
.splash-background > .line.-line1 {
  color: #ffb018;
  font-size: 1em;
  z-index: 4; }
.splash-background > .line.-line2 {
  color: #ffdc18;
  font-size: 1.24em;
  margin: -.3em 0 0 0;
  transform: rotate(-6deg);
  z-index: 5; }

.splash-contact {
  position: relative;
  left: -5px;
  font-family: 'Brush Up Alt', sans-serif;
  font-size: 6rem;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 30px; }
.splash-contact > .paint {
  background-image: url(../img/sprites/sprite_contact.svg);
  background-repeat: no-repeat;
  background-size: 2600px 102px;
  background-position: 0 0;
  width: 325px;
  height: 102px;
  position: absolute;
  top: -.4em;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 4; }
.splash-contact > .line {
  position: relative;
  z-index: 5;
  font-size: 1em;
  font-weight: 300;
  transform: rotate(-3deg); }
.splash-contact > .line.-line1 {
  font-size: .775em; }
.splash-contact > .line.-line2 {
  font-size: .52em;
  margin: -.3em 0 0 0;
  z-index: 6; }

.splash-download-thanks {
  position: relative;
  color: #fff;
  font-family: 'Brush Up Alt', sans-serif;
  font-size: 2.5rem;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 30px;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
  position: absolute; }
.splash-download-thanks > .line {
  position: relative;
  font-size: 1em;
  font-weight: 300;
  line-height: normal;
  transform: rotate(-3deg); }
.splash-download-thanks > .line.-line2 {
  color: #eb088c;
  font-size: 2.2em;
  transform: translateX(-0.15em) rotate(-4deg);
  margin-top: -.2em; }

.splash-download {
  position: relative;
  color: #fff;
  font-family: 'Brush Up Alt', sans-serif;
  font-size: 2.5rem;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 30px; }
.splash-download > .line {
  position: relative;
  font-size: 1em;
  font-weight: 300;
  line-height: normal;
  transform: rotate(-3deg); }
.splash-download > .line.-line2 {
  color: #eb088c;
  font-size: 2.2em;
  transform: translateX(-0.15em) rotate(-4deg);
  margin-top: -.2em; }

.splash-freefrom {
  position: relative;
  left: -9.5px;
  font-family: 'Brush Up Alt', sans-serif;
  font-size: 9.5rem;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 30px;
  display: inline-block; }
.splash-freefrom > .paint {
  background-image: url(../img/sprites/sprite_s3.svg);
  background-repeat: no-repeat;
  background-size: 2450px 129px;
  background-position: 0 0;
  width: 350px;
  height: 129px;
  position: absolute;
  top: .3em;
  left: -.25em;
  z-index: 4;
  transform: rotate(4deg); }
.splash-freefrom > .line {
  position: relative;
  font-size: 1em;
  font-weight: 300;
  transform: rotate(-3deg); }
.splash-freefrom > .line.-line1 {
  color: #5d2d81;
  z-index: 4; }
.splash-freefrom > .line.-line2 {
  color: #eb088c;
  font-size: .58em;
  margin: -.7em 0 -.47em 0;
  transform: rotate(-5deg) translateX(-0.04em);
  z-index: 5; }
.splash-freefrom > .line.-line3 {
  color: #5d2d81;
  font-size: .74em;
  transform: rotate(-5deg);
  z-index: 6; }

.splash-guide {
  position: relative;
  left: -9px;
  font-family: 'Brush Up Alt', sans-serif;
  font-size: 9rem;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 30px; }
.splash-guide > .line {
  position: relative;
  font-weight: 300;
  transform: rotate(-3deg);
  white-space: nowrap; }
.splash-guide > .line.-line1 {
  color: #cedc2a;
  font-size: .775em; }
.splash-guide > .line.-line2 {
  font-size: .57em;
  margin: -.4em 0 -.4em 0; }
.splash-guide > .line.-line3 {
  color: #cedc2a;
  font-size: .76em; }

.splash-loader {
  font-size: 3.06rem;
  opacity: 0;
  transform: scale(0.9); }
.splash-loader.-visible {
  animation: loaderFade .2s forwards .2s; }
.splash-loader > .artifact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.splash-loader > .artifact > .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/artifacts/loader/a1.png);
  transform: scale(1.7) translateX(-10px) rotate(4deg);
  width: 100%;
  height: 100%; }
.splash-loader > .line {
  font-family: 'Brush Up Alt', sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: normal;
  position: relative;
  z-index: 5;
  transform: rotate(-3deg); }
.splash-loader > .line.-line1 {
  z-index: 5; }
.splash-loader > .line.-line2 {
  z-index: 4;
  color: #20bec4;
  font-size: .77em;
  margin: -.2em 0 0 0; }

.splash-main {
  position: relative;
  font-family: 'Brush Up Alt', sans-serif;
  font-size: 7.5rem;
  white-space: nowrap;
  text-align: center; }
.splash-main > .paint {
  background-image: url(../img/sprites/sprite_header.svg);
  background-repeat: no-repeat;
  background-size: 2040px 79px;
  background-position: 0 0;
  width: 255px;
  height: 79px;
  position: absolute;
  top: 1.3em;
  left: -.25em;
  z-index: 4; }
.splash-main > .line {
  position: relative;
  z-index: 5;
  font-weight: 300;
  transform: rotate(-2deg); }
.splash-main > .line.-line1 {
  font-size: .225em;
  left: 4px; }
.splash-main > .line.-line2 {
  font-size: 1em;
  margin: -.20em 0 -.48em 0; }
.splash-main > .line.-line3 {
  font-size: 1.6em;
  transform: rotate(-2deg) translateX(-0.04em); }

.splash-products {
  position: relative;
  font-family: 'Brush Up Alt', sans-serif;
  font-size: 4rem;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 30px; }
.splash-products > .line {
  position: relative;
  font-size: 1em;
  font-weight: 300;
  transform: rotate(-2deg); }
.splash-products > .line.-line1 {
  color: #fff;
  z-index: 4; }
.splash-products > .line.-line2 {
  color: #20bec4;
  font-size: .89em;
  margin: -.3em 0 0 0;
  transform: rotate(-2deg);
  z-index: 5; }

.splash-soulpower {
  position: relative;
  left: -7px;
  font-family: 'Brush Up Alt', sans-serif;
  font-size: 7rem;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 30px; }
.splash-soulpower > .line {
  position: relative;
  font-weight: 300;
  transform: rotate(-6deg); }
.splash-soulpower > .line.-line1 {
  font-size: 1em;
  z-index: 5;
  transform: rotate(-4deg); }
.splash-soulpower > .line.-line2 {
  font-size: 1em;
  color: #ffdc18;
  margin: -.4em 0 -.28em 0;
  z-index: 4;
  transform: rotate(-6.2deg); }
.splash-soulpower > .line.-line3 {
  font-size: .52em;
  transform: rotate(-5.6deg); }
.splash-soulpower > .line.-line4 {
  font-size: .86em;
  margin: .05em 0 -.3em 0; }
.splash-soulpower > .line.-line5 {
  color: #ffdc18;
  font-size: .59em; }

.splash-soulshine-thanks {
  position: relative;
  color: #fff;
  font-family: 'Brush Up Alt', sans-serif;
  font-size: 5rem;
  text-align: center;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
  position: absolute;
  margin-top: 50px; }
.splash-soulshine-thanks > .line {
  position: relative;
  font-size: 1em;
  font-weight: 300;
  line-height: normal;
  transform: rotate(-5deg); }
.splash-soulshine-thanks > .line.-line2 {
  color: #eb088c;
  font-size: 1.2em;
  transform: rotate(-4deg);
  margin-top: -.22em; }
.splash-soulshine-thanks > .line.-line3 {
  font-size: .84em;
  margin-top: -.22em; }

.splash-soulshine {
  position: relative;
  color: #fff;
  font-family: 'Brush Up Alt', sans-serif;
  font-size: 4.2rem;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 14px; }
.splash-soulshine > .line {
  position: relative;
  font-size: 1em;
  font-weight: 300;
  line-height: normal;
  transform: rotate(-3deg); }
.splash-soulshine > .line.-line2 {
  color: #eb088c;
  font-size: 1.1em;
  transform: translateX(0.05em) rotate(-4deg);
  margin-top: -.2em; }
