@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

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

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

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #ddd;
  border-radius: 0;
  background: #f8f8f8;
  position: relative;
  overflow: hidden; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #f8f8f8;
  color: #bbb;
  text-align: center;
  font: 0/0 a; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #bbb;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #c4c4c4; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  opacity: .5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: 0 !important;
  border: none !important;
  background: 0 0 !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f8f8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items li, .selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #e0e0e0;
  color: #444; }

.selectric-items li.highlighted {
  background: #d0d0d0;
  color: #444; }

.selectric-items li:hover {
  background: #d5d5d5;
  color: #444; }

.selectric-items .disabled {
  opacity: .5;
  cursor: default !important;
  background: 0 0 !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ==========================================================================
   FONTS
   ========================================================================== */
/** Helvetica Neue **/
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helvetica-neue-regular-webfont.eot");
  src: local("☺"), url("../fonts/helvetica-neue-regular-webfont.woff") format("woff"), url("../fonts/helvetica-neue-regular-webfont.ttf") format("truetype"), url("../fonts/helvetica-neue-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helvetica-neue-regular-webfont.eot");
  src: local("☺"), url("../fonts/helvetica-neue-regular-webfont.woff") format("woff"), url("../fonts/helvetica-neue-regular-webfont.ttf") format("truetype"), url("../fonts/helvetica-neue-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helvetica-neue-medium-webfont.eot");
  src: local("☺"), url("../fonts/helvetica-neue-medium-webfont.woff") format("woff"), url("../fonts/helvetica-neue-medium-webfont.ttf") format("truetype"), url("../fonts/helvetica-neue-medium-webfont.svg") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helvetica-neue-bold-webfont.eot");
  src: local("☺"), url("../fonts/helvetica-neue-bold-webfont.woff") format("woff"), url("../fonts/helvetica-neue-bold-webfont.ttf") format("truetype"), url("../fonts/helvetica-neue-bold-webfont.svg") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helvetica-neue-black-webfont.eot");
  src: local("☺"), url("../fonts/helvetica-neue-black-webfont.woff") format("woff"), url("../fonts/helvetica-neue-black-webfont.ttf") format("truetype"), url("../fonts/helvetica-neue-black-webfont.svg") format("svg");
  font-weight: 900;
  font-style: normal; }
/* ==========================================================================
   DEFAULT
   ========================================================================== */
*, * :before, * :after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

body {
  height: 100%;
  min-width: 320px;
  background: white;
  overflow: hidden;
  position: relative;
  font: 16px/1.25em "Helvetica", sans-serif;
  color: #525252; }
  body::-webkit-scrollbar {
    display: none; }

a {
  color: #17115c;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  outline: none; }
  a:hover {
    color: #221987; }

p, ul, ol, dl {
  margin: 0 0 20px; }

ul, ol {
  padding: 0 0 0 16px; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
  line-height: normal;
  font-family: "Helvetica Neue", sans-serif;
  color: #17115c; }
  h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
  .h1 + p, .h2 + p, .h3 + p, .h4 + p, .h5 + p, .h6 + p {
    margin-top: 0; }

h1, .h1 {
  font-size: 48px;
  line-height: 1.08em; }

h2, .h2 {
  font-size: 28px;
  line-height: 1.475em; }

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

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

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

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

address {
  font-style: normal; }

/* ==========================================================================
   BASE
   ========================================================================== */
.app {
  height: 100%; }

.container {
  padding: 0 20px;
  margin: 0 auto; }
  .container:after {
    content: '';
    display: table;
    clear: both; }

.hidden {
  display: none; }

.center {
  text-align: center; }

/* ========== FORMS ========= */
.form-input {
  padding: 16px 14px 14px;
  border: 1px solid #979797;
  border-radius: 0;
  background: transparent;
  color: black;
  font: 18px/24px "Helvetica", sans-serif;
  letter-spacing: -.014em;
  -webkit-transition: border-color 0.3s ease, color 0.3s ease;
  -o-transition: border-color 0.3s ease, color 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden; }
  .form-input::-webkit-input-placeholder {
    color: #757575;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .form-input::-moz-placeholder {
    color: #757575;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
    opacity: 1; }
  .form-input:-moz-placeholder {
    color: #757575;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
    opacity: 1; }
  .form-input:-ms-input-placeholder {
    color: #757575;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .form-input:focus::-webkit-input-placeholder {
    color: white; }
  .form-input:focus::-moz-placeholder {
    color: white; }
  .form-input:focus:-moz-placeholder {
    color: white; }
  .form-input:focus:-ms-input-placeholder {
    color: white; }
  .form-group .form-input {
    width: 100%; }
.form-group {
  margin-bottom: 20px; }
.form-checkbox, .form-radio {
  padding-left: 38px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font: 16px/16px "Helvetica", sans-serif;
  color: #6f6f6f; }
  .form-checkbox input[type="checkbox"], .form-checkbox input[type="radio"], .form-radio input[type="checkbox"], .form-radio input[type="radio"] {
    position: absolute;
    top: -100px;
    left: -100px; }
    .form-checkbox input[type="checkbox"]:checked ~ .dot:before, .form-checkbox input[type="radio"]:checked ~ .dot:before, .form-radio input[type="checkbox"]:checked ~ .dot:before, .form-radio input[type="radio"]:checked ~ .dot:before {
      opacity: 1;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .form-checkbox input[type="checkbox"]:checked ~ .dot:after, .form-checkbox input[type="radio"]:checked ~ .dot:after, .form-radio input[type="checkbox"]:checked ~ .dot:after, .form-radio input[type="radio"]:checked ~ .dot:after {
      opacity: 1;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .form-checkbox input[type="checkbox"]:checked ~ .dot:after, .form-radio input[type="checkbox"]:checked ~ .dot:after {
    opacity: 1; }
  .form-checkbox .dot, .form-radio .dot {
    width: 18px;
    height: 18px;
    background: transparent;
    border: 1px solid #979797;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 10px; }
    .form-checkbox .dot:before, .form-radio .dot:before {
      content: '';
      display: block;
      overflow: hidden;
      width: 12px;
      height: 12px;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      background: #979797;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transform: scale(0.35);
          -ms-transform: scale(0.35);
              transform: scale(0.35);
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      -o-transition: opacity 0.3s ease, transform 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
.form-checkbox .dot, .form-checkbox .dot::before {
  width: 23px;
  height: 23px;
  border-radius: 4px; }
.form-checkbox .dot::before {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: none; }
.form-checkbox .dot::after {
  content: '';
  display: block;
  overflow: hidden;
  width: 22px;
  height: 22px;
  margin: auto;
  background: url("../img/checkbox.svg") center center no-repeat;
  background-size: 15px auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(0.05);
      -ms-transform: scale(0.05);
          transform: scale(0.05);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
.form-radio .dot, .form-radio .dot:before {
  border-radius: 50%; }
.form-hidden {
  display: none; }

.select {
  opacity: 0; }
  .selectric {
    border-color: #979797;
    background: transparent;
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
    .selectric-hover .selectric, .selectric-focus .selectric, .selectric-open .selectric {
      border-color: #6f6f6f; }
    .selectric .label {
      height: 56px;
      padding: 16px 14px 14px;
      margin-right: 30px;
      margin-left: 0;
      font-size: 18px;
      line-height: 24px;
      color: #979797; }
    .selectric .button {
      width: 50px;
      height: 100%;
      padding: 0 !important;
      border: none;
      border-radius: 0;
      background: transparent; }
      .selectric .button:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 6px 0 6px;
        border-color: #6f6f6f transparent transparent transparent;
        background: transparent;
        top: 2px; }
        .selectric-hover .selectric .button:after, .selectric-focus .selectric .button:after {
          border-color: #6f6f6f transparent transparent transparent; }
        .selectric-open .selectric .button:after {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .selectric .button:hover {
        background: transparent; }
    .selectric-items {
      min-width: 100%;
      width: auto !important;
      margin-top: -1px;
      white-space: nowrap;
      visibility: hidden;
      opacity: 0;
      border-color: rgba(111, 111, 111, 0.75);
      background: rgba(255, 255, 255, 0.98);
      -webkit-transform: translate3d(0, 7px, 0);
              transform: translate3d(0, 7px, 0); }
      .selectric-open .selectric-items {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease, opacity 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease; }
      .selectric-above .selectric-items {
        margin-top: 0;
        margin-bottom: -1px; }
      .selectric-items li {
        padding-right: 14px;
        padding-left: 14px;
        font-size: 16px;
        color: #333;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        .selectric-items li.highlighted, .selectric-items li:hover {
          color: #333;
          background: transparent; }
        .selectric-items li.selected {
          color: #3616b0;
          font-weight: 500;
          background: transparent; }

textarea {
  height: 130px;
  resize: none; }
  textarea.form-input {
    padding: 8px;
    display: block;
    border: 1px solid #6f6f6f;
    border-radius: 4px;
    font-size: 14px; }

/* ========== BUTTONS ========= */
.btn {
  max-width: 248px;
  padding: 18px 14px;
  margin: 0 auto;
  border: 1px solid white;
  background: #191058;
  display: block;
  font: bold 20px/1.25em "Helvetica Neue", sans-serif;
  color: white;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  outline: none !important;
  -webkit-appearance: none;
  white-space: nowrap; }
  .btn:active {
    background-color: #3616b0;
    text-decoration: none;
    outline: none;
    color: white; }
  .btn:hover {
    color: white; }
  .btn[disabled] {
    opacity: .47;
    background: transparent !important;
    cursor: default !important; }

/* ==========================================================================
   PAGE
   ========================================================================== */
.page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block !important;
  position: relative;
  z-index: 1; }
  .page-space {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .page .container {
    min-height: 100%;
    padding-top: 120px;
    padding-bottom: 100px; }
    .page .container::before {
      content: '';
      display: block;
      overflow: hidden;
      width: 100vw;
      margin-left: -50vw;
      position: absolute;
      top: 260px;
      bottom: 0;
      left: 50%;
      z-index: -2;
      background: -o-radial-gradient(center, ellipse, #17115c 0%, #16125e 100%);
      background: radial-gradient(ellipse at center, #17115c 0%, #16125e 100%); }
  .page .heading {
    margin: 0;
    text-align: center; }
  .page-welcome {
    height: 100%;
    display: none !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    text-align: center;
    color: white;
    background: #191058;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .page-welcome.active {
      display: block !important;
      opacity: 0;
      -webkit-transition: opacity .6s ease;
      -o-transition: opacity .6s ease;
      transition: opacity .6s ease; }
    .page-welcome.visible {
      opacity: 1; }
    .page-welcome.loaded::before, .page-welcome.loaded::after, .page-welcome.loaded .logo, .page-welcome.loaded .heading {
      opacity: 1; }
    .page-welcome.loaded .btn {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1; }
    .page-welcome::before, .page-welcome::after {
      content: '';
      display: block;
      overflow: hidden;
      width: 480px;
      height: 480px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      opacity: 0;
      -webkit-transition: opacity 3s ease;
      -o-transition: opacity 3s ease;
      transition: opacity 3s ease; }
    .page-welcome::before {
      background: -o-radial-gradient(center, ellipse, #351a99 0%, rgba(53, 26, 153, 0) 70%);
      background: radial-gradient(ellipse at center, #351a99 0%, rgba(53, 26, 153, 0) 70%);
      z-index: 1; }
    .page-welcome::after {
      background: url("../img/index.svg") center center no-repeat;
      background-size: 307px auto;
      z-index: 2; }
    .page-welcome .page-space {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .page-welcome .container {
      min-height: 0;
      padding-top: 40px;
      padding-bottom: 80px;
      margin-right: 0;
      margin-left: 0; }
      .page-welcome .container::before {
        display: none; }
    .page-welcome .logo {
      width: 200px;
      height: 27px;
      margin: 0 auto;
      background: url("../img/logo.svg") center center no-repeat;
      background-size: contain;
      display: block;
      text-indent: -5000px;
      overflow: hidden;
      opacity: 0;
      position: absolute;
      top: 17.65%;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: opacity 2s .5s ease;
      -o-transition: opacity 2s .5s ease;
      transition: opacity 2s .5s ease; }
    .page-welcome .heading {
      margin: 0;
      color: white;
      font-size: 55px;
      line-height: 1.07em;
      font-weight: 900;
      letter-spacing: -.066em;
      opacity: 0;
      -webkit-transition: opacity 2s 1.5s ease;
      -o-transition: opacity 2s 1.5s ease;
      transition: opacity 2s 1.5s ease; }
    .page-welcome .btn {
      margin-top: 47px;
      background-color: transparent;
      opacity: 0;
      -webkit-transform: translateX(-30px);
          -ms-transform: translateX(-30px);
              transform: translateX(-30px);
      -webkit-transition: opacity 1.2s 2.8s ease, -webkit-transform 1.2s 2.8s ease;
      transition: opacity 1.2s 2.8s ease, -webkit-transform 1.2s 2.8s ease;
      -o-transition: opacity 1.2s 2.8s ease, transform 1.2s 2.8s ease;
      transition: opacity 1.2s 2.8s ease, transform 1.2s 2.8s ease;
      transition: opacity 1.2s 2.8s ease, transform 1.2s 2.8s ease, -webkit-transform 1.2s 2.8s ease; }
      .page-welcome .btn::after {
        content: '';
        display: block;
        overflow: hidden;
        width: 12px;
        height: 12px;
        margin-left: 14px;
        margin-top: -2px;
        display: inline-block;
        vertical-align: middle;
        -webkit-box-shadow: inset 2px 2px 0 white;
                box-shadow: inset 2px 2px 0 white;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg); }
      .page-welcome .btn:active {
        background-color: #3616b0; }
  .page-events .page-space > .container {
    width: auto !important;
    padding: 0 !important; }
    .page-events .page-space > .container .form-events-step .container {
      padding-top: 120px;
      position: relative; }
  .page-contact .container {
    position: relative; }
  .page-product {
    background: -o-linear-gradient(315deg, #191058 0%, #351a99 100%);
    background: linear-gradient(135deg, #191058 0%, #351a99 100%); }
    .page-product .container {
      position: relative; }
      .page-product .container::before {
        display: none; }
    .page-product .heading {
      color: white; }
    .page-product .page-prev::after {
      border-color: white; }
    .page-product .page-close::before, .page-product .page-close::after {
      background: white; }
  .page-comments .container {
    position: relative; }
  .page-confirmation {
    height: 100%;
    display: none !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    text-align: center;
    color: white;
    background: #191058;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .page-confirmation.active {
      display: block !important;
      opacity: 0;
      -webkit-transition: opacity .6s ease;
      -o-transition: opacity .6s ease;
      transition: opacity .6s ease; }
    .page-confirmation.visible {
      opacity: 1; }
    .page-confirmation::before, .page-confirmation::after {
      content: '';
      display: block;
      overflow: hidden;
      width: 480px;
      height: 480px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .page-confirmation::before {
      background: -o-radial-gradient(center, ellipse, #351a99 0%, rgba(53, 26, 153, 0) 70%);
      background: radial-gradient(ellipse at center, #351a99 0%, rgba(53, 26, 153, 0) 70%);
      z-index: 1; }
    .page-confirmation::after {
      background: url("../img/index.svg") center center no-repeat;
      background-size: 307px auto;
      z-index: 2; }
    .page-confirmation .page-space {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .page-confirmation .container {
      min-height: 0;
      padding-top: 0;
      padding-bottom: 120px;
      margin-right: 0;
      margin-left: 0; }
      .page-confirmation .container::before {
        display: none; }
    .page-confirmation .heading {
      margin: 0;
      color: white;
      font-size: 40px;
      line-height: 1.07em;
      font-weight: 900;
      letter-spacing: -.055em; }
    .page-confirmation .subheading {
      margin: 20px 0 0 0;
      font-size: 18px;
      line-height: 24px;
      color: white; }
    .page-confirmation .btn {
      max-width: 300px;
      margin-top: 80px;
      background-color: transparent; }
      .page-confirmation .btn::after {
        content: '';
        display: block;
        overflow: hidden;
        width: 16px;
        height: 16px;
        margin-left: 30px;
        margin-top: -2px;
        display: inline-block;
        vertical-align: middle;
        -webkit-box-shadow: inset 2px 2px 0 white;
                box-shadow: inset 2px 2px 0 white;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg); }
    .page-confirmation .start {
      margin-top: 40px;
      font-size: 20px;
      line-height: 20px;
      font-family: "Helvetica Neue", sans-serif;
      font-weight: bold; }
      .page-confirmation .start a {
        border-bottom: 2px solid white;
        display: inline-block;
        color: white; }
  .page-slider {
    height: 100%; }
    .page-slider .slick-list {
      height: 100% !important; }
    .page-slider .slick-track {
      height: 100%; }
    .page-slider .slick-slide {
      height: 100%; }
      .page-slider .slick-slide > div {
        height: 100%; }
      .page-slider .slick-slide .page {
        display: block; }
    .page-slider .slick-prev {
      display: none; }
    .page-slider .slick-next {
      min-width: 248px;
      border-width: 2px;
      padding-top: 16px;
      padding-bottom: 16px;
      display: none !important;
      font-size: 27px;
      line-height: 33px;
      position: absolute;
      bottom: 40px;
      margin-bottom: 0;
      cursor: pointer; }
      .page-slider .slick-next::after {
        content: '';
        display: block;
        overflow: hidden;
        width: 16px;
        height: 16px;
        margin: -4px -8px 0 26px;
        display: inline-block;
        vertical-align: middle;
        border-top: 2px solid white;
        border-left: 2px solid white;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg); }

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .4s .4s ease;
  transition: -webkit-transform .4s .4s ease;
  -o-transition: transform .4s .4s ease;
  transition: transform .4s .4s ease;
  transition: transform .4s .4s ease, -webkit-transform .4s .4s ease;
  /*
  .app[data-page='0'] & {
    transform: translate3d(0, -120px, 0);
    transition-delay: 0s;
    transition-duration: .1s;

    .prev, .close { background: none; }
  }
  */ }
  .header .prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 16px;
    top: 22px;
    text-indent: -1000px;
    overflow: hidden;
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer; }
    .header .prev::after {
      content: '';
      display: block;
      overflow: hidden;
      width: 16px;
      height: 16px;
      margin: auto;
      -webkit-box-shadow: inset 2px 2px 0 #191058;
              box-shadow: inset 2px 2px 0 #191058;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 3px; }
  .header .close {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    margin: auto 0;
    position: absolute;
    right: 16px;
    top: 22px;
    text-indent: -1000px;
    overflow: hidden;
    z-index: 100;
    background: rgba(255, 255, 255, 0.9); }
    .header .close::before, .header .close::after {
      content: '';
      display: block;
      overflow: hidden;
      width: 2px;
      height: 28px;
      margin: auto;
      background: #191058;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .header .close::before {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .header .close::after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

.form {
  height: 100%; }
  .form-steps {
    width: 266px;
    height: 16px;
    margin: 73px auto 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    .form-steps::before, .form-steps::after {
      height: 1px;
      background: white;
      margin: auto 0;
      display: block;
      content: '';
      overflow: hidden;
      position: absolute;
      top: 0;
      bottom: 0; }
    .form-steps::before {
      margin-right: 8px;
      left: 16px;
      right: 50%; }
    .form-steps::after {
      margin-left: 8px;
      right: 16px;
      left: 50%; }
    .form-steps span {
      width: 16px;
      height: 16px;
      margin: auto 0;
      border: 1px solid white;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0; }
      .form-steps span.active {
        background-color: white; }
      .form-steps span:nth-child(1) {
        left: 0; }
      .form-steps span:nth-child(2) {
        left: 50%;
        margin-left: -8px; }
      .form-steps span:nth-child(3) {
        right: 0; }
  .form-checkbox-subscribe {
    margin-top: 30px;
    margin-bottom: 0; }
    .form-checkbox-subscribe .form-checkbox {
      font-size: 12px;
      line-height: 14px;
      font-weight: 300;
      color: white;
      letter-spacing: 0; }
      .form-checkbox-subscribe .form-checkbox .dot {
        border-color: white; }
  .form-submit-btn {
    margin-top: 90px;
    margin-bottom: 0;
    text-align: center; }
    .form-submit-btn .btn {
      min-width: 248px;
      position: relative;
      background-color: transparent; }
      .form-submit-btn .btn:active {
        background-color: #3616b0; }
      .form-submit-btn .btn::after {
        content: '';
        display: block;
        overflow: hidden;
        width: 12px;
        height: 12px;
        margin: -2px 0 0 14px;
        display: inline-block;
        vertical-align: middle;
        border-top: 2px solid white;
        border-left: 2px solid white;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg); }
  .form-events {
    width: 100%;
    overflow: hidden; }
    .form-events-line {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100vw;
              flex: 0 0 100vw;
      -webkit-transition: -webkit-transform .5s ease;
      transition: -webkit-transform .5s ease;
      -o-transition: transform .5s ease;
      transition: transform .5s ease;
      transition: transform .5s ease, -webkit-transform .5s ease;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .form-events-step {
      width: 100vw;
      min-width: 100vw;
      display: block;
      position: relative; }
      .form-events-step .container {
        position: relative; }
      .form-events-step[data-step="training"] .container {
        padding-top: 100px; }
    .form-events[data-active="event"] .form-events-line {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .form-events[data-active="training"] .form-events-line {
      -webkit-transform: translate3d(-100vw, 0, 0);
              transform: translate3d(-100vw, 0, 0); }
    .form-events-search {
      width: auto;
      max-width: 582px;
      margin: auto;
      position: absolute;
      top: 168px;
      left: 20px;
      right: 20px; }
      .form-events-search .form-input {
        padding-left: 50px;
        background: transparent url("../img/search.svg") 14px 52% no-repeat;
        background-size: 20px auto;
        -webkit-transition: background-size .4s ease;
        -o-transition: background-size .4s ease;
        transition: background-size .4s ease; }
        .form-events-search .form-input:focus {
          background-size: 24px auto; }
  .form-event {
    max-width: 507px;
    margin: 50px auto 0;
    text-align: center; }
    .form-event .form-radio {
      width: 100%;
      padding: 26px 18px;
      margin-bottom: 14px;
      background: -webkit-gradient(linear, left top, right top, from(#3917c0), to(#2c147f));
      background: -o-linear-gradient(left, #3917c0 0%, #2c147f 100%);
      background: linear-gradient(to right, #3917c0 0%, #2c147f 100%);
      border: none;
      font: bold 22px/28px "Helvetica Neue", sans-serif;
      letter-spacing: -.015em;
      color: white;
      position: relative;
      z-index: 1; }
      .form-event .form-radio.hidden {
        display: none !important; }
      .form-event .form-radio sup {
        font-size: 50%;
        top: -.7em; }
      .form-event .form-radio .dot {
        width: auto;
        height: auto;
        background: #6236ff;
        border: 1px solid white;
        border-radius: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
        .form-event .form-radio .dot::before {
          display: none; }
      .form-event .form-radio input[type="radio"]:checked ~ .dot {
        opacity: 1; }
      .form-event .form-radio-sub {
        position: relative; }
        .form-event .form-radio-sub::after {
          content: '';
          display: block;
          overflow: hidden;
          width: 14px;
          height: 14px;
          margin: auto 0;
          -webkit-box-shadow: inset 2px 2px 0 white;
                  box-shadow: inset 2px 2px 0 white;
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg);
          position: absolute;
          right: 56px;
          top: 4px;
          bottom: 0; }
    .form-event-training {
      margin-top: 80px; }
      .form-event-training .form-radio {
        padding-top: 23px;
        padding-bottom: 19px;
        margin-bottom: 17px;
        font-size: 19px;
        line-height: 24px; }
        .form-event-training .form-radio .dot {
          border: none; }
  .form-contact-space {
    padding: 30px 20px;
    margin-top: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#3917c0), to(#2c147f));
    background: -o-linear-gradient(left, #3917c0 0%, #2c147f 100%);
    background: linear-gradient(to right, #3917c0 0%, #2c147f 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    color: white; }
    .form-contact-space .form-group {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      position: relative; }
      .form-contact-space .form-group::before {
        width: 15px;
        height: 12px;
        margin: auto;
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: -18px;
        bottom: 0;
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity .15s ease;
        -o-transition: opacity .15s ease;
        transition: opacity .15s ease;
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMiI+CiAgICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNLjE1IDUuNzY4bDIuMTItMi4xMjIgNS42NiA1LjY1Ni0yLjEyMSAyLjEyMnoiLz4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0zLjY4NiA5LjMwM0wxMi44NzguMTExIDE1IDIuMjMybC05LjE5MyA5LjE5M3oiLz4KPC9zdmc+Cg==") no-repeat center center; }
      .form-contact-space .form-group.form-success::before {
        opacity: 1; }
      .form-contact-space .form-group:last-of-type {
        margin-bottom: 0; }
      .form-contact-space .form-group-radio, .form-contact-space .form-group-checkbox {
        margin-top: 10px;
        color: white; }
        .form-contact-space .form-group-radio:last-of-type, .form-contact-space .form-group-checkbox:last-of-type {
          margin-bottom: 0; }
        .form-contact-space .form-group-radio .form-label, .form-contact-space .form-group-checkbox .form-label {
          margin-bottom: 0;
          font-weight: 300;
          letter-spacing: -.004em; }
        .form-contact-space .form-group-radio .form-radio, .form-contact-space .form-group-radio .form-checkbox, .form-contact-space .form-group-checkbox .form-radio, .form-contact-space .form-group-checkbox .form-checkbox {
          padding-left: 36px;
          color: white;
          font-weight: 300;
          letter-spacing: -.004em; }
          .form-contact-space .form-group-radio .form-radio .dot, .form-contact-space .form-group-radio .form-checkbox .dot, .form-contact-space .form-group-checkbox .form-radio .dot, .form-contact-space .form-group-checkbox .form-checkbox .dot {
            border-color: white; }
            .form-contact-space .form-group-radio .form-radio .dot::before, .form-contact-space .form-group-radio .form-checkbox .dot::before, .form-contact-space .form-group-checkbox .form-radio .dot::before, .form-contact-space .form-group-checkbox .form-checkbox .dot::before {
              background-color: white; }
    .form-contact-space .form-input {
      background: white;
      border-color: transparent;
      position: relative;
      z-index: 2;
      color: #1d0e52;
      font-size: 17px;
      line-height: 23px;
      font-weight: 300; }
      .form-contact-space .form-input::-webkit-input-placeholder {
        color: #1d0e52;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }
      .form-contact-space .form-input::-moz-placeholder {
        color: #1d0e52;
        -moz-transition: color 0.3s ease;
        transition: color 0.3s ease;
        opacity: 1; }
      .form-contact-space .form-input:-moz-placeholder {
        color: #1d0e52;
        -moz-transition: color 0.3s ease;
        transition: color 0.3s ease;
        opacity: 1; }
      .form-contact-space .form-input:-ms-input-placeholder {
        color: #1d0e52;
        -ms-transition: color 0.3s ease;
        transition: color 0.3s ease; }
    .form-contact-space .selectric-wrapper {
      height: 100%; }
    .form-contact-space .selectric {
      height: 100%;
      background: white;
      border-color: white; }
      .form-contact-space .selectric .label {
        height: 100%;
        margin-right: 54px;
        font-size: 17px;
        line-height: 23px;
        font-weight: 300;
        text-align: left;
        color: #1d0e52; }
      .form-contact-space .selectric .button {
        width: 54px; }
        .form-contact-space .selectric .button::after {
          content: '';
          display: block;
          overflow: hidden;
          width: 0;
          height: 0;
          border-style: solid !important;
          border-width: 14px 8px 0 8px !important;
          border-color: #191058 transparent transparent transparent !important;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; }
    .form-contact-space .selectric-items {
      border-color: white;
      border-top-color: #1d0e52;
      text-align: left;
      margin-top: 0; }
      .form-contact-space .selectric-items li {
        color: #1d0e52;
        background-color: transparent; }
    .form-contact-space .selectric-above .selectric-items {
      margin-bottom: 0;
      border-top-color: white;
      border-bottom-color: #1d0e52; }
  .form-products {
    margin: 40px 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .form-products .form-checkbox {
      width: 100%;
      padding: 18px 30px 15px 60px;
      margin: 0 10px 13px;
      border: 1px solid white;
      background-color: transparent;
      border-radius: 26px;
      color: white;
      font-size: 16px;
      line-height: 20px;
      font-weight: 300;
      letter-spacing: -.014em;
      z-index: 1; }
      .form-products .form-checkbox sup {
        left: 1px;
        top: -.3em; }
      .form-products .form-checkbox:active span::after {
        opacity: 1; }
      .form-products .form-checkbox .dot {
        border: none;
        border-radius: 0;
        margin: auto 0;
        left: 22px;
        top: 0;
        bottom: 0; }
        .form-products .form-checkbox .dot::before, .form-products .form-checkbox .dot::after {
          background: white;
          margin: auto;
          display: block;
          content: '';
          overflow: hidden;
          position: absolute;
          top: -1px;
          right: 0;
          bottom: 0;
          left: 0;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          opacity: 1;
          -webkit-transition: opacity 0.3s ease;
          -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease; }
        .form-products .form-checkbox .dot::before {
          width: 14px;
          height: 2px; }
        .form-products .form-checkbox .dot::after {
          width: 2px;
          height: 14px; }
      .form-products .form-checkbox span::before, .form-products .form-checkbox span::after {
        display: block;
        content: '';
        overflow: hidden;
        border-radius: 24px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        -webkit-transition: opacity 0.3s ease, background 0.3s ease;
        -o-transition: opacity 0.3s ease, background 0.3s ease;
        transition: opacity 0.3s ease, background 0.3s ease; }
      .form-products .form-checkbox span::before {
        background: -o-linear-gradient(315deg, #3917c0 0%, #2c147f 100%);
        background: linear-gradient(135deg, #3917c0 0%, #2c147f 100%); }
      .form-products .form-checkbox span::after {
        background: #6236ff;
        opacity: 0; }
      .form-products .form-checkbox input[type="checkbox"]:checked ~ span {
        color: #191058; }
        .form-products .form-checkbox input[type="checkbox"]:checked ~ span::after {
          opacity: 1;
          background: white; }
        .form-products .form-checkbox input[type="checkbox"]:checked ~ span + .dot::before {
          background: #191058; }
        .form-products .form-checkbox input[type="checkbox"]:checked ~ span + .dot::after {
          background: transparent; }
    .form-products .form-input {
      padding-left: 75px; }
    .form-products .form-submit-btn {
      margin-top: 82px;
      margin-bottom: 0; }
      .form-products .form-submit-btn .btn {
        min-width: 248px;
        border-width: 2px;
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 27px;
        line-height: 33px;
        position: relative; }
        .form-products .form-submit-btn .btn::after {
          content: '';
          display: block;
          overflow: hidden;
          width: 16px;
          height: 16px;
          margin: -4px -8px 0 26px;
          display: inline-block;
          vertical-align: middle;
          -webkit-box-shadow: inset 2px 2px 0 white;
                  box-shadow: inset 2px 2px 0 white;
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg); }
  .form-comments {
    margin-top: 36px;
    margin-bottom: 0;
    padding: 20px;
    background: -webkit-gradient(linear, left top, right top, from(#3917c0), to(#2c147f));
    background: -o-linear-gradient(left, #3917c0 0%, #2c147f 100%);
    background: linear-gradient(to right, #3917c0 0%, #2c147f 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    color: white; }
    .form-comments textarea.form-input {
      height: 160px;
      padding: 24px 35px;
      background: white;
      border-color: white;
      border-radius: 0;
      font-size: 16px;
      line-height: 18px;
      font-weight: 300; }
      .form-comments textarea.form-input::-webkit-input-placeholder {
        color: #525252; }
      .form-comments textarea.form-input::-moz-placeholder {
        color: #525252; }
      .form-comments textarea.form-input:-moz-placeholder {
        color: #525252; }
      .form-comments textarea.form-input:-ms-input-placeholder {
        color: #525252; }
      .form-comments textarea.form-input:focus::-webkit-input-placeholder {
        color: white; }
      .form-comments textarea.form-input:focus::-moz-placeholder {
        color: white; }
      .form-comments textarea.form-input:focus:-moz-placeholder {
        color: white; }
      .form-comments textarea.form-input:focus:-ms-input-placeholder {
        color: white; }

@media (min-width: 750px) {
    h1, .h1 {
      font-size: 60px; }
    h2, .h2 {
      font-size: 40px; }
    h3, .h3 {
      font-size: 32px; }
    h4, .h4 {
      font-size: 24px; }
    .container {
      width: 694px; }
    .form-input {
      padding: 24px 24px 19px;
      font-size: 20px; }
    .form-checkbox, .form-radio {
      line-height: 26px; }
      .form-checkbox .dot, .form-radio .dot {
        top: 13px; }
        .selectric .label {
          margin-right: 72px;
          padding-left: 24px;
          padding-right: 24px; }
        .selectric .button {
          width: 72px; }
          .selectric .button:after {
            width: 14px;
            height: 14px;
            background: transparent;
            border: none;
            border-top: 1px solid #6f6f6f !important;
            border-left: 1px solid #6f6f6f !important;
            top: 2px;
            -webkit-transform: rotate(-135deg);
                -ms-transform: rotate(-135deg);
                    transform: rotate(-135deg);
            -webkit-transition: -webkit-transform 0.3s ease;
            transition: -webkit-transform 0.3s ease;
            -o-transition: transform 0.3s ease;
            transition: transform 0.3s ease;
            transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
            .selectric-open .selectric .button:after {
              -webkit-transform: rotate(60deg);
                  -ms-transform: rotate(60deg);
                      transform: rotate(60deg); }
          .selectric-items li {
            padding-right: 24px;
            padding-left: 24px; }
    .btn {
      max-width: none;
      padding: 24px 28px;
      margin-right: 0;
      margin-left: 0;
      display: inline-block;
      vertical-align: middle; }
      .page .container {
        padding-top: 144px;
        padding-bottom: 120px; }
        .page .container::before {
          top: 348px; }
        .page-welcome::before, .page-welcome::after {
          width: 680px;
          height: 644px;
          top: 45.6%; }
        .page-welcome::after {
          background-size: 507px auto; }
        .page-welcome .container {
          padding-top: 2px;
          padding-bottom: 13.5vh; }
        .page-welcome .logo {
          width: 344px;
          height: 47px; }
        .page-welcome .heading {
          font-size: 85px; }
          .page-welcome .btn::after {
            width: 16px;
            height: 16px;
            margin-left: 23px; }
        .page-events .page-space > .container .form-events-step .container {
          padding-top: 154px; }
      .page-events .page-space > .container .form-events-step[data-step='training'] .container {
        padding-top: 124px; }
      .page-contact .container {
        padding-top: 144px; }
        .page-contact .container::before {
          top: 348px; }
      .page-product .container {
        padding-top: 134px; }
      .page-product .form-submit-btn {
        margin-top: 82px; }
    .page-comments .container {
      padding-top: 134px; }
      .page-comments .container::before {
        top: 350px; }
    .page-comments .form-submit-btn {
      margin-top: 103px; }
        .page-confirmation::before, .page-confirmation::after {
          width: 680px;
          height: 644px;
          top: 45.6%; }
        .page-confirmation::after {
          background-size: 507px auto; }
        .page-confirmation .container {
          padding-top: 0;
          padding-bottom: 18.5vh; }
        .page-confirmation .heading {
          font-size: 60px;
          line-height: 65px; }
        .page-confirmation .btn {
          max-width: none;
          min-width: 350px; }
      .header .prev {
        width: 80px;
        height: 80px;
        left: 26px; }
        .header .prev::after {
          width: 20px;
          height: 20px; }
      .header .close {
        width: 80px;
        height: 80px;
        right: 34px;
        top: 24px; }
        .header .close::before, .header .close::after {
          height: 44px; }
      .form-checkbox-subscribe {
        text-align: center; }
        .form-checkbox-subscribe .form-checkbox {
          padding-top: 18px;
          padding-left: 46px;
          display: inline-block;
          left: 8px; }
        .form-submit-btn .btn {
          border-width: 2px;
          padding-top: 16px;
          padding-bottom: 16px;
          font-size: 27px;
          line-height: 33px; }
          .form-submit-btn .btn::after {
            width: 16px;
            height: 16px;
            margin: -4px -8px 0 26px; }
          .form-events-step[data-step="training"] .container {
            padding-top: 124px; }
        .form-events-search {
          top: 212px;
          right: 56px;
          left: 56px; }
          .form-events-search .form-input {
            padding-left: 75px;
            background-size: 30px auto;
            background-position: 20px 52%; }
            .form-events-search .form-input:focus {
              background-size: 34px auto; }
      .form-event {
        margin-top: 103px; }
        .form-event .form-radio {
          padding: 46px 38px;
          font-size: 28px;
          line-height: 33px; }
            .form-event .form-radio-sub::after {
              width: 16px;
              height: 16px;
              right: 56px;
              top: 8px; }
        .form-event-training {
          margin-top: 133px; }
          .form-event-training .form-radio {
            padding-top: 23px;
            padding-bottom: 19px;
            font-size: 25px;
            line-height: 30px;
            letter-spacing: -.015em; }
      .form-contact-space {
        padding: 62px 24px 46px;
        margin-top: 86px; }
        .form-contact-space .form-group {
          padding: 0 14px; }
          .form-contact-space .form-group::before {
            right: -6px; }
          .form-contact-space .form-group-radio, .form-contact-space .form-group-checkbox {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
                justify-content: space-around;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .form-contact-space .form-group-radio .form-label, .form-contact-space .form-group-checkbox .form-label {
              font-size: 19px;
              line-height: 23px; }
            .form-contact-space .form-group-radio .form-radio, .form-contact-space .form-group-radio .form-checkbox, .form-contact-space .form-group-checkbox .form-radio, .form-contact-space .form-group-checkbox .form-checkbox {
              font-size: 19px;
              line-height: 23px; }
      .form-contact-space .form-half {
        max-width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%; }
        .form-contact-space .form-input {
          padding-top: 23px;
          padding-bottom: 20px;
          font-size: 19px; }
          .form-contact-space .selectric .label {
            padding-top: 23px;
            padding-bottom: 20px;
            font-size: 19px; }
      .form-products {
        margin: 71px -30px 0; }
        .form-products .form-checkbox {
          width: auto;
          padding: 22px 38px 19px 71px;
          font-size: 21px;
          line-height: 25px; }
          .form-products .form-checkbox:first-child {
            margin-right: 40px;
            margin-left: 40px; }
          .form-products .form-checkbox .dot {
            left: 33px; }
          .form-products .form-checkbox .dot::before {
            width: 21px;
            height: 3px; }
          .form-products .form-checkbox .dot::after {
            width: 3px;
            height: 21px; }
      .form-comments {
        padding: 60px; } }

@media (min-width: 1200px) {
      .btn:hover {
        background-color: #3616b0;
        text-decoration: none;
        outline: none;
        color: white; }
        .page-welcome .btn:hover {
          background-color: #3616b0; }
        .form-submit-btn .btn:hover {
          background-color: #3616b0; }
        .form-products .form-checkbox:hover span::after {
          opacity: 1; } }
