@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/inter-200-ext.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/inter-200.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter-400-ext.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter-400.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/inter-600-ext.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/inter-600.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* stylelint-disable */
/* stylelint-enable */
html {
  font-family: Inter, Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Bitstream Vera Sans, Liberation Sans, Verdana, Verdana Ref, sans-serif;
  line-height: 1.6;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  box-sizing: border-box;
  overflow-y: auto;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  min-height: 100vh;
  color: #fff;
  background-color: #000;
}
body {
  font-size: 16px;
}
@media screen and (min-width: 576px) {
  body {
    font-size: calc(0.3205128205vw + 14.1538461538px);
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

::-moz-selection {
  color: #fff;
  background: #4c74b7;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #4c74b7;
  text-shadow: none;
}

a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  text-decoration: underline;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
figcaption,
input,
select,
textarea,
button {
  margin-top: 0;
  margin-bottom: 0.5em;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2.25em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.75em;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.25em;
}

hr {
  width: 70%;
  margin: 5em auto;
  border-top: 0;
  border-bottom: 1px solid #ddd;
}

input,
select,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.3;
  margin: 0 0 1rem;
  padding: 1rem;
}

input,
select,
textarea {
  border: 1px solid #ddd;
}

textarea {
  resize: vertical;
}

button {
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background: #4c74b7;
  border: 0;
  border-radius: 0.25rem;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.wc {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.px {
  padding-right: 24px;
  padding-left: 24px;
}

.link {
  font-weight: 200;
  position: relative;
  line-height: 1;
  margin: 0.5em 0.5em 0 0;
  display: inline-block;
}
.link:after {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(41deg, #f474ff, #6060ed);
  transition: transform 0.15s;
  content: "";
}
.link:hover {
  text-decoration: none;
}
.link:hover:after {
  transform: translateY(-1px);
}

ul:not([class]) {
  margin: 1.25em 0;
  padding: 0;
  list-style: none;
}
ul:not([class]) li {
  position: relative;
  padding-left: 20px;
}
ul:not([class]) li:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #6236ff;
  border-radius: 50%;
  content: "";
}

.button {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.5px;
  line-height: 1;
  text-align: center;
  margin-top: 1.5em;
  padding: 1em 1.5em;
  display: inline-block;
  color: inherit;
  background-color: #6236ff;
  background-image: linear-gradient(161.81deg, #f474ff 25%, #6236ff 75%);
  background-size: 150% 105%;
  background-position: 25% 50%;
  border: 0;
  border-radius: 2em;
  transition: background-position 0.15s;
  cursor: pointer;
}
.button:hover {
  text-decoration: none;
  color: inherit;
  background-position: 5% 50%;
}
.button.form-button {
  position: relative;
  padding: 1em 3.5em 1em 1.5em;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
}
.button.form-button svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.button.form-button.is-sent {
  padding: 1em 1.5em;
  animation: bounce-in 0.3s;
  cursor: default;
}
.button.form-button.is-sent svg {
  animation: flyaway 1.3s linear;
  top: -80px;
  right: -3000px;
}

.form {
  width: 100%;
  max-width: 700px;
  margin-top: 3em;
  display: flex;
  flex-flow: row wrap;
}

.form-error {
  background: rgba(255, 0, 0, 0.5) !important;
  border-color: #f00 !important;
}

.form-el {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.form-el label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #666;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: 0.15s;
}
.form-el input,
.form-el textarea {
  font-size: 15px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 25px 15px 10px;
  color: #fff;
  background: #000;
  border: 1px solid #434345;
  border-radius: 10px;
}
.form-el input:not(:placeholder-shown) ~ label,
.form-el textarea:not(:placeholder-shown) ~ label {
  font-size: 11px;
  color: #999;
  transform: translate(-5px, -20px);
}
.form-el input:focus,
.form-el textarea:focus {
  outline: none;
  border-color: #6236ff;
}
.form-el textarea {
  height: 12em;
}
.form-el textarea ~ label {
  top: 30px;
}
.form-el textarea:not(:placeholder-shown) ~ label {
  font-size: 11px;
  color: #999;
  transform: translate(-5px, -20px);
}

.socials {
  position: fixed;
  top: 30%;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}
.socials li {
  display: block;
}
.socials a {
  color: #fff;
  padding: 8px;
  display: block;
}
.socials a.yt {
  background: rgba(255, 0, 0, 0.5);
}
.socials a.fb {
  background: rgba(66, 103, 178, 0.5);
}
.socials a.ig {
  background: rgba(138, 58, 185, 0.5);
}
.socials a:hover {
  background: #fff;
}
.socials a:hover.yt {
  background: #f00;
}
.socials a:hover.fb {
  background: #4267b2;
}
.socials a:hover.ig {
  background: #8a3ab9;
}
.socials svg {
  display: block;
}

@keyframes flyaway {
  0% {
    transform: rotate(10deg);
    top: 13px;
    right: 25px;
    height: 30px;
  }
  5% {
    transform: rotate(10deg);
    top: 13px;
    right: 0;
    height: 30px;
  }
  20% {
    transform: rotate(-20deg);
    top: 13px;
    right: -130px;
    height: 45px;
  }
  40% {
    transform: rotate(10deg);
    top: -40px;
    right: -280px;
    opacity: 1;
  }
  100% {
    transform: rotate(60deg);
    top: -200px;
    right: -1000px;
    height: 0;
    opacity: 0;
  }
}
@keyframes bounce-in {
  0% {
    padding-right: 30px;
  }
  40% {
    padding-right: 6px;
  }
  50% {
    padding-left: 30px;
  }
  100% {
    padding-left: 6px;
  }
}
.header {
  padding: 30px 0;
  background: transparent;
}
.header > div {
  max-width: 1000px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .header > div {
    flex-flow: row nowrap;
  }
}

@media (max-width: 768px) {
  .logo {
    margin-bottom: 20px;
  }
}
.logo svg {
  width: 196px;
  height: 80px;
}

.nav {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  display: inline-block;
}
@media (min-width: 577px) {
  .nav li:not(:last-child) {
    margin-right: 35px;
  }
}
@media (max-width: 576px) {
  .nav li {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.nav a {
  text-decoration: none;
  color: #fff;
  padding: 5px 0;
  display: block;
  transition: color 0.15s;
}
.nav a:hover {
  text-decoration: none;
  color: #7b7b88;
}

.hero > div {
  padding-top: 0 !important;
  max-width: 1300px;
}

.herobg {
  text-align: center;
  position: relative;
  color: #fff;
  background: #0c0c6f;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.herobg > div {
  position: relative;
  padding: 24px;
  max-width: 700px;
  z-index: 1;
}
.herobg > div {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .herobg > div {
    padding-top: calc(11.5740740741vw - 13.8888888889px);
    padding-bottom: calc(11.5740740741vw - 13.8888888889px);
  }
}
@media screen and (min-width: 1200px) {
  .herobg > div {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
.herobg h1 {
  font-weight: 600;
}
.herobg h2 {
  font-weight: 400;
  line-height: 1.3;
  color: #ddd;
}
.herobg h2 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .herobg h2 {
    font-size: calc(1.3888888889vw + 7.3333333333px);
  }
}
@media screen and (min-width: 1200px) {
  .herobg h2 {
    font-size: 24px;
  }
}
.herobg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section > div {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .section > div {
    padding-top: calc(9.2592592593vw - 31.1111111111px);
  }
}
@media screen and (min-width: 1200px) {
  .section > div {
    padding-top: 80px;
  }
}
.section > div {
  padding-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .section > div {
    padding-bottom: calc(11.5740740741vw - 13.8888888889px);
  }
}
@media screen and (min-width: 1200px) {
  .section > div {
    padding-bottom: 125px;
  }
}

.meta {
  text-align: center;
  position: relative;
  margin-bottom: 3em;
}
.meta div:nth-child(1) {
  position: absolute;
  top: -3px;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 35%;
  background-image: linear-gradient(46deg, #b327bf, #66f 47%, #00c09a);
  transform: translateX(-50%);
  filter: blur(13px);
}
.meta div:nth-child(2) {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  padding: 15px;
  color: #fff;
  background-color: #1a1a1d;
  border-radius: 35%;
  box-shadow: 0 0 14px 0 rgba(26, 26, 29, 0.43);
  display: flex;
  align-items: center;
  justify-content: center;
}

.headline {
  letter-spacing: 0.5px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.75em;
  color: inherit;
}
.headline {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .headline {
    font-size: calc(4.1666666667vw + 0px);
  }
}
@media screen and (min-width: 1200px) {
  .headline {
    font-size: 50px;
  }
}

.title {
  font-weight: 200;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.5em;
}
.title {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: calc(4.1666666667vw + 0px);
  }
}
@media screen and (min-width: 1200px) {
  .title {
    font-size: 50px;
  }
}
.title span {
  color: #6236ff;
  background-image: linear-gradient(41deg, #f474ff, #6060ed 66%, #0d3e34);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.graphic {
  width: 500px;
  margin: 5em auto;
  display: block;
}

.content {
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin: 0 auto 5em;
  display: block;
}

.list {
  margin: 3em 0 0;
  padding: 0;
  list-style: none;
  columns: 250px 3;
  column-gap: 15px;
}
.list li {
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  padding: 15px;
  background: #2f2e46;
  border-radius: 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  overflow: hidden;
  transition: 0.15s;
}
.list li:hover {
  background: #6236ff;
  transform: scale(1.05);
}

.tabs {
  text-align: center;
}

.tabs-list {
  position: relative;
  margin: 0;
  padding: 9px 12px 0;
  list-style: none;
  display: inline-block;
  background: #1a1a1d;
  border: 1px solid #434345;
  border-radius: 30px;
  z-index: 1;
}
@media (min-width: 577px) {
  .tabs-list {
    transform: translateY(50%);
  }
}
@media (max-width: 576px) {
  .tabs-list {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tabs-list li {
  font-size: 12px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 9px;
  padding: 12px 15px;
  color: inherit;
  background: transparent;
  border: none;
  border-radius: 30px;
  display: block;
  transition: 0.15s;
  cursor: pointer;
}
@media (min-width: 577px) {
  .tabs-list li {
    display: inline-block;
  }
}
@media (min-width: 577px) {
  .tabs-list li:not(:last-child) {
    margin-right: 10px;
  }
}
.tabs-list li:hover {
  background: #272727;
}
.tabs-list li.is-active {
  cursor: default;
  background-image: linear-gradient(161.81deg, #f474ff 25%, #6236ff 75%);
}

.tabs-content {
  text-align: left;
  position: relative;
  min-height: 390px;
  background: #1a1a1a;
  border: 1px solid #434343;
  border-radius: 30px;
  overflow: hidden;
}
.tabs-content > div {
  font-size: 15px;
  padding: 50px;
}
.tabs-content > div > div {
  width: 100%;
  max-width: 500px;
}
.tabs-content > div:nth-child(1) img {
  top: 0;
  right: -40%;
  width: 110%;
  transform: translateY(-7%) rotate(8deg);
}
.tabs-content > div:nth-child(2) img {
  top: 50%;
  left: 35%;
  width: 200%;
  height: 200%;
  transform: translateY(-42%);
}
.tabs-content > div:nth-child(3) img {
  top: 0;
  right: -25%;
  width: 70%;
  transform: translateY(-35%) rotate(165deg);
}
.tabs-content h3 {
  font-weight: 600;
  color: #ab92b5;
  margin-bottom: 30px;
}
.tabs-content h3 {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .tabs-content h3 {
    font-size: calc(1.3888888889vw + 11.3333333333px);
  }
}
@media screen and (min-width: 1200px) {
  .tabs-content h3 {
    font-size: 28px;
  }
}
.tabs-content img {
  position: absolute;
  pointer-events: none;
}

.videos {
  margin: 0 -10px;
  display: flex;
  flex-flow: row wrap;
}

.video {
  margin-bottom: 20px;
  padding: 0 10px;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 577px) {
  .video {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 769px) {
  .video {
    max-width: 33.33334%;
    flex-basis: 33.33334%;
  }
}

.video-el {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #434343;
  transition: transform 0.3s;
}
.video-el:hover {
  transform: scale(1.05);
}
.video-el:hover .video-thumb {
  filter: grayscale(0);
}
.video-el iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  filter: grayscale(0.75);
  transition: filter 0.3s;
  cursor: pointer;
}
.video-thumb svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  padding: 15px;
  color: #6236ff;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.video-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background: rgba(12, 0, 54, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.video-overlay-inner {
  width: 100%;
  max-width: 1200px;
}

.video-iframe {
  background: rgba(0, 0, 0, 0.85);
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about .content {
  text-align: left;
  margin-bottom: 0;
}
.about ul {
  columns: 250px 2;
}

.form .content {
  margin-bottom: 0;
}

.contact {
  font-weight: 200;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact > div > div {
  padding-right: 0px;
}
@media screen and (min-width: 768px) {
  .contact > div > div {
    padding-right: calc(81.0185185185vw - 622.2222222222px);
  }
}
@media screen and (min-width: 1200px) {
  .contact > div > div {
    padding-right: 350px;
  }
}
.contact .title {
  text-align: left;
}
.contact img {
  position: absolute;
  top: 50%;
  right: -15%;
  transform: translatey(-50%);
  height: 1500px;
  pointer-events: none;
  z-index: -1;
}

.footer {
  font-size: 13px;
  font-weight: 200;
  text-align: center;
  padding: 25px 0;
  color: #7b7b88;
  border-top: 1px solid #2b2b2b;
}
@media (min-width: 769px) {
  .footer {
    padding: 40px 0;
  }
}

/*# sourceMappingURL=styles.css.map */
