@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************

Stylesheet: Variables

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/******************************************************************

Stylesheet: Sass Functions

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************

Stylesheet: Mixins Stylesheet

******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
PLACEHOLDER
*********************/
/*********************
NO SELECTION
*********************/
/*********************
TRANSFORMS
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/*********************
BOX SHADOW
*********************/
/*********************
RATIO
*********************/
/*********************
IMPORTING MODULES
*********************/
/***************************
FORMS
***************************/
.alert {
  display: none;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 6px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF; }

.shoe-size {
  position: absolute !important;
  width: 0;
  height: 0;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFFFFF; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFFFFF; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF; }

form div {
  margin: 0 0 30px; }

form input, form button, form textarea, form select {
  display: block;
  width: 100%;
  padding: 15px 30px;
  color: #FFFFFF;
  background: transparent;
  border-radius: 6px;
  border: 1px solid #8E5FFE;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: lowercase; }
  form input:focus, form button:focus, form textarea:focus, form select:focus {
    outline: none; }
  form input:invalid, form button:invalid, form textarea:invalid, form select:invalid {
    box-shadow: none; }

form select {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

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

form .submit {
  position: relative; }
  form .submit input {
    font-weight: 600;
    color: #FFFFFF;
    background: #8E5FFE; }
  form .submit span {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 1; }

form .checkbox, form .radio {
  display: block;
  position: relative;
  min-height: 38px;
  padding: 0 0 0 53px;
  font-size: 15px;
  text-align: left;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer; }
  form .checkbox input, form .radio input {
    position: absolute;
    top: 19px;
    left: 19px;
    margin: 0;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
    z-index: 1; }
    form .checkbox input:checked ~ .checked, form .radio input:checked ~ .checked {
      background: #8E5FFE; }
      form .checkbox input:checked ~ .checked:after, form .radio input:checked ~ .checked:after {
        opacity: 1; }
  form .checkbox .checked, form .radio .checked {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    border: 1px solid #8E5FFE;
    transition: all 0.2s ease-in; }
    form .checkbox .checked:after, form .radio .checked:after {
      position: absolute;
      left: 13px;
      top: 6px;
      width: 8px;
      height: 16px;
      opacity: 0;
      border-right: 2px solid #FFFFFF;
      border-bottom: 2px solid #FFFFFF;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      pointer-events: none;
      transition: all 0.1s ease-in;
      content: ""; }

form .radio .checked:after {
  top: 11px;
  left: 11px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transform: none; }

form .select {
  position: relative; }
  form .select .icon {
    position: absolute;
    top: 15px;
    right: 0;
    color: #FFFFFF;
    pointer-events: none;
    z-index: 1; }

/****************************
ICON STYLES
****************************/
/* material-icons-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/material-icons-v143-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?v8tewn");
  src: url("../fonts/icomoon.eot?v8tewn#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?v8tewn") format("truetype"), url("../fonts/icomoon.woff?v8tewn") format("woff"), url("../fonts/icomoon.svg?v8tewn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-tiktok:before {
  content: "\e900"; }

.icon-fingerprint:before {
  content: "\e901"; }

.icon-amazon:before {
  content: "\ea87"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-spotify:before {
  content: "\ea94"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-youtube:before {
  content: "\ea9d"; }

.icon-linkedin:before {
  content: "\eaca"; }

/****************************
MENU BUTTON
****************************/
a.menu-toggle {
  line-height: 1; }
  a.menu-toggle span {
    display: inline-block; }
  a.menu-toggle .menu-icon {
    position: relative;
    width: 30px;
    height: 30px; }
    a.menu-toggle .menu-icon .hamburger, a.menu-toggle .menu-icon .cross {
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px; }
      a.menu-toggle .menu-icon .hamburger:before, a.menu-toggle .menu-icon .hamburger span, a.menu-toggle .menu-icon .hamburger:after, a.menu-toggle .menu-icon .cross:before, a.menu-toggle .menu-icon .cross span, a.menu-toggle .menu-icon .cross:after {
        display: block;
        background: #FFFFFF;
        transition: .25s ease-in-out;
        content: ''; }
    a.menu-toggle .menu-icon .hamburger:before, a.menu-toggle .menu-icon .hamburger span, a.menu-toggle .menu-icon .hamburger:after {
      position: relative;
      margin: 5px 0;
      width: 30px;
      height: 3px; }
    a.menu-toggle .menu-icon .hamburger:before, a.menu-toggle .menu-icon .hamburger:after {
      transform: translateX(6px); }
    a.menu-toggle .menu-icon .hamburger:before {
      transition-delay: .5s; }
    a.menu-toggle .menu-icon .hamburger span {
      transition-delay: .625s; }
    a.menu-toggle .menu-icon .hamburger:after {
      transition-delay: .75s; }
    a.menu-toggle .menu-icon .cross {
      transform: rotate(45deg); }
      a.menu-toggle .menu-icon .cross:before {
        position: absolute;
        top: 0;
        left: 13px;
        height: 0;
        width: 3px;
        transition-delay: 0s; }
      a.menu-toggle .menu-icon .cross:after {
        position: absolute;
        left: 0;
        top: 13px;
        width: 0;
        height: 3px;
        transition-delay: .25s; }

a.menu-toggle.open .menu-icon {
  z-index: 2000; }
  a.menu-toggle.open .menu-icon .hamburger:before, a.menu-toggle.open .menu-icon .hamburger span, a.menu-toggle.open .menu-icon .hamburger:after, a.menu-toggle.open .menu-icon .cross:before, a.menu-toggle.open .menu-icon .cross span, a.menu-toggle.open .menu-icon .cross:after {
    background-color: #FFFFFF; }
  a.menu-toggle.open .menu-icon .hamburger:before, a.menu-toggle.open .menu-icon .hamburger span, a.menu-toggle.open .menu-icon .hamburger:after {
    width: 0%; }
  a.menu-toggle.open .menu-icon .hamburger:before {
    transition-delay: 0s; }
  a.menu-toggle.open .menu-icon .hamburger span {
    transition-delay: .125s; }
  a.menu-toggle.open .menu-icon .hamburger:after {
    transition-delay: .25s; }
  a.menu-toggle.open .menu-icon .cross:before {
    height: 30px;
    transition-delay: .625s; }
  a.menu-toggle.open .menu-icon .cross:after {
    width: 30px;
    transition-delay: .375s; }

/*********************
LOADER STYLES
*********************/
#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9900; }
  #loader.animate .loader-ring-light {
    animation: rotate-360 2s linear infinite; }
  #loader .loader-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 240px;
    margin: -120px 0 0 -120px; }
  #loader .loader-ring-light {
    width: 240px;
    height: 240px;
    border-radius: 240px;
    -webkit-box-shadow: 0 4px 0 white inset;
    -moz-box-shadow: 0 4px 0 white inset;
    box-shadow: 0 4px 0 white inset; }
  #loader .loader-ring-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 240px;
    border-radius: 240px;
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset; }

@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*********************
SLIDER STYLES
*********************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden !important;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider .slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    overflow: visible; }
    .slick-slider .slick-list:focus {
      outline: none; }
    .slick-slider .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }

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

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

