/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@charset "UTF-8";


/*!
Animate.css - https://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../../greygreenmedia/resources/assets/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://www.greygreenmedia.com/app/themes/dtxeast/resources/css/fonts/slick.eot");
  src: url("https://www.greygreenmedia.com/app/themes/dtxeast/resources/css/fonts/slick.eot#iefix") format("embedded-opentype"), url("https://www.greygreenmedia.com/app/themes/dtxeast/resources/css/fonts/slick.woff") format("woff"), url("https://www.greygreenmedia.com/app/themes/dtxeast/resources/css/fonts/slick.ttf") format("truetype"), url("https://www.greygreenmedia.com/app/themes/dtxeast/resources/css/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Base Font Size
 */
/**
 * Font Family
 */
/**
 * Breakpoints
 */
/**
 * Grid
 */
/**
 * Calculates REM font size. Input what size you would like in pixels, e.g. 12px
 * and the rem value is calculated. e.g. `font-size: rem(18px);`
 */
/**
 * Media Queries
 */
/**
 * Grid Container
 */
/**
 * Grid Row
 */
/**
 * Grid Width
 */
/**
 * Grid Columns
 */
/**
 * Container
 */
.container {
  width: 100%;
  max-width: 1500px;
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto;
}

/**
 * Row
 */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
  margin-left: -14px;
}

/**
 * Regular Columns
 */
.column-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
}

.column-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
}

.column-3 {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
}

.column-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
}

.column-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
}

.column-6 {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
}

.column-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
}

.column-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
}

.column-9 {
  flex: 0 0 75%;
  max-width: 75%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
}

.column-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
}

.column-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
}

.column-12 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
}

