/* VARIABLES */
/* Placeholder Color */
::-webkit-input-placeholder {
  opacity: 1;
  color: #AFB7C0; }

::-moz-placeholder {
  opacity: 1;
  color: #AFB7C0; }

::-ms-input-placeholder {
  opacity: 1;
  color: #AFB7C0; }

::-moz-placeholder {
  opacity: 1;
  color: #AFB7C0; }

.nodis {
  display: none; }
  .nodis_force {
    display: none !important; }

.padded {
  padding: 20px 0; }

.noflow, .inflow {
  overflow: hidden; }

.inflow {
  overflow-y: auto; }

.main-color {
  color: #3931BB; }

.white-color {
  color: #fff; }

.positive {
  color: #05CF7A; }

.negative {
  color: #F04E45; }

.nicescroll-rails {
  opacity: 0; }

@media screen and (min-width: 981px) {
  .fromtablet,
  .tabletonly {
    display: none !important; } }

@media screen and (max-width: 980px) {
  .notablet {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .mobileonly {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .nomobile,
  .tabletonly {
    display: none !important; } }

/* Font Name */
/* Font Size */
/* BASIC COMPONENTS */
/* VISUAL COMPOSER OVERIDE */
*,
*:before,
*:after,
input,
button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  list-style: none;
  -webkit-appreance: none;
  appreance: none;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Mixins */
/* Alignment */
.clearfix:after, .wrap:not(.cols):after {
  content: "";
  display: block;
  clear: both; }

.align-center {
  margin-left: auto;
  margin-right: auto; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.float_none {
  float: none; }
  .float_none_force {
    float: none !important; }

.float_right {
  float: right; }
  .float_right_force {
    float: right !important; }

.float_left {
  float: left; }
  .float_left_force {
    float: left !important; }

.clearfix:after, .wrap:not(.cols):after {
  content: "";
  display: block;
  clear: both; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 1170px; }
  .wrap.unwrap-d {
    max-width: none; }

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .cols.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .cols.center-d {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .cols.left-d {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .cols.right-d {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .cols.spread-d {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .cols *[class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }
    .cols *[class^="col-"].center-d {
      -ms-flex-item-align: center;
      align-self: center; }
    .cols *[class^="col-"].top-d {
      -ms-flex-item-align: start;
      align-self: flex-start; }
    .cols *[class^="col-"].bottom-d {
      -ms-flex-item-align: end;
      align-self: flex-end; }
    .cols *[class^="col-"].gt:after {
      content: "";
      position: relative;
      width: auto;
      height: 100px;
      max-height: 100%;
      display: block;
      background-color: rgba(255, 0, 0, 0.1);
      -webkit-box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.6);
      box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.6); }
    .cols *[class^="col-"].nopad, .cols *[class^="col-"].cols {
      padding-left: 0;
      padding-right: 0; }
  .cols img {
    max-width: 100%; }

.col-d-1 {
  width: 8.33333%; }

.col-d-2 {
  width: 16.66667%; }

.col-d-3 {
  width: 25%; }

.col-d-4 {
  width: 33.33333%; }

.col-d-5 {
  width: 41.66667%; }

.col-d-6 {
  width: 50%; }

.col-d-7 {
  width: 58.33333%; }

.col-d-8 {
  width: 66.66667%; }

.col-d-9 {
  width: 75%; }

.col-d-10 {
  width: 83.33333%; }

.col-d-11 {
  width: 91.66667%; }

.col-d-12 {
  width: 100%; }

@media screen and (max-width: 1280px) {
  .wrap,
  .wrap.unwrap-d {
    max-width: 810px; }
    .wrap.unwrap-t,
    .wrap.unwrap-d.unwrap-t {
      max-width: none; }
  .cols.center-t {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .cols.left-t {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .cols.right-t {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .cols.spread-t {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .cols *[class^="col-"] {
    padding-left: 12px;
    padding-right: 12px; }
    .cols *[class^="col-"].center-t {
      -ms-flex-item-align: center;
      align-self: center; }
    .cols *[class^="col-"].top-t {
      -ms-flex-item-align: start;
      align-self: flex-start; }
    .cols *[class^="col-"].bottom-t {
      -ms-flex-item-align: end;
      align-self: flex-end; }
  .col-t-1 {
    width: 8.33333%; }
  .col-t-2 {
    width: 16.66667%; }
  .col-t-3 {
    width: 25%; }
  .col-t-4 {
    width: 33.33333%; }
  .col-t-5 {
    width: 41.66667%; }
  .col-t-6 {
    width: 50%; }
  .col-t-7 {
    width: 58.33333%; }
  .col-t-8 {
    width: 66.66667%; }
  .col-t-9 {
    width: 75%; }
  .col-t-10 {
    width: 83.33333%; }
  .col-t-11 {
    width: 91.66667%; }
  .col-t-12 {
    width: 100%; } }

@media screen and (max-width: 980px) {
  .wrap,
  .wrap.unwrap-d,
  .wrap.unwrap-t {
    max-width: 760px; }
    .wrap.unwrap-tp,
    .wrap.unwrap-d.unwrap-tp,
    .wrap.unwrap-t.unwrap-tp {
      max-width: none; }
  .cols.center-tp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .cols.left-tp {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .cols.right-tp {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .cols.spread-tp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .cols *[class^="col-"] {
    padding-left: 12px;
    padding-right: 12px; }
    .cols *[class^="col-"].center-tp {
      -ms-flex-item-align: center;
      align-self: center; }
    .cols *[class^="col-"].top-tp {
      -ms-flex-item-align: start;
      align-self: flex-start; }
    .cols *[class^="col-"].bottom-tp {
      -ms-flex-item-align: end;
      align-self: flex-end; }
  .col-tp-1 {
    width: 8.33333%; }
  .col-tp-2 {
    width: 16.66667%; }
  .col-tp-3 {
    width: 25%; }
  .col-tp-4 {
    width: 33.33333%; }
  .col-tp-5 {
    width: 41.66667%; }
  .col-tp-6 {
    width: 50%; }
  .col-tp-7 {
    width: 58.33333%; }
  .col-tp-8 {
    width: 66.66667%; }
  .col-tp-9 {
    width: 75%; }
  .col-tp-10 {
    width: 83.33333%; }
  .col-tp-11 {
    width: 91.66667%; }
  .col-tp-12 {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .wrap,
  .wrap.unwrap-d,
  .wrap.unwrap-t,
  .wrap.unwrap-tp {
    max-width: 400px;
    width: calc(100% - 16px); }
    .wrap.unwrap-m,
    .wrap.unwrap-d.unwrap-m,
    .wrap.unwrap-t.unwrap-m,
    .wrap.unwrap-tp.unwrap-m {
      max-width: none; }
  .cols.center-m {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .cols.left-m {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .cols.right-m {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .cols.spread-m {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .cols *[class^="col-"] {
    padding-left: 12px;
    padding-right: 12px; }
    .cols *[class^="col-"].center-m {
      -ms-flex-item-align: center;
      align-self: center; }
    .cols *[class^="col-"].top-m {
      -ms-flex-item-align: start;
      align-self: flex-start; }
    .cols *[class^="col-"].bottom-m {
      -ms-flex-item-align: end;
      align-self: flex-end; }
  .col-m-1 {
    width: 8.33333%; }
  .col-m-2 {
    width: 16.66667%; }
  .col-m-3 {
    width: 25%; }
  .col-m-4 {
    width: 33.33333%; }
  .col-m-5 {
    width: 41.66667%; }
  .col-m-6 {
    width: 50%; }
  .col-m-7 {
    width: 58.33333%; }
  .col-m-8 {
    width: 66.66667%; }
  .col-m-9 {
    width: 75%; }
  .col-m-10 {
    width: 83.33333%; }
  .col-m-11 {
    width: 91.66667%; }
  .col-m-12 {
    width: 100%; } }

@media screen and (max-width: 767px) and (min-width: 415px) and (orientation: landscape) {
  .wrap,
  .wrap.unwrap-d,
  .wrap.unwrap-t,
  .wrap.unwrap-tp,
  .wrap.unwrap-m {
    max-width: 480px; }
    .wrap.unwrap-ml,
    .wrap.unwrap-d.unwrap-ml,
    .wrap.unwrap-t.unwrap-ml,
    .wrap.unwrap-tp.unwrap-ml,
    .wrap.unwrap-m.unwrap-ml {
      max-width: none; }
  .cols.center-ml {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .cols.left-ml {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .cols.right-ml {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .cols.spread-ml {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .cols *[class^="col-"] {
    padding-left: 12px;
    padding-right: 12px; }
    .cols *[class^="col-"].center-ml {
      -ms-flex-item-align: center;
      align-self: center; }
    .cols *[class^="col-"].top-ml {
      -ms-flex-item-align: start;
      align-self: flex-start; }
    .cols *[class^="col-"].bottom-ml {
      -ms-flex-item-align: end;
      align-self: flex-end; }
  .col-m-1 {
    width: 8.33333%; }
  .col-m-2 {
    width: 16.66667%; }
  .col-m-3 {
    width: 25%; }
  .col-m-4 {
    width: 33.33333%; }
  .col-m-5 {
    width: 41.66667%; }
  .col-m-6 {
    width: 50%; }
  .col-m-7 {
    width: 58.33333%; }
  .col-m-8 {
    width: 66.66667%; }
  .col-m-9 {
    width: 75%; }
  .col-m-10 {
    width: 83.33333%; }
  .col-m-11 {
    width: 91.66667%; }
  .col-m-12 {
    width: 100%; } }

/* Animation Library */
.easing, a, .btn,
button:not(.slick-arrow),
input[type="button"],
input[type="submit"],
input[type="reset"], .checkbox_checker, .checkbox_checker:before, .partners img, .soundtrack-cover, .album, .album img, .player .playarea div, .player .soundControl {
  -webkit-transition: 0.125s all ease;
  -o-transition: 0.125s all ease;
  transition: 0.125s all ease; }

@-webkit-keyframes run_in_right {
  0% {
    -webkit-transform: translate3d(96px, 0, 12px);
    transform: translate3d(96px, 0, 12px);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 12px);
    transform: translate3d(0, 0, 12px);
    opacity: 1; } }

@keyframes run_in_right {
  0% {
    -webkit-transform: translate3d(96px, 0, 12px);
    transform: translate3d(96px, 0, 12px);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 12px);
    transform: translate3d(0, 0, 12px);
    opacity: 1; } }

@-webkit-keyframes run_in_left {
  0% {
    -webkit-transform: translate3d(-96px, 0, 12px);
    transform: translate3d(-96px, 0, 12px);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 12px);
    transform: translate3d(0, 0, 12px);
    opacity: 1; } }

@keyframes run_in_left {
  0% {
    -webkit-transform: translate3d(-96px, 0, 12px);
    transform: translate3d(-96px, 0, 12px);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 12px);
    transform: translate3d(0, 0, 12px);
    opacity: 1; } }

@-webkit-keyframes run_in_top {
  0% {
    -webkit-transform: translate3d(0, -64px, 12px);
    transform: translate3d(0, -64px, 12px);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 12px);
    transform: translate3d(0, 0, 12px);
    opacity: 1; } }

@keyframes run_in_top {
  0% {
    -webkit-transform: translate3d(0, -64px, 12px);
    transform: translate3d(0, -64px, 12px);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 12px);
    transform: translate3d(0, 0, 12px);
    opacity: 1; } }

@-webkit-keyframes run_in_bottom {
  0% {
    -webkit-transform: translate3d(0, 64px, 12px);
    transform: translate3d(0, 64px, 12px);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 12px);
    transform: translate3d(0, 0, 12px);
    opacity: 1; } }

@keyframes run_in_bottom {
  0% {
    -webkit-transform: translate3d(0, 64px, 12px);
    transform: translate3d(0, 64px, 12px);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 12px);
    transform: translate3d(0, 0, 12px);
    opacity: 1; } }

@-webkit-keyframes run_in_scale_in {
  0% {
    -webkit-transform: translate3d(0, 0, 12px) scale(1.25);
    transform: translate3d(0, 0, 12px) scale(1.25);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 12px) scale(1);
    transform: translate3d(0, 0, 12px) scale(1);
    opacity: 1; } }

@keyframes run_in_scale_in {
  0% {
    -webkit-transform: translate3d(0, 0, 12px) scale(1.25);
    transform: translate3d(0, 0, 12px) scale(1.25);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 12px) scale(1);
    transform: translate3d(0, 0, 12px) scale(1);
    opacity: 1; } }

@-webkit-keyframes run_in_scale_out {
  0% {
    -webkit-transform: translate3d(0, 0, 12px) scale(0.875);
    transform: translate3d(0, 0, 12px) scale(0.875);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 12px) scale(1);
    transform: translate3d(0, 0, 12px) scale(1);
    opacity: 1; } }

@keyframes run_in_scale_out {
  0% {
    -webkit-transform: translate3d(0, 0, 12px) scale(0.875);
    transform: translate3d(0, 0, 12px) scale(0.875);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 12px) scale(1);
    transform: translate3d(0, 0, 12px) scale(1);
    opacity: 1; } }

@-webkit-keyframes run_out_right {
  0% {
    -webkit-transform: translate3d(0, 0, 12px);
    transform: translate3d(0, 0, 12px);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(64px, 0, 12px);
    transform: translate3d(64px, 0, 12px);
    opacity: 0; } }

@keyframes run_out_right {
  0% {
    -webkit-transform: translate3d(0, 0, 12px);
    transform: translate3d(0, 0, 12px);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(64px, 0, 12px);
    transform: translate3d(64px, 0, 12px);
    opacity: 0; } }

@-webkit-keyframes run_out_left {
  0% {
    -webkit-transform: translate3d(0, 0, 12px);
    transform: translate3d(0, 0, 12px);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(-64px, 0, 12px);
    transform: translate3d(-64px, 0, 12px);
    opacity: 0; } }

@keyframes run_out_left {
  0% {
    -webkit-transform: translate3d(0, 0, 12px);
    transform: translate3d(0, 0, 12px);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(-64px, 0, 12px);
    transform: translate3d(-64px, 0, 12px);
    opacity: 0; } }

@-webkit-keyframes run_out_top {
  0% {
    -webkit-transform: translate3d(0, 0, 12px);
    transform: translate3d(0, 0, 12px);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, -64px, 12px);
    transform: translate3d(0, -64px, 12px);
    opacity: 0; } }

@keyframes run_out_top {
  0% {
    -webkit-transform: translate3d(0, 0, 12px);
    transform: translate3d(0, 0, 12px);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, -64px, 12px);
    transform: translate3d(0, -64px, 12px);
    opacity: 0; } }

@-webkit-keyframes run_out_bottom {
  0% {
    -webkit-transform: translate3d(0, 0, 12px);
    transform: translate3d(0, 0, 12px);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 64px, 12px);
    transform: translate3d(0, 64px, 12px);
    opacity: 0; } }

@keyframes run_out_bottom {
  0% {
    -webkit-transform: translate3d(0, 0, 12px);
    transform: translate3d(0, 0, 12px);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 64px, 12px);
    transform: translate3d(0, 64px, 12px);
    opacity: 0; } }

@-webkit-keyframes run_out_scale_in {
  0% {
    -webkit-transform: translate3d(0, 0, 12px) scale(1);
    transform: translate3d(0, 0, 12px) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 0, 12px) scale(0.875);
    transform: translate3d(0, 0, 12px) scale(0.875);
    opacity: 0; } }

@keyframes run_out_scale_in {
  0% {
    -webkit-transform: translate3d(0, 0, 12px) scale(1);
    transform: translate3d(0, 0, 12px) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 0, 12px) scale(0.875);
    transform: translate3d(0, 0, 12px) scale(0.875);
    opacity: 0; } }

@-webkit-keyframes run_out_scale_out {
  0% {
    -webkit-transform: translate3d(0, 0, 12px) scale(1);
    transform: translate3d(0, 0, 12px) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 0, 12px) scale(1.25);
    transform: translate3d(0, 0, 12px) scale(1.25);
    opacity: 0; } }

@keyframes run_out_scale_out {
  0% {
    -webkit-transform: translate3d(0, 0, 12px) scale(1);
    transform: translate3d(0, 0, 12px) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 0, 12px) scale(1.25);
    transform: translate3d(0, 0, 12px) scale(1.25);
    opacity: 0; } }

/* BASIC ELEMENTS */
/* Buttons */
h1, h2, h3, h4, h5 {
  font-family: "GraphikWeb", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.2; }

.h1,
h1 {
  font-size: 60px;
  margin-bottom: 32px; }

.h2,
h2 {
  font-size: 40px; }

.h3,
h3 {
  font-size: 34px; }

.h4,
h4 {
  font-size: 18px; }

.h5,
h5 {
  font-size: 16px; }

.h6,
h6 {
  font-size: 14px; }

/* Buttons */
@font-face {
  font-family: 'GraphikWeb';
  src: url("../css/fonts/Graphik-Semibold.woff2") format("woff2"), url("../css/fonts/Graphik-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'GraphikWeb';
  src: url("../css/fonts/Graphik-Light.woff2") format("woff2"), url("../css/fonts/Graphik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'GraphikWeb';
  src: url("../css/fonts/Graphik-Regular.woff2") format("woff2"), url("../css/fonts/Graphik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

html,
body,
input,
button,
select,
textarea {
  font-family: "GraphikWeb", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.625;
  color: #fff; }

.lighter {
  font-weight: 400; }

.bolder,
.bold {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

a {
  color: #fff;
  color: rgba(255, 255, 255, 0.7); }
  a:hover {
    color: #fff; }
  a:not(.btn):not(.main_content-page):not(.pricing-trigger):not(.soundtrack-single) {
    position: relative;
    display: inline-block; }
    a:not(.btn):not(.main_content-page):not(.pricing-trigger):not(.soundtrack-single):after {
      content: "";
      position: absolute;
      bottom: -1px;
      right: -8px;
      width: 0;
      height: 1px;
      background-color: #fff;
      -webkit-animation: link_normal 0.4s ease forwards;
      animation: link_normal 0.4s ease forwards; }

@-webkit-keyframes link_normal {
  0% {
    right: 0;
    width: 100%; }
  100% {
    right: -8px;
    width: 0; } }

@keyframes link_normal {
  0% {
    right: 0;
    width: 100%; }
  100% {
    right: -8px;
    width: 0; } }
    a:not(.btn):not(.main_content-page):not(.pricing-trigger):not(.soundtrack-single):hover:after {
      width: 100%;
      left: 0;
      right: 0;
      -webkit-animation: link_hover 0.4s ease forwards;
      animation: link_hover 0.4s ease forwards; }

@-webkit-keyframes link_hover {
  0% {
    left: -8px;
    width: 0; }
  100% {
    left: 0;
    width: 100%; } }

@keyframes link_hover {
  0% {
    left: -8px;
    width: 0; }
  100% {
    left: 0;
    width: 100%; } }

p {
  margin-bottom: 20px;
  font-size: 17px; }

.text-lighter-color {
  color: #AFB7C0; }

.purple-color {
  color: #8740E8; }

.green-color {
  color: #42B438; }

/* Buttons */
.btn,
button:not(.slick-arrow),
input[type="button"],
input[type="submit"],
input[type="button"],
input[type="reset"] {
  font-family: "GraphikWeb", "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  display: inline-block;
  line-height: 20px;
  padding: 12px 24px;
  border-radius: 2px;
  background-color: transparent;
  color: #fff;
  border: none;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  text-align: center;
  white-space: nowrap;
  will-change: transform;
  z-index: 1; }
  .btn:before, .btn:after,
  button:not(.slick-arrow):before,
  button:not(.slick-arrow):after,
  input[type="button"]:before,
  input[type="button"]:after,
  input[type="submit"]:before,
  input[type="submit"]:after,
  input[type="button"]:before,
  input[type="button"]:after,
  input[type="reset"]:before,
  input[type="reset"]:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    -webkit-box-shadow: inset 1px 1px #fff;
    box-shadow: inset 1px 1px #fff;
    bottom: 0;
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
    border-radius: 2px;
    -webkit-animation: btn_normal_top 0.375s ease-in-out forwards;
    animation: btn_normal_top 0.375s ease-in-out forwards;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .btn:after,
  button:not(.slick-arrow):after,
  input[type="button"]:after,
  input[type="submit"]:after,
  input[type="button"]:after,
  input[type="reset"]:after {
    -webkit-box-shadow: inset -1px -1px #fff;
    box-shadow: inset -1px -1px #fff;
    -webkit-animation: btn_normal_bottom 0.375s ease-in-out forwards;
    animation: btn_normal_bottom 0.375s ease-in-out forwards; }

@-webkit-keyframes btn_normal_top {
  0% {
    height: 100%;
    width: 100%; }
  50% {
    height: 1px;
    width: 100%; }
  100% {
    height: 1px;
    width: 0; } }

@keyframes btn_normal_top {
  0% {
    height: 100%;
    width: 100%; }
  50% {
    height: 1px;
    width: 100%; }
  100% {
    height: 1px;
    width: 0; } }

@-webkit-keyframes btn_normal_bottom {
  0% {
    height: 100%;
    width: 100%; }
  50% {
    height: 100%;
    width: 1px; }
  100% {
    height: 0%;
    width: 1px; } }

@keyframes btn_normal_bottom {
  0% {
    height: 100%;
    width: 100%; }
  50% {
    height: 100%;
    width: 1px; }
  100% {
    height: 0%;
    width: 1px; } }
  .btn:hover:before, .btn:hover:after,
  button:not(.slick-arrow):hover:before,
  button:not(.slick-arrow):hover:after,
  input[type="button"]:hover:before,
  input[type="button"]:hover:after,
  input[type="submit"]:hover:before,
  input[type="submit"]:hover:after,
  input[type="button"]:hover:before,
  input[type="button"]:hover:after,
  input[type="reset"]:hover:before,
  input[type="reset"]:hover:after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    -webkit-animation: btn_hover_top 0.375s ease-in-out forwards;
    animation: btn_hover_top 0.375s ease-in-out forwards; }
  .btn:hover:after,
  button:not(.slick-arrow):hover:after,
  input[type="button"]:hover:after,
  input[type="submit"]:hover:after,
  input[type="button"]:hover:after,
  input[type="reset"]:hover:after {
    -webkit-animation: btn_hover_bottom 0.375s ease-in-out forwards;
    animation: btn_hover_bottom 0.375s ease-in-out forwards; }

@-webkit-keyframes btn_hover_top {
  0% {
    height: 0%;
    width: 1px; }
  50% {
    height: 100%;
    width: 1px; }
  100% {
    height: 100%;
    width: 100%; } }

@keyframes btn_hover_top {
  0% {
    height: 0%;
    width: 1px; }
  50% {
    height: 100%;
    width: 1px; }
  100% {
    height: 100%;
    width: 100%; } }

@-webkit-keyframes btn_hover_bottom {
  0% {
    height: 1px;
    width: 0%; }
  50% {
    height: 1px;
    width: 100%; }
  100% {
    height: 100%;
    width: 100%; } }

@keyframes btn_hover_bottom {
  0% {
    height: 1px;
    width: 0%; }
  50% {
    height: 1px;
    width: 100%; }
  100% {
    height: 100%;
    width: 100%; } }
  .btn:hover,
  button:not(.slick-arrow):hover,
  input[type="button"]:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover {
    color: #7B78FF; }
  .btn:active,
  button:not(.slick-arrow):active,
  input[type="button"]:active,
  input[type="submit"]:active,
  input[type="button"]:active,
  input[type="reset"]:active {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0); }
  .btn:focus,
  button:not(.slick-arrow):focus,
  input[type="button"]:focus,
  input[type="submit"]:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus {
    outline: none; }
  .btn.disabled, .btn:disabled,
  button:not(.slick-arrow).disabled,
  button:not(.slick-arrow):disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  input[type="submit"].disabled,
  input[type="submit"]:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled {
    color: #CACCD0;
    pointer-events: none;
    text-shadow: none; }
  .btn + .btn,
  button:not(.slick-arrow) + .btn,
  input[type="button"] + .btn,
  input[type="submit"] + .btn,
  input[type="button"] + .btn,
  input[type="reset"] + .btn, .btn +
  button:not(.slick-arrow),
  button:not(.slick-arrow) +
  button:not(.slick-arrow),
  input[type="button"] +
  button:not(.slick-arrow),
  input[type="submit"] +
  button:not(.slick-arrow),
  input[type="button"] +
  button:not(.slick-arrow),
  input[type="reset"] +
  button:not(.slick-arrow), .btn +
  input[type="button"],
  button:not(.slick-arrow) +
  input[type="button"],
  input[type="button"] +
  input[type="button"],
  input[type="submit"] +
  input[type="button"],
  input[type="button"] +
  input[type="button"],
  input[type="reset"] +
  input[type="button"], .btn +
  input[type="submit"],
  button:not(.slick-arrow) +
  input[type="submit"],
  input[type="button"] +
  input[type="submit"],
  input[type="submit"] +
  input[type="submit"],
  input[type="button"] +
  input[type="submit"],
  input[type="reset"] +
  input[type="submit"], .btn +
  input[type="button"],
  button:not(.slick-arrow) +
  input[type="button"],
  input[type="button"] +
  input[type="button"],
  input[type="submit"] +
  input[type="button"],
  input[type="button"] +
  input[type="button"],
  input[type="reset"] +
  input[type="button"], .btn +
  input[type="reset"],
  button:not(.slick-arrow) +
  input[type="reset"],
  input[type="button"] +
  input[type="reset"],
  input[type="submit"] +
  input[type="reset"],
  input[type="button"] +
  input[type="reset"],
  input[type="reset"] +
  input[type="reset"] {
    margin-left: 8px; }
  .btn.wide,
  button:not(.slick-arrow).wide,
  input[type="button"].wide,
  input[type="submit"].wide,
  input[type="button"].wide,
  input[type="reset"].wide {
    padding-left: 48px;
    padding-right: 48px; }
  .btn.squared,
  button:not(.slick-arrow).squared,
  input[type="button"].squared,
  input[type="submit"].squared,
  input[type="button"].squared,
  input[type="reset"].squared {
    width: 34px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    position: absolute;
    top: 3px;
    right: 3px; }
    .btn.squared.big,
    button:not(.slick-arrow).squared.big,
    input[type="button"].squared.big,
    input[type="submit"].squared.big,
    input[type="button"].squared.big,
    input[type="reset"].squared.big {
      width: 46px;
      height: 46px;
      line-height: 46px;
      top: 7px;
      right: 7px;
      padding: 0; }
  .btn.arrowed:before,
  button:not(.slick-arrow).arrowed:before,
  input[type="button"].arrowed:before,
  input[type="submit"].arrowed:before,
  input[type="button"].arrowed:before,
  input[type="reset"].arrowed:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/btn_arrow.svg");
    background-position: 52% center;
    background-repeat: no-repeat; }
  .btn.small,
  button:not(.slick-arrow).small,
  input[type="button"].small,
  input[type="submit"].small,
  input[type="button"].small,
  input[type="reset"].small {
    line-height: 48px;
    height: 48px;
    padding: 0 18px; }
    .btn.small.wide,
    button:not(.slick-arrow).small.wide,
    input[type="button"].small.wide,
    input[type="submit"].small.wide,
    input[type="button"].small.wide,
    input[type="reset"].small.wide {
      padding: 0 24px; }
  .btn.big,
  button:not(.slick-arrow).big,
  input[type="button"].big,
  input[type="submit"].big,
  input[type="button"].big,
  input[type="reset"].big {
    line-height: 50px;
    font-size: 14px;
    padding: 0 24px; }
    @media screen and (max-width: 1365px) {
      .btn.big,
      button:not(.slick-arrow).big,
      input[type="button"].big,
      input[type="submit"].big,
      input[type="button"].big,
      input[type="reset"].big {
        line-height: 40px;
        font-size: 12px;
        padding: 0 16px; }
        .btn.big.wide,
        button:not(.slick-arrow).big.wide,
        input[type="button"].big.wide,
        input[type="submit"].big.wide,
        input[type="button"].big.wide,
        input[type="reset"].big.wide {
          padding-left: 24px;
          padding-right: 24px; } }
    .btn.big.wide,
    button:not(.slick-arrow).big.wide,
    input[type="button"].big.wide,
    input[type="submit"].big.wide,
    input[type="button"].big.wide,
    input[type="reset"].big.wide {
      padding-left: 32px;
      padding-right: 32px; }
  .btn.outline,
  button:not(.slick-arrow).outline,
  input[type="button"].outline,
  input[type="submit"].outline,
  input[type="button"].outline,
  input[type="reset"].outline {
    background-image: none;
    border: 1px solid #3931BB;
    line-height: 48px;
    text-shadow: none;
    background-color: transparent;
    color: #3931BB; }
    .btn.outline.small,
    button:not(.slick-arrow).outline.small,
    input[type="button"].outline.small,
    input[type="submit"].outline.small,
    input[type="button"].outline.small,
    input[type="reset"].outline.small {
      line-height: 30px; }
    .btn.outline:hover,
    button:not(.slick-arrow).outline:hover,
    input[type="button"].outline:hover,
    input[type="submit"].outline:hover,
    input[type="button"].outline:hover,
    input[type="reset"].outline:hover {
      color: #142F62;
      border-color: #142F62; }
  .btn.block,
  button:not(.slick-arrow).block,
  input[type="button"].block,
  input[type="submit"].block,
  input[type="button"].block,
  input[type="reset"].block {
    display: block; }
  .btn.dark,
  button:not(.slick-arrow).dark,
  input[type="button"].dark,
  input[type="submit"].dark,
  input[type="button"].dark,
  input[type="reset"].dark {
    background-color: #1E254F; }
    .btn.dark:hover,
    button:not(.slick-arrow).dark:hover,
    input[type="button"].dark:hover,
    input[type="submit"].dark:hover,
    input[type="button"].dark:hover,
    input[type="reset"].dark:hover {
      background-color: #2F386F; }
  .btn.play,
  button:not(.slick-arrow).play,
  input[type="button"].play,
  input[type="submit"].play,
  input[type="button"].play,
  input[type="reset"].play {
    position: relative; }
    .btn.play:before,
    button:not(.slick-arrow).play:before,
    input[type="button"].play:before,
    input[type="submit"].play:before,
    input[type="button"].play:before,
    input[type="reset"].play:before {
      content: "";
      display: inline-block;
      vertical-align: top;
      height: 100%;
      width: 12px;
      margin-right: 14px;
      background-image: url("../images/play-white.svg");
      background-position: center;
      background-repeat: no-repeat;
      margin-top: -1px; }
    .btn.play.big:before,
    button:not(.slick-arrow).play.big:before,
    input[type="button"].play.big:before,
    input[type="submit"].play.big:before,
    input[type="button"].play.big:before,
    input[type="reset"].play.big:before {
      height: 50px; }
      @media screen and (max-width: 1365px) {
        .btn.play.big:before,
        button:not(.slick-arrow).play.big:before,
        input[type="button"].play.big:before,
        input[type="submit"].play.big:before,
        input[type="button"].play.big:before,
        input[type="reset"].play.big:before {
          height: 40px; } }
  .btn.transparent,
  button:not(.slick-arrow).transparent,
  input[type="button"].transparent,
  input[type="submit"].transparent,
  input[type="button"].transparent,
  input[type="reset"].transparent {
    background-color: transparent;
    color: #fff;
    background-image: none;
    font-weight: normal; }
    .btn.transparent:hover,
    button:not(.slick-arrow).transparent:hover,
    input[type="button"].transparent:hover,
    input[type="submit"].transparent:hover,
    input[type="button"].transparent:hover,
    input[type="reset"].transparent:hover {
      background-color: rgba(200, 200, 200, 0.1); }
    .btn.transparent.play:before,
    button:not(.slick-arrow).transparent.play:before,
    input[type="button"].transparent.play:before,
    input[type="submit"].transparent.play:before,
    input[type="button"].transparent.play:before,
    input[type="reset"].transparent.play:before {
      background-image: url("../images/play.svg"); }
  .btn.white,
  button:not(.slick-arrow).white,
  input[type="button"].white,
  input[type="submit"].white,
  input[type="button"].white,
  input[type="reset"].white {
    color: #35A2FF;
    text-shadow: none; }
    .btn.white:hover,
    button:not(.slick-arrow).white:hover,
    input[type="button"].white:hover,
    input[type="submit"].white:hover,
    input[type="button"].white:hover,
    input[type="reset"].white:hover {
      color: #35A2FF; }
    .btn.white:after,
    button:not(.slick-arrow).white:after,
    input[type="button"].white:after,
    input[type="submit"].white:after,
    input[type="button"].white:after,
    input[type="reset"].white:after {
      background-color: white; }
  .btn svg, .btn img,
  button:not(.slick-arrow) svg,
  button:not(.slick-arrow) img,
  input[type="button"] svg,
  input[type="button"] img,
  input[type="submit"] svg,
  input[type="submit"] img,
  input[type="button"] svg,
  input[type="button"] img,
  input[type="reset"] svg,
  input[type="reset"] img {
    vertical-align: middle;
    position: relative;
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
    margin-right: 6px;
    margin-left: -6px; }

/* Fields */
input:focus,
select:focus,
textarea:focus,
button:focus,
select:focus,
.unfocus:focus {
  outline: none; }

input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="email"],
.input,
select,
textarea {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  line-height: 24px;
  padding: 10px 14px;
  height: 44px;
  vertical-align: middle;
  border: none;
  color: #fff;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease; }
  input[type="text"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  .input:focus,
  select:focus,
  textarea:focus {
    background-color: #fff;
    color: #3D3D3D; }
  input[type="text"].disabled,
  input[type="number"].disabled,
  input[type="tel"].disabled,
  input[type="search"].disabled,
  input[type="password"].disabled,
  input[type="email"].disabled,
  .input.disabled,
  select.disabled,
  textarea.disabled {
    background-color: rgba(182, 205, 210, 0.1);
    pointer-events: none; }
  input[type="text"].big,
  input[type="number"].big,
  input[type="tel"].big,
  input[type="search"].big,
  input[type="password"].big,
  input[type="email"].big,
  .input.big,
  select.big,
  textarea.big {
    height: 60px;
    font-size: 14px;
    padding: 17px 32px;
    border-radius: 30px; }

textarea {
  max-width: 100%;
  min-height: 150px;
  resize: none; }

select,
.social_input_selection {
  background-image: url("../images/select_arrow.svg");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat; }

/* Forms Elements */
.form_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .form_flex .input_wrap {
    width: 100%; }
  .form_flex .input_wrap.third {
    width: calc(100% / 3 - 12px); }
    .form_flex .input_wrap.third:nth-of-type(3n+3) {
      margin-right: 0; }
  .form_flex .input_wrap.half {
    width: calc(100% / 2 - 15px); }
    .form_flex .input_wrap.half:nth-of-type(2n+2) {
      margin-right: 0; }

.input_wrap {
  position: relative;
  margin-bottom: 20px; }
  .input_wrap input[type="text"],
  .input_wrap input[type="number"],
  .input_wrap input[type="email"],
  .input_wrap input[type="search"],
  .input_wrap input[type="password"],
  .input_wrap .input,
  .input_wrap select,
  .input_wrap textarea {
    width: 100%; }
    .input_wrap input[type="text"]:focus ~ .inline_submit svg g,
    .input_wrap input[type="number"]:focus ~ .inline_submit svg g,
    .input_wrap input[type="email"]:focus ~ .inline_submit svg g,
    .input_wrap input[type="search"]:focus ~ .inline_submit svg g,
    .input_wrap input[type="password"]:focus ~ .inline_submit svg g,
    .input_wrap .input:focus ~ .inline_submit svg g,
    .input_wrap select:focus ~ .inline_submit svg g,
    .input_wrap textarea:focus ~ .inline_submit svg g {
      fill: #3D3D3D; }
  .input_wrap .inline_submit {
    position: absolute;
    width: 44px;
    height: 44px;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    right: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.5; }
    .input_wrap .inline_submit:before, .input_wrap .inline_submit:after {
      display: none; }
    .input_wrap .inline_submit:hover {
      opacity: 1;
      background-color: transparent; }
    .input_wrap .inline_submit svg, .input_wrap .inline_submit img {
      margin-right: 0;
      margin-left: 0; }
      .input_wrap .inline_submit svg g, .input_wrap .inline_submit img g {
        -webkit-transition: 0.2s all ease;
        -o-transition: 0.2s all ease;
        transition: 0.2s all ease; }

@media screen and (max-width: 767px) {
  .input_wrap,
  .form_flex .input_wrap {
    margin-bottom: 12px; }
    .input_wrap.third, .input_wrap.half,
    .form_flex .input_wrap.third,
    .form_flex .input_wrap.half {
      width: 100%;
      float: none;
      margin-right: 0; } }

.form {
  position: relative; }

.form_block {
  background-color: #FFF;
  border: 1px solid #D9E4E7;
  -webkit-box-shadow: 0 2px 1px rgba(217, 228, 231, 0.35);
  box-shadow: 0 2px 1px rgba(217, 228, 231, 0.35);
  padding: 30px;
  border-radius: 10px;
  font-size: 14px; }
  .form_block .form_note {
    margin-bottom: 24px; }
  .form_block a:not(.btn) {
    color: #3931BB; }
    .form_block a:not(.btn):hover {
      color: #142F62; }
  .form_block .form_actions .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 20px; }
  .form_row .input_label {
    display: block;
    width: 160px;
    line-height: 24px;
    padding: 13px 0;
    font-size: 16px;
    font-weight: bold; }
  .form_row_content {
    width: calc(100% - 160px); }
    .form_row_content .input_wrap {
      margin-bottom: 0; }
  .form_row + .form_label {
    margin-top: 48px; }

.form_label {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.4;
  margin-bottom: 24px; }

.form_adds {
  margin-top: -10px;
  margin-bottom: 24px; }
  .form_adds a {
    font-size: 14px;
    color: #3931BB;
    display: inline-block; }
    .form_adds a:hover {
      color: #142F62; }

.form_input_desc {
  font-size: 14px; }
  .form_input_desc + .form_label {
    margin-top: 48px; }

/* Checkboxes & Radio boxes */
.checkbox_checker {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #333;
  border-radius: 3px;
  display: inline-block;
  float: left;
  margin: 0;
  margin-right: 8px;
  vertical-align: top; }
  .checkbox_checker:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/checkbox_check.svg");
    background-position: center;
    background-repeat: no-repeat;
    top: -1px;
    left: 0;
    opacity: 0; }

.checkbox input {
  display: none; }
  .checkbox input:checked ~ .checkbox_checker {
    background-color: #3931BB; }
    .checkbox input:checked ~ .checkbox_checker:before {
      opacity: 1; }

.checkbox_label {
  display: inline-block;
  font-size: 14px;
  padding-left: 24px; }

/* REGULAR STYLE */
/* Desktop */
body {
  overflow: hidden;
  background-color: #0B0D3C; }
  @media screen and (min-width: 640px) {
    body:before {
      content: "";
      position: fixed;
      background-image: url("../images/home-bg.jpg");
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 200%;
      top: 0;
      z-index: 0;
      -webkit-transition: 1.7s all cubic-bezier(0.31, 0.21, 0.1, 1);
      -o-transition: 1.7s all cubic-bezier(0.31, 0.21, 0.1, 1);
      transition: 1.7s all cubic-bezier(0.31, 0.21, 0.1, 1); }
    body.sc-section-1:before {
      -webkit-transform: translate3d(0, -8%, 0);
      transform: translate3d(0, -8%, 0); }
    body.sc-section-2:before {
      -webkit-transform: translate3d(0, -16%, 0);
      transform: translate3d(0, -16%, 0); }
    body.sc-section-3:before {
      -webkit-transform: translate3d(0, -24%, 0);
      transform: translate3d(0, -24%, 0); }
    body.sc-section-4:before {
      -webkit-transform: translate3d(0, -32%, 0);
      transform: translate3d(0, -32%, 0); }
    body.sc-section-5:before {
      -webkit-transform: translate3d(0, -40%, 0);
      transform: translate3d(0, -40%, 0); } }

img {
  vertical-align: top; }

#body {
  overflow-x: hidden; }

.main_header {
  position: fixed;
  top: 40px;
  left: 40px;
  width: calc(100% - 80px);
  z-index: 100; }
  .main_header .logo {
    position: relative;
    display: inline-block;
    pointer-events: none; }
    .main_header .logo:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 48px;
      background-color: rgba(255, 255, 255, 0.5);
      left: 50%;
      top: 100%;
      margin-top: 16px; }
  .main_header .logo_spinner {
    -webkit-animation: logo_spinner 4s linear infinite;
    animation: logo_spinner 4s linear infinite;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }

@-webkit-keyframes logo_spinner {
  0% {
    -webkit-transform: translate3d(1px, 1px, 0) rotate(0);
    transform: translate3d(1px, 1px, 0) rotate(0); }
  100% {
    -webkit-transform: translate3d(1px, 1px, 0) rotate(-360deg);
    transform: translate3d(1px, 1px, 0) rotate(-360deg); } }

@keyframes logo_spinner {
  0% {
    -webkit-transform: translate3d(1px, 1px, 0) rotate(0);
    transform: translate3d(1px, 1px, 0) rotate(0); }
  100% {
    -webkit-transform: translate3d(1px, 1px, 0) rotate(-360deg);
    transform: translate3d(1px, 1px, 0) rotate(-360deg); } }
  .main_header-menu {
    position: absolute;
    right: 20px;
    top: 18px; }
  .main_header-menu_list {
    display: inline-block; }
    .main_header-menu_list li {
      display: inline-block;
      margin-right: 32px;
      font-size: 12px; }
  .main_header-contact {
    position: absolute;
    top: 0;
    left: 110px;
    line-height: 22px;
    padding: 30px 0;
    font-size: 14px; }
  .main_header-social {
    position: absolute;
    font-size: 12px;
    line-height: 22px;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    top: 50vh;
    left: 30px;
    -webkit-transform: translate3d(-50%, 0, 0) rotate(-90deg) translate3d(4vh, 0, 0);
    transform: translate3d(-50%, 0, 0) rotate(-90deg) translate3d(4vh, 0, 0); }
    .main_header-social li {
      display: inline-block;
      padding: 0 8px; }
  .main_header-guide {
    position: absolute;
    font-size: 12px;
    padding-left: 50px;
    line-height: 22px;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    top: calc(100vh - 40px);
    left: 41px;
    -webkit-transform: translate3d(0, 10px, 0) rotate(-90deg);
    transform: translate3d(0, 10px, 0) rotate(-90deg);
    color: rgba(255, 255, 255, 0.7); }
  .main_header .scroll_guide {
    position: absolute;
    width: 40px;
    height: 1px;
    top: 50%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden; }
    .main_header .scroll_guide:before {
      content: "";
      position: absolute;
      width: 10px;
      height: 100%;
      background-color: #fff;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 100%;
      -webkit-animation: scroll_guide 1.2s ease-in-out infinite;
      animation: scroll_guide 1.2s ease-in-out infinite;
      will-change: transform, left; }
    .main_header .scroll_guide-title.last span:first-child {
      display: none; }
    .main_header .scroll_guide-title.last span:last-child {
      display: inline; }
    .main_header .scroll_guide-title span:last-child {
      display: none; }

@-webkit-keyframes scroll_guide {
  0% {
    left: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes scroll_guide {
  0% {
    left: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.copyright {
  position: fixed;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  color: rgba(255, 255, 255, 0.7);
  top: calc(100vh - 40px);
  left: calc(100% - 60px);
  -webkit-transform: translate3d(-4px, -100%, 0) rotate(-90deg);
  transform: translate3d(-4px, -100%, 0) rotate(-90deg);
  white-space: nowrap;
  pointer-events: none;
  z-index: 100; }
  .copyright p {
    font-size: 12px;
    margin: 0;
    line-height: 22px; }

.main_content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 10px);
  transform: translate3d(0, 0, 10px);
  z-index: 20; }
  .main_content-pager {
    background-color: transparent;
    position: fixed;
    right: 60px;
    width: 20px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 10px);
    transform: translate3d(0, -50%, 10px);
    z-index: 100; }
  .main_content-page {
    display: block;
    position: relative;
    margin: 16px 0;
    margin-left: auto;
    width: 10px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6); }
    .main_content-page.active {
      width: 20px; }
    .main_content-page.active, .main_content-page:hover {
      background-color: white; }
    .main_content-page:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 16px;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
      background-color: transparent; }

.sc-first .section:not(.active) {
  opacity: 0; }

.section {
  padding: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
  opacity: 1;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible; }
  .section:not(.active):not(.inactive) {
    display: none;
    visibility: hidden; }
  .section.active {
    pointer-events: all; }
  .section .wrap {
    -ms-flex-item-align: center;
    align-self: center; }
  .section-title {
    font-size: 40px;
    margin-bottom: 8px; }
    .section-title span:not(.gradient) {
      display: block;
      padding-left: 4px; }
      .section-title span:not(.gradient):first-letter {
        -webkit-box-shadow: 0 -2px currentColor;
        box-shadow: 0 -2px currentColor; }
    .section-title .gradient {
      font-weight: 300;
      font-size: 60px;
      display: inline-block;
      background-image: -webkit-gradient(linear, left top, right top, from(#3023AE), color-stop(50%, #53A0FD), to(#B4EC51));
      background-image: -webkit-linear-gradient(left, #3023AE 0%, #53A0FD 50%, #B4EC51 100%);
      background-image: -o-linear-gradient(left, #3023AE 0%, #53A0FD 50%, #B4EC51 100%);
      background-image: linear-gradient(90deg, #3023AE 0%, #53A0FD 50%, #B4EC51 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      text-fill-color: transparent; }
  .section-sub_title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 6px; }
  .section-desc {
    font-size: 14px;
    font-weight: 300;
    max-width: 496px;
    line-height: 24px; }
    .section-desc.section-cta {
      padding-top: 12px; }
    .section-desc.text-center {
      margin-left: auto;
      margin-right: auto;
      max-width: 546px; }
  .section .ani-item.ani-1 {
    -webkit-animation-delay: 0.05s !important;
    animation-delay: 0.05s !important; }
  .section .ani-item.ani-2 {
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important; }
  .section .ani-item.ani-3 {
    -webkit-animation-delay: 0.15s !important;
    animation-delay: 0.15s !important; }
  .section .ani-item.ani-4 {
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important; }
  .section .ani-item.ani-5 {
    -webkit-animation-delay: 0.25s !important;
    animation-delay: 0.25s !important; }
  .section .ani-item.ani-6 {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important; }
  .section .ani-item.ani-7 {
    -webkit-animation-delay: 0.35s !important;
    animation-delay: 0.35s !important; }
  .section .ani-item.ani-8 {
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important; }
  .section .ani-item.ani-9 {
    -webkit-animation-delay: 0.45s !important;
    animation-delay: 0.45s !important; }
  .section .ani-item.ani-10 {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important; }
  .section .ani-item.ani-11 {
    -webkit-animation-delay: 0.55s !important;
    animation-delay: 0.55s !important; }
  .section .ani-item.ani-12 {
    -webkit-animation-delay: 0.6s !important;
    animation-delay: 0.6s !important; }
  .section .ani-item.ani-13 {
    -webkit-animation-delay: 0.65s !important;
    animation-delay: 0.65s !important; }
  .section .ani-item.ani-14 {
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important; }
  .section .ani-item.ani-15 {
    -webkit-animation-delay: 0.75s !important;
    animation-delay: 0.75s !important; }
  .section .ani-item.ani-16 {
    -webkit-animation-delay: 0.8s !important;
    animation-delay: 0.8s !important; }
  .section .ani-item.ani-17 {
    -webkit-animation-delay: 0.85s !important;
    animation-delay: 0.85s !important; }
  .section .ani-item.ani-18 {
    -webkit-animation-delay: 0.9s !important;
    animation-delay: 0.9s !important; }
  .section .ani-item.ani-19 {
    -webkit-animation-delay: 0.95s !important;
    animation-delay: 0.95s !important; }
  .section .ani-item.ani-20 {
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important; }
  .section .ani-item.ani-21 {
    -webkit-animation-delay: 1.05s !important;
    animation-delay: 1.05s !important; }
  .section .ani-item.ani-22 {
    -webkit-animation-delay: 1.1s !important;
    animation-delay: 1.1s !important; }
  .section .ani-item.ani-23 {
    -webkit-animation-delay: 1.15s !important;
    animation-delay: 1.15s !important; }
  .section .ani-item.ani-24 {
    -webkit-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important; }
  .section.inactive .ani-item {
    -webkit-animation: run_out_top 0.5s cubic-bezier(0.18, 0.32, 0.3, 1) forwards;
    animation: run_out_top 0.5s cubic-bezier(0.18, 0.32, 0.3, 1) forwards;
    will-change: opacity;
    position: relative;
    opacity: 1; }
    .section.inactive .ani-item.ani-right_out {
      -webkit-animation: run_out_right 0.5s cubic-bezier(0.18, 0.32, 0.3, 1) forwards;
      animation: run_out_right 0.5s cubic-bezier(0.18, 0.32, 0.3, 1) forwards; }
    .section.inactive .ani-item.ani-left_out {
      -webkit-animation: run_out_left 0.5s cubic-bezier(0.18, 0.32, 0.3, 1) forwards;
      animation: run_out_left 0.5s cubic-bezier(0.18, 0.32, 0.3, 1) forwards; }
    .section.inactive .ani-item.ani-top_out {
      -webkit-animation: run_out_top 0.5s cubic-bezier(0.18, 0.32, 0.3, 1) forwards;
      animation: run_out_top 0.5s cubic-bezier(0.18, 0.32, 0.3, 1) forwards; }
    .section.inactive .ani-item.ani-bottom_out {
      -webkit-animation: run_out_bottom 0.5s cubic-bezier(0.18, 0.32, 0.3, 1) forwards;
      animation: run_out_bottom 0.5s cubic-bezier(0.18, 0.32, 0.3, 1) forwards; }
    .section.inactive .ani-item.ani-scale_in_out {
      -webkit-animation: run_out_scale_in 0.75s cubic-bezier(0.18, 0.32, 0.3, 1) forwards;
      animation: run_out_scale_in 0.75s cubic-bezier(0.18, 0.32, 0.3, 1) forwards; }
    .section.inactive .ani-item.ani-scale_out_out {
      -webkit-animation: run_out_scale_out 0.75s cubic-bezier(0.18, 0.32, 0.3, 1) forwards;
      animation: run_out_scale_out 0.75s cubic-bezier(0.18, 0.32, 0.3, 1) forwards; }
  .section.active .ani-item {
    -webkit-animation: run_in_bottom 0.75s cubic-bezier(0.18, 0.32, 0.3, 1) forwards;
    animation: run_in_bottom 0.75s cubic-bezier(0.18, 0.32, 0.3, 1) forwards;
    opacity: 0; }
    .section.active .ani-item.ani-right_in {
      -webkit-animation: run_in_right 0.75s cubic-bezier(0.18, 0.32, 0.3, 1) forwards;
      animation: run_in_right 0.75s cubic-bezier(0.18, 0.32, 0.3, 1) forwards; }
    .section.active .ani-item.ani-left_in {
      -webkit-animation: run_in_left 0.75s cubic-bezier(0.18, 0.32, 0.3, 1) forwards;
      animation: run_in_left 0.75s cubic-bezier(0.18, 0.32, 0.3, 1) forwards; }
    .section.active .ani-item.ani-top_in {
      -webkit-animation: run_in_top 0.75s cubic-bezier(0.18, 0.32, 0.3, 1) forwards;
      animation: run_in_top 0.75s cubic-bezier(0.18, 0.32, 0.3, 1) forwards; }
    .section.active .ani-item.ani-bottom_in {
      -webkit-animation: run_in_bottom 0.75s cubic-bezier(0.18, 0.32, 0.3, 1) forwards;
      animation: run_in_bottom 0.75s cubic-bezier(0.18, 0.32, 0.3, 1) forwards; }
    .section.active .ani-item.ani-scale_in_in {
      -webkit-animation: run_in_scale_in 0.5s cubic-bezier(0.18, 0.32, 0.3, 1) forwards;
      animation: run_in_scale_in 0.5s cubic-bezier(0.18, 0.32, 0.3, 1) forwards; }
    .section.active .ani-item.ani-scale_out_in {
      -webkit-animation: run_in_scale_out 0.5s cubic-bezier(0.18, 0.32, 0.3, 1) forwards;
      animation: run_in_scale_out 0.5s cubic-bezier(0.18, 0.32, 0.3, 1) forwards; }

.pricing {
  position: relative;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  min-height: 110px;
  -webkit-transition: 0.275s all ease;
  -o-transition: 0.275s all ease;
  transition: 0.275s all ease;
  overflow: hidden; }
  @media screen and (min-width: 1200px) {
    .pricing:hover {
      background-color: #fff;
      -webkit-box-shadow: inset 0 0 0 1px white;
      box-shadow: inset 0 0 0 1px white; }
      .pricing:hover .pricing-details {
        color: #3D3D3D; }
      .pricing:hover .pricing-title {
        height: 112px;
        max-width: 110px;
        min-width: 0;
        width: 110px; }
        .pricing:hover .pricing-title:after {
          border-width: 56px; } }
  .pricing:not(:last-child) {
    margin-bottom: 16px; }
  .pricings {
    margin-top: 24px;
    margin-bottom: 32px; }
  .pricing-title {
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 3px 0 0 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 12px;
    padding-right: 8px;
    line-height: 16px;
    background-color: #3931BB;
    z-index: 1;
    -webkit-transition: 0.275s all ease;
    -o-transition: 0.275s all ease;
    transition: 0.275s all ease;
    height: 28px;
    max-width: 100%;
    min-width: 0;
    white-space: nowrap; }
    .pricing-title:after {
      content: "";
      position: absolute;
      border: 14px solid transparent;
      border-color: #3931BB transparent transparent #3931BB;
      top: 0;
      left: 100%;
      -webkit-transition: 0.275s all ease;
      -o-transition: 0.275s all ease;
      transition: 0.275s all ease;
      z-index: -1; }
  .pricing-price, .pricing-details {
    -ms-flex-item-align: center;
    align-self: center; }
  .pricing-price {
    margin-bottom: 0;
    font-size: 34px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 34px;
    width: 190px;
    padding-top: 20px;
    z-index: 2; }
    .pricing-price sup {
      font-size: 16px;
      vertical-align: middle; }
    .pricing-price small {
      font-weight: 400;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7); }
  .pricing-details {
    font-size: 12px;
    line-height: 24px;
    -webkit-transition: 0.275s all ease;
    -o-transition: 0.275s all ease;
    transition: 0.275s all ease; }
    .pricing-details li {
      position: relative; }
      .pricing-details li:before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        right: 100%;
        top: 6px;
        -webkit-transform: translate3d(-6px, 0, 0);
        transform: translate3d(-6px, 0, 0);
        background-color: #3931BB; }
  .pricing-gift {
    font-size: 10px;
    text-transform: uppercase;
    color: #05CF7A;
    font-weight: 600; }
    .pricing-gift img {
      vertical-align: middle;
      position: relative;
      -webkit-transform: translate3d(0, -1px, 0);
      transform: translate3d(0, -1px, 0);
      margin-right: 4px; }
  .pricing-trigger {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2; }
    .pricing-trigger svg {
      position: absolute;
      top: 50%;
      right: 18px;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); }
    .pricing-trigger svg g {
      fill: #05CF7A; }

.program-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px; }
  .program-title img {
    vertical-align: middle;
    position: relative;
    margin-right: 8px; }

.program.contact:not(:last-child) {
  margin-bottom: 50px; }

.program.contact .program-title {
  text-transform: none;
  font-size: 16px;
  margin-bottom: 8px; }

.program ul {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7); }

.program-desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px; }
  .program-desc.small {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300; }
  .program-desc:last-child {
    margin-bottom: 0; }

.partners {
  position: relative; }
  .partners img {
    height: 80px;
    margin-right: 60px;
    margin-top: 30px;
    -webkit-filter: opacity(0.3);
    filter: opacity(0.3); }
    .partners img:hover {
      -webkit-filter: opacity(0.7);
      filter: opacity(0.7); }

.soundtrack {
  position: relative;
  width: 136px; }
  .soundtrack:not(:last-child) {
    margin-right: 20px; }
  .soundtracks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    position: relative; }
  .soundtrack-single {
    position: relative;
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    text-align: center; }
    .soundtrack-single:hover, .soundtrack-single.playing {
      color: white; }
  .soundtrack-single.playing .soundtrack-cover {
    border-color: #35A2FF;
    opacity: 1; }
  .soundtrack-cover {
    width: 100%;
    border-radius: 10px;
    border: 2px solid transparent;
    display: block;
    padding: 6px;
    margin-bottom: 16px;
    opacity: 0.5; }
    .soundtrack-cover img {
      border-radius: 5px;
      width: 120px;
      height: 150px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
    .soundtrack-cover:hover {
      border-color: rgba(53, 162, 255, 0.2);
      opacity: 0.85; }

.album {
  border-radius: 10px;
  border: 2px solid transparent;
  display: block;
  padding: 7px;
  margin: 0 12px; }
  .album:hover {
    border-color: #35A2FF;
    background-color: rgba(0, 0, 0, 0.3); }
    .album:hover img {
      opacity: 0.7; }
  .albums {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 72px; }
  .album img {
    width: 250px;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 5px; }

.contact-form {
  margin-top: 24px; }

.subscribe-form {
  max-width: 350px; }

.player {
  width: 520px;
  height: 520px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -260px;
  margin-left: -260px;
  -webkit-transform: translateZ(8px);
  transform: translateZ(8px); }
  .player-ovals {
    content: "";
    position: absolute;
    width: 1348px;
    height: 1348px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none; }

@-webkit-keyframes player_oval_spin {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
    transform: translate3d(-50%, -50%, 0) rotate(360deg); } }

@keyframes player_oval_spin {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
    transform: translate3d(-50%, -50%, 0) rotate(360deg); } }
  .player-oval {
    position: absolute !important;
    top: 0;
    left: 0; }
    .player-oval img {
      position: relative; }
  .player audio {
    opacity: 0;
    pointer-events: none; }
  .player #player {
    position: relative;
    pointer-events: none; }
  .player .playarea {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 64px;
    width: 210px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none; }
    .player .playarea div {
      display: inline-block;
      -ms-flex-item-align: center;
      align-self: center;
      pointer-events: all;
      cursor: pointer; }
    .player .playarea .play,
    .player .playarea .pause {
      cursor: pointer;
      vertical-align: middle;
      margin: 0;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      width: 64px;
      height: 64px;
      background-position: center;
      background-repeat: no-repeat;
      display: none; }
      .player .playarea .play:hover,
      .player .playarea .pause:hover {
        opacity: 1;
        border: 1px solid rgba(255, 255, 255, 0.6); }
    .player .playarea .play {
      background-image: url("../images/player-play.svg"), url("../images/playerload.svg"), url("../images/player-pause.svg");
      background-position: center, 200% 200%, 200% 200%;
      display: inline-block; }
      .player .playarea .play.loading {
        background-image: url("../images/playerload.svg");
        border: 1px solid rgba(255, 255, 255, 0.1);
        pointer-events: none;
        background-position: center; }
      .player .playarea .play.playing {
        display: none; }
      .player .playarea .play.playing ~ .pause {
        display: inline-block; }
    .player .playarea .pause {
      background-image: url("../images/player-pause.svg"); }
    .player .playarea .prevSong,
    .player .playarea .nextSong {
      vertical-align: middle;
      width: 66px;
      height: 40px;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0.4; }
    .player .playarea .nextSong {
      background-image: url("../images/player-next.svg"); }
    .player .playarea .prevSong {
      background-image: url("../images/player-prev.svg"); }
  .player .playarea .prevSong:hover,
  .player .playarea .nextSong:hover,
  .player .soundControl:hover {
    opacity: 0.7; }
  .player .song {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translate3d(0, -102px, 0);
    transform: translate3d(0, -102px, 0);
    pointer-events: none; }
    .player .song .artist {
      font-size: 14px;
      margin-bottom: 0; }
    .player .song .name {
      font-size: 12px;
      color: #05CF7A; }
  .player .soundControl {
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 62px, 0);
    transform: translate3d(-50%, 62px, 0);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/player-mute.svg");
    text-align: center;
    opacity: 0.4; }
    .player .soundControl.disable {
      opacity: 0.2;
      background-image: url("../images/player-unmute.svg"); }
  .player .time {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 12px;
    top: 50%;
    -webkit-transform: translate3d(0, 108px, 0);
    transform: translate3d(0, 108px, 0);
    pointer-events: none; }

.animate_bg {
  position: absolute;
  -webkit-transition: 1.7s all cubic-bezier(0.31, 0.21, 0.1, 1);
  -o-transition: 1.7s all cubic-bezier(0.31, 0.21, 0.1, 1);
  transition: 1.7s all cubic-bezier(0.31, 0.21, 0.1, 1);
  will-change: filter, bottom, left, opacity; }
  .animate_bgs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 0; }
  .animate_bg.bg_welcome {
    bottom: 0;
    left: 36%;
    -webkit-transform: translate3d(-60%, 106%, 0) scale(0.45);
    transform: translate3d(-60%, 106%, 0) scale(0.45);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0; }
    .animate_bg.bg_welcome img {
      width: 1583px; }
  .animate_bg.bg_partnership {
    top: 0;
    right: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translate3d(100%, 0, 0) scale(1.25);
    transform: translate3d(100%, 0, 0) scale(1.25); }
    .animate_bg.bg_partnership img {
      width: 1440px; }
  .animate_bg.bg_trending {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -30%, 0);
    transform: translate3d(-50%, -30%, 0); }
    .animate_bg.bg_trending img {
      position: relative;
      -webkit-transform: translate3d(0, 0, 0) scale(0.6);
      transform: translate3d(0, 0, 0) scale(0.6);
      opacity: 0;
      -webkit-transition: 0.75s all cubic-bezier(0.18, 0.32, 0.3, 1);
      -o-transition: 0.75s all cubic-bezier(0.18, 0.32, 0.3, 1);
      transition: 0.75s all cubic-bezier(0.18, 0.32, 0.3, 1); }
  .animate_bg .bg_trending-circle {
    position: relative; }
    .animate_bg .bg_trending-circle:nth-of-type(1) img {
      -webkit-transition-delay: 0.05s !important;
      -o-transition-delay: 0.05s !important;
      transition-delay: 0.05s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(2) img {
      -webkit-transition-delay: 0.1s !important;
      -o-transition-delay: 0.1s !important;
      transition-delay: 0.1s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(3) img {
      -webkit-transition-delay: 0.15s !important;
      -o-transition-delay: 0.15s !important;
      transition-delay: 0.15s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(4) img {
      -webkit-transition-delay: 0.2s !important;
      -o-transition-delay: 0.2s !important;
      transition-delay: 0.2s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(5) img {
      -webkit-transition-delay: 0.25s !important;
      -o-transition-delay: 0.25s !important;
      transition-delay: 0.25s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(6) img {
      -webkit-transition-delay: 0.3s !important;
      -o-transition-delay: 0.3s !important;
      transition-delay: 0.3s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(7) img {
      -webkit-transition-delay: 0.35s !important;
      -o-transition-delay: 0.35s !important;
      transition-delay: 0.35s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(8) img {
      -webkit-transition-delay: 0.4s !important;
      -o-transition-delay: 0.4s !important;
      transition-delay: 0.4s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(9) img {
      -webkit-transition-delay: 0.45s !important;
      -o-transition-delay: 0.45s !important;
      transition-delay: 0.45s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(10) img {
      -webkit-transition-delay: 0.5s !important;
      -o-transition-delay: 0.5s !important;
      transition-delay: 0.5s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(11) img {
      -webkit-transition-delay: 0.55s !important;
      -o-transition-delay: 0.55s !important;
      transition-delay: 0.55s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(12) img {
      -webkit-transition-delay: 0.6s !important;
      -o-transition-delay: 0.6s !important;
      transition-delay: 0.6s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(13) img {
      -webkit-transition-delay: 0.65s !important;
      -o-transition-delay: 0.65s !important;
      transition-delay: 0.65s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(14) img {
      -webkit-transition-delay: 0.7s !important;
      -o-transition-delay: 0.7s !important;
      transition-delay: 0.7s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(15) img {
      -webkit-transition-delay: 0.75s !important;
      -o-transition-delay: 0.75s !important;
      transition-delay: 0.75s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(16) img {
      -webkit-transition-delay: 0.8s !important;
      -o-transition-delay: 0.8s !important;
      transition-delay: 0.8s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(17) img {
      -webkit-transition-delay: 0.85s !important;
      -o-transition-delay: 0.85s !important;
      transition-delay: 0.85s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(18) img {
      -webkit-transition-delay: 0.9s !important;
      -o-transition-delay: 0.9s !important;
      transition-delay: 0.9s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(19) img {
      -webkit-transition-delay: 0.95s !important;
      -o-transition-delay: 0.95s !important;
      transition-delay: 0.95s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(20) img {
      -webkit-transition-delay: 1s !important;
      -o-transition-delay: 1s !important;
      transition-delay: 1s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(21) img {
      -webkit-transition-delay: 1.05s !important;
      -o-transition-delay: 1.05s !important;
      transition-delay: 1.05s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(22) img {
      -webkit-transition-delay: 1.1s !important;
      -o-transition-delay: 1.1s !important;
      transition-delay: 1.1s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(23) img {
      -webkit-transition-delay: 1.15s !important;
      -o-transition-delay: 1.15s !important;
      transition-delay: 1.15s !important; }
    .animate_bg .bg_trending-circle:nth-of-type(24) img {
      -webkit-transition-delay: 1.2s !important;
      -o-transition-delay: 1.2s !important;
      transition-delay: 1.2s !important; }

@-webkit-keyframes trending_oval_spin {
  0% {
    -webkit-transform: translate3d(-50%, -30%, 0) rotate(0deg);
    transform: translate3d(-50%, -30%, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate3d(-50%, -30%, 0) rotate(360deg);
    transform: translate3d(-50%, -30%, 0) rotate(360deg); } }

@keyframes trending_oval_spin {
  0% {
    -webkit-transform: translate3d(-50%, -30%, 0) rotate(0deg);
    transform: translate3d(-50%, -30%, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate3d(-50%, -30%, 0) rotate(360deg);
    transform: translate3d(-50%, -30%, 0) rotate(360deg); } }
  .animate_bg .bg_trending-circle:not(:first-child) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .animate_bg.bg_contact {
    bottom: 0;
    left: 50%;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    opacity: 0; }
    .animate_bg.bg_contact img {
      width: 1600px; }

.sc-section-0 .animate_bg.bg_welcome {
  bottom: 50%;
  left: 100%;
  -webkit-transform: translate3d(-60%, 60%, 0) scale(1);
  transform: translate3d(-60%, 60%, 0) scale(1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1; }

.sc-section-1 .animate_bg.bg_welcome {
  bottom: 0;
  left: 32%;
  -webkit-transform: translate3d(-60%, 6%, 0) scale(0.45);
  transform: translate3d(-60%, 6%, 0) scale(0.45);
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: 1; }

.sc-section-2 .animate_bg.bg_partnership {
  -webkit-transform: translate3d(0, -6%, 0) scale(1);
  transform: translate3d(0, -6%, 0) scale(1); }

.sc-section-4 .animate_bg.bg_trending img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1; }

.sc-section-5 .animate_bg.bg_contact {
  opacity: 1; }

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .main_header {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px); }
    .main_header-menu {
      right: 20px; }
    .main_header-contact {
      left: 100px; }
  .copyright {
    left: calc(100% - 40px);
    top: calc(100vh - 10px); }
  .main_content-pager {
    right: 40px; }
  .section-title {
    font-size: 32px; }
    .section-title .gradient {
      font-size: 48px;
      line-height: 48px; }
  .section-sub_title {
    font-size: 12px;
    letter-spacing: 4px; }
  .section-desc {
    font-size: 12px;
    line-height: 20px; }
  .pricing {
    min-height: 80px;
    padding: 12px 16px; }
    .pricing-title {
      font-size: 12px; }
    .pricing-price {
      font-size: 28px; }
    .pricing-details {
      line-height: 18px;
      font-size: 10px; }
  .program-title {
    font-size: 12px; }
    .program-title img {
      max-width: 32px; }
  .program ul {
    font-size: 12px;
    line-height: 20px; }
  .program-desc {
    font-size: 12px;
    line-height: 20px; }
    .program-desc.small {
      font-size: 10px;
      line-height: 16px; }
  .partners {
    position: relative; }
    .partners img {
      height: 64px;
      margin-right: 40px;
      margin-top: 16px; }
  .soundtrack:not(:last-child) {
    margin-right: 12px; }
  .soundtrack-cover img {
    width: 100px;
    height: 125px; }
  .soundtrack-title {
    font-size: 10px; }
  .albums {
    margin-top: 56px; }
  .album img {
    width: 180px;
    height: 180px; } }

/* BREAKPOINTS */
/* desktop wide resolution */
@media screen and (min-width: 1700px) {
  /* Desktop Wide Resolution */ }

/* desktop narrow resolution */
@media screen and (max-width: 1365px) {
  /* Desktop Narrow Resolution */ }

/* tablet landscape */
@media screen and (max-width: 1279px) {
  /* Tablet Landscape */
  .main_header {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px); }
    .main_header-menu {
      right: 20px; }
    .main_header-contact {
      left: 100px; }
  .copyright {
    left: calc(100% - 40px);
    top: calc(100vh - 10px); }
  .main_content-pager {
    right: 40px; }
  .pricing {
    min-height: 90px;
    padding: 12px 16px; }
    .pricing-details {
      line-height: 20px; }
  .partners {
    position: relative; }
    .partners img {
      height: 64px;
      margin-right: 40px;
      margin-top: 16px; }
  .section-title {
    font-size: 34px; }
    .section-title .gradient {
      font-size: 48px;
      line-height: 56px; }
  .soundtrack:not(:last-child) {
    margin-right: 12px; }
  .soundtrack-cover img {
    width: 100px;
    height: 125px; }
  .albums {
    margin-top: 56px; }
  .album img {
    width: 160px;
    height: 160px; }
  .program.contact:not(:last-child) {
    margin-bottom: 44px; }
  .animate_bg.bg_welcome img {
    width: 1200px; }
  .animate_bg.bg_partnership img {
    width: 1024px; }
  .animate_bg.bg_contact {
    bottom: 0;
    left: 50%;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: translate3d(-50%, 0, 4px);
    transform: translate3d(-50%, 0, 4px);
    opacity: 0; }
    .animate_bg.bg_contact img {
      width: 1440px; } }

/* tablet portrait */
@media screen and (max-width: 1023px) and (orientation: portrait) {
  /* Tablet Portrait */
  .main_header {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px); }
    .main_header-menu {
      right: 0;
      top: 10px; }
    .main_header-contact {
      left: 92px;
      padding: 21px 0; }
    .main_header .logo img {
      width: 64px;
      height: 64px; }
    .main_header-social {
      top: 50vh;
      left: 20px; }
    .main_header-guide {
      left: 31px; }
  .copyright {
    left: calc(100% - 20px);
    top: calc(100vh - 10px); }
  .main_content-pager {
    right: 20px; }
  .section:last-child {
    padding-bottom: 64px; }
  .section#section-welcome .center-tp {
    text-align: center; }
    .section#section-welcome .center-tp p.section-desc {
      margin-left: auto;
      margin-right: auto; }
  .section#section-pricing .program-title,
  .section#section-pricing .program-desc,
  .section#section-pricing .section-title {
    text-align: center; }
  .section#section-pricing .program-title img {
    display: block;
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px; }
  .section#section-quality .program-title {
    text-align: center; }
  .section#section-quality .col-d-6:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .section#section-contact .contact-info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .section#section-contact .contact-form {
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .section#section-contact .section-title,
  .section#section-contact .section-desc {
    text-align: left;
    margin-left: 0; }
  .section#section-contact .program-title {
    margin-bottom: 6px; }
  .section#section-contact .program-desc {
    margin-bottom: 12px; }
  .section#section-contact .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section#section-contact .contact-info .contact {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
      margin-bottom: 24px; }
    .section#section-contact .contact-info .contact:first-child,
    .section#section-contact .contact-info .contact:last-child {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      width: 50%; }
    .section#section-contact .contact-info .subscribe-form {
      max-width: 100%; }
      .section#section-contact .contact-info .subscribe-form .input_wrap {
        margin-bottom: 0; }
  .section-title, .section-desc {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .partners {
    max-width: 480px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    .partners img:nth-of-type(4n+4),
    .partners img:last-child {
      margin-right: 0; }
    .partners br {
      display: none; }
  .player_wrapper {
    position: relative;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85); }
  .player .song {
    -webkit-transform: translate3d(0, -90px, 0);
    transform: translate3d(0, -90px, 0); }
  .player .soundControl {
    -webkit-transform: translate3d(-50%, 48px, 0);
    transform: translate3d(-50%, 48px, 0); }
  .player .time {
    -webkit-transform: translate3d(0, 90px, 0);
    transform: translate3d(0, 90px, 0); }
  .soundtrack:not(:last-child) {
    margin-right: 12px; }
  .soundtracks {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 48px; }
  .soundtrack-cover img {
    width: 96px;
    height: 120px; }
  .soundtrack-cover {
    width: 112px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px; }
  .album {
    margin: 0 6px; }
  .program.contact:not(:last-child) {
    margin-bottom: 24px; }
  .program.contact .program-desc,
  .program.contact ul {
    font-size: 12px;
    line-height: 20px; } }

/* mobile portrait high resolution (iPhone 6,6+) */
@media screen and (max-width: 767px) {
  /* Mobile Portrait High Resolution */
  body {
    background-image: url("../images/home-bg.jpg");
    background-size: cover;
    background-position: center;
    overflow-y: auto; }
  .onnav .main_header-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .main_header {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px); }
    .main_header-menu {
      right: -20px;
      top: -20px;
      width: 164px;
      height: 100vh;
      background-color: #3931BB;
      padding: 20px;
      padding-top: 84px;
      -webkit-transition: 0.4s all cubic-bezier(0.31, 0.21, 0.1, 1);
      -o-transition: 0.4s all cubic-bezier(0.31, 0.21, 0.1, 1);
      transition: 0.4s all cubic-bezier(0.31, 0.21, 0.1, 1);
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
      .main_header-menu .btn {
        display: block;
        width: 100%; }
    .main_header .logo_spinner {
      -webkit-animation: none;
      animation: none; }
    .main_header-menu_list {
      margin-bottom: 24px;
      line-height: 32px;
      text-align: center;
      display: block; }
      .main_header-menu_list li {
        margin-right: 0;
        display: block; }
    .main_header-menu_toggler {
      position: absolute !important;
      width: 64px;
      height: 64px;
      right: -20px;
      top: 0;
      background-color: transparent;
      -webkit-transition: 0.4s all cubic-bezier(0.31, 0.21, 0.1, 1);
      -o-transition: 0.4s all cubic-bezier(0.31, 0.21, 0.1, 1);
      transition: 0.4s all cubic-bezier(0.31, 0.21, 0.1, 1);
      z-index: 10; }
      .main_header-menu_toggler:after {
        display: none; }
      .main_header-menu_toggler span {
        position: absolute;
        width: 20px;
        height: 2px;
        color: rgba(255, 255, 255, 0.6);
        background-color: currentColor;
        border-radius: 2px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease; }
        .main_header-menu_toggler span:before, .main_header-menu_toggler span:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: currentColor;
          border-radius: 2px;
          left: 0;
          -webkit-transition: 0.3s all ease;
          -o-transition: 0.3s all ease;
          transition: 0.3s all ease;
          -webkit-transform: translate3d(0, -6px, 0) rotate(0);
          transform: translate3d(0, -6px, 0) rotate(0);
          will-change: transform; }
        .main_header-menu_toggler span:after {
          -webkit-transform: translate3d(0, 6px, 0) rotate(0);
          transform: translate3d(0, 6px, 0) rotate(0); }
      .main_header-menu_toggler.active {
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0); }
        .main_header-menu_toggler.active span {
          background-color: transparent; }
          .main_header-menu_toggler.active span:before, .main_header-menu_toggler.active span:after {
            -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
            transform: translate3d(0, 0, 0) rotate(45deg); }
          .main_header-menu_toggler.active span:after {
            -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
            transform: translate3d(0, 0, 0) rotate(-45deg); }
    .main_header .logo img {
      width: 64px;
      height: 64px; }
    .main_header-social, .main_header-guide, .main_header-contact {
      display: none;
      visibility: hidden; }
  .copyright {
    display: none;
    visibility: hidden; }
  .main_content {
    position: relative;
    top: auto;
    left: auto;
    height: auto; }
    .main_content-pager {
      display: none; }
  .sc-first .section:not(.active) {
    opacity: 1; }
  #section-welcome {
    padding-bottom: 128px; }
    #section-welcome:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -240px;
      width: 100vw;
      height: 100vw;
      background-image: url("../images/headphone_man-mobile.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      z-index: -1; }
  .section {
    position: relative;
    padding-top: 128px;
    pointer-events: all; }
    .section:not(.active):not(.inactive) {
      display: block;
      visibility: visible; }
    .section .ani-item,
    .section.active .ani-item {
      opacity: 1;
      -webkit-animation: none !important;
      animation: none !important;
      will-change: unset; }
    .section-title {
      font-size: 24px; }
      .section-title .gradient {
        font-size: 32px;
        line-height: 38px; }
    .section#section-contact .contact-info {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .section#section-contact .contact-form {
      margin-bottom: 32px;
      padding-bottom: 24px; }
    .section#section-contact .contact-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .section#section-contact .contact-info .contact:first-child,
      .section#section-contact .contact-info .contact:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 24px; }
  .partners img:nth-of-type(4n+4),
  .partners img:last-child,
  .partners img {
    margin-left: 10px;
    margin-right: 10px; }
  .soundtrack-title {
    line-height: 16px;
    display: inline-block; }
  .album {
    margin: 0 2px; }
    .albums {
      margin-top: 24px; }
    .album img {
      width: 80px;
      height: 80px; }
  .player {
    position: relative;
    top: initial;
    margin-top: 0;
    margin-left: -20px;
    left: initial;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: 100vw;
    height: 100vw;
    -webkit-animation: none !important;
    animation: none !important; }
    .player audio {
      position: relative;
      left: 50%;
      top: 80px;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      z-index: 100; }
    .player-oval {
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6); }
  .animate_bgs {
    display: none;
    visibility: hidden; }
  .pricing {
    padding-top: 32px; }
    .pricing-title {
      font-size: 12px; }
    .pricing-price {
      font-size: 24px;
      padding-top: 10px;
      width: 128px; }
    .pricing-details {
      font-size: 10px;
      line-height: 16px;
      width: calc(100% - 128px);
      padding-right: 12px; }
      .pricing-details li {
        margin-top: 4px; }
        .pricing-details li:before {
          top: 5px; }
    .pricing-gift {
      margin-top: -16px;
      display: block; }
    .pricing-price, .pricing-details {
      -ms-flex-item-align: start;
      align-self: flex-start; } }

/* mobile landscape high resolution (iPhone 6,6+) */
@media screen and (max-width: 767px) and (min-width: 415px) and (orientation: landscape) {
  /* Mobile Landscape High Resolution */ }

/* mobile portrait low resolution (iPhone 5) */
@media screen and (max-width: 374px) {
  /* Mobile Portrait Low Resolution */ }

/* mobile landscape low resolution (iPhone 5) */
@media screen and (max-width: 374px) and (orientation: landscape) {
  /* Mobile Landscape Low Resolution */ }