.slick-slide {
  display: none; }
  .slick-slide:focus {
    outline: 0; }
  [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; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

button.mfp-arrow {
  display: flex;
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #8E5FFE;
  transition: all 0.2s ease-in;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  justify-content: center; }
  button.mfp-arrow:hover {
    transform: scale(1.1); }
  button.mfp-arrow:after {
    font-family: 'Material Icons';
    font-size: 29px; }
  button.mfp-arrow.mfp-arrow-left {
    left: 30px; }
    button.mfp-arrow.mfp-arrow-left:after {
      content: 'west'; }
  button.mfp-arrow.mfp-arrow-right {
    right: 30px; }
    button.mfp-arrow.mfp-arrow-right:after {
      content: 'east'; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title,
.mfp-counter {
  display: inline-block;
  margin: 8px 0 0;
  padding: 4px;
  font-size: 12px;
  line-height: 1;
  border-radius: 4px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.9); }

.mfp-counter {
  float: right; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*********************
MOBILE
*********************/
/******************************************************************

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: ff-real-text-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  background-color: #101550;
  font-size: 19px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

/****************************
LIGHT MODE
****************************/
body.light-mode {
  color: #080412;
  background-color: #F2ECFE;
  /*********************
	LINK STYLES
	*********************/
  /*********************
	HEADLINE STYLES
	*********************/
  /****************************
	LOGO STYLES
	****************************/
  /****************************
	BOFFO BACKGROUND SCENE
	****************************/
  /****************************
	CONTENT STYLES
	****************************/
  /****************************
	TALENT STYLES
	****************************/
  /****************************
	FOOTER STYLES
	****************************/ }
  body.light-mode a, body.light-mode a:visited {
    color: #8E5FFE; }
  body.light-mode h1, body.light-mode h2, body.light-mode h3, body.light-mode h4, body.light-mode h5, body.light-mode h6 {
    color: #8E5FFE; }
  body.light-mode a.logo svg path {
    fill: #8E5FFE; }
  body.light-mode .bg-scene .scene .runners:after {
    background: linear-gradient(180deg, rgba(242, 236, 254, 0) 0%, #f2ecfe 100%); }
  body.light-mode .bg-scene .scene .spotlights .spotlight .bg.dark-mode {
    display: none; }
  body.light-mode .bg-scene .scene .spotlights .spotlight .bg.light-mode {
    display: block; }
  body.light-mode .bg-scene .scene .spotlights .spotlight.left:after {
    background: radial-gradient(circle, rgba(21, 87, 254, 0.25) 0%, rgba(16, 21, 80, 0) 60%); }
  body.light-mode .bg-scene .scene .spotlights .spotlight.right:after {
    background: radial-gradient(circle, rgba(218, 81, 249, 0.25) 0%, rgba(16, 21, 80, 0) 60%); }
  body.light-mode .section.type-intro .wrap .emoji img {
    filter: drop-shadow(0 15px 15px rgba(255, 255, 255, 0.4)); }
  body.light-mode .section.type-intro .wrap a.btn {
    color: #FFFFFF;
    background-color: #8E5FFE; }
  body.light-mode .section.type-intro .wrap ul.social-links li a .icon {
    color: #FFFFFF;
    background-color: #8E5FFE; }
  body.light-mode .section.type-talents .talents .talent {
    color: #FFFFFF; }
  body.light-mode .section.type-contact ::-webkit-input-placeholder {
    color: #080412; }
  body.light-mode .section.type-contact ::-moz-placeholder {
    color: #080412; }
  body.light-mode .section.type-contact :-ms-input-placeholder {
    color: #080412; }
  body.light-mode .section.type-contact :-moz-placeholder {
    color: #080412; }
  body.light-mode .section.type-contact input, body.light-mode .section.type-contact textarea, body.light-mode .section.type-contact select {
    color: #080412; }
  body.light-mode .section.type-contact .submit {
    color: #FFFFFF; }
    body.light-mode .section.type-contact .submit input {
      color: #FFFFFF; }
  body.light-mode .section.type-tickets .wrap .all-tickets {
    background-color: rgba(255, 255, 255, 0.8); }
    body.light-mode .section.type-tickets .wrap .all-tickets .tickets .ticket {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      body.light-mode .section.type-tickets .wrap .all-tickets .tickets .ticket:last-child {
        border-bottom: none; }
      body.light-mode .section.type-tickets .wrap .all-tickets .tickets .ticket a.btn {
        color: #FFFFFF;
        background-color: #8E5FFE; }
      body.light-mode .section.type-tickets .wrap .all-tickets .tickets .ticket .sold-out {
        color: rgba(0, 0, 0, 0.5);
        border: 1px solid rgba(0, 0, 0, 0.1); }
  body.light-mode .talent-profile .profile-wrap .box {
    background-color: #FFFFFF; }
    body.light-mode .talent-profile .profile-wrap .box a.btn {
      color: #FFFFFF; }
  body.light-mode .talent-profile .profile-wrap .media-box {
    color: #FFFFFF; }
  body.light-mode .footer .wrap .footer-logo img.dark-mode {
    display: none; }
  body.light-mode .footer .wrap .footer-logo img.light-mode {
    display: inline-block; }

/*********************
HELPER CLASSES
*********************/
.noscroll {
  overflow: hidden; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out; }
  a:active, a:focus, a:visited:active, a:visited:focus {
    outline: 0; }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.15); }

/*********************
BUTTON STYLES
*********************/
a.btn {
  display: inline-flex;
  width: 100%;
  margin: 5px 0;
  padding: 15px 30px;
  color: #FFFFFF;
  background-color: #8E5FFE;
  border-radius: 6px;
  align-items: center;
  justify-content: center; }
  a.btn span {
    margin: 0 5px; }

/****************************
H1, H2, H3, H4, H5 STYLES
****************************/
p, h1, h2, h3, h4, h5, h6 {
  margin: 1em 0; }
  p:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }
  p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: ff-real-headline-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
  text-rendering: optimizelegibility; }

h1, .h1 {
  font-size: 37px; }

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

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

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

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

/****************************
TEXT STYLES
****************************/
small {
  display: inline-block;
  font-size: 12px; }

b, strong {
  font-weight: 600; }

/****************************
IMAGE STYLES
****************************/
img {
  display: block;
  max-width: 100%;
  max-height: 100%; }

.img {
  position: relative;
  width: 100%;
  padding-top: 100%; }
  .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10; }

/****************************
LAYOUT STYLES
****************************/
.wrap {
  position: relative;
  padding: 0 30px;
  z-index: 10; }

/****************************
OVERLAY STYLES
****************************/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9000; }

/****************************
VIDEO PLAYER STYLES
****************************/
#video-player,
#story-player {
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9200; }
  #video-player .video,
  #story-player .video {
    width: 100%;
    height: 100%; }
    #video-player .video iframe, #video-player .video video,
    #story-player .video iframe,
    #story-player .video video {
      width: 100%;
      height: 100%; }
  #video-player .close-player,
  #video-player .close-story-player,
  #story-player .close-player,
  #story-player .close-story-player {
    display: flex;
    position: fixed;
    left: 50%;
    bottom: 15px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    color: #FFFFFF;
    background-color: #8E5FFE;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    z-index: 90; }

/****************************
LOADER STYLES
****************************/
#loader {
  background-color: #080412; }
  #loader #loader-inner {
    position: relative;
    width: 80vw;
    height: 80vh;
    margin: 10vh 10vw;
    box-shadow: 0 0 90px rgba(142, 95, 254, 0.3); }
    #loader #loader-inner #loader-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: 1; }
      #loader #loader-inner #loader-img img {
        width: 100%;
        height: 100%;
        opacity: 0.6;
        filter: blur(30px);
        object-fit: cover; }

@keyframes progress-logo {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } }
    #loader #loader-inner #loader-logo {
      position: relative;
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      z-index: 2; }
      #loader #loader-inner #loader-logo .logo-wrap {
        position: relative;
        width: 225px;
        height: 90px; }
        #loader #loader-inner #loader-logo .logo-wrap span {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          #loader #loader-inner #loader-logo .logo-wrap span svg {
            width: 100%; }
            #loader #loader-inner #loader-logo .logo-wrap span svg path {
              fill: #FFFFFF; }
        #loader #loader-inner #loader-logo .logo-wrap span.base {
          opacity: 0.3;
          z-index: 1; }
        #loader #loader-inner #loader-logo .logo-wrap span.animate {
          z-index: 2; }
          #loader #loader-inner #loader-logo .logo-wrap span.animate svg {
            animation: progress-logo 2s; }

@keyframes progress-bar {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
    #loader #loader-inner #loader-progress {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #8E5FFE;
      animation: progress-bar 2s;
      z-index: 2; }

@keyframes loader-fade-out {
  100% {
    opacity: 0; } }

@keyframes loader-image {
  10% {
    filter: blur(0px);
    transform: scale(1.5); }
  30% {
    transform: scale(1.1); }
  100% {
    filter: blur(0px);
    transform: scale(1); } }

@keyframes loader-logo {
  10% {
    transform: scale(1.5); }
  30% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

#loader.fadeOut {
  pointer-events: none;
  animation-name: loader-fade-out;
  animation-delay: 1.75s;
  animation-duration: 0.25s;
  animation-fill-mode: forwards; }
  #loader.fadeOut #loader-inner #loader-img img {
    animation-name: loader-image;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-fill-mode: forwards; }
  #loader.fadeOut #loader-inner #loader-logo .logo-wrap {
    animation-name: loader-logo;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-fill-mode: forwards; }

/****************************
LOGO STYLES
****************************/
a.logo {
  line-height: 1; }
  a.logo svg {
    display: inline-block;
    height: 50px; }
    a.logo svg path {
      fill: #FFFFFF; }

/****************************
BOFFO BACKGROUND SCENE
****************************/
.animation-on .bg-scene .scene .runners .runner {
  animation-timing-function: linear;
  animation-iteration-count: infinite; }
  .animation-on .bg-scene .scene .runners .runner:nth-child(even) {
    animation-name: scroll-left; }
  .animation-on .bg-scene .scene .runners .runner:nth-child(odd) {
    animation-name: scroll-right; }

.bg-scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vw;
  min-height: 600px;
  z-index: 1; }
  .bg-scene .scene {
    position: relative;
    height: 100%;
    padding: 40px 0;
    overflow: hidden; }
    .bg-scene .scene .runners {
      position: relative;
      height: 410px;
      opacity: 0.6;
      transform: rotate(-2deg); }
      .bg-scene .scene .runners .runner {
        position: absolute;
        width: 300vw;
        height: 340px;
        background-size: auto 100%;
        z-index: 5; }
        .bg-scene .scene .runners .runner:nth-child(even) {
          top: 0;
          left: 0; }
        .bg-scene .scene .runners .runner:nth-child(odd) {
          right: 0;
          bottom: 0; }
      .bg-scene .scene .runners:after {
        position: absolute;
        top: 0;
        left: -5%;
        right: -5%;
        height: 100%;
        background: #101550;
        background: linear-gradient(180deg, rgba(16, 21, 80, 0) 0%, #101550 100%);
        z-index: 10;
        content: ''; }
    .bg-scene .scene .spotlights {
      display: flex;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100vw;
      height: 100vw;
      z-index: 20; }
      .bg-scene .scene .spotlights .spotlight {
        position: relative;
        flex: 1; }
        .bg-scene .scene .spotlights .spotlight .bg {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          z-index: 10; }
          .bg-scene .scene .spotlights .spotlight .bg.light-mode {
            display: none; }
        .bg-scene .scene .spotlights .spotlight:after {
          position: absolute;
          top: 10vw;
          width: 80vw;
          height: 80vw;
          border-radius: 40vw;
          opacity: 0.75;
          z-index: 5;
          content: ''; }
        .bg-scene .scene .spotlights .spotlight.left .bg {
          background-size: auto 100%;
          background-position: top right; }
        .bg-scene .scene .spotlights .spotlight.left:after {
          right: 0;
          background: radial-gradient(circle, #1557fe 0%, rgba(16, 21, 80, 0) 60%); }
        .bg-scene .scene .spotlights .spotlight.right .bg {
          background-size: auto 100%;
          background-position: top left; }
        .bg-scene .scene .spotlights .spotlight.right:after {
          left: 0;
          background: radial-gradient(circle, #da51f9 0%, rgba(16, 21, 80, 0) 60%); }

/****************************
CONTAINER
****************************/
#container {
  position: relative;
  z-index: 2; }

/****************************
HEADER STYLES
****************************/
.header {
  padding: 30px 0; }
  .header .wrap {
    display: flex;
    align-items: center; }
    .header .wrap a.dark-mode {
      position: absolute;
      top: 15px;
      right: 30px;
      z-index: 1; }
    .header .wrap .logo {
      flex: 1;
      text-align: center; }

/****************************
CONTENT STYLES
****************************/
@keyframes scroll-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100vw); } }

@keyframes scroll-right {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(100vw); } }

.home .section {
  padding: 120px 0 0; }

.section {
  opacity: 0;
  transition: all 0.4s ease-in-out; }
  .section.animate {
    opacity: 1; }
  .section.no-padding {
    padding: 0 !important; }
  .section.type-intro {
    position: relative;
    margin: 80px 0 0;
    padding: 40px 0 0; }
    .section.type-intro:first-child {
      margin: 0; }
    .section.type-intro .wrap {
      text-align: center; }
      .section.type-intro .wrap .emoji {
        display: inline-block;
        margin: 0 0 15px;
        animation: emoji-pulse 2s ease-in-out infinite; }
        .section.type-intro .wrap .emoji img {
          width: 60px;
          height: 60px;
          object-fit: contain;
          filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.4)); }