@media (min-width: 540px) {
  .column-sd-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 540px) {
  .column-sd-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 540px) {
  .column-sd-3 {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 540px) {
  .column-sd-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 540px) {
  .column-sd-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 540px) {
  .column-sd-6 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 540px) {
  .column-sd-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 540px) {
  .column-sd-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 540px) {
  .column-sd-9 {
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 540px) {
  .column-sd-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 540px) {
  .column-sd-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 540px) {
  .column-sd-12 {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 768px) {
  .column-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 768px) {
  .column-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 768px) {
  .column-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 768px) {
  .column-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 768px) {
  .column-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 768px) {
  .column-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 768px) {
  .column-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 768px) {
  .column-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 768px) {
  .column-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 768px) {
  .column-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 768px) {
  .column-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 768px) {
  .column-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1100px) {
  .column-ld-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1100px) {
  .column-ld-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1100px) {
  .column-ld-3 {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1100px) {
  .column-ld-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1100px) {
  .column-ld-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1100px) {
  .column-ld-6 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1100px) {
  .column-ld-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1100px) {
  .column-ld-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1100px) {
  .column-ld-9 {
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1100px) {
  .column-ld-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1100px) {
  .column-ld-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1100px) {
  .column-ld-12 {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1300px) {
  .column-xld-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1300px) {
  .column-xld-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1300px) {
  .column-xld-3 {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1300px) {
  .column-xld-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1300px) {
  .column-xld-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1300px) {
  .column-xld-6 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1300px) {
  .column-xld-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1300px) {
  .column-xld-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1300px) {
  .column-xld-9 {
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1300px) {
  .column-xld-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1300px) {
  .column-xld-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1300px) {
  .column-xld-12 {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@font-face {
  font-family: "Gotham-Bold";
  src: url("../../../greygreenmedia/resources/fonts/gotham-bold/Gotham-Bold.eot") format("embedded-opentype"), url("../../../greygreenmedia/resources/fonts/gotham-bold/Gotham-Bold.otf") format("opentype"), url("../../../greygreenmedia/resources/fonts/gotham-bold/Gotham-Bold.woff") format("woff"), url("../../../greygreenmedia/resources/fonts/gotham-bold/Gotham-Bold.ttf") format("truetype"), url("../../../greygreenmedia/resources/fonts/gotham-bold/Gotham-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../../../greygreenmedia/resources/fonts/gotham-book/Gotham-Book.eot") format("embedded-opentype"), url("../../../greygreenmedia/resources/fonts/gotham-book/Gotham-Book.otf") format("opentype"), url("../../../greygreenmedia/resources/fonts/gotham-book/Gotham-Book.woff") format("woff"), url("../../../greygreenmedia/resources/fonts/gotham-book/Gotham-Book.ttf") format("truetype"), url("../../../greygreenmedia/resources/fonts/gotham-book/Gotham-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Line height
 */
* {
  box-sizing: border-box;
}

body {
  font-family: "Gotham-Book", sans-serif;
  font-size: 1rem;
  color: #262626;
}

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

:focus {
  outline: 0;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

a {
  color: inherit;
}

iframe {
  max-width: 100%;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-delay: 0.2s;
}

@media (min-width: 1100px) {
  .navigation {
    width: 100%;
    display: inline-block;
    text-align: left;
  }
}

.navigation__nav {
  width: 100%;
  visibility: visible;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  z-index: 999;
  padding-left: 0;
}
@media (max-width: 1099px) {
  .navigation__nav {
    padding: 100px 40px 20px 20px;
    margin: 0;
    visibility: hidden;
    top: 0;
    right: -300px;
    bottom: 0;
    width: 300px;
    transition: 0.3s ease;
    max-height: 100vh;
    position: fixed;
    background-color: #6d2ed5;
    display: block;
    overflow: auto;
    color: #fff;
  }
}
.navigation__nav--active {
  right: 0;
  visibility: visible;
}

.navigation__nav-item {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 1100px) {
  .navigation__nav-item {
    margin: 0 1.5%;
    border: 0;
    padding: 0;
    line-height: 26px;
  }
  .navigation__nav-item:after {
    content: "";
    background-color: #6d2ed5;
    height: 2px;
    position: absolute;
    bottom: 10px;
    right: 50%;
    left: 50%;
    opacity: 0;
    transition: 0.3s ease;
  }
  .navigation__nav-item:hover:after {
    opacity: 1;
    right: 0;
    left: 0;
  }
}
@media (min-width: 1300px) {
  .navigation__nav-item {
    margin: 0 1.75%;
  }
  .navigation__nav-item:last-child {
    margin-right: 0;
  }
}
.navigation__nav-item--has-dropdown:hover > .sub-navigation {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1100px) {
  .navigation__nav-item--has-dropdown:hover .navigation__nav-item-link:after {
    content: "";
    bottom: -4px;
    left: calc(50% - 5px);
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #6d2ed5;
  }
}

.navigation__nav-item-link {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-block;
}
@media (min-width: 1100px) {
  .navigation__nav-item-link {
    padding: 10px 0 !important;
  }
}

.navigation__trigger {
  display: block;
  width: 35px;
  height: 26px;
  position: absolute;
  top: 55%;
  right: 10px;
  transform: translateY(-55%);
  z-index: 9999;
  background-color: #fff;
  padding: 0;
  cursor: pointer;
  transition: 0.2 ease;
  border: 0;
}
@media (min-width: 1100px) {
  .navigation__trigger {
    display: none;
  }
}
.navigation__trigger--active .navigation__trigger-line {
  background-color: #000;
}
.navigation__trigger--active .navigation__trigger-line:nth-child(1) {
  transform: translateY(5px) translateX(0) rotate(45deg);
}
.navigation__trigger--active .navigation__trigger-line:nth-child(2) {
  opacity: 0;
}
.navigation__trigger--active .navigation__trigger-line:nth-child(3) {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
}

.navigation__trigger-line {
  width: 25px;
  height: 3px;
  background-color: #000;
  position: absolute;
  transition: all 250ms ease-in;
  left: 5px;
  top: 6px;
  z-index: 999;
}
.navigation__trigger-line:nth-child(2) {
  top: 12px;
}
.navigation__trigger-line:nth-child(3) {
  top: 18px;
}

@media (min-width: 1100px) {
  .sub-navigation {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 290px;
    padding: 0;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #6d2ed5;
    z-index: 99;
    transition: all 0.4s ease-in-out;
  }
  .sub-navigation ul {
    left: 100%;
    top: 0;
  }
}
@media (max-width: 1099px) {
  .sub-navigation {
    display: none;
    padding: 10px 20px;
  }
}

.sub-navigation__nav-item {
  list-style: none;
  padding: 0;
  position: relative;
  font-size: 0.75rem;
}
@media (max-width: 1099px) {
  .sub-navigation__nav-item {
    margin: 10px 0;
  }
  .sub-navigation__nav-item:before {
    content: "-";
    display: inline-block;
    margin-right: 5px;
  }
}
@media (min-width: 1100px) {
  .sub-navigation__nav-item:hover {
    background-color: #f2f2f2;
  }
  .sub-navigation__nav-item:hover .sub-navigation__nav-item-link {
    color: #000;
  }
}
.sub-navigation__nav-item:hover > ul.sub-navigation {
  opacity: 1 !important;
  visibility: visible !important;
}

.sub-navigation__nav-item-link {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
@media (min-width: 1100px) {
  .sub-navigation__nav-item-link {
    padding: 10px 15px;
    width: 100%;
    color: #fff;
  }
}

@media (max-width: 1099px) {
  .sub-navigation__icon {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: -30px;
    font-size: 1.25rem;
    padding: 0 5px;
    background-color: #fff;
    color: #000;
  }
  .sub-navigation__icon:after {
    content: "+";
  }
  .sub-navigation__icon--active:after {
    content: "-";
  }
}

.site-header {
  position: relative;
  padding: 25px 0 15px;
  z-index: 999;
  width: 100%;
  transition: 0.3s ease;
  font-size: 0.875rem;
  background-color: #fff;
  height: 80px;
}
@media (min-width: 768px) {
  .site-header {
    height: 97px;
  }
}
@media (min-width: 1300px) {
  .site-header {
    font-size: 0.9375rem;
  }
}
.site-header--sticky {
  position: fixed;
  top: 0;
  color: #000;
  font-size: 0.75rem;
  height: 60px;
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
}
@media (min-width: 768px) {
  .site-header--sticky {
    height: 72px;
  }
}
.site-header--sticky .site-header__logo {
  height: 30px;
}
@media (min-width: 768px) {
  .site-header--sticky .site-header__logo {
    height: 40px;
  }
}

.site-header__wrapper {
  width: 100%;
  max-width: 1500px;
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  white-space: nowrap;
}

.site-header__logo {
  width: 220px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  transition: 0.3s ease;
  height: 40px;
}
@media (min-width: 768px) {
  .site-header__logo {
    width: 300px;
    height: 55px;
  }
}
.site-header__logo img {
  transition: 0.3s ease;
  height: 100%;
  width: auto;
}

.site-header__nav {
  width: calc(100% - 230px);
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .site-header__nav {
    width: calc(100% - 330px);
    text-align: right;
  }
}

.site-footer {
  padding: 80px 0 60px;
  background-color: #1a1a1a;
  color: #909090;
}
.site-footer a {
  text-decoration: none;
}

.site-footer__wrapper {
  width: 100%;
  max-width: 1500px;
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto;
}

.site-footer__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
  margin-left: -14px;
  justify-content: space-between;
}

.site-footer__block {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 50px;
}
@media (min-width: 1100px) {
  .site-footer__block {
    flex: 0 0 47.5%;
    max-width: 47.5%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (min-width: 1100px) {
  .site-footer__block {
    margin-bottom: 20px;
  }
}

.site-footer__block-inner {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media (min-width: 1100px) {
  .site-footer__block-inner {
    text-align: left;
  }
}

.site-footer__col {
  flex: 1 1 100%;
  margin-bottom: 20px;
}
@media (min-width: 540px) {
  .site-footer__col {
    flex: 1 1 33.3%;
  }
}

.site-footer__col-inner {
  padding: 0 20px;
}

.site-footer__col-title {
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.site-footer__col-title--alt {
  margin-bottom: 15px;
}

.site-footer__logo {
  width: 100px;
  margin: 0 auto;
}
@media (min-width: 540px) {
  .site-footer__logo {
    margin-right: 50px;
    float: left;
  }
}
@media (min-width: 1100px) {
  .site-footer__logo {
    width: 140px;
  }
}

.site-footer__text-block {
  width: 100%;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 540px) {
  .site-footer__text-block {
    float: left;
    text-align: left;
    margin-top: 0;
  }
}

.site-footer__bottom-row {
  text-align: center;
}
@media (min-width: 1100px) {
  .site-footer__bottom-row {
    text-align: right;
  }
}
.site-footer__bottom-row a:hover {
  color: #6d2ed5;
}

.footer-nav__nav {
  padding-left: 0;
}

.footer-nav__nav-item {
  list-style: none;
  margin-bottom: 15px;
}
.footer-nav__nav-item a:hover {
  color: #6d2ed5;
}

.social {
  font-size: 1.25rem;
}

.social__item {
  margin-right: 10px;
  color: #fff;
  display: inline-block;
  transition: 0.4s ease;
}
.social__item:hover {
  color: #6d2ed5;
}

.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
}

.hero {
  position: relative;
}

.hero__items {
  line-height: 0;
}

.hero__item {
  height: calc(100vh - 97px);
  min-height: 280px;
  position: relative;
  color: #fff;
  line-height: initial;
  overflow: hidden;
}

.hero__content {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.hero__content a {
  text-decoration: none;
}
.hero__content a:hover .hero__event-link {
  color: #000;
  border-bottom: 1px solid #000;
}

.hero__overlay {
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.hero__title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 1100px) {
  .hero__title {
    letter-spacing: 4px;
    font-size: 1.5rem;
  }
}

.hero__text {
  text-align: center;
  font-size: 1.375rem;
  font-family: "Gotham-Bold", sans-serif;
  margin-bottom: 30px;
  line-height: normal;
}
@media (min-width: 540px) {
  .hero__text {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .hero__text {
    font-size: 2.875rem;
  }
}
@media (min-width: 1300px) {
  .hero__text {
    font-size: 3.625rem;
  }
}
.hero__text p {
  margin: 0;
}

.hero__box {
  padding: 20px;
  max-width: 450px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: inline-table;
}
@media (min-width: 1100px) {
  .hero__box {
    padding: 40px 40px 40px 8%;
    max-width: 550px;
    margin: 0;
    text-align: left;
  }
}

.hero__box-overlay {
  background-image: linear-gradient(to right, #6d2ed5 0%, #3b0399 100%), linear-gradient(to right, #6d2ed5 0%, #3b0399 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.85;
  z-index: -1;
}

.hero__event-title {
  font-size: 1.125rem;
  margin-bottom: 10px;
  font-family: "Gotham-Bold", sans-serif;
  line-height: normal;
}
@media (min-width: 768px) {
  .hero__event-title {
    font-size: 2.125rem;
  }
}

.hero__event-location {
  margin-top: 15px;
  color: #000;
}

.hero__event-date {
  font-family: "Gotham-Bold", sans-serif;
}

.hero__event-link {
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
  font-size: 0.75rem;
  padding-bottom: 5px;
  transition: 0.2s ease;
}
@media (min-width: 1100px) {
  .hero__event-link {
    margin-top: 30px;
    font-size: 0.875rem;
  }
}

.hero__event-logo {
  margin-bottom: 15px;
}
.hero__event-logo img {
  max-height: 35px;
  width: auto;
  margin: 0 auto;
}
@media (min-width: 1100px) {
  .hero__event-logo img {
    max-height: 55px;
    margin: 0;
  }
}

.hero__pagination {
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.hero__dots {
  margin: 0;
  padding-left: 0;
  width: 100%;
  text-align: center;
}
.hero__dots li {
  margin-right: 15px;
  list-style: none;
  display: inline-block;
}
.hero__dots li:last-child {
  margin-right: 0;
}

.hero__dot {
  width: 10px;
  height: 10px;
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
}
.hero__dot:hover {
  background-color: #6d2ed5;
}
.hero__dot .string {
  position: absolute;
  visibility: hidden;
  line-height: 0;
  opacity: 0;
}

.slick-active .hero__dot {
  background-color: #6d2ed5;
}

.hero__img img {
  height: 100%;
  object-fit: cover;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100%;
}
@media all and (-ms-high-contrast: none) {
  .hero__img img {
    height: auto;
  }
}

.banner {
  color: #fff;
  position: relative;
  min-height: 250px;
  text-align: center;
  height: 34vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .banner {
    min-height: 350px;
  }
}
@media (min-width: 1100px) {
  .banner {
    min-height: 450px;
  }
}
.banner--bg {
  background-color: #6d2ed5;
  background-image: url("https://www.greygreenmedia.com/app/themes/dtxeast/resources/images/pattern.svg");
  background-repeat: no-repeat;
  background-position: bottom;
}

.banner__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.banner__overlay--black {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 90%);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
}
.banner__overlay--color {
  background-color: #6d2ed5;
  opacity: 0.8;
}

.banner__wrapper {
  width: 100%;
  max-width: 1500px;
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  height: 100%;
}

.banner__text {
  font-size: 0.875rem;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .banner__text {
    font-size: 1.25rem;
  }
}

.banner__content {
  padding: 20px 0;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  z-index: 1;
}

.banner__title {
  font-size: 1.625rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Gotham-Bold", sans-serif;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .banner__title {
    font-size: 2.125rem;
  }
}
@media (min-width: 1100px) {
  .banner__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 1300px) {
  .banner__title {
    font-size: 3.75rem;
  }
}

.banner__img img {
  height: 100%;
  object-fit: cover;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100%;
}
@media all and (-ms-high-contrast: none) {
  .banner__img img {
    height: auto;
  }
}

.text-block {
  margin: 60px auto;
  line-height: 30px;
}
.text-block p {
  line-height: 30px;
}

.contact-block {
  margin: 60px auto;
  width: 100%;
}

.contact-block__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
  margin-left: -14px;
  justify-content: space-between;
}

.contact-block__map {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact-block__map {
    flex: 0 0 47.5%;
    max-width: 47.5%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

.contact-block__content {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
}
@media (min-width: 768px) {
  .contact-block__content {
    flex: 0 0 47.5%;
    max-width: 47.5%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}
.contact-block__content h3 {
  color: #6d2ed5;
  font-family: "Gotham-Bold", sans-serif;
  letter-spacing: 4px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.contact-block__content h3 + p {
  margin-top: 10px;
}
.contact-block__content a {
  text-decoration: none;
}

.contact-block__iframe {
  height: 250px;
  border: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .contact-block__iframe {
    height: 900px;
  }
}

.contact-form {
  width: 100%;
  margin: 50px 0 20px !important;
}
.contact-form .ginput_recaptcha {
  transform: scale(0.9);
  transform-origin: 0 0;
  margin-top: 30px !important;
}
.contact-form .gfield {
  margin-bottom: 10px;
  padding-right: 0 !important;
}
.contact-form .gfield input,
.contact-form .gfield textarea {
  border: 0;
  background-color: #f2f2f2;
  padding: 15px 20px 15px 10px !important;
}
.contact-form .ginput_container_textarea {
  margin-top: 25px !important;
}
.contact-form .gfield_required {
  display: inline-block !important;
}
.contact-form input[type=submit] {
  font-size: 0.875rem !important;
  letter-spacing: 2px;
  color: #fff;
  background-color: #6d2ed5;
  padding: 10px 25px !important;
  appearance: none;
  cursor: pointer;
  margin-right: 0 !important;
  transition: 0.4s ease;
  text-transform: uppercase;
  border: 0;
  width: 100% !important;
}
@media (min-width: 768px) {
  .contact-form input[type=submit] {
    padding: 20px 60px !important;
  }
}
.contact-form input[type=submit]:hover {
  background-color: #000;
}
.contact-form .gfield_contains_required input[type=text],
.contact-form .gfield_contains_required textarea,
.contact-form .gfield_contains_required select {
  background-image: url("../../../greygreenmedia/resources/images/asterisk.png");
  background-position: right 10px top 20px;
  background-size: 5px 5px;
  background-repeat: no-repeat;
}
.contact-form .gfield_consent_description {
  font-size: 0.875rem !important;
  line-height: 24px !important;
}

.panel {
  margin: 60px auto;
  width: 100%;
}
@media (min-width: 768px) {
  .panel {
    margin: 80px auto;
  }
}
.panel--alt .panel__content {
  background-color: #a5a2a2;
}
.panel--alt .panel__heading {
  color: #6d2ed5;
}
.panel--alt .panel__button {
  color: #6d2ed5;
  border-bottom-color: inherit;
}

.panel__row {
  display: flex;
  flex-wrap: wrap;
}

.panel__content {
  flex: 0 0 100%;
  background-color: #6d2ed5;
  color: #fff;
}
@media (min-width: 768px) {
  .panel__content {
    flex: 0 0 50%;
  }
}

.panel__image {
  flex: 0 0 100%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .panel__image {
    flex: 0 0 50%;
  }
  .panel__image img {
    height: 100%;
    object-fit: cover;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none) {
  .panel__image img {
    height: auto;
  }
}

.panel__content-inner {
  width: 100%;
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .panel__content-inner {
    padding: 60px 8%;
  }
}

.panel__heading {
  font-size: 1.875rem;
  font-family: "Gotham-Bold", sans-serif;
  margin: 0 0 30px;
}
@media (min-width: 1100px) {
  .panel__heading {
    font-size: 2.25rem;
  }
}
@media (min-width: 1300px) {
  .panel__heading {
    font-size: 3.125rem;
  }
}

.panel__text {
  line-height: 30px;
}
.panel__text a {
  word-break: break-word;
}

.panel__button {
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  text-decoration: none;
  margin-top: 40px;
  font-size: 0.875rem;
  transition: 0.3s all ease;
  font-family: "Gotham-Bold", sans-serif;
}
.panel__button:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.overview {
  width: 100%;
  max-width: 1500px;
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.overview--center {
  text-align: center;
}

.overview__text {
  line-height: 30px;
  margin: 30px auto;
}

.featured-block {
  margin: 60px auto;
  width: 100%;
}

.featured-block__col {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center center;
  float: left;
}
@media (min-width: 768px) {
  .featured-block__col {
    height: 100%;
    width: 50%;
  }
}

.featured-block__inner {
  height: 700px;
  position: relative;
}
@media (min-width: 768px) {
  .featured-block__inner {
    height: 800px;
  }
}

.featured-block__overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.featured-block__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Gotham-Bold", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  padding: 20px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .featured-block__content {
    font-size: 2.5rem;
  }
}
@media (min-width: 1300px) {
  .featured-block__content {
    font-size: 3.5rem;
  }
}
.featured-block__content a {
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}
.featured-block__content a:hover {
  background-color: #000;
}

.featured-block__content-inner {
  margin: 0 auto;
  padding: 30px;
  background-image: linear-gradient(to right, #6d2ed5 0%, #3b0399 100%), linear-gradient(to right, #6d2ed5 0%, #3b0399 100%);
  background-size: 100% 10px;
  border-left: 10px solid #6d2ed5;
  border-right: 10px solid #3b0399;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
@media (min-width: 768px) {
  .featured-block__content-inner {
    min-width: 250px;
  }
}
@media (min-width: 1100px) {
  .featured-block__content-inner {
    background-size: 100% 15px;
    border-left: 15px solid #6d2ed5;
    border-right: 15px solid #3b0399;
  }
}

.card {
  margin-top: 60px;
}
.card:before {
  width: 2px;
  height: 100px;
  display: block;
  margin: 0 auto;
  content: "";
  background-color: #6d2ed5;
}

.card__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  padding: 60px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .card__row {
    text-align: left;
    padding: 60px 0;
  }
}

.card__inner {
  color: #fff;
  background-color: #6d2ed5;
  background-image: url("https://www.greygreenmedia.com/app/themes/dtxeast/resources/images/pattern.svg");
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (min-width: 768px) {
  .card__inner {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1100px) {
  .card__inner {
    padding: 0 0 0 12%;
  }
}

.card__content {
  flex: 0 0 100%;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .card__content {
    flex: 0 0 62%;
    margin: 7% 0 0;
  }
}
@media (min-width: 1100px) {
  .card__content {
    flex: 0 0 50%;
  }
}

@media (min-width: 1100px) {
  .card__content-inner {
    max-width: 600px;
  }
}

.card__image-inner {
  background-size: cover;
  background-position: center center;
  padding-top: 100%;
  border-radius: 50%;
  position: relative;
}

.card__image {
  flex: 0 0 100%;
  position: relative;
  line-height: 0;
  margin: 0 auto;
  max-width: 400px;
}
@media (min-width: 768px) {
  .card__image {
    flex: 0 0 50%;
    margin: 0 -14% 0 0;
    overflow: hidden;
    max-width: 100%;
  }
}
.card__image img {
  border-radius: 48%;
}

.card__image-overlay {
  opacity: 0.4;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.card__button {
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  text-decoration: none;
  margin-top: 25px;
  font-size: 0.875rem;
  transition: 0.3s all ease;
  font-family: "Gotham-Bold", sans-serif;
}
.card__button:hover {
  color: #000;
  border-bottom: 1px solid #a5a2a2;
}

.card__text {
  line-height: 30px;
}

.testimonials {
  position: relative;
  background-color: #f2f2f2;
  padding: 60px 0;
  text-align: center;
  font-family: "Gotham-Bold", sans-serif;
}
@media (min-width: 768px) {
  .testimonials {
    padding: 100px 0;
  }
}
.testimonials .slick-arrow {
  border: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
  text-align: center;
  color: #6d2ed5;
  transition: 0.4s ease;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .testimonials .slick-arrow {
    font-size: 2.5rem;
  }
}
.testimonials .slick-arrow:hover {
  color: #000;
}
.testimonials .slick-arrow .icon {
  vertical-align: bottom;
}

.testimonials__next {
  right: 0;
}

.testimonials__prev {
  left: 0;
}

.testimonials__inner {
  width: 100%;
  max-width: 1500px;
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto;
}

.testimonial {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .testimonial {
    padding: 0 50px;
  }
}

.testimonial__name {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 40px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .testimonial__name {
    font-size: 1.125rem;
    letter-spacing: 4px;
  }
}

.testimonial__content {
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial__text {
  margin-bottom: 20px;
  font-size: 1.125rem;
  color: #6d2ed5;
  line-height: 30px;
}
@media (min-width: 768px) {
  .testimonial__text {
    font-size: 1.75rem;
    line-height: 46px;
  }
}
.testimonial__text p {
  margin: 20px auto;
}

.testimonial__open-quote {
  color: #6d2ed5;
  font-size: 1.75rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .testimonial__open-quote {
    font-size: 4.375rem;
    margin-bottom: 40px;
  }
}

.block {
  margin: 60px auto 50px;
}

.block__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
  margin-left: -14px;
  justify-content: space-between;
}

.block__col {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
  line-height: 30px;
  margin-bottom: 10px;
}
@media (min-width: 540px) {
  .block__col {
    flex: 0 0 48.3333333333%;
    max-width: 48.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

.events {
  margin: 60px auto;
  width: 100%;
}

.events__row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.events__row--alt:after {
  width: 2px;
  height: 60px;
  display: block;
  margin: 0 auto;
  content: "";
  background-color: #6d2ed5;
}

.event {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
  position: relative;
  background-size: cover;
  background-position: center center;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .event {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (min-width: 768px) {
  .event {
    min-height: 400px;
    padding-bottom: 40%;
  }
}
.event a:hover .event__more {
  color: #000;
  border-bottom: 1px solid #000;
}

.event__overlay {
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.event__content {
  padding: 20px 40px;
  background-color: #a5a2a2;
  color: #6d2ed5;
}
@media (min-width: 768px) {
  .event__content {
    padding: 40px 50px 50px;
    margin-top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    min-width: 250px;
    max-width: 400px;
  }
}
@media (min-width: 1100px) {
  .event__content {
    padding: 40px 80px 80px;
    min-width: 300px;
  }
}

.event__location {
  color: #fff;
}

.event__date {
  font-family: "Gotham-Bold", sans-serif;
  margin: 20px 0;
}

.event__more {
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
  font-size: 0.75rem;
  padding-bottom: 5px;
  transition: 0.3s ease;
}
@media (min-width: 1100px) {
  .event__more {
    margin-top: 40px;
  }
}

.event__logo {
  margin-bottom: 15px;
}
.event__logo img {
  max-height: 40px;
  width: auto;
  margin: 0 auto;
}
@media (min-width: 1100px) {
  .event__logo img {
    max-height: 60px;
    margin: 0;
  }
}

.events__button {
  text-align: center;
  margin-top: 30px;
}

.event__img {
  line-height: 0;
}
@media (max-width: 767px) {
  .event__img {
    position: relative;
  }
}
@media (min-width: 768px) {
  .event__img img {
    height: 100%;
    object-fit: cover;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none) {
  .event__img img {
    height: auto;
  }
}

.event__link {
  text-decoration: none;
}

.button-regular {
  padding: 12px 30px;
  display: inline-block;
  text-decoration: none;
  transition: 0.4s ease;
  font-size: 0.75rem;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #6d2ed5;
  color: #fff;
  text-align: center;
  border: 3px solid transparent;
  font-family: "Gotham-Bold", sans-serif;
}
@media (min-width: 768px) {
  .button-regular {
    padding: 15px 60px;
    letter-spacing: 2px;
  }
}
.button-regular:hover {
  color: #fff;
  background-color: #000;
}
.button-regular--transparent {
  background-color: transparent;
  border: 3px solid #fff;
}
.button-regular--event-banner {
  margin: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 12px 20px;
}
@media (min-width: 768px) {
  .button-regular--event-banner {
    padding: 15px 50px;
  }
}
.button-regular--load-more {
  margin: 20px auto;
  display: block;
  width: 250px;
}
.button-regular--register {
  max-width: 100%;
}
.button-regular--mobile-download {
  display: inline-block;
}
@media (min-width: 768px) {
  .button-regular--mobile-download {
    display: none;
  }
}

.team {
  margin: 60px auto;
  width: 100%;
}

.staffs {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 0 -40px 0;
  width: 100%;
}
@media (min-width: 1100px) {
  .staffs--alt .staff {
    flex: 0 0 25%;
  }
}

.staff {
  flex: 0 0 50%;
}
@media (min-width: 768px) {
  .staff {
    flex: 0 0 33.3%;
  }
}

.staff__inner {
  margin-bottom: 40px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .staff__inner {
    padding: 0 15px;
  }
}
.staff__inner--active .staff__content {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
}
.staff__inner--active .staff__top-block:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f2f2f2;
}

.staff__close {
  text-align: right;
  cursor: pointer;
}

.staff__title {
  margin: 10px 0;
  line-height: 1.5;
  word-break: break-word;
}

.staff__company {
  padding-bottom: 20px;
  line-height: 1.5;
  word-break: break-word;
  color: #6d2ed5;
}

.staff__content {
  position: absolute;
  left: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 9;
  height: 0;
  background-color: #f2f2f2;
}

.staff__content-inner {
  padding: 20px;
}
@media (min-width: 768px) {
  .staff__content-inner {
    padding: 20px 40px 40px;
  }
}

.staff__text {
  line-height: 30px;
  margin-top: 10px;
}

.staff__name {
  color: #6d2ed5;
  font-size: 1.375rem;
  margin-bottom: 10px;
  font-family: "Gotham-Bold", sans-serif;
}
@media (min-width: 1100px) {
  .staff__name {
    font-size: 1.75rem;
  }
}

.staff__top-block {
  cursor: pointer;
}
@media (min-width: 1100px) {
  .staff__top-block:hover .staff__overlay {
    visibility: visible;
    top: 0;
  }
}

.staff__image {
  margin-bottom: 15px;
  position: relative;
  line-height: 0;
}
.staff__image img {
  min-width: 100%;
}

.staff__overlay {
  background-color: #6d2ed5;
  visibility: hidden;
  transition: top 0.34s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.15;
}

.event-banner {
  color: #fff;
  position: relative;
  min-height: 300px;
  text-align: center;
  height: calc(100vh - 97px);
  overflow: hidden;
}
@media (min-width: 768px) {
  .event-banner {
    min-height: 400px;
  }
}
@media (min-width: 1100px) {
  .event-banner {
    min-height: 500px;
  }
}

.event-banner__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 90%);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.event-banner__wrapper {
  width: 100%;
  max-width: 1500px;
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  height: 100%;
}

.event-banner__title {
  font-size: 1.75rem;
  font-family: "Gotham-Bold", sans-serif;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .event-banner__title {
    font-size: 2.875rem;
    margin: 25px 0;
  }
}
@media (min-width: 1300px) {
  .event-banner__title {
    font-size: 4.375rem;
  }
}

.event-banner__content {
  padding: 20px 0;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  z-index: 1;
}

.event-banner__content-inner {
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}

.event-banner__subtitle {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .event-banner__subtitle {
    margin-bottom: 30px;
  }
}

.event-banner__subtitle,
.event-banner__date-location {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: "Gotham-Bold", sans-serif;
}
@media (min-width: 768px) {
  .event-banner__subtitle,
.event-banner__date-location {
    letter-spacing: 4px;
    font-size: 1.375rem;
  }
}

.event-banner__date-location {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .event-banner__date-location {
    margin: 25px 0;
  }
}

.event-banner__text {
  margin: 10px 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .event-banner__text {
    font-family: "Gotham-Bold", sans-serif;
    letter-spacing: 3px;
    font-size: 0.875rem;
    margin: 30px 0;
  }
}

.event-banner__img img {
  height: 100%;
  object-fit: cover;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media all and (-ms-high-contrast: none) {
  .event-banner__img img {
    height: auto;
  }
}

.accreditations-block {
  background-color: #f2f2f2;
  padding: 60px 0;
}

.accreditations-block__heading {
  font-size: 1.875rem;
  font-family: "Gotham-Bold", sans-serif;
  margin: 0 0 65px;
  color: #6d2ed5;
}
@media (min-width: 1100px) {
  .accreditations-block__heading {
    font-size: 2.75rem;
  }
}
@media (min-width: 1300px) {
  .accreditations-block__heading {
    font-size: 3.75rem;
  }
}

.accreditations {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
  margin-left: -14px;
  justify-content: space-between;
  margin: 60px 0;
}

.accreditations__title {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
  font-size: 1.125rem;
  font-family: "Gotham-Bold", sans-serif;
  color: #6d2ed5;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  align-self: center;
}
@media (min-width: 768px) {
  .accreditations__title {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}
.accreditations__title:after {
  content: "";
  width: 60px;
  height: 1px;
  display: block;
  background-color: #6d2ed5;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .accreditations__title {
    margin-bottom: 0;
  }
}
@media (min-width: 1300px) {
  .accreditations__title {
    font-size: 1.625rem;
  }
}

.accreditations__logos {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
}
@media (min-width: 768px) {
  .accreditations__logos {
    flex: 0 0 78.3333333333%;
    max-width: 78.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}
.accreditations__logos .slick-track {
  margin-left: 0;
}

.accreditation__logo {
  margin: 10px 0;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1100px) {
  .accreditation__logo:hover .accreditation__overlay {
    top: 0;
    visibility: visible;
  }
}

.accreditation__logo-inner {
  height: 75px;
  padding: 0 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.accreditation__logo-inner img {
  max-height: 100%;
  margin: 0 auto;
  display: block;
}

.accreditation__overlay {
  position: absolute;
  visibility: hidden;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #6d2ed5;
  opacity: 0.9;
  text-align: center;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 0.875rem;
}

.accreditation__overlay-text {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
}

.accreditation__content {
  display: none;
  width: 100%;
  max-width: 900px;
  text-align: center;
}
.accreditation__content .fancybox-close-small {
  color: #6d2ed5;
}

.accreditation__content-inner {
  max-height: 75vh;
}

.accreditation__pop-up-logo {
  margin-bottom: 10px;
}
.accreditation__pop-up-logo img {
  max-height: 75px;
  width: auto;
}

.accreditation__pop-up-text {
  margin-top: 40px;
  line-height: 30px;
}

.accreditation__pop-up-title {
  font-size: 1.125rem;
  font-family: "Gotham-Bold", sans-serif;
  color: #6d2ed5;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .accreditation__pop-up-title {
    font-size: 1.5rem;
  }
}

.carousel {
  margin: 60px auto;
  width: 100%;
  position: relative;
}
.carousel .slick-arrow {
  border: 0;
  position: absolute;
  z-index: 1;
  top: calc(50% - 15px);
  cursor: pointer;
  text-align: center;
  background-color: #6d2ed5;
  color: #fff;
  transition: 0.4s ease;
  font-size: 1.375rem;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .carousel .slick-arrow {
    font-size: 2.5rem;
    width: 60px;
    height: 60px;
    line-height: 50px;
  }
}
.carousel .slick-arrow:hover {
  background-color: #000;
}

.carousel__prev {
  display: none !important;
}

.carousel__next {
  left: calc(50% - 15px);
}

.counter-block {
  background-color: #6d2ed5;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.counter-block__items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
  margin-left: -14px;
  margin-top: 60px;
}

.counter {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
}
@media (min-width: 768px) {
  .counter {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1100px) {
  .counter__inner {
    margin: 0 20px;
  }
}

.counter__text {
  line-height: 30px;
}

.counter__title,
.counter-block__heading {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "Gotham-Bold", sans-serif;
}

.counter__title {
  margin: 20px 0;
}

.counter__number {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 3rem;
  margin-bottom: 25px;
}
@media (min-width: 1100px) {
  .counter__number {
    font-size: 4.625rem;
  }
}

.tabs-block {
  margin: 60px 0;
  width: 100%;
}
.tabs-block .tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .tabs-block .tabs {
    display: block;
  }
}
.tabs-block .tabs li {
  float: left;
  margin: 0 5px;
  cursor: pointer;
  padding: 10px 12px;
  background-color: #ccc;
  overflow: hidden;
  position: relative;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 0.875rem;
}
@media (min-width: 1100px) {
  .tabs-block .tabs li {
    padding: 10px 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1300px) {
  .tabs-block .tabs li {
    padding: 10px 50px;
  }
}
.tabs-block .tabs li:hover {
  background-color: #6d2ed5;
  color: #fff;
}
.tabs-block .tabs li:first-child {
  margin-left: 0;
}
.tabs-block .tabs li.active {
  background-color: #6d2ed5;
  display: block;
  color: #fff;
  pointer-events: none;
}
.tabs-block .tab {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
  background-color: #f2f2f2;
}

.tabs-block__inner {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.tab__content {
  display: none;
  padding: 20px;
}
@media (min-width: 768px) {
  .tab__content {
    padding: 40px 30px;
  }
}

.tab__heading {
  background-color: #ccc;
  border-top: 1px solid #000;
  padding: 10px 20px;
  font-family: "Gotham-Bold", sans-serif;
  display: block;
  cursor: pointer;
  -webkit-touch-callout: none;
  user-select: none;
  position: relative;
}
.tab__heading:after {
  content: "+";
  position: absolute;
  right: 10px;
}
@media (min-width: 768px) {
  .tab__heading {
    display: none;
  }
}
.tab__heading--active {
  background-color: #6d2ed5;
  color: #fff;
  pointer-events: none;
}
.tab__heading--active:after {
  content: "-";
}

.tab__content-inner {
  margin: 20px 0 40px;
  background-color: #ffffff;
  padding: 15px 30px;
}
.tab__content-inner--border {
  padding: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.tab__title {
  color: #6d2ed5;
  margin: 10px 0;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 1.125rem;
  width: 100%;
}
@media (min-width: 768px) {
  .tab__title {
    font-size: 1.375rem;
  }
}

.tab__time {
  width: 100%;
}

.tab__text {
  font-size: 0.875rem;
  line-height: 1.8;
  width: 100%;
}
.tab__text strong {
  font-family: "Gotham-Bold", sans-serif;
}

.tab__tracks {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
  margin-left: -14px;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0 20px;
}

.tab__track {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .tab__track {
    flex: 0 0 48.3333333333%;
    max-width: 48.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

.tab__track-inner {
  margin: 20px;
  padding: 20px 0;
}
.tab__track-inner:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .tab__track-inner {
    margin: 20px 40px;
  }
}

.featured-item {
  margin: 60px 0;
  width: 100%;
}

.featured-item__row {
  display: flex;
  flex-wrap: wrap;
}

.featured-item__image {
  width: 100%;
  position: relative;
  line-height: 0;
  box-shadow: 30px 0px 0 -15px #f2f2f2;
  overflow: hidden;
}
@media (min-width: 768px) {
  .featured-item__image {
    width: 65%;
  }
  .featured-item__image img {
    height: 100%;
    object-fit: cover;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none) {
  .featured-item__image img {
    height: auto;
  }
}

.featured-item__content {
  width: 100%;
  margin: 0;
  background-color: #6d2ed5;
  color: #fff;
  align-self: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .featured-item__content {
    width: calc(35% + 150px);
    margin: 70px 0 70px -150px;
  }
}
@media (min-width: 1100px) {
  .featured-item__content {
    margin: 120px 0 120px -150px;
  }
}

.featured-item__content-inner {
  padding: 40px;
}

.featured-item__text {
  line-height: 30px;
}

.featured-item__button {
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
  font-size: 0.875rem;
  transition: 0.3s all ease;
  font-family: "Gotham-Bold", sans-serif;
}
.featured-item__button:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.featured-item__heading {
  font-size: 1.875rem;
  font-family: "Gotham-Bold", sans-serif;
  margin: 0 0 15px;
  color: #fff;
}
@media (min-width: 1100px) {
  .featured-item__heading {
    font-size: 2.25rem;
  }
}
@media (min-width: 1300px) {
  .featured-item__heading {
    font-size: 3.125rem;
  }
}

.cta-block {
  background-color: #6d2ed5;
  padding: 80px 0;
  color: #fff;
  text-align: center;
}

.cta-block__heading {
  font-size: 2rem;
  font-family: "Gotham-Bold", sans-serif;
  margin: 0 0 30px;
  color: #fff;
}
@media (min-width: 1100px) {
  .cta-block__heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 1300px) {
  .cta-block__heading {
    font-size: 3.375rem;
  }
}

.cta-block__text {
  line-height: 30px;
  margin: 30px 0;
}

.posts {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
  margin-left: -14px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.post {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 40px;
}
@media (min-width: 540px) {
  .post {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (min-width: 768px) {
  .post {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (min-width: 540px) {
  .post {
    margin-bottom: 50px;
  }
}
.post a {
  text-decoration: none;
}
.post a:hover .post__title {
  color: #000;
}
.post a:hover .post__more {
  color: #000;
}
.post a:hover .post__more:after {
  width: 100%;
}

.post__text {
  line-height: 30px;
}

.post__title {
  font-size: 1.375rem;
  margin: 20px 0;
  color: #6d2ed5;
  font-family: "Gotham-Bold", sans-serif;
}
@media (min-width: 1100px) {
  .post__title {
    font-size: 2.125rem;
  }
}

.post__more {
  color: #6d2ed5;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
  font-size: 0.875rem;
  font-family: "Gotham-Bold", sans-serif;
  width: fit-content;
}
.post__more:after {
  width: 0;
  transition: 0.3s ease;
  content: "";
  display: block;
  height: 1px;
  margin-top: 10px;
  background-color: #000;
}

.post__image img {
  min-width: 100%;
}

#loading {
  display: none;
  text-align: center;
  margin-top: 30px;
}

.main-content {
  margin: 60px 0;
  width: 100%;
}

.image-block {
  margin: 60px auto;
  text-align: center;
}

.title {
  font-size: 2.25rem;
  font-family: "Gotham-Bold", sans-serif;
  margin: 0 0 40px;
  color: #6d2ed5;
}
@media (min-width: 1100px) {
  .title {
    font-size: 3.25rem;
  }
}
@media (min-width: 1300px) {
  .title {
    font-size: 5.375rem;
  }
}
.title--underline {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.title--white {
  color: #fff;
}
.title--small {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .title--small {
    font-size: 2.75rem;
  }
}
.title--xsmall {
  font-size: 1.25rem;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .title--xsmall {
    font-size: 1.625rem;
  }
}

.register-blocks {
  margin: 60px 0 20px;
}

.register-blocks__entry-text {
  margin-bottom: 60px;
  line-height: 30px;
}
.register-blocks__entry-text h2 {
  font-size: 1.875rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "Gotham-Bold", sans-serif;
  color: #6d2ed5;
}

.register-blocks__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
  margin-left: -14px;
  justify-content: center;
}

.register-block {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .register-block {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

.register-block__inner {
  background-color: #f2f2f2;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1100px) {
  .register-block__inner {
    padding: 40px;
  }
}

.register-block__text {
  line-height: 30px;
  margin: 10px 0;
  width: 100%;
}

.register-block__title {
  font-size: 1.5rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Gotham-Bold", sans-serif;
  color: #6d2ed5;
  width: 100%;
}
@media (min-width: 1100px) {
  .register-block__title {
    font-size: 2.5rem;
  }
}

.register-block__subtitle {
  font-size: 1.125rem;
  margin-bottom: 15px;
  font-family: "Gotham-Bold", sans-serif;
  color: #6d2ed5;
  width: 100%;
}

.register-block__price {
  font-size: 2.25rem;
  margin-bottom: 20px;
  font-family: "Gotham-Bold", sans-serif;
  color: #6d2ed5;
  width: 100%;
  align-self: flex-end;
}
@media (min-width: 1100px) {
  .register-block__price {
    font-size: 3.75rem;
  }
}

.register-block__button {
  width: 100%;
  align-self: flex-end;
}

.anchor-tag {
  float: left;
}

.section--bg {
  background-color: #f2f2f2;
  padding: 60px 0;
}

.registration-form {
  width: 100%;
  max-width: 900px !important;
  margin: 0 auto !important;
  font-size: 0.875rem !important;
}
.registration-form .ginput_recaptcha {
  transform: scale(0.9);
  transform-origin: 0 0;
  margin-top: 10px !important;
}
.registration-form .gform_heading {
  text-align: center;
  margin-bottom: 30px !important;
}
.registration-form .gform_title {
  font-size: 1.875rem !important;
  margin-bottom: 15px !important;
  text-transform: uppercase;
  font-family: "Gotham-Bold", sans-serif;
  color: #6d2ed5;
}
@media (min-width: 1100px) {
  .registration-form .gform_title {
    font-size: 2.5rem !important;
  }
}
.registration-form .gfield {
  margin-bottom: 10px;
  padding-right: 0 !important;
}
.registration-form .gfield input[type=text],
.registration-form .gfield textarea,
.registration-form .gfield select {
  border: 0;
  padding: 15px 20px 15px 10px !important;
}
.registration-form .gfield input[type=text]::placeholder,
.registration-form .gfield textarea::placeholder,
.registration-form .gfield select::placeholder {
  color: #000;
  font-size: 0.875rem !important;
}
.registration-form .gfield input[type=text]:-ms-input-placeholder,
.registration-form .gfield textarea:-ms-input-placeholder,
.registration-form .gfield select:-ms-input-placeholder {
  color: #000;
  font-size: 0.875rem !important;
}
.registration-form .gfield input[type=checkbox] {
  margin-top: 0 !important;
}
.registration-form .ginput_container_creditcard select {
  padding: 12px 10px !important;
  appearance: none;
  border-radius: 0;
  border: 1px solid #ccc;
  position: relative;
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
  background-position: calc(100% - 21px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px);
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
}
.registration-form .ginput_container_creditcard select::-ms-expand {
  display: none;
}
.registration-form .ginput_container_creditcard .ginput_card_security_code {
  margin: 2px 0 8px !important;
}
.registration-form .ginput_container_textarea {
  margin-top: 25px !important;
}
.registration-form .gfield_required {
  display: inline-block !important;
}
.registration-form .gfield_contains_required input[type=text],
.registration-form .gfield_contains_required textarea,
.registration-form .gfield_contains_required select {
  background-image: url("../../../greygreenmedia/resources/images/asterisk.png");
  background-position: right 10px top 20px;
  background-size: 5px 5px;
  background-repeat: no-repeat;
}
.registration-form input[type=submit] {
  font-size: 0.875rem !important;
  letter-spacing: 2px;
  color: #fff;
  background-color: #6d2ed5;
  padding: 10px 25px !important;
  appearance: none;
  cursor: pointer;
  margin-right: 0 !important;
  transition: 0.4s ease;
  text-transform: uppercase;
  border: 0;
  width: 100% !important;
}
@media (min-width: 768px) {
  .registration-form input[type=submit] {
    padding: 20px 60px !important;
  }
}
.registration-form input[type=submit]:hover {
  background-color: #000;
}
.registration-form .gfield_consent_description {
  font-size: 0.75rem !important;
  line-height: 20px !important;
}
.registration-form .ginput_card_security_code {
  min-width: 70%;
}

.registration-form__total-price .gfield_label {
  display: inline-block !important;
  clear: none !important;
  margin-right: 15px;
}
.registration-form__total-price .ginput_container {
  display: inline-block !important;
}
.registration-form__total-price .ginput_total {
  color: #6d2ed5 !important;
  font-size: 1.625rem !important;
  font-family: "Gotham-Bold", sans-serif;
}

.registration-form__price .ginput_product_price {
  color: #6d2ed5 !important;
  font-size: 1.625rem !important;
  font-family: "Gotham-Bold", sans-serif;
}

.registration-form__coupon .gfield_label {
  display: none !important;
}
@media (max-width: 767px) {
  .registration-form__coupon input.gf_coupon_code {
    width: 150px !important;
  }
}
.registration-form__coupon input[type=button] {
  font-size: 0.875rem !important;
  letter-spacing: 2px;
  color: #fff;
  background-color: #6d2ed5;
  appearance: none;
  cursor: pointer;
  margin-right: 0 !important;
  transition: 0.4s ease;
  text-transform: uppercase;
  border: 0;
  width: 100% !important;
  max-width: 100px;
  text-align: center;
  padding: 15px 10px !important;
}
@media (min-width: 768px) {
  .registration-form__coupon input[type=button] {
    max-width: 200px;
  }
}
.registration-form__coupon input[type=button]:hover {
  background-color: #000;
}

.registration-form__country select {
  border: 1px solid #ccc;
  padding: 15px 10px !important;
}

.registration-form__ticket-type .gfield_radio label {
  font-size: 0.875rem !important;
  font-weight: normal !important;
}

select#input_8_29 {
  border: 0;
  padding: 15px 20px 15px 10px !important;
}

.registration-form-block {
  display: none;
}
.registration-form-block--active {
  display: inherit;
}

.video-block {
  margin: 60px 0;
}

@media (min-width: 1100px) {
  .video-block__inner {
    max-width: 60%;
    margin: auto;
  }
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cookie-box {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 5px;
  background-color: #000;
  color: #fff;
  transition: all 0.5s ease;
  z-index: 999;
  font-size: 0.875rem;
}
.cookie-box--hide {
  opacity: 0;
  bottom: -100%;
}

.cookie-button {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  margin-left: 5px;
  color: #000;
  background-color: #fff;
}

.key-features {
  margin: 60px 0 40px;
  text-align: center;
}

.key-features__items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
  margin-left: -14px;
  margin-top: 60px;
}

.key-feature {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .key-feature {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1100px) {
  .key-feature__inner {
    margin: 0 20px;
  }
}

.key-feature__text {
  line-height: 30px;
}

.key-feature__title,
.key-features__heading {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "Gotham-Bold", sans-serif;
}

.key-feature__title {
  margin: 20px 0;
  color: #6d2ed5;
}

.key-feature__icon {
  margin-bottom: 40px;
  height: 50px;
}
.key-feature__icon svg {
  height: 100%;
  width: auto;
  fill: #6d2ed5;
}

.logos-block {
  background-color: #f2f2f2;
  padding: 60px 0;
}

.logos-block__inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
  margin-left: -14px;
  justify-content: center;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .logos-block__inner {
    margin: 60px 0;
  }
}

.logos-block__logo {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
  text-align: center;
}
@media (min-width: 768px) {
  .logos-block__logo {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (min-width: 1100px) {
  .logos-block__logo {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }
}
.logos-block__logo img {
  width: 250px;
}

.agenda-block {
  display: none;
}
@media (min-width: 768px) {
  .agenda-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.agenda-block__nav {
  flex: 1 1 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .agenda-block__nav {
    flex: 0 0 130px;
    margin-right: 20px;
    top: 80px;
    position: sticky;
    align-self: flex-start;
  }
}
@media (min-width: 1100px) {
  .agenda-block__nav {
    flex: 0 0 200px;
    margin-right: 50px;
  }
}

.agenda-block__main {
  flex: 1;
}

@media (max-width: 767px) {
  .agenda-nav {
    display: flex;
    flex-wrap: wrap;
  }
}

.agenda-nav__item {
  margin: 10px 3px;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 0.71875rem;
  border: 1px solid #909090;
  padding: 10px 4px;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .agenda-nav__item {
    font-size: 0.875rem;
    padding: 10px;
    margin: 15px 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #909090;
    padding: 0 0 5px;
    background-color: #fff;
  }
  .agenda-nav__item:hover {
    color: #6d2ed5;
  }
}
.agenda-nav__item a {
  text-decoration: none;
}

.agenda-tabs-block {
  margin: 0 0 60px;
  width: 100%;
}
.agenda-tabs-block .agenda-tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .agenda-tabs-block .agenda-tabs {
    display: block;
  }
}
.agenda-tabs-block .agenda-tabs li {
  float: left;
  margin: 0 2px;
  cursor: pointer;
  padding: 10px 10px;
  background-color: #ccc;
  overflow: hidden;
  position: relative;
  font-size: 0.875rem;
}
@media (min-width: 1100px) {
  .agenda-tabs-block .agenda-tabs li {
    padding: 10px 20px;
  }
}
.agenda-tabs-block .agenda-tabs li:hover {
  background-color: #6d2ed5;
  color: #fff;
}
.agenda-tabs-block .agenda-tabs li:first-child {
  margin-left: 0;
}
.agenda-tabs-block .agenda-tabs li.active {
  background-color: #6d2ed5;
  display: block;
  color: #fff;
  pointer-events: none;
}
.agenda-tabs-block .agenda-tab {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
  background-color: #f2f2f2;
}

.agenda-tabs-block__inner {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.agenda-tab:first-child .agenda-tab__content {
  display: none;
}
@media (min-width: 768px) {
  .agenda-tab:first-child .agenda-tab__content {
    display: block;
  }
}
.agenda-tab:first-child .agenda-tab__content--active {
  display: block;
}

.agenda-tab__content {
  display: none;
  padding: 15px 10px;
}
@media (min-width: 1100px) {
  .agenda-tab__content {
    padding: 25px 30px;
  }
}
.agenda-tab__content--active {
  display: block;
}

.agenda-tabs-block__text {
  line-height: 1.8;
}

.agenda-tab__heading {
  background-color: #ccc;
  border-top: 1px solid #000;
  padding: 10px 20px;
  font-family: "Gotham-Bold", sans-serif;
  display: block;
  cursor: pointer;
  -webkit-touch-callout: none;
  user-select: none;
  position: relative;
  font-size: 0.875rem;
}
.agenda-tab__heading:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 12px;
}
@media (min-width: 768px) {
  .agenda-tab__heading {
    display: none;
  }
}
.agenda-tab__heading--active {
  background-color: #6d2ed5;
  color: #fff;
}
.agenda-tab__heading--active:after {
  content: "-";
}

.agenda-tab__content-inner {
  margin: 20px 0;
  background-color: #fff;
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
}

.agenda-tab__time {
  margin-bottom: 15px;
  flex: 1 1 100%;
  font-weight: bold;
}
@media (min-width: 768px) {
  .agenda-tab__time {
    flex: 0 0 100px;
    margin-right: 20px;
  }
}

.agenda-tab__text {
  font-size: 0.875rem;
  line-height: 1.8;
  flex: 1;
}
.agenda-tab__text strong {
  font-family: "Gotham-Bold", sans-serif;
}
.agenda-tab__text > :first-child {
  margin-top: 0;
}
.agenda-tab__text ul {
  padding-left: 15px;
}

.agenda-tab__tracks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.agenda-tab__track {
  flex: 1 1 100%;
  padding: 0 15px;
  margin-bottom: 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .agenda-tab__track {
    flex: 1 1 50%;
  }
}
@media (min-width: 1100px) {
  .agenda-tab__track {
    flex: 1 1 33.3%;
  }
}
.agenda-tab__track hr {
  border: none;
  height: 1px;
  background-color: #f2f2f2;
}

.agenda-tab__track-title {
  color: #6d2ed5;
  margin-bottom: 20px;
  border-bottom: 1px solid #909090;
  padding-bottom: 10px;
  font-family: "Gotham-Bold", sans-serif;
}

.agenda-tab__track-inner {
  margin: 20px;
  padding: 20px 0;
}
.agenda-tab__track-inner:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .agenda-tab__track-inner {
    margin: 20px 40px;
  }
}