@keyframes emoji-pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
      .section.type-intro .wrap h1, .section.type-intro .wrap h2, .section.type-intro .wrap h3 {
        margin: 0 0 30px; }
      .section.type-intro .wrap a.btn {
        color: #8E5FFE;
        background-color: #FFFFFF; }
      .section.type-intro .wrap ul.social-links {
        display: inline-block;
        margin: 0 auto;
        padding: 0;
        font-size: 46px;
        line-height: 1.25;
        list-style-type: none; }
        .section.type-intro .wrap ul.social-links li {
          display: block;
          margin: 15px 0 0; }
          .section.type-intro .wrap ul.social-links li:first-child {
            margin: 0; }
          .section.type-intro .wrap ul.social-links li a {
            display: flex;
            align-items: center; }
            .section.type-intro .wrap ul.social-links li a .icon {
              display: inline-flex;
              width: 57px;
              height: 57px;
              margin: 0 15px 0 0;
              font-size: 23px;
              border-radius: 30px;
              color: #8E5FFE;
              background-color: #FFFFFF;
              align-items: center;
              justify-content: center; }
  .section.type-text {
    text-align: center; }
    .section.type-text .wrap .col {
      margin: 60px 0 0; }
      .section.type-text .wrap .col:first-child {
        margin: 0; }
  .section.type-talents {
    text-align: center; }
    .section.type-talents .text-wrap {
      margin: 0 0 45px; }
    .section.type-talents .talents .talent {
      position: relative;
      margin: 0 0 15px;
      height: 470px;
      border-radius: 6px; }
      .section.type-talents .talents .talent a.talent-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10; }
      .section.type-talents .talents .talent .talent-inner {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 6px;
        overflow: hidden;
        z-index: 5; }
        .section.type-talents .talents .talent .talent-inner .talent-img {
          position: relative;
          width: 102%;
          height: 102%;
          margin: -1% -1%; }
          .section.type-talents .talents .talent .talent-inner .talent-img img {
            width: 100%;
            height: 100%;
            border-radius: 6px;
            object-fit: cover; }
          .section.type-talents .talents .talent .talent-inner .talent-img:after {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 50%;
            border-radius: 6px;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
            z-index: 1;
            content: ''; }
        .section.type-talents .talents .talent .talent-inner .badge {
          position: absolute;
          top: 0;
          right: 0;
          width: 29.5px;
          height: 45px;
          border-radius: 0 6px 0 0;
          z-index: 5; }
        .section.type-talents .talents .talent .talent-inner .talent-logo {
          position: absolute;
          left: 15%;
          bottom: 60px;
          width: 70%;
          height: auto;
          z-index: 1; }
        .section.type-talents .talents .talent .talent-inner .talent-label {
          display: inline-block;
          position: absolute;
          left: 15px;
          right: 15px;
          bottom: 15px;
          padding: 5px 10px;
          text-align: center;
          font-size: 12px;
          font-weight: 600;
          border-radius: 6px;
          border: 1px solid #8E5FFE;
          white-space: nowrap;
          z-index: 1; }
    .section.type-talents .slider-nav a.slick-arrow {
      padding: 20px 10px; }
  .section.type-text-img {
    padding-bottom: 15px;
    overflow: hidden; }
    .section.type-text-img .wrap .col {
      margin: 60px 0 0; }
      .section.type-text-img .wrap .col:first-child {
        margin: 0; }
    .section.type-text-img .wrap .col-text {
      text-align: center; }

@keyframes imageHover {
  0% {
    transform: rotate(0deg) translate(0px, 0px); }
  100% {
    transform: rotate(-2deg) translate(0px, 15px); } }
    .section.type-text-img .wrap .col-img {
      position: relative;
      padding: 0 0 40px;
      animation-name: imageHover;
      animation-direction: alternate;
      animation-timing-function: ease-in;
      animation-iteration-count: infinite; }
      .section.type-text-img .wrap .col-img .img-badge {
        position: absolute;
        left: 0;
        bottom: 90px;
        width: 120px;
        height: 120px;
        background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
        z-index: 1; }
        .section.type-text-img .wrap .col-img .img-badge img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .section.type-text-img .wrap .col-img .img-badge .emoji img {
          object-fit: contain;
          filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.4)); }
      .section.type-text-img .wrap .col-img .img-wrap {
        width: 285px;
        height: 420px;
        border-radius: 6px;
        transform: rotate(10deg) translateX(60px);
        overflow: hidden; }
        .section.type-text-img .wrap .col-img .img-wrap img {
          width: 102%;
          height: 102%;
          max-width: 102%;
          max-height: 102%;
          margin: -1%;
          object-fit: cover; }

@keyframes imageHover {
  0% {
    transform: rotate(0deg) translate(0px, 0px); }
  100% {
    transform: rotate(2deg) translate(0px, 15px); } }
  .section.type-text-img.img-left .wrap .col-img .img-badge {
    left: auto;
    right: 0; }
  .section.type-text-img.img-left .wrap .col-img .img-wrap {
    transform: rotate(-10deg) translateX(-15px); }
  .section.type-contact .wrap {
    text-align: center; }
  .section.type-tickets .wrap {
    text-align: center; }
    .section.type-tickets .wrap .all-tickets {
      margin: 45px auto 0;
      padding: 30px;
      max-width: 840px;
      max-height: 600px;
      text-align: left;
      border-radius: 6px;
      background-color: rgba(142, 95, 254, 0.9);
      overflow-y: auto; }
      .section.type-tickets .wrap .all-tickets .tickets .ticket {
        margin: 30px 0 0; }
        .section.type-tickets .wrap .all-tickets .tickets .ticket:first-child {
          margin: 0; }
        .section.type-tickets .wrap .all-tickets .tickets .ticket a.btn {
          display: flex;
          color: #8E5FFE;
          background-color: #FFFFFF; }
        .section.type-tickets .wrap .all-tickets .tickets .ticket span {
          display: block; }
          .section.type-tickets .wrap .all-tickets .tickets .ticket span.title {
            font-size: 23px;
            font-weight: 600; }
          .section.type-tickets .wrap .all-tickets .tickets .ticket span.desc {
            margin: 0 0 10px; }
          .section.type-tickets .wrap .all-tickets .tickets .ticket span.sold-out {
            display: flex;
            width: 100%;
            margin: 5px 0;
            padding: 15px 30px;
            color: rgba(255, 255, 255, 0.5);
            border-radius: 6px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            align-items: center;
            justify-content: center; }
  .section.type-single .wrap .post-img {
    margin: 0 -30px 45px; }
  .section.type-single.archive-title {
    margin-bottom: 45px; }

/****************************
FOOTER STYLES
****************************/
.home .footer {
  margin: 120px 0 0; }

.footer {
  padding: 120px 0; }
  .footer .wrap {
    font-size: 15px;
    text-align: center; }
    .footer .wrap p {
      margin: 0; }
    .footer .wrap a {
      font-weight: 400; }
    .footer .wrap ul.footer-links {
      margin: 45px 0 90px;
      padding: 0;
      list-style-type: none; }
    .footer .wrap .footer-logo {
      margin: 45px 0;
      text-align: center; }
      .footer .wrap .footer-logo img.light-mode {
        display: none; }
      .footer .wrap .footer-logo img.dark-mode {
        display: inline-block; }
    .footer .wrap a.scroll-top {
      margin: 45px 0 0; }
      .footer .wrap a.scroll-top span {
        font-size: 29px; }

/***************************
****************************
***** TALENT PROFILES ******
****************************
****************************/
.talent-profile {
  position: relative;
  margin: -40px 0 0;
  min-height: 80vh; }
  .talent-profile .profile-wrap {
    position: relative;
    padding: 75px 15px;
    z-index: 10; }
    .talent-profile .profile-wrap .box {
      margin: 0 0 30px;
      padding: 30px;
      font-size: 15px;
      color: #080412;
      background-color: #F2ECFE;
      border-radius: 6px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2); }
      .talent-profile .profile-wrap .box a:not(.btn) {
        color: #8E5FFE;
        font-weight: 400; }
      .talent-profile .profile-wrap .box h4.box-title {
        display: flex;
        align-items: center; }
        .talent-profile .profile-wrap .box h4.box-title .icon {
          margin-right: 10px;
          color: #8E5FFE;
          font-size: 23px; }
      .talent-profile .profile-wrap .box ul.button-list {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .talent-profile .profile-wrap .box ul.button-list li {
          position: relative;
          display: flex;
          margin: 15px 0 0;
          padding: 10px;
          font-weight: 600;
          border-radius: 6px;
          background-color: #FFFFFF;
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          align-items: center; }
          .talent-profile .profile-wrap .box ul.button-list li:first-child {
            margin: 0; }
          .talent-profile .profile-wrap .box ul.button-list li a.button-link {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1; }
          .talent-profile .profile-wrap .box ul.button-list li .button-img {
            width: 60px;
            height: 60px;
            margin-right: 15px; }
            .talent-profile .profile-wrap .box ul.button-list li .button-img img {
              width: 100%;
              height: 100%;
              border-radius: 6px;
              object-fit: cover; }
      .talent-profile .profile-wrap .box.profile-tickets {
        max-height: 600px;
        overflow-y: auto; }
      .talent-profile .profile-wrap .box .tickets .ticket {
        margin: 20px 0 0; }
        .talent-profile .profile-wrap .box .tickets .ticket a.btn {
          display: flex; }
        .talent-profile .profile-wrap .box .tickets .ticket span {
          display: block; }
          .talent-profile .profile-wrap .box .tickets .ticket span.title {
            font-size: 23px;
            font-weight: 600; }
          .talent-profile .profile-wrap .box .tickets .ticket span.desc {
            margin: 0 0 10px; }
          .talent-profile .profile-wrap .box .tickets .ticket span.sold-out {
            display: flex;
            width: 100%;
            margin: 5px 0;
            padding: 15px 30px;
            color: rgba(0, 0, 0, 0.5);
            border-radius: 6px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            align-items: center;
            justify-content: center; }
    .talent-profile .profile-wrap .avatar {
      position: relative; }
      .talent-profile .profile-wrap .avatar a, .talent-profile .profile-wrap .avatar img, .talent-profile .profile-wrap .avatar svg {
        position: absolute; }
      .talent-profile .profile-wrap .avatar a, .talent-profile .profile-wrap .avatar svg {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 3; }
      .talent-profile .profile-wrap .avatar img {
        position: absolute;
        top: 5%;
        left: 5%;
        width: 90%;
        height: 90%;
        border-radius: 50%;
        object-fit: cover;
        z-index: 1; }
      .talent-profile .profile-wrap .avatar svg {
        fill: none;
        stroke: #8E5FFE;
        stroke-width: 3px;
        stroke-dasharray: 1;
        stroke-dashoffset: 0;
        stroke-linecap: round;
        transform: rotate(0deg);
        animation-name: avatar-loading;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
        z-index: 2; }

@keyframes avatar-loading {
  0% {
    stroke: #8E5FFE;
    stroke-dasharray: 1;
    transform: rotate(0deg); }
  30% {
    stroke: #8E5FFE;
    stroke-dasharray: 12;
    transform: rotate(200deg); }
  50% {
    stroke: #8E5FFE;
    stroke-dasharray: 1;
    transform: rotate(360deg); }
  80% {
    stroke: #8E5FFE;
    stroke-dasharray: 1;
    transform: rotate(0deg); } }
    .talent-profile .profile-wrap .profile-overview .cover-image {
      position: relative;
      margin: -30px -30px 0 -30px;
      padding-bottom: 100%;
      z-index: 5; }
      .talent-profile .profile-wrap .profile-overview .cover-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px 6px 0 0;
        z-index: 1; }
    .talent-profile .profile-wrap .profile-overview .avatar {
      margin: -75px auto 0;
      width: 150px;
      height: 150px;
      overflow: hidden;
      z-index: 10; }
    .talent-profile .profile-wrap .profile-overview h4.talent-name {
      display: flex;
      margin: 15px 0;
      align-items: center; }
      .talent-profile .profile-wrap .profile-overview h4.talent-name .material-icons {
        margin-left: 10px;
        color: #8E5FFE;
        font-size: 29px; }
    .talent-profile .profile-wrap .profile-overview .talent-stats {
      display: flex; }
      .talent-profile .profile-wrap .profile-overview .talent-stats .stat {
        flex: 1;
        padding: 0 5px;
        font-size: 12px; }
        .talent-profile .profile-wrap .profile-overview .talent-stats .stat:first-child {
          padding: 0 10px 0 0; }
        .talent-profile .profile-wrap .profile-overview .talent-stats .stat:last-child {
          padding: 0 0 0 10px; }
        .talent-profile .profile-wrap .profile-overview .talent-stats .stat .number {
          display: block;
          font-size: 15px;
          font-weight: 600; }
    .talent-profile .profile-wrap .profile-overview .talent-label {
      display: flex;
      margin: 15px 0 10px;
      padding: 5px 15px;
      font-weight: 600;
      border-radius: 6px;
      border: 2px solid rgba(8, 4, 18, 0.15);
      align-items: center;
      justify-content: center; }
      .talent-profile .profile-wrap .profile-overview .talent-label .emoji {
        margin-right: 5px; }
    .talent-profile .profile-wrap .profile-overview a.btn {
      width: 100%;
      color: #FFFFFF; }
    .talent-profile .profile-wrap .profile-overview ul.social-links {
      display: flex;
      margin: 10px 0 0;
      padding: 0;
      list-style-type: none; }
      .talent-profile .profile-wrap .profile-overview ul.social-links li {
        flex: 1;
        padding: 0 15px 0 0; }
        .talent-profile .profile-wrap .profile-overview ul.social-links li:last-child {
          padding: 0; }
        .talent-profile .profile-wrap .profile-overview ul.social-links li a {
          display: flex;
          padding: 15px 0;
          width: 100%;
          height: 100%;
          font-size: 23px;
          border-radius: 6px;
          color: #8E5FFE;
          background-color: #FFFFFF;
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          align-items: center;
          justify-content: center; }
    .talent-profile .profile-wrap .profile-shows ul.button-list li .button-text {
      flex: 1; }
      .talent-profile .profile-wrap .profile-shows ul.button-list li .button-text span {
        display: block; }
        .talent-profile .profile-wrap .profile-shows ul.button-list li .button-text span.subhead {
          font-size: 12px;
          font-weight: 400; }
    .talent-profile .profile-wrap .talent-media {
      margin: 0 0 30px; }
      .talent-profile .profile-wrap .talent-media .media-box {
        position: relative;
        border-radius: 6px;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
        overflow: hidden; }
        .talent-profile .profile-wrap .talent-media .media-box a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 5; }
        .talent-profile .profile-wrap .talent-media .media-box.gallery a.gallery-item {
          display: none; }
          .talent-profile .profile-wrap .talent-media .media-box.gallery a.gallery-item:first-child {
            display: block; }
        .talent-profile .profile-wrap .talent-media .media-box span {
          position: absolute;
          top: 15px;
          right: 15px;
          font-size: 23px;
          z-index: 1; }
        .talent-profile .profile-wrap .talent-media .media-box img {
          width: 104%;
          height: 104%;
          max-width: 104%;
          max-height: 104%;
          transform: translate(-2%, -2%);
          object-fit: cover; }
    .talent-profile .profile-wrap .talent-media.mobile-slider {
      margin: 0 -15px 30px;
      padding: 0 0 0 15px; }
      .talent-profile .profile-wrap .talent-media.mobile-slider .media-box {
        margin: 0 30px 0 0;
        width: 255px;
        height: 255px; }
    .talent-profile .profile-wrap .profile-updates ul.button-list {
      margin: -30px;
      padding: 30px; }
      .talent-profile .profile-wrap .profile-updates ul.button-list li {
        margin: 0 15px 0 0;
        transition: all 0.4s ease-in; }
        .talent-profile .profile-wrap .profile-updates ul.button-list li:first-child {
          margin: 0 15px 0 0; }
        .talent-profile .profile-wrap .profile-updates ul.button-list li.post {
          opacity: 0;
          transform: translateY(30px); }
          .talent-profile .profile-wrap .profile-updates ul.button-list li.post .button-img img {
            opacity: 0;
            transition: all 0.2s ease-in; }
            .talent-profile .profile-wrap .profile-updates ul.button-list li.post .button-img img.show {
              opacity: 1; }
          .talent-profile .profile-wrap .profile-updates ul.button-list li.post.show {
            opacity: 1;
            transform: translateY(0); }
        .talent-profile .profile-wrap .profile-updates ul.button-list li.loading {
          padding: 20px 10px; }
          .talent-profile .profile-wrap .profile-updates ul.button-list li.loading.hide {
            opacity: 0;
            transform: translateY(-30px); }

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1); }
  to {
    opacity: .25;
    transform: scale(0.75); } }
          .talent-profile .profile-wrap .profile-updates ul.button-list li.loading .pulse-container {
            display: flex;
            width: 120px;
            margin: 0 auto;
            align-items: center;
            justify-content: space-between; }
            .talent-profile .profile-wrap .profile-updates ul.button-list li.loading .pulse-container .pulse-bubble {
              width: 20px;
              height: 20px;
              border-radius: 50%;
              background-color: #8E5FFE; }
            .talent-profile .profile-wrap .profile-updates ul.button-list li.loading .pulse-container .pulse-bubble-1 {
              animation: pulse .4s ease 0s infinite alternate; }
            .talent-profile .profile-wrap .profile-updates ul.button-list li.loading .pulse-container .pulse-bubble-2 {
              animation: pulse .4s ease .2s infinite alternate; }
            .talent-profile .profile-wrap .profile-updates ul.button-list li.loading .pulse-container .pulse-bubble-3 {
              animation: pulse .4s ease .4s infinite alternate; }
        .talent-profile .profile-wrap .profile-updates ul.button-list li .button-img {
          width: 210px;
          height: 210px;
          margin-right: 0; }
        .talent-profile .profile-wrap .profile-updates ul.button-list li .button-text {
          display: none; }
    .talent-profile .profile-wrap .profile-talents .other-talent {
      position: relative;
      display: flex;
      margin: 0 0 15px;
      align-items: center; }
      .talent-profile .profile-wrap .profile-talents .other-talent:last-child {
        margin: 0; }
      .talent-profile .profile-wrap .profile-talents .other-talent a.talent-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5; }
      .talent-profile .profile-wrap .profile-talents .other-talent .avatar {
        width: 90px;
        height: 90px;
        margin-right: 15px; }
      .talent-profile .profile-wrap .profile-talents .other-talent .talent-name {
        flex: 1; }
        .talent-profile .profile-wrap .profile-talents .other-talent .talent-name h5 {
          display: flex;
          margin: 0;
          align-items: center; }
          .talent-profile .profile-wrap .profile-talents .other-talent .talent-name h5 .material-icons {
            margin-left: 5px;
            color: #8E5FFE;
            font-size: 23px; }
    .talent-profile .profile-wrap .profile-feed {
      max-height: 600px;
      overflow-y: auto; }
      .talent-profile .profile-wrap .profile-feed .talent-feed .feed-item {
        position: relative;
        display: flex;
        margin: 0 0 15px;
        align-items: center; }
        .talent-profile .profile-wrap .profile-feed .talent-feed .feed-item:last-child {
          margin: 0; }
        .talent-profile .profile-wrap .profile-feed .talent-feed .feed-item a.item-link {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 5; }
        .talent-profile .profile-wrap .profile-feed .talent-feed .feed-item .feed-img {
          width: 90px;
          height: 90px;
          margin-right: 15px;
          border-radius: 6px;
          overflow: hidden; }
          .talent-profile .profile-wrap .profile-feed .talent-feed .feed-item .feed-img img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .talent-profile .profile-wrap .profile-feed .talent-feed .feed-item .feed-info {
          flex: 1; }
          .talent-profile .profile-wrap .profile-feed .talent-feed .feed-item .feed-info h5 {
            margin: 0 0 5px; }
          .talent-profile .profile-wrap .profile-feed .talent-feed .feed-item .feed-info span {
            display: inline-block;
            vertical-align: middle; }
            .talent-profile .profile-wrap .profile-feed .talent-feed .feed-item .feed-info span.icon {
              margin: 0 5px 0 0;
              color: #8E5FFE;
              font-size: 15px; }
            .talent-profile .profile-wrap .profile-feed .talent-feed .feed-item .feed-info span.duration:before {
              display: inline-block;
              margin: 0 5px;
              content: '•'; }
    .talent-profile .profile-wrap .box.profile-overview {
      z-index: 1; }
    .talent-profile .profile-wrap .box.talent-media {
      z-index: 2; }
    .talent-profile .profile-wrap .box.profile-bio {
      z-index: 3; }
    .talent-profile .profile-wrap .box.profile-shows {
      z-index: 4; }
    .talent-profile .profile-wrap .box.profile-updates {
      z-index: 5; }
    .talent-profile .profile-wrap .box.profile-talents {
      z-index: 6; }

/*********************
TABLET
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************

Stylesheet: Tablet & Small Desktop Stylesheet

******************************************************************/
  /****************************
CONTENT STYLES
****************************/
  .section.type-talents .talents {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px; }
    .section.type-talents .talents .talent {
      margin: 0;
      transition: all 0.2s ease-in-out; }
      .section.type-talents .talents .talent .talent-inner {
        transition: all 0.6s ease-in-out; } }

/*********************
DESKTOP
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************

Stylesheet: Desktop Stylsheet

******************************************************************/
  /****************************
LIGHT MODE
****************************/
  body.light-mode {
    /****************************
	CONTENT STYLES
	****************************/
    /****************************
	TALENT PROFILES
	****************************/ }
    body.light-mode .section.type-intro .wrap {
      background-color: rgba(255, 255, 255, 0.8); }
      body.light-mode .section.type-intro .wrap a.btn:hover {
        color: #FFFFFF;
        background-color: #7c46fe; }
      body.light-mode .section.type-intro .wrap ul.social-links li a:hover .icon {
        color: #FFFFFF;
        background-color: #7c46fe; }
    body.light-mode .section.type-talents .talents .talent:hover {
      box-shadow: 0 15px 45px #FFFFFF; }
    body.light-mode .section.type-tickets .wrap .all-tickets .ticket a.btn:hover {
      color: #FFFFFF;
      background-color: #7c46fe; }
    body.light-mode .talent-profile .profile-wrap .talent-media .media-box:hover {
      box-shadow: 0 15px 45px #FFFFFF; }
  /*********************
BUTTON STYLES
*********************/
  a.btn {
    width: auto; }
    a.btn:hover {
      background-color: #7c46fe; }
  /****************************
H1, H2, H3, H4, H5 STYLES
****************************/
  h1, .h1 {
    font-size: 46px; }
  h2, .h2 {
    font-size: 37px; }
  h3, .h3 {
    font-size: 29px; }
  h4, .h4 {
    font-size: 23px; }
  h5, .h5 {
    font-size: 19px; }
  body.home h1, body.home .h1,
  body.single-talent h1,
  body.single-talent .h1 {
    font-size: 72px;
    line-height: 1; }
  body.home h2, body.home .h2,
  body.single-talent h2,
  body.single-talent .h2 {
    font-size: 57px;
    line-height: 1; }
  /****************************
LAYOUT STYLES
****************************/
  .wrap {
    padding: 0 60px; }
  /****************************
VIDEO PLAYER STYLES
****************************/
  #video-player .close-player:hover {
    transform: translateX(-50%) scale(1.1); }
  /****************************
LOGO STYLES
****************************/
  a.logo svg {
    height: 60px; }
  /****************************
BOFFO BACKGROUND SCENE
****************************/
  .bg-scene {
    top: -40px;
    height: 70vw; }
    .bg-scene .scene .spotlights {
      width: 100%;
      height: 100%; }
      .bg-scene .scene .spotlights .spotlight .bg {
        width: 80%; }
      .bg-scene .scene .spotlights .spotlight:after {
        top: 0;
        height: 100%; }
      .bg-scene .scene .spotlights .spotlight.left .bg {
        left: 0;
        right: auto; }
      .bg-scene .scene .spotlights .spotlight.right .bg {
        right: 0;
        left: auto; }
  /****************************
HEADER STYLES
****************************/
  .header {
    padding: 60px 0; }
    .header .wrap a.dark-mode {
      top: 20px;
      right: 60px; }
  /****************************
CONTENT STYLES
****************************/
  .home .section {
    padding: 180px 0 0; }
  .section.type-intro {
    margin: 140px 0 0;
    padding: 40px 0 0; }
    .section.type-intro .wrap {
      width: 840px;
      margin: 0 auto;
      padding: 120px 90px;
      border-radius: 6px;
      background-color: rgba(142, 95, 254, 0.9); }
      .section.type-intro .wrap .emoji {
        position: absolute;
        top: -45px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10; }
        .section.type-intro .wrap .emoji img {
          width: 90px;
          height: 90px; }
  @keyframes emoji-pulse {
    0% {
      transform: translateX(-50%) scale(1); }
    50% {
      transform: translateX(-50%) scale(1.1); }
    100% {
      transform: translateX(-50%) scale(1); } }
      .section.type-intro .wrap h1, .section.type-intro .wrap h2, .section.type-intro .wrap h3 {
        margin: 0 0 45px; }
      .section.type-intro .wrap a.btn {
        margin: 0 10px; }
        .section.type-intro .wrap a.btn:hover {
          box-shadow: 0 0 20px #FFFFFF; }
      .section.type-intro .wrap ul.social-links li a .icon {
        transition: all 0.2s ease-in; }
      .section.type-intro .wrap ul.social-links li a:hover .icon {
        color: #FFFFFF;
        background-color: #7c46fe; }
  .section.type-text .wrap {
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 960px; }
    .section.type-text .wrap .col {
      flex: 1;
      margin: 0 0 0 60px; }
      .section.type-text .wrap .col:first-child {
        margin: 0 60px 0 0; }
  .section.type-talents .text-wrap {
    margin: 0 auto 90px;
    max-width: 960px; }
  .section.type-talents .talents {
    grid-gap: 30px; }
    .section.type-talents .talents .talent {
      height: 33.33vw;
      max-height: 600px; }
      .section.type-talents .talents .talent .talent-inner .talent-logo {
        left: 20%;
        bottom: 120px;
        width: 60%; }
      .section.type-talents .talents .talent .talent-inner .talent-label {
        left: 30px;
        right: 30px;
        bottom: 30px;
        font-size: 17px; }
      .section.type-talents .talents .talent:hover {
        box-shadow: 0 15px 45px #8E5FFE;
        transform: translateY(-15px); }
  .section.type-text-img {
    overflow: visible; }
    .section.type-text-img .wrap {
      display: flex;
      margin: 0 auto;
      padding: 0;
      max-width: 960px;
      align-items: center; }
      .section.type-text-img .wrap .col {
        flex: 1;
        margin: 0 0 0 60px; }
        .section.type-text-img .wrap .col:first-child {
          margin: 0 60px 0 0; }
      .section.type-text-img .wrap .col-text {
        text-align: left; }
      .section.type-text-img .wrap .col-img {
        padding: 30px 0; }
        .section.type-text-img .wrap .col-img .img-wrap {
          transition: all 1s ease-out;
          transform: rotate(0deg) translate(50px, 180px); }
    .section.type-text-img.animate .wrap .col-img .img-wrap {
      transform: rotate(10deg) translate(60px, 0px); }
  .section.type-text-img.img-left .wrap .col-text {
    order: 2;
    margin: 0 0 0 60px; }
  .section.type-text-img.img-left .wrap .col-img {
    order: 1;
    margin: 0 60px 0 0; }
    .section.type-text-img.img-left .wrap .col-img .img-wrap {
      transform: rotate(0deg) translate(70px, 180px); }
  .section.type-text-img.img-left.animate .wrap .col-img .img-wrap {
    transform: rotate(-10deg) translate(60px, 0); }
  .section.type-contact .wrap {
    margin: 0 auto;
    padding: 0;
    max-width: 960px; }
    .section.type-contact .wrap .form-wrap form {
      display: flex;
      flex-wrap: wrap; }
      .section.type-contact .wrap .form-wrap form textarea {
        min-height: 180px;
        max-height: 180px; }
      .section.type-contact .wrap .form-wrap form .submit input {
        transition: all 0.2s ease-in-out; }
        .section.type-contact .wrap .form-wrap form .submit input:hover {
          border-color: #7c46fe;
          background-color: #7c46fe; }
      .section.type-contact .wrap .form-wrap form .checkbox, .section.type-contact .wrap .form-wrap form .radio {
        padding: 6px 0 0 53px; }
      .section.type-contact .wrap .form-wrap form div {
        width: 100%; }
      .section.type-contact .wrap .form-wrap form div.half {
        width: 50%; }
        .section.type-contact .wrap .form-wrap form div.half:nth-child(even) {
          padding-left: 15px; }
        .section.type-contact .wrap .form-wrap form div.half:nth-child(odd) {
          padding-right: 15px; }
        .section.type-contact .wrap .form-wrap form div.half:last-child {
          padding: 0 15px 0 0; }
  .section.type-tickets .wrap .all-tickets .tickets .ticket {
    display: flex;
    padding: 0 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center; }
    .section.type-tickets .wrap .all-tickets .tickets .ticket:last-child {
      padding: 0;
      border-bottom: none; }
    .section.type-tickets .wrap .all-tickets .tickets .ticket .ticket-cta {
      width: 200px;
      margin-left: auto; }
      .section.type-tickets .wrap .all-tickets .tickets .ticket .ticket-cta a.btn:hover {
        box-shadow: 0 0 20px #FFFFFF; }
  .section.type-single .wrap {
    display: flex;
    margin: 0 auto;
    max-width: 1200px; }
    .section.type-single .wrap .post-img {
      width: 50%;
      margin: 0;
      padding-right: 30px; }
    .section.type-single .wrap .post-content {
      width: 50%;
      padding-left: 30px; }
      .section.type-single .wrap .post-content:only-child {
        width: 100%;
        padding-left: 0; }
  /***************************
****************************
***** TALENT PROFILES ******
****************************
****************************/
  .talent-profile {
    margin: -40px 0 60px; }
    .talent-profile .profile-wrap {
      display: flex;
      margin: 0 auto;
      max-width: 1170px; }
      .talent-profile .profile-wrap .profile-left {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 35%;
        padding-right: 15px;
        align-items: flex-start; }
      .talent-profile .profile-wrap .profile-right {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 65%;
        padding-left: 15px;
        align-items: flex-start; }
      .talent-profile .profile-wrap .box {
        width: 100%;
        font-size: 19px; }
      .talent-profile .profile-wrap .profile-overview .avatar {
        margin: -90px auto 0;
        width: 180px;
        height: 180px;
        transition: all 0.2s ease-in-out; }
        .talent-profile .profile-wrap .profile-overview .avatar:hover {
          transform: scale(1.05); }
      .talent-profile .profile-wrap .profile-overview .talent-stats .stat {
        font-size: 15px; }
        .talent-profile .profile-wrap .profile-overview .talent-stats .stat .number {
          font-size: 19px; }
      .talent-profile .profile-wrap .profile-overview ul.social-links li a:hover {
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); }
      .talent-profile .profile-wrap .talent-media {
        padding: 0;
        width: 100%;
        max-height: 360px; }
        .talent-profile .profile-wrap .talent-media .media-box {
          flex: 1;
          margin: 0;
          width: auto;
          height: 100%;
          transition: all 0.2s ease-in-out; }
          .talent-profile .profile-wrap .talent-media .media-box span {
            font-size: 29px; }
          .talent-profile .profile-wrap .talent-media .media-box:hover {
            box-shadow: 0 15px 45px #8E5FFE;
            transform: translateY(-15px); }
      .talent-profile .profile-wrap .talent-media.mobile-slider {
        display: inline-flex;
        margin: 0 0 30px;
        padding: 0; }
        .talent-profile .profile-wrap .talent-media.mobile-slider .media-box {
          width: auto;
          height: 100%; }
          .talent-profile .profile-wrap .talent-media.mobile-slider .media-box:first-child {
            margin: 0 15px 0 0; }
          .talent-profile .profile-wrap .talent-media.mobile-slider .media-box:last-child {
            margin: 0 0 0 15px; }
      .talent-profile .profile-wrap .profile-shows ul.button-list li,
      .talent-profile .profile-wrap .profile-updates ul.button-list li {
        transition: all 0.2s ease-in-out; }
        .talent-profile .profile-wrap .profile-shows ul.button-list li:hover,
        .talent-profile .profile-wrap .profile-updates ul.button-list li:hover {
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2); }
      .talent-profile .profile-wrap .profile-updates ul.button-list {
        margin: 0;
        padding: 0; }
        .talent-profile .profile-wrap .profile-updates ul.button-list li {
          margin: 15px 0 0; }
          .talent-profile .profile-wrap .profile-updates ul.button-list li:first-child {
            margin: 0; }
          .talent-profile .profile-wrap .profile-updates ul.button-list li .button-img {
            width: 150px;
            height: 150px;
            margin-right: 15px; }
          .talent-profile .profile-wrap .profile-updates ul.button-list li .button-text {
            display: block;
            font-weight: 400;
            flex: 1; }
            .talent-profile .profile-wrap .profile-updates ul.button-list li .button-text p {
              margin: 10px 0 0; }
            .talent-profile .profile-wrap .profile-updates ul.button-list li .button-text .date {
              font-size: 15px;
              color: #8E5FFE; }
      .talent-profile .profile-wrap .profile-talents .other-talent .avatar {
        transition: all 0.2s ease-in-out; }
      .talent-profile .profile-wrap .profile-talents .other-talent:hover .avatar {
        transform: scale(1.05); }
  /****************************
FOOTER STYLES
****************************/
  .home .footer {
    margin: 0; }
  .footer {
    padding: 180px 0; }
    .footer a:hover {
      opacity: 0.6; }
    .footer .wrap ul.footer-links {
      margin: 15px 0 90px; }
      .footer .wrap ul.footer-links li {
        display: inline-block;
        margin: 0 10px; }
    .footer .wrap a.scroll-top span {
      font-size: 37px; } }

/*********************
LARGE DESKTOP
*********************/
@media only screen and (min-width: 1440px) {
  /******************************************************************

Stylesheet: Large Desktop Stylsheet

******************************************************************/ }

/*********************
SUPER LARGE DESKTOP
*********************/
@media only screen and (min-width: 1800px) {
  /******************************************************************

Stylesheet: Large Screens Stylesheet

******************************************************************/
  /****************************
BOFFO BACKGROUND SCENE
****************************/
  .bg-scene {
    height: 50vw; }
    .bg-scene .scene .spotlights {
      height: 100%; }
      .bg-scene .scene .spotlights .spotlight {
        position: relative;
        flex: 1; }
        .bg-scene .scene .spotlights .spotlight .bg {
          width: 50%; }
        .bg-scene .scene .spotlights .spotlight:after {
          top: 0;
          width: 100%;
          height: 100%;
          border-radius: 100%; }
        .bg-scene .scene .spotlights .spotlight.left:after {
          left: -50%;
          right: auto; }
        .bg-scene .scene .spotlights .spotlight.right:after {
          left: auto;
          right: -50%; }
  /****************************
CONTENT STYLES
****************************/
  .section.type-talents .wrap {
    padding: 0 15vw; } }

/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
