/* ==========================================================================

Theme Name: Pivot Power
Theme URI:
Author: Sims Creative
Description: Pivot Power WordPress theme.
Version: 1.0

   1. Reset
   2. Grid
   3. Base styles: opinionated defaults
   4. Variables
   5. Mixins
   6. Fonts
   7. Custom styles
   8. Browser Fixes
   9. Plugins
   10. Responsive

   */
/* ==========================================================================
   1. Reset
   ========================================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* ==========================================================================
   2. Grid
   ========================================================================== */
/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/* ==========================================================================
   3. Base Styles
   ========================================================================== */
/* base styles: opinionated defaults */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #222;
  font-size: 62.5%;
  line-height: 1.4; }

body {
  font-size: 1.6em; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ffd200;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/* browse happy prompt */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.browserupgrade {
  background: #ff0000;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  margin: -50px 0 50px; }
  .browserupgrade a {
    color: #fff;
    text-decoration: underline; }

/* helper classes */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

/* ==========================================================================
   4. Variables
   ========================================================================== */
/* Colours
========== */
/* Brand Colours
================ */
/* Element Colours
================== */
/* Misc Colours
================ */
/* Fonts
======== */
/* Video Tutorial Colours
================== */
/* ==========================================================================
   5. Mixins
   ========================================================================== */
/* Custom Mixins
================ */
/* ==========================================================================
   6. Fonts
   ========================================================================== */
@font-face {
  font-family: "Avakin";
  src: url("../fonts/AvakinBook.eot");
  src: url("../fonts/AvakinBook.eot?#iefix") format("embedded-opentype"), url("../fonts/AvakinBook.woff2") format("woff2"), url("../fonts/AvakinBook.woff") format("woff"), url("../fonts/AvakinBook.ttf") format("truetype"), url("../fonts/AvakinBook.svg#AvakinBook") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Avakin";
  src: url("../fonts/AvakinMedium.eot");
  src: url("../fonts/AvakinMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvakinMedium.woff2") format("woff2"), url("../fonts/AvakinMedium.woff") format("woff"), url("../fonts/AvakinMedium.ttf") format("truetype"), url("../fonts/AvakinMedium.svg#AvakinMedium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Avakin";
  src: url("../fonts/AvakinBold.eot");
  src: url("../fonts/AvakinBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvakinBold.woff2") format("woff2"), url("../fonts/AvakinBold.woff") format("woff"), url("../fonts/AvakinBold.ttf") format("truetype"), url("../fonts/AvakinBold.svg#AvakinBold") format("svg");
  font-weight: bold;
  font-style: normal; }

/* ==========================================================================
   7. Custom Styles
   ========================================================================== */
/* general */
html,
body {
  height: 100%;
  background: #fff; }

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

body {
  line-height: 1.4;
  color: #171819;
  background-color: #fff;
  font-family: "Avakin", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }

a,
input[type="submit"],
a span,
.button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0; }

p,
li {
  color: #000;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 0 40px; }

a,
ul,
li {
  -webkit-tap-highlight-color: transparent; }

a {
  color: #232334;
  text-decoration: none; }

a:hover,
a:focus {
  text-decoration: none;
  color: #00ff99; }

ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;
  font-weight: bold;
  line-height: 1.2;
  color: #171819; }

h1 {
  font-size: 11.5rem;
  line-height: 1;
  letter-spacing: -5px; }
  @media only screen and (max-width: 1280px) {
    h1 {
      font-size: 11rem; } }
  @media only screen and (max-width: 991px) {
    h1 {
      font-size: 9rem; } }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 8.2rem;
      letter-spacing: -4px; } }
  @media only screen and (max-width: 575px) {
    h1 {
      font-size: 6rem;
      letter-spacing: -3px; } }
  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 4.4rem;
      letter-spacing: -2px; } }
  h1:after {
    content: ".";
    display: none;
    color: #fff; }

h2 {
  font-size: 9rem;
  line-height: 1.15;
  letter-spacing: -3px; }
  @media only screen and (max-width: 1280px) {
    h2 {
      font-size: 8.4rem; } }
  @media only screen and (max-width: 991px) {
    h2 {
      font-size: 7.2rem; } }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 5.2rem; } }
  @media only screen and (max-width: 575px) {
    h2 {
      font-size: 4.4rem; } }
  h2.large {
    font-size: 16rem;
    line-height: 1; }
    @media only screen and (max-width: 1280px) {
      h2.large {
        font-size: 12rem; } }
    @media only screen and (max-width: 991px) {
      h2.large {
        font-size: 10rem; } }
    @media only screen and (max-width: 767px) {
      h2.large {
        font-size: 8.8rem; } }
    @media only screen and (max-width: 575px) {
      h2.large {
        font-size: 6.4rem; } }

h3 {
  font-size: 5.2rem;
  line-height: 1.15;
  letter-spacing: -2px; }
  @media only screen and (max-width: 1280px) {
    h3 {
      font-size: 4.8rem; } }
  @media only screen and (max-width: 991px) {
    h3 {
      font-size: 4.1rem; } }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 3.7rem; } }
  h3:after {
    content: ".";
    display: none;
    color: #fff; }

h4 {
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: -1px; }
  @media only screen and (max-width: 1280px) {
    h4 {
      font-size: 3rem; } }
  @media only screen and (max-width: 991px) {
    h4 {
      font-size: 2.8rem; } }
  @media only screen and (max-width: 767px) {
    h4 {
      font-size: 2.4rem; } }

h5 {
  font-size: 2.4rem; }

h6 {
  font-size: 2rem; }

::-moz-selection {
  /* Code for Firefox */
  color: #000;
  background: #00ff99; }

::selection {
  color: #000;
  background: #00ff99; }

figure {
  padding: 0;
  margin: 0; }

.center {
  text-align: center; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 25px 25px; }

.right {
  float: right; }

.left {
  float: left; }

.full {
  width: 100%;
  height: auto; }

address {
  font-style: normal; }

del {
  opacity: 1 !important; }

ins {
  text-decoration: none; }

::-webkit-input-placeholder {
  color: #000;
  opacity: 1; }

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

::placeholder {
  color: #000;
  opacity: 1; }

:-ms-input-placeholder {
  color: #000; }

::-ms-input-placeholder {
  color: #000; }

.overflow-menu {
  position: relative;
  height: 100%;
  overflow: hidden; }
  @media only screen and (min-width: 1081px) {
    .overflow-menu {
      position: static;
      height: auto;
      overflow: visible; } }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.container-fluid {
  max-width: 1470px;
  margin: 0 auto; }
  @media (max-width: 481px) {
    .container-fluid {
      width: 92%; } }
  @media (min-width: 481px) {
    .container-fluid {
      width: 95%; } }
  @media (min-width: 769px) {
    .container-fluid {
      width: 90%; } }
  @media (min-width: 1171px) {
    .container-fluid {
      width: 90%; } }
  @media (min-width: 1441px) {
    .container-fluid {
      width: 90%; } }

/* general elements */
.site-wrapper {
  overflow: hidden; }

.label {
  display: block;
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.85px;
  color: #b8b8c2; }
  @media only screen and (max-width: 767px) {
    .label {
      font-size: 1.8rem; } }

.link {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffe84a;
  border-bottom: 2px solid #ffe84a; }
  .link--alt {
    color: #fff; }
  .link:hover, .link:focus {
    color: #ffe84a; }

.button {
  display: inline-block;
  position: relative;
  min-width: 240px;
  padding: 22px 20px;
  border: none;
  border-radius: 40px;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1;
  background: #2C2C34;
  color: #fff; }
  .button--alt {
    background: #fff;
    color: #232334; }
  .button:hover, .button:focus {
    color: #232334;
    background: #00ff99; }
  .button--dotted {
    padding: 24px 20px 20px;
    position: relative;
    border-radius: 10px;
    background: #00ff99;
    color: #232334; }
    .button--dotted:hover, .button--dotted:focus {
      background: #232334;
      color: #fff !important; }
      .button--dotted:hover:after, .button--dotted:focus:after {
        -webkit-animation: fade-dot infinite 1.5s 500ms;
        animation: fade-dot infinite 1.5s 500ms;
        background: #00ff99;
        opacity: 0; }

@-webkit-keyframes fade-dot {
  0% {
    opacity: 0; }
  29% {
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  71% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade-dot {
  0% {
    opacity: 0; }
  29% {
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  71% {
    opacity: 0; }
  100% {
    opacity: 0; } }
    .button--dotted:after {
      content: "";
      display: block;
      position: absolute;
      top: 17px;
      right: 28px;
      width: 6px;
      height: 6px;
      border-radius: 10px;
      background: #fff; }
  .button--dotted-alt {
    display: block;
    padding: 24px 20px 20px;
    position: relative;
    border-radius: 10px;
    background: #00ff99;
    color: #232334; }
    .button--dotted-alt:hover, .button--dotted-alt:focus {
      background: #fff;
      color: #232334 !important; }
      .button--dotted-alt:hover:after, .button--dotted-alt:focus:after {
        -webkit-animation: fade-dot infinite 1.5s 500ms;
        animation: fade-dot infinite 1.5s 500ms;
        background: #00ff99;
        opacity: 0; }

@keyframes fade-dot {
  0% {
    opacity: 0; }
  29% {
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  71% {
    opacity: 0; }
  100% {
    opacity: 0; } }
    .button--dotted-alt:after {
      content: "";
      display: block;
      position: absolute;
      top: 17px;
      right: 28px;
      width: 6px;
      height: 6px;
      border-radius: 10px;
      background: #fff; }

.accent {
  font-weight: bold; }
  .accent:after {
    content: ".";
    color: #fff;
    display: none; }

.cat {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: -0.45px;
  padding: 6px 15px;
  border-radius: 6px;
  background: #00ff99;
  color: #fff; }

.next-posts-link {
  display: none; }

.loader {
  display: none;
  width: 25px;
  height: 25px;
  border-top: 5px solid #00ff99;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #232334;
  border-radius: 50%;
  -webkit-animation: spinner 500ms infinite;
  animation: spinner 500ms infinite; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Google Maps
============== */
.acf-map {
  width: 100%;
  height: 630px; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

.error-section h1 {
  font-size: 9rem;
  line-height: 1.15; }
  @media only screen and (max-width: 1280px) {
    .error-section h1 {
      font-size: 8.4rem; } }
  @media only screen and (max-width: 991px) {
    .error-section h1 {
      font-size: 7.2rem; } }
  @media only screen and (max-width: 767px) {
    .error-section h1 {
      font-size: 5.2rem; } }
  @media only screen and (max-width: 575px) {
    .error-section h1 {
      font-size: 4.4rem; } }

.error-section .page-header__image-wrapper {
  top: -30px; }

.green-gradient {
  padding: 0 0 50px;
  position: relative;
  background: #1AE78C; }

@media only screen and (max-width: 991px) {
  .green-gradient {
    background: #1AE78C;
    padding: 0px; } }

@media only screen and (max-width: 600px) {
  .green-gradient {
    background: #1AE78C; } }

.interactive-label {
  line-height: 1.15;
  letter-spacing: -2px;
  color: #32337F; }

.interactive_heading {
  display: block;
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.85px;
  color: #fff; }

.imageHolder {
  position: relative; }

.imageHolder .slide-caption {
  position: absolute;
  width: 25%;
  max-width: 600px;
  top: 50%;
  left: 15%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  text-align: left;
  text-transform: uppercase; }

@media only screen and (max-width: 991px) {
  .slide-caption {
    width: 70% !important;
    left: 40% !important; } }

.flex-control-nav {
  bottom: -25px !important;
  position: relative !important; }

.flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5) !important; }

.flex-control-paging li a.flex-active {
  background: #fff !important; }

.flexslider {
  margin: 0 0 -50px 0 !important;
  border: none !important;
  border-radius: 0 !important; }
  @media only screen and (max-width: 991px) {
    .flexslider {
      padding: 10px !important; } }

.flexslider .slides img {
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important; }
  @media only screen and (max-width: 991px) {
    .flexslider .slides img {
      height: 450px !important; } }

.video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media only screen and (max-width: 991px) {
  video {
    width: 100%;
    height: auto; } }

.grad-padding {
  padding: 80px 0 0; }

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

.align-social-left {
  text-align: left !important; }
  @media only screen and (max-width: 600px) {
    .align-social-left {
      text-align: center !important; } }

.social-links-inline {
  display: inline;
  margin-right: 10px; }

.community-social-mt {
  margin-top: 30px;
  display: inline-block; }

@media only screen and (max-width: 991px) {
  .mobHeight {
    height: 100% !important;
    background-color: #32337F; }
  .post-align-mob {
    margin: 15px;
    padding: 15px; } }

.slideshow-content {
  padding: 120px 0 120px;
  position: relative;
  z-index: 10;
  background: #f037a5;
  background: linear-gradient(54deg, #f037a5 60%, #32337f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f037a5",endColorstr="#32337f",GradientType=1); }

.s-column {
  float: left;
  width: 50%;
  padding: 10px; }

.s-font-16 {
  font-size: 1.6rem; }

.s-row:after {
  content: "";
  display: table;
  clear: both; }

.flexslider {
  background: transparent !important; }

.s-heading {
  color: #ffe84a; }

.s-label {
  color: #fff; }

.rounded-corner {
  border-radius: 25px; }

.rounded {
  color: #ffe84a;
  background: #32337F;
  border-radius: 50px; }

.s-width {
  max-width: 700px;
  width: 100%; }

@media only screen and (max-width: 991px) {
  .s-column {
    width: 100%; }
  .s-mob-center {
    text-align: center; }
  .reverse-flex-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.community-block-header {
  background: #ffe84a;
  background: linear-gradient(335deg, #ffe84a 0%, #f037a5 30%, #f037a5 90%, cyan 150%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe84a",endColorstr="#00ffff",GradientType=1); }

.tab-wrap {
  -webkit-transition: 0.3s box-shadow ease;
  -webkit-transition: 0.3s -webkit-box-shadow ease;
  transition: 0.3s -webkit-box-shadow ease;
  transition: 0.3s box-shadow ease;
  transition: 0.3s box-shadow ease, 0.3s -webkit-box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  padding: 40px 0;
  z-index: 1; }

.tab {
  display: none; }

.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
  -webkit-transition: 0.5s opacity ease-in, 0.2s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.2s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease, 0.2s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0; }

.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
  -webkit-transition: 0.5s opacity ease-in, 0.2s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.2s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease, 0.2s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0; }

.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
  -webkit-transition: 0.5s opacity ease-in, 0.2s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.2s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease, 0.2s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0; }

.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
  -webkit-transition: 0.5s opacity ease-in, 0.2s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.2s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease, 0.2s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0; }

.tab:checked + label {
  background-color: transparent;
  cursor: default;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-weight: 600; }

.tab + label {
  width: 100%;
  -webkit-box-shadow: 0 -1px 0 #eee inset;
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #32337F;
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  text-align: center;
  background-color: #f2f2f2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  -webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
  -webkit-transition: 0.3s background-color ease, 0.3s -webkit-box-shadow ease;
  transition: 0.3s background-color ease, 0.3s -webkit-box-shadow ease;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  transition: 0.3s background-color ease, 0.3s box-shadow ease, 0.3s -webkit-box-shadow ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  margin: 15px;
  font-weight: 600; }

@media (min-width: 768px) {
  .tab + label {
    width: auto; } }

.tab__content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  border-radius: 6px; }

.border-radius-background {
  min-height: 600px;
  background: #ffffff;
  border-radius: 25px;
  padding: 50px;
  margin-top: 15px; }

.no-padding {
  padding: 0px !important; }

@media only screen and (max-width: 991px) {
  .border-radius-background {
    padding: 15px; } }

.team-container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.team-member {
  width: 25%;
  float: left;
  text-align: center;
  margin: 25px; }

.team-member:last-child {
  margin-right: 0; }

.team-member span,
.team-member h5 {
  margin-bottom: 5px; }

.team-member h5 {
  color: #fff; }

.team-member span {
  display: block; }

.team-photo {
  border-radius: 50%;
  text-align: center;
  margin: auto;
  max-width: 250px;
  height: auto;
  -webkit-transition: 0.1s -webkit-transform ease-in-out;
  transition: 0.1s -webkit-transform ease-in-out;
  transition: 0.1s transform ease-in-out;
  transition: 0.1s transform ease-in-out, 0.1s -webkit-transform ease-in-out;
  margin-bottom: 5%;
  border: none;
  outline: 5px solid #fff;
  outline-offset: -5px;
  z-index: 10; }

.video-item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer; }

/* code for phone layout */
@media (max-width: 850px) {
  .team-member {
    width: 25%;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 40px; } }

@media (max-width: 650px) {
  .team-member {
    float: none;
    display: block;
    margin: 50px auto;
    width: 100%;
    text-align: center; }
  .team-member h5,
  .team-member span {
    margin: 15px auto; } }

ul.social-media-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0px;
  /* eliminate space between li */ }

ul.social-media-list li {
  display: inline-block;
  margin: 2px; }

ul.social-media-list img {
  padding: 5px;
  border-radius: 5px;
  width: 36px;
  height: 36px; }

.event {
  padding-top: 80px;
  padding-bottom: 80px; }
  .event .event-header {
    text-align: center;
    font-size: 4rem; }

.card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

.card {
  width: 20%;
  margin-bottom: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.card-header {
  text-align: left;
  padding: 10px 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.8;
  border-radius: 30px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  overflow: hidden;
  height: 45%;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }
  .card-header p {
    margin: 10px 0 10px;
    color: #fff;
    font-size: 1.5rem; }
  .card-header h5 {
    color: #fff;
    margin: 0 0 15px;
    font-size: 1.8rem; }

.card-header:hover {
  height: 100%; }

.showCopy {
  display: none; }

.hideCopy:hover .showCopy {
  display: block; }

.card-header-solid {
  text-align: left;
  padding: 10px 20px;
  color: #fff;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 30px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
  height: 55%;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }
  .card-header-solid p {
    margin: 10px 0 10px;
    color: #fff;
    font-size: 1.5rem; }
  .card-header-solid h5 {
    color: #171819;
    margin: 0 0 15px;
    font-size: 1.8rem; }
  .card-header-solid .creator-text {
    color: #00C2FF;
    font-weight: bold; }

.card-body {
  padding: 10px 20px;
  text-align: left;
  font-size: 18px; }

.card-body .btn {
  display: block;
  color: #fff;
  text-align: center;
  background: #232334;
  margin-top: 30px;
  text-decoration: none;
  padding: 10px 5px; }

.event-btn {
  margin: 0 auto;
  display: block;
  width: 200px;
  border-radius: 50px;
  color: #fff; }

@media screen and (max-width: 1000px) {
  .card {
    width: 40%; } }

@media screen and (max-width: 620px) {
  .container {
    width: 100%; }
  .card {
    width: 80%; } }

.carousel-wrap {
  margin: 45px auto;
  width: 100%;
  position: relative; }

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  max-width: 320px; }
  .owl-carousel .item .basic {
    background: #19E68C; }
  .owl-carousel .item .common {
    background: #00FFFF; }
  .owl-carousel .item .advanced {
    background: #F037A5; }
  .owl-carousel .item .expert {
    background: #F48C7A; }

.owl-stage {
  margin: 0 auto; }

/* end fix */
.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 25%;
  left: -25px;
  display: block !important;
  border: 0px solid black; }

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 25%;
  right: -25px;
  display: block !important;
  border: 0px solid black; }

.owl-dots {
  text-align: center;
  padding-bottom: 15px; }

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #869791 !important;
  margin: 0 3px; }

.owl-dots button.owl-dot.active {
  background-color: #000 !important; }

@media (max-width: 991px) {
  .owl-carousel .owl-item {
    text-align: center; }
  .owl-carousel .item {
    float: none;
    display: inline-block; } }

nav.owl-filter-bar {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

a.owl-btn {
  padding: 5px;
  color: #fff;
  font-weight: bold; }
  a.owl-btn.basic {
    color: #19E68C; }
  a.owl-btn.common {
    color: #00FFFF; }
  a.owl-btn.advanced {
    color: #F037A5; }
  a.owl-btn.expert {
    color: #F48C7A; }

.video-thumb {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none; }

.video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 100; }

.popup-bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute; }

.popup-content {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  -webkit-transition: 1s all;
  transition: 1s all; }

.accordion-post {
  padding: 50px; }
  @media only screen and (max-width: 991px) {
    .accordion-post {
      padding: 80px 20px 80px; } }

.accordion-posts__heading {
  margin-bottom: 15px;
  text-align: left;
  padding: 25px 50px 0px 0px;
  text-transform: uppercase;
  font-size: 4rem;
  display: inline-block;
  padding-bottom: 15px;
  position: relative; }
  .accordion-posts__heading:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 1px;
    bottom: 0;
    left: 0%;
    border-bottom: 10px solid #FF0707; }

.accordion-posts__heading-2 {
  margin-bottom: 15px;
  text-align: left;
  padding: 25px 50px 0px 0px;
  text-transform: uppercase;
  font-size: 4rem;
  display: inline-block;
  padding-bottom: 15px;
  position: relative; }
  .accordion-posts__heading-2:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 1px;
    bottom: 0;
    left: 0%;
    border-bottom: 10px solid #FF0707; }

.accordion {
  background-color: #d9d9d9;
  color: #000;
  cursor: pointer;
  padding: 20px 0px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 1px;
  border-bottom: 1px solid #000;
  font-size: 1.6rem; }
  .accordion__text {
    color: #3A3A3A;
    font-size: 1.6rem; }

.panel {
  padding: 20px 0px;
  display: none;
  overflow: hidden; }

.accordion:after {
  content: '\02795';
  color: #fff;
  float: right;
  margin-left: 5px; }

.accordion.active-open:after {
  content: "\2796"; }

.voa-button {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid white !important; }

@media only screen and (max-width: 991px) {
  .mobile-filter {
    -webkit-filter: brightness(0.33);
    filter: brightness(0.33);
    -o-object-position: 44.4% 0%;
    object-position: 44.4% 0%; }
  .mobPadding {
    padding-top: 100px !important;
    padding-bottom: 25px !important; } }

.heading-voa {
  margin-bottom: 25px;
  text-align: left;
  text-transform: uppercase;
  font-size: 4.2rem;
  display: inline-block;
  padding-bottom: 15px;
  position: relative; }
  .heading-voa:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 1px;
    bottom: 0;
    left: 0%;
    border-bottom: 10px solid #FF0707; }

.heading-voa-2 {
  margin-bottom: 25px;
  text-align: left;
  text-transform: uppercase;
  font-size: 4.2rem;
  display: inline-block;
  padding-bottom: 15px;
  position: relative; }
  .heading-voa-2:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 1px;
    bottom: 0;
    left: 0%;
    border-bottom: 10px solid #FF0707; }

.nms-button {
  background: #00B7BD !important;
  color: #ffffff !important; }

.video-post {
  padding-top: 40px;
  padding-bottom: 40px; }

.video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.video-posts__heading {
  margin-bottom: 15px;
  text-align: left;
  padding: 25px 50px 0px 0px;
  text-transform: uppercase;
  font-size: 4rem;
  display: inline-block;
  padding-bottom: 15px;
  position: relative; }
  .video-posts__heading:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 1px;
    bottom: 0;
    left: 0%;
    border-bottom: 10px solid #FF0707; }

.video-posts__description {
  color: #ffffff;
  font-size: 1.6rem; }

.ccc-notify-text h1 {
  letter-spacing: normal; }

.vip-section {
  padding: 80px 0 80px 0; }

.plan-section {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: 50px 0 50px; }
  @media only screen and (max-width: 600px) {
    .plan-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.vip__heading {
  text-align: center;
  font-size: 5rem;
  position: relative; }

.plan-section .plan {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 350px;
  height: 100%;
  border-radius: 12px;
  display: inline-block;
  padding: 24px;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  margin: 20px; }
  @media only screen and (max-width: 600px) {
    .plan-section .plan {
      margin-bottom: 80px; } }

.plan-section .name {
  color: #fff;
  font-size: 2.5rem;
  margin-top: -35px;
  letter-spacing: 1px; }

.vip-plan__li {
  font-size: 1.8rem; }

.plan-section .price {
  margin-top: 7px;
  font-weight: 700; }

.plan-section hr {
  background-color: #dedede;
  border: none;
  height: 1px; }

.plan-section .credit {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 2px 21px;
  color: #24a1d9;
  border: 1px solid #e4e4e4;
  display: inline-block;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  bottom: -14px; }

.plan-section ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 29px; }

.plan-section li {
  margin-bottom: 15px;
  color: #fff; }

.plan-section li:before {
  font-size: 1.3rem;
  color: #24a1d9;
  margin-right: 3px; }

.plan-section .brilliant {
  border-color: #24a1d9; }

.plan-section .brilliant::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 64px 0 0;
  border-color: #24a1d9 transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  content: ""; }

.plan-section .brilliant::after {
  color: #fff;
  position: absolute;
  left: 9px;
  top: 6px;
  font-size: 1.4rem; }

.plan-section section i {
  margin-right: 3px; }

@media only screen and (max-width: 600px) {
  .scale-mob {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    padding: 50px 0px; } }

.vip-heading {
  font-size: 5rem;
  text-align: center;
  position: relative; }

.masthead {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 50px;
  position: absolute;
  width: 100%;
  z-index: 100; }
  @media only screen and (max-width: 991px) {
    .masthead {
      background: #000;
      padding: 27px 40px;
      position: fixed; } }
  @media only screen and (max-width: 767px) {
    .masthead {
      padding: 27px 30px; } }
  .masthead .masthead__logo {
    max-width: none; }
    @media only screen and (max-width: 991px) {
      .masthead .masthead__logo {
        max-width: 120px; } }
  .masthead.active {
    background: #32337F;
    position: fixed; }
    @media only screen and (min-width: 992px) {
      .masthead.active {
        -webkit-animation: move-down 1s 1 forwards;
        animation: move-down 1s 1 forwards;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); } }
    @media only screen and (max-width: 991px) {
      .masthead.active {
        background: #000; } }

@-webkit-keyframes move-down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes move-down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
    .masthead.active .masthead__nav li a {
      color: #fff; }
      @media only screen and (max-width: 991px) {
        .masthead.active .masthead__nav li a {
          color: #fff; } }
      .masthead.active .masthead__nav li a:hover, .masthead.active .masthead__nav li a:focus {
        color: #00ff99; }
    @media only screen and (min-width: 992px) {
      .masthead.active .masthead__nav .button:hover a, .masthead.active .masthead__nav .button:focus a {
        background: #232334;
        color: #fff !important; } }
    @media only screen and (min-width: 992px) {
      .masthead.active .masthead__logo-image--origin {
        display: none; }
      .masthead.active .masthead__logo-image--alt {
        display: block; } }
  .masthead__logo a:hover, .masthead__logo a:focus {
    opacity: 0.75; }
  .masthead__logo img {
    -webkit-transition: none;
    transition: none; }
  .masthead__logo .masthead__logo-image--origin {
    display: none; }
    @media only screen and (max-width: 991px) {
      .masthead__logo .masthead__logo-image--origin {
        display: block; } }
  .masthead__logo .masthead__logo-image--alt {
    display: block; }
    @media only screen and (max-width: 991px) {
      .masthead__logo .masthead__logo-image--alt {
        display: none; } }
  .masthead__nav ul {
    margin: 0; }
    .masthead__nav ul li {
      display: inline-block;
      font-size: 1.6rem;
      font-weight: bold;
      margin: 0 16px; }
      .masthead__nav ul li a {
        color: #232334; }
        @media only screen and (max-width: 991px) {
          .masthead__nav ul li a {
            color: #fff; } }
        .masthead__nav ul li a:hover, .masthead__nav ul li a:focus {
          color: #00ff99; }
      .masthead__nav ul li:last-child {
        margin-right: 0; }
  .masthead__nav .button {
    background: transparent;
    min-width: 160px;
    padding: 0; }
    @media only screen and (max-width: 991px) {
      .masthead__nav .button {
        background: none;
        line-height: 1.5;
        min-width: 0;
        position: static;
        text-align: left; } }
    .masthead__nav .button > a {
      border-radius: 10px;
      color: #232334;
      display: block;
      padding: 15px 20px 15px;
      position: relative; }
      @media only screen and (max-width: 991px) {
        .masthead__nav .button > a {
          border-radius: 0;
          color: #fff;
          display: inline;
          padding: 0; } }
      .masthead__nav .button > a:after {
        background: #fff;
        border-radius: 10px;
        content: "";
        display: block;
        height: 6px;
        position: absolute;
        right: 28px;
        top: 17px;
        width: 6px;
        display: none; }
        @media only screen and (max-width: 991px) {
          .masthead__nav .button > a:after {
            display: none; } }
    .masthead__nav .button:hover, .masthead__nav .button:focus {
      background: #232334; }
      @media only screen and (max-width: 991px) {
        .masthead__nav .button:hover, .masthead__nav .button:focus {
          background: none; } }
      @media only screen and (min-width: 992px) {
        .masthead__nav .button:hover > a, .masthead__nav .button:focus > a {
          color: #fff !important; } }
      .masthead__nav .button:hover > a:after, .masthead__nav .button:focus > a:after {
        -webkit-animation: fade-dot infinite 1.5s 500ms;
        animation: fade-dot infinite 1.5s 500ms;
        background: #00ff99;
        opacity: 0; }

@keyframes fade-dot {
  0% {
    opacity: 0; }
  29% {
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  71% {
    opacity: 0; }
  100% {
    opacity: 0; } }
  .masthead__nav-container .sub-menu {
    cursor: default;
    display: none; }
    .masthead__nav-container .sub-menu .link-parent {
      margin-bottom: 5px; }
    .masthead__nav-container .sub-menu .back-link-wrapper {
      color: #fff;
      font-size: 1.6rem;
      font-weight: bold;
      margin: 0 0 30px; }
      .masthead__nav-container .sub-menu .back-link-wrapper:before {
        display: none; }
      .masthead__nav-container .sub-menu .back-link-wrapper .back-link {
        cursor: pointer; }
        .masthead__nav-container .sub-menu .back-link-wrapper .back-link:before {
          border-bottom: 9px solid transparent;
          border-left: 17px solid transparent;
          border-right: 17px solid #00ff99;
          border-top: 9px solid transparent;
          content: "";
          display: inline-block;
          height: 0;
          margin: auto 0;
          margin-left: -17px;
          margin-right: 15px;
          vertical-align: text-bottom;
          width: 0;
          z-index: 11; }
    @media only screen and (max-width: 991px) {
      .masthead__nav-container .sub-menu {
        background: #000;
        display: block;
        left: 0;
        position: fixed !important;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 600ms;
        transition: 600ms;
        width: 100%;
        z-index: 14; }
        .masthead__nav-container .sub-menu li {
          font-size: 4.2rem;
          position: relative; } }
    @media only screen and (max-width: 991px) and (max-width: 575px) {
      .masthead__nav-container .sub-menu li {
        font-size: 2.8rem; } }
    @media only screen and (max-width: 991px) {
          .masthead__nav-container .sub-menu li a {
            color: #92999f; }
            .masthead__nav-container .sub-menu li a:hover, .masthead__nav-container .sub-menu li a:focus {
              color: #fff; }
          .masthead__nav-container .sub-menu li:nth-child(2) {
            font-size: 5.2rem; } }
      @media only screen and (max-width: 991px) and (max-width: 575px) {
        .masthead__nav-container .sub-menu li:nth-child(2) {
          font-size: 3.2rem; } }
    @media only screen and (max-width: 991px) {
            .masthead__nav-container .sub-menu li:nth-child(2) a {
              color: #fff; }
              .masthead__nav-container .sub-menu li:nth-child(2) a:hover, .masthead__nav-container .sub-menu li:nth-child(2) a:focus {
                color: #00ff99; }
          .masthead__nav-container .sub-menu li:before {
            border-color: inherit;
            border-left: 10px solid;
            bottom: 0;
            content: "";
            display: block;
            height: 40px;
            left: -40px;
            margin: auto 0;
            position: absolute;
            top: 0;
            width: 0; } }
      @media only screen and (max-width: 991px) and (max-width: 575px) {
        .masthead__nav-container .sub-menu li:before {
          border-color: inherit;
          border-left: 6px solid;
          height: 30px; } }
    @media only screen and (max-width: 991px) {
        .masthead__nav-container .sub-menu.active {
          -webkit-transform: translateX(0);
          transform: translateX(0); } }
  @media only screen and (max-width: 991px) {
    .masthead__nav-container {
      background: #000;
      height: calc(100% - 84px);
      left: 0;
      opacity: 0;
      overflow-x: hidden;
      overflow-y: scroll;
      position: fixed;
      right: 0;
      top: 84px;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: 600ms;
      transition: 600ms;
      visibility: hidden;
      width: 100%;
      -webkit-overflow-scrolling: touch; }
      .masthead__nav-container .menu-item-has-children {
        cursor: pointer;
        position: relative; }
        .masthead__nav-container .menu-item-has-children:after {
          border-bottom: 9px solid transparent;
          border-left: 17px solid #00ff99;
          border-right: 17px solid transparent;
          border-top: 9px solid transparent;
          bottom: 0;
          content: "";
          display: block;
          height: 0;
          margin: auto 0;
          position: absolute;
          right: -26px;
          top: 0;
          width: 0;
          z-index: 11; }
      .masthead__nav-container ul {
        padding: 50px 40px 0; } }
    @media only screen and (max-width: 991px) and (max-width: 575px) {
      .masthead__nav-container ul {
        padding: 60px 40px 0; } }
  @media only screen and (max-width: 991px) {
        .masthead__nav-container ul li {
          display: block;
          font-size: 5.2rem;
          margin: 0 0 5px; } }
      @media only screen and (max-width: 991px) and (max-width: 575px) {
        .masthead__nav-container ul li {
          font-size: 3.2rem; } }
  @media only screen and (max-width: 991px) {
      .masthead__nav-container.active {
        opacity: 1;
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible; } }
  .masthead__nav-container ul.menu li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
    position: absolute; }
  .masthead--inverted .masthead__logo-image--origin {
    display: block; }
  .masthead--inverted .masthead__logo-image--alt {
    display: none; }
  .masthead--inverted .masthead__nav ul {
    text-align: center; }
    .masthead--inverted .masthead__nav ul li a {
      color: #fff; }
      .masthead--inverted .masthead__nav ul li a:hover, .masthead--inverted .masthead__nav ul li a:focus {
        color: #00ff99;
        border-radius: 30px; }
    .masthead--inverted .masthead__nav ul .menu-item-34835 {
      border: 2px solid white;
      border-radius: 30px; }
      .masthead--inverted .masthead__nav ul .menu-item-34835:hover, .masthead--inverted .masthead__nav ul .menu-item-34835:focus {
        background: #00ff99;
        color: #32337F; }
      .masthead--inverted .masthead__nav ul .menu-item-34835 a {
        color: #fff; }
        .masthead--inverted .masthead__nav ul .menu-item-34835 a:hover, .masthead--inverted .masthead__nav ul .menu-item-34835 a:focus {
          color: #32337F; }
    .masthead--inverted .masthead__nav ul li.avabytes a {
      background-image: url("https://avakin.com/wp-content/uploads/2021/05/avabytes-logo-sm@2x.png");
      background-repeat: no-repeat;
      text-indent: -9000px;
      display: block;
      width: 116px;
      height: 60px;
      position: relative;
      top: -12px; }
      .masthead--inverted .masthead__nav ul li.avabytes a:hover, .masthead--inverted .masthead__nav ul li.avabytes a:focus {
        border-radius: 0px !important; }
      @media only screen and (max-width: 991px) {
        .masthead--inverted .masthead__nav ul li.avabytes a {
          top: 0px;
          margin: 0 auto; } }
  @media only screen and (max-width: 991px) {
    .masthead--inverted .masthead__nav .menu-item-34835 {
      border: none !important;
      padding: 0px !important;
      text-align: center !important; }
      .masthead--inverted .masthead__nav .menu-item-34835:hover, .masthead--inverted .masthead__nav .menu-item-34835:focus {
        background: none !important; } }
  .masthead--inverted .masthead__nav .sub-menu li a {
    color: #fff; }
    .masthead--inverted .masthead__nav .sub-menu li a:hover, .masthead--inverted .masthead__nav .sub-menu li a:focus {
      color: #fff; }
  .masthead--inverted .masthead__nav .sub-menu li:nth-child(2) {
    font-size: 1.6rem; }
    @media only screen and (max-width: 575px) {
      .masthead--inverted .masthead__nav .sub-menu li:nth-child(2) {
        font-size: 3.2rem; } }
    .masthead--inverted .masthead__nav .sub-menu li:nth-child(2) a {
      color: #fff; }
      .masthead--inverted .masthead__nav .sub-menu li:nth-child(2) a:hover, .masthead--inverted .masthead__nav .sub-menu li:nth-child(2) a:focus {
        color: #00ff99; }
  .masthead--inverted .masthead__nav .button > a {
    color: #232334; }
    @media only screen and (max-width: 991px) {
      .masthead--inverted .masthead__nav .button > a {
        color: #fff; } }
  .masthead--inverted .masthead__nav .button:hover, .masthead--inverted .masthead__nav .button:focus {
    background: #fff; }
    @media only screen and (max-width: 991px) {
      .masthead--inverted .masthead__nav .button:hover, .masthead--inverted .masthead__nav .button:focus {
        background: none; } }
    .masthead--inverted .masthead__nav .button:hover > a, .masthead--inverted .masthead__nav .button:focus > a {
      color: #232334 !important; }
      @media only screen and (max-width: 991px) {
        .masthead--inverted .masthead__nav .button:hover > a, .masthead--inverted .masthead__nav .button:focus > a {
          color: #00ff99 !important; } }
  .masthead__downloads-links {
    display: none;
    padding: 150px 0 10px; }
    @media only screen and (max-width: 991px) {
      .masthead__downloads-links {
        display: block; } }
    @media only screen and (max-width: 575px) {
      .masthead__downloads-links {
        padding: 200px 0 10px; } }
    .masthead__downloads-links ul {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 auto;
      max-width: 520px;
      padding: 0 24px;
      text-align: center;
      width: 100%; }
      .masthead__downloads-links ul li {
        height: 100%;
        margin-bottom: 8px;
        max-width: 50%;
        padding: 0 8px;
        text-align: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
        .masthead__downloads-links ul li a {
          display: block;
          margin: 0 auto;
          max-width: 225px; }
  .masthead__details-social-links {
    display: none; }
    @media only screen and (max-width: 991px) {
      .masthead__details-social-links {
        display: block; } }
    .masthead__details-social-links ul {
      padding: 20px 40px 60px;
      text-align: center; }
      .masthead__details-social-links ul li {
        display: inline-block;
        font-size: 2.2rem;
        margin: 0 10px; }
        .masthead__details-social-links ul li a {
          color: #fff; }
          .masthead__details-social-links ul li a:hover, .masthead__details-social-links ul li a:focus {
            color: #00ff99; }

footer {
  overflow: hidden; }

.mastfoot {
  background: #2C2C34;
  padding-bottom: 60px;
  position: relative; }
  .mastfoot__outer-container--curve {
    margin-top: -150px; }
    @media only screen and (max-width: 1200px) {
      .mastfoot__outer-container--curve {
        margin-top: 0; } }
  .mastfoot--curve {
    margin-top: 280px; }
    @media only screen and (max-width: 1200px) {
      .mastfoot--curve {
        margin-top: 180px; } }
    @media only screen and (max-width: 767px) {
      .mastfoot--curve {
        margin-top: 140px; } }
    .mastfoot--curve:after {
      background: url(../img/footer.svg) center no-repeat;
      background-size: 100% 100%;
      content: "";
      display: block;
      height: 280px;
      position: absolute;
      top: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      width: 100%; }
      @media only screen and (max-width: 1200px) {
        .mastfoot--curve:after {
          height: 150px;
          left: 50%;
          min-width: 992px;
          -webkit-transform: translateY(-100%) translateX(-50%);
          transform: translateY(-100%) translateX(-50%); } }
      @media only screen and (max-width: 767px) {
        .mastfoot--curve:after {
          height: 100px; } }
  .mastfoot__top {
    padding-top: 70px; }
  .mastfoot__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 60px; }
  .mastfoot__logo-link:hover, .mastfoot__logo-link:focus {
    opacity: 0.75; }
  .mastfoot__navigation-wrapper {
    max-width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }
    @media only screen and (max-width: 1400px) {
      .mastfoot__navigation-wrapper {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    .mastfoot__navigation-wrapper ul {
      margin: 0 60px 0 0; }
      @media only screen and (max-width: 767px) {
        .mastfoot__navigation-wrapper ul {
          margin: 0 40px 0 0; } }
  .mastfoot__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .mastfoot__navigation ul {
      margin-bottom: 30px; }
    .mastfoot__navigation li {
      margin-bottom: 12px; }
    .mastfoot__navigation a {
      color: #fff;
      font-size: 2.2rem;
      font-weight: bold; }
      .mastfoot__navigation a:hover, .mastfoot__navigation a:focus {
        color: #00ff99; }
  .mastfoot__navigation-heading {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: -0.6px; }
  .mastfoot__nav-item--underline a {
    border-bottom: 3px solid #00ff99; }
  .mastfoot__downloads-links {
    margin-top: -50px;
    max-width: 40%;
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
    @media only screen and (max-width: 1400px) {
      .mastfoot__downloads-links {
        margin-top: 0;
        max-width: 100%;
        text-align: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    .mastfoot__downloads-links li {
      display: inline-block;
      margin: 0 0 16px 0; }
      .mastfoot__downloads-links li:nth-child(2), .mastfoot__downloads-links li:last-child {
        margin-right: 0; }
    .mastfoot__downloads-links a:hover, .mastfoot__downloads-links a:focus {
      opacity: 0.75; }
  .mastfoot__downloads-links-list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    margin-left: auto;
    max-width: 490px;
    text-align: center;
    width: 100%; }
    @media only screen and (max-width: 1400px) {
      .mastfoot__downloads-links-list {
        margin: 0 auto;
        max-width: 900px; } }
    .mastfoot__downloads-links-list li {
      height: 100%;
      margin-bottom: 16px;
      max-width: 50%;
      padding: 0 5px;
      text-align: center;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
      @media only screen and (max-width: 1400px) {
        .mastfoot__downloads-links-list li {
          max-width: 25%;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%; } }
      @media only screen and (max-width: 800px) {
        .mastfoot__downloads-links-list li {
          max-width: 50%;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }
      @media only screen and (max-width: 380px) {
        .mastfoot__downloads-links-list li {
          max-width: 100%;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
      .mastfoot__downloads-links-list li a {
        display: block;
        margin: 0 auto;
        max-width: 225px; }
  .mastfoot__social-links {
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: right;
    width: 100%; }
    @media only screen and (max-width: 1400px) {
      .mastfoot__social-links {
        margin-bottom: 40px;
        text-align: left; } }
    .mastfoot__social-links a {
      color: #fff;
      display: inline-block;
      font-size: 24px;
      margin: 0 10px; }
      .mastfoot__social-links a:first-child {
        margin-left: 0; }
      .mastfoot__social-links a:last-child {
        margin-right: 0; }
      .mastfoot__social-links a:hover, .mastfoot__social-links a:focus {
        opacity: 0.75; }
  .mastfoot__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 100px; }
    @media only screen and (max-width: 767px) {
      .mastfoot__bottom {
        padding-top: 40px; } }
  .mastfoot__text {
    max-width: 75.5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75.5%;
    flex: 0 0 75.5%; }
    @media only screen and (max-width: 1500px) {
      .mastfoot__text {
        max-width: 100%;
        padding-bottom: 50px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
  .mastfoot__copyright {
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 6px; }
  .mastfoot__company {
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.625;
    margin-bottom: 6px; }
  .mastfoot__address {
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.625; }
  .mastfoot__legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right; }
    .mastfoot__legal a {
      color: #fff;
      font-size: 1.2rem;
      font-weight: bold;
      margin: 0 25px; }
      .mastfoot__legal a:first-child {
        margin-left: 0; }
      .mastfoot__legal a:hover, .mastfoot__legal a:focus {
        color: #00ff99; }
  .mastfoot__agency {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: auto; }
    @media only screen and (max-width: 575px) {
      .mastfoot__agency {
        margin-top: 30px;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    .mastfoot__agency a {
      border-bottom: 2px solid #00ff99;
      color: #fff;
      font-size: 1.2rem; }
      .mastfoot__agency a:hover, .mastfoot__agency a:focus {
        color: #00ff99; }

.hero {
  height: 1080px; }
  @media only screen and (max-width: 1280px) {
    .hero {
      height: 1180px; } }
  @media only screen and (max-width: 991px) {
    .hero {
      height: auto;
      margin-bottom: -380px;
      margin-top: 84px; } }
  .hero__background {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .hero__background {
        background-size: auto 45%;
        padding-bottom: 360px; } }
    .hero__background:before {
      bottom: 0;
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: 0; }
      @media only screen and (max-width: 991px) {
        .hero__background:before {
          background: -webkit-gradient(linear, left bottom, left top, color-stop(55%, #32337F), to(transparent));
          background: linear-gradient(to top, #32337F 55%, transparent);
          height: 100%; } }
    .hero__background:after {
      background-size: 100% 100%;
      bottom: -1px;
      content: "";
      display: block;
      height: 100%;
      left: 0;
      margin: 0 auto;
      max-height: 1130px;
      position: absolute;
      right: 0;
      width: 100%;
      z-index: 0; }
      @media only screen and (max-width: 1480px) {
        .hero__background:after {
          left: 50%;
          max-height: 900px;
          min-width: 1540px;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); } }
      @media only screen and (max-width: 991px) {
        .hero__background:after {
          max-height: 750px; } }
  .hero__container {
    position: relative;
    z-index: 5; }
  .hero__title {
    color: #fff;
    max-width: 1100px;
    width: 100%; }
  .hero__content {
    padding-top: 200px;
    max-width: 750px; }
    @media only screen and (max-width: 1280px) {
      .hero__content {
        padding-top: 200px; } }
    @media only screen and (max-width: 991px) {
      .hero__content {
        padding-top: 180px; } }
    @media only screen and (max-width: 767px) {
      .hero__content {
        padding-top: 160px; } }
  .hero__downloads-links li {
    display: inline-block;
    margin: 0 18px 18px 0; }
    @media only screen and (max-width: 1280px) {
      .hero__downloads-links li {
        max-width: 190px; } }
    @media only screen and (max-width: 991px) {
      .hero__downloads-links li {
        margin: 0; } }
    .hero__downloads-links li:last-child {
      margin: 0; }
    .hero__downloads-links li a:hover, .hero__downloads-links li a:focus {
      opacity: 0.75; }
  .hero__downloads-links-list {
    font-size: 0;
    margin: 0; }
    @media only screen and (max-width: 991px) {
      .hero__downloads-links-list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        max-width: 520px;
        padding: 0 24px;
        text-align: center;
        width: 100%; }
        .hero__downloads-links-list li {
          height: 100%;
          margin-bottom: 8px;
          max-width: 50%;
          padding: 0 5px;
          text-align: center;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
          .hero__downloads-links-list li a {
            display: block;
            margin: 0 auto;
            max-width: 225px; } }
    @media only screen and (max-width: 575px) {
      .hero__downloads-links-list {
        padding: 0;
        margin: 0;
        max-width: 270px; }
        .hero__downloads-links-list li {
          text-align: left;
          padding: 0px; } }
  .hero__awards {
    padding-top: 140px; }
    @media only screen and (max-width: 1280px) {
      .hero__awards {
        padding-top: 80px; } }
    @media only screen and (max-width: 991px) {
      .hero__awards {
        padding-top: 50px;
        text-align: center; } }
  .hero__award {
    display: inline-block;
    margin: 0 30px;
    text-align: center;
    vertical-align: middle; }
    @media only screen and (max-width: 991px) {
      .hero__award {
        margin: 0 20px; } }
    @media only screen and (min-width: 992px) {
      .hero__award:first-child {
        margin-left: 0; } }
  .hero__award-caption {
    color: #fff;
    display: block;
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 15px; }
  .hero__statistic-wrapper {
    position: absolute;
    margin-top: 15px; }
    @media only screen and (max-width: 991px) {
      .hero__statistic-wrapper {
        padding: 60px 0 60px;
        position: static;
        text-align: center; } }
    @media only screen and (max-width: 575px) {
      .hero__statistic-wrapper {
        padding: 15px 0 60px;
        text-align: left; } }
  .hero__statistic {
    color: #fff;
    font-size: 5.2rem;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 1.1; }
    @media only screen and (max-width: 575px) {
      .hero__statistic {
        font-size: 3.2rem; } }
  .hero__statistic-post {
    color: #fff;
    font-size: 5.2rem;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 1.1; }
    @media only screen and (max-width: 575px) {
      .hero__statistic-post {
        font-size: 3.2rem; } }
  .hero__statistic-label {
    color: #00ff99;
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: -0.85px; }

@media only screen and (max-width: 575px) {
  .app-badge {
    max-width: none;
    height: 35px; } }

.half-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 55%; }

.blog-default__banner .half-image {
  z-index: -1; }

.blog-posts__post .half-image {
  width: 60%; }

.video-content {
  padding: 100px 0 100px;
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 991px) {
    .video-content {
      padding: 50px 0 50px; } }
  .video-content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; }
  .video-content__column {
    max-width: 50%;
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    @media only screen and (max-width: 991px) {
      .video-content__column {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    @media (min-width: 991px) and (max-width: 1200px) {
      .video-content__column:nth-child(1) {
        max-width: 62%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62%;
        flex: 0 0 62%; }
      .video-content__column:nth-child(2) {
        max-width: 48%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
        flex: 0 0 38%; } }
  .video-content__video {
    display: block;
    height: 400px;
    max-width: 650px;
    overflow: hidden;
    width: 100%; }
    @media only screen and (max-width: 991px) {
      .video-content__video {
        margin: 0 auto 50px; } }
    @media only screen and (max-width: 767px) {
      .video-content__video {
        height: 300px; } }
    @media only screen and (max-width: 575px) {
      .video-content__video {
        height: 250px; } }
    @media only screen and (max-width: 480px) {
      .video-content__video {
        height: 200px; } }
    .video-content__video a {
      display: block;
      height: 100%;
      position: relative;
      width: 100%; }
      .video-content__video a:hover .video-content__icon, .video-content__video a:focus .video-content__icon {
        background: #00ff99; }
        @media only screen and (max-width: 991px) {
          .video-content__video a:hover .video-content__icon, .video-content__video a:focus .video-content__icon {
            background: #232334; }
            .video-content__video a:hover .video-content__icon:before, .video-content__video a:focus .video-content__icon:before {
              border-left: 18px solid #00ff99; } }
  .video-content__cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%; }
  .video-content__icon {
    background: #232334;
    border-radius: 50%;
    bottom: 0;
    display: block;
    height: 90px;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
    width: 90px;
    z-index: 0; }
    @media only screen and (max-width: 991px) {
      .video-content__icon {
        background: #00ff99;
        border: 6px solid #232334; } }
    @media only screen and (max-width: 575px) {
      .video-content__icon {
        height: 75px;
        width: 75px; } }
    .video-content__icon:before {
      border-bottom: 16px solid transparent;
      border-left: 24px solid #fff;
      border-right: 24px solid transparent;
      border-top: 16px solid transparent;
      bottom: 0;
      content: "";
      display: block;
      height: 0;
      left: 32px;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 0;
      z-index: 1; }
      @media only screen and (max-width: 991px) {
        .video-content__icon:before {
          border-left: 24px solid #232334; } }
      @media only screen and (max-width: 575px) {
        .video-content__icon:before {
          border-bottom: 12px solid transparent;
          border-left: 18px solid #232334;
          border-right: 18px solid transparent;
          border-top: 12px solid transparent;
          left: 24px; } }
  .video-content__heading {
    width: 100%; }
    @media only screen and (min-width: 991px) {
      .video-content__heading {
        max-width: 700px; } }
  .video-content__copy p {
    color: #232334;
    font-size: 1.6rem;
    line-height: 1.625; }
  .video-content__links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (min-width: 991px) {
      .video-content__links {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .video-content__link-wrapper {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px; }
    @media only screen and (max-width: 550px) {
      .video-content__link-wrapper {
        margin-right: 0; } }
    .video-content__link-wrapper a:hover, .video-content__link-wrapper a:focus {
      opacity: 0.75; }
  @media only screen and (max-width: 991px) {
    .video-content .mobCenter {
      text-align: center; } }

.featured-posts {
  position: relative;
  z-index: 11;
  padding-top: 20px; }
  @media only screen and (max-width: 991px) {
    .featured-posts {
      padding-top: 30px; } }
  .featured-posts--expandable .featured-posts__post:nth-child(n + 4) {
    display: none; }
  .featured-posts--expandable .featured-posts__post .featured-posts__post-link:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: linear-gradient(transparent, #000);
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms; }
  @media only screen and (min-width: 991px) {
    .featured-posts--expandable .featured-posts__post.appended .featured-posts__post-link:before {
      opacity: 1; } }
  @media only screen and (max-width: 991px) {
    .featured-posts--expandable .featured-posts__post.appended:nth-child(3n + 3) .featured-posts__post-link:before {
      opacity: 1; } }
  .featured-posts--expandable .featured-posts__background:hover, .featured-posts--expandable .featured-posts__background:focus {
    height: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
    .featured-posts--expandable .featured-posts__background:hover .featured-posts__post-title, .featured-posts--expandable .featured-posts__background:focus .featured-posts__post-title {
      color: inherit !important; }
  .featured-posts--expandable .featured-posts__text {
    max-width: 420px; }
  .featured-posts__heading {
    text-align: left;
    text-transform: uppercase;
    font-size: 4rem; }
    @media only screen and (max-width: 767px) {
      .featured-posts__heading {
        margin-bottom: 15px; } }
  .featured-posts__heading2 {
    margin-bottom: 25px;
    text-align: left;
    padding: 25px 50px 0px 0px;
    text-transform: uppercase;
    font-size: 4.2rem;
    display: inline-block;
    padding-bottom: 15px;
    position: relative; }
    .featured-posts__heading2:before {
      content: "";
      position: absolute;
      width: 30%;
      height: 1px;
      bottom: 0;
      left: 0%;
      border-bottom: 10px solid #FF0707; }
  .featured-posts__posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #111111;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px; }
  .featured-posts__post {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    height: 500px;
    max-width: 500px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    @media only screen and (max-width: 991px) {
      .featured-posts__post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  .featured-posts__background {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #232334;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 450ms;
    transition: all 450ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-height: 500px; }
    @media only screen and (min-width: 992px) {
      .featured-posts__background:hover, .featured-posts__background:focus {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px; }
        .featured-posts__background:hover .featured-posts__post-title, .featured-posts__background:focus .featured-posts__post-title {
          color: inherit !important; } }
  .featured-posts__post-link {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    height: 100%; }
  .featured-posts__post-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    padding: 30px 40px; }
    @media only screen and (max-width: 992px) {
      .featured-posts__post-inner {
        width: 90%;
        margin: 0 auto;
        padding: 30px 15px; } }
    @media only screen and (max-width: 768px) {
      .featured-posts__post-inner {
        width: 95%; } }
    @media (max-width: 481px) {
      .featured-posts__post-inner {
        width: 92%; } }
  .featured-posts__text {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 100%; }
  .featured-posts__post-title {
    font-size: 2.6rem;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff !important;
    -webkit-transition: 300ms;
    transition: 300ms;
    text-transform: uppercase; }
  .featured-posts__post-excerpt p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.625;
    color: #fff; }
  .featured-posts__cat-wrapper {
    margin-bottom: 20px;
    display: none; }
  .featured-posts__link-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 30px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 450ms;
    transition: 450ms; }
    @media only screen and (max-width: 991px) {
      .featured-posts__link-wrapper {
        display: none; } }
    .featured-posts__link-wrapper.shift {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px); }
  .featured-posts__expander-wrapper {
    position: relative;
    text-align: center;
    background: #000; }
  .featured-posts__expand-link {
    display: block;
    padding: 19px 0;
    font-weight: bold;
    color: #fff;
    background: #111111; }
    .featured-posts__expand-link span {
      border-bottom: 2px solid;
      -webkit-transition: none;
      transition: none; }
    .featured-posts__expand-link:hover, .featured-posts__expand-link:focus {
      color: inherit; }

.logos {
  background: #32337F;
  padding: 80px 0; }
  @media only screen and (max-width: 767px) {
    .logos {
      padding-bottom: 30px;
      padding-top: 60px; } }
  .logos--white {
    background: #fff; }
    .logos--white .logos__heading {
      color: #171819; }
  .logos__content {
    text-align: center; }
  .logos__heading {
    color: #fff;
    margin-bottom: 45px; }
  .logos__description {
    color: #fff; }
  .logos__logos {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .logos__logo {
    margin-bottom: 40px;
    max-width: 16.6666667%;
    padding: 0 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666667%;
    flex: 0 0 16.6666667%; }
    @media only screen and (max-width: 1280px) {
      .logos__logo {
        max-width: 33.3333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333%;
        flex: 0 0 33.3333333%; } }
    @media only screen and (max-width: 767px) {
      .logos__logo {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media only screen and (max-width: 575px) {
      .logos__logo {
        padding: 0 15px; } }

.page-id-41 .logos__logo img {
  -webkit-filter: brightness(30%);
  filter: brightness(30%); }

.categories {
  background: #19e68c;
  background: linear-gradient(18deg, #19e68c 20%, #32337f 80%);
  padding: 100px 0;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .categories--white-mob-bg {
      padding-bottom: 0; }
      .categories--white-mob-bg .categories__heading {
        color: #171819; }
      .categories--white-mob-bg .categories__container {
        padding-bottom: 0; } }
  .categories__container {
    padding-bottom: 55px; }
    @media only screen and (max-width: 1280px) {
      .categories__container {
        padding-bottom: 150px; } }
    @media only screen and (max-width: 1080px) {
      .categories__container {
        padding-bottom: 55px; } }
    @media only screen and (max-width: 680px) {
      .categories__container {
        padding-left: 0;
        padding-right: 0;
        width: 100%; } }
  .categories__heading-wrapper {
    max-width: 780px;
    position: relative;
    width: 65%;
    z-index: 10; }
    @media only screen and (max-width: 1080px) {
      .categories__heading-wrapper {
        max-width: none;
        width: 100%; } }
    @media only screen and (max-width: 991px) {
      .categories__heading-wrapper {
        width: 90%; } }
    @media only screen and (max-width: 680px) {
      .categories__heading-wrapper {
        margin: 0 auto;
        padding: 0 15px;
        width: 95%;
        text-align: center; } }
    @media (max-width: 481px) {
      .categories__heading-wrapper {
        width: 92%; } }
  .categories__heading {
    color: #fff; }
    .categories__heading:after {
      color: #fff;
      content: ".";
      display: none; }
  .categories__description {
    color: #fff;
    max-width: 600px; }
  .categories__posts-wrapper {
    margin-top: 200px;
    position: relative; }
    @media only screen and (max-width: 1080px) {
      .categories__posts-wrapper {
        margin: 0; } }
  .categories__image-wrapper {
    right: -100px;
    position: absolute;
    top: -515px;
    z-index: 0;
    max-width: 1000px; }
    @media only screen and (max-width: 1080px) {
      .categories__image-wrapper {
        display: none; } }
  .categories__posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 7; }
    .categories__posts.odd .categories__post:last-child {
      max-width: 29.333333%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 29.333333%;
      flex: 0 0 29.333333%; }
      @media only screen and (max-width: 1080px) {
        .categories__posts.odd .categories__post:last-child {
          max-width: 90%;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 90%;
          flex: 0 0 90%; } }
  .categories__post {
    height: 400px;
    max-width: 29.333333%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.333333%;
    flex: 0 0 29.333333%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
    margin: 20px; }
    @media only screen and (max-width: 1080px) {
      .categories__post {
        max-width: 90%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%; }
        .categories__post--dummy {
          display: none; } }
    @media only screen and (max-width: 680px) {
      .categories__post {
        max-width: 90%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%; } }
    .categories__post:nth-child(4), .categories__post:nth-child(5), .categories__post:nth-child(6) {
      height: 400px; }
      @media only screen and (max-width: 1280px) {
        .categories__post:nth-child(4), .categories__post:nth-child(5), .categories__post:nth-child(6) {
          height: 360px; } }
      @media only screen and (max-width: 1080px) {
        .categories__post:nth-child(4), .categories__post:nth-child(5), .categories__post:nth-child(6) {
          height: 240px; } }
    @media only screen and (min-width: 1081px) {
      .categories__post:nth-child(3) {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px; }
      .categories__post:nth-child(4) {
        border-top-left-radius: 20px; }
      .categories__post:nth-last-child(3) {
        border-bottom-left-radius: 20px; }
      .categories__post:last-child {
        border-bottom-right-radius: 20px; } }
    .categories__post.hovered .categories__post-heading {
      -webkit-transition-delay: .7s;
      transition-delay: .7s; }
    .categories__post.hovered .categories__post-copy-wrapper {
      -webkit-transition-delay: .5s;
      transition-delay: .5s; }
    .categories__post.hovered .categories__post-inner::before {
      opacity: 1; }
    .categories__post.hovered .categories__post-inner::after {
      height: 100%; }
  .categories__background {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%; }
    .categories__background a {
      display: block;
      height: 100%;
      position: relative;
      width: 100%; }
      .categories__background a:hover .categories__post-heading-wrapper .categories__post-heading, .categories__background a:focus .categories__post-heading-wrapper .categories__post-heading {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0); }
      .categories__background a:hover .categories__post-copy-wrapper, .categories__background a:focus .categories__post-copy-wrapper {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: .5s;
        transition-delay: .5s; }
        .categories__background a:hover .categories__post-copy-wrapper .categories__post-copy-text, .categories__background a:focus .categories__post-copy-wrapper .categories__post-copy-text {
          -webkit-transition-delay: .7s;
          transition-delay: .7s;
          -webkit-clip-path: inset(0);
          clip-path: inset(0); }
  .categories__post-inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    padding: 15px 0;
    width: 100%; }
    .categories__post-inner::before {
      background: rgba(0, 0, 0, 0.2);
      bottom: 0;
      content: '';
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      -webkit-transition: all .2s;
      transition: all .2s;
      width: 100%; }
    .categories__post-inner::after {
      bottom: 0;
      content: '';
      height: 75%;
      left: 0;
      position: absolute;
      -webkit-transition: all .2s;
      transition: all .2s;
      width: 100%; }
  .categories__post-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2; }
  .categories__post-text {
    overflow: hidden;
    -webkit-transition: all .2s;
    transition: all .2s; }
  .categories__post-tab {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 10px; }
  .categories__post-heading {
    color: #ffe84a;
    line-height: 1;
    margin: 0; }
    .categories__post-heading:after {
      display: none; }
    .categories__post-heading--initial {
      overflow: hidden;
      -webkit-transition: all .2s;
      transition: all .2s;
      width: 101%; }
  .categories__post-description {
    margin: 0; }
  .categories__post-heading-wrapper {
    bottom: 0;
    left: 0;
    padding: 0 35px;
    position: absolute;
    z-index: 5; }
    @media only screen and (max-width: 680px) {
      .categories__post-heading-wrapper {
        text-align: center; } }
    .categories__post-heading-wrapper .categories__post-heading {
      -webkit-clip-path: inset(0);
      clip-path: inset(0);
      font-size: 4rem;
      margin-bottom: 25px; }
  .categories__post-copy-wrapper {
    bottom: 0;
    left: 0;
    padding: 0 35px;
    position: absolute;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .2s;
    transition: .2s; }
    .categories__post-copy-wrapper .categories__post-heading {
      font-size: 2.6rem;
      letter-spacing: -1px;
      margin-bottom: 10px; }
    .categories__post-copy-wrapper .categories__post-description {
      color: #fff;
      font-size: 1.6rem;
      line-height: 1.625; }
  .categories__post-copy-text {
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0); }
  .categories__link-wrapper {
    padding-top: 40px;
    text-align: right; }
    @media only screen and (max-width: 680px) {
      .categories__link-wrapper {
        margin: 0 auto;
        padding: 40px 15px 0;
        width: 95%; } }
    @media (max-width: 481px) {
      .categories__link-wrapper {
        width: 92%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .categories .categories__background a:hover .categories__post-heading--initial, .categories .categories__background a:focus .categories__post-heading--initial {
    opacity: 0; } }

@supports (-ms-ime-align: auto) {
  .categories .categories__background a:hover .categories__post-heading--initial, .categories .categories__background a:focus .categories__post-heading--initial {
    opacity: 0; } }

.tiles {
  background: #19e68c;
  background: -webkit-gradient(linear, left top, left bottom, from(#19e68c), to(#32337f));
  background: linear-gradient(180deg, #19e68c 0%, #32337f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19e68c",endColorstr="#32337f",GradientType=1);
  padding: 80px 0 80px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .tiles {
      padding-bottom: 15px; } }
  .tiles:after {
    background: url(../img/tiles-mask.svg) center top no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 295px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
    @media only screen and (max-width: 1200px) {
      .tiles:after {
        height: 320px;
        left: 50%;
        min-width: 1500px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .tiles__blocks-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px;
    position: relative;
    z-index: 4; }
  .tiles__block {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 50%;
    padding: 20px 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    @media only screen and (max-width: 991px) {
      .tiles__block {
        margin-bottom: 30px;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    .tiles__block a:hover, .tiles__block a:focus {
      color: #00ff99; }
      .tiles__block a:hover:before, .tiles__block a:focus:before {
        height: 0; }
  .tiles__background {
    background: linear-gradient(250deg, #19e68c 30%, #32337f 90%);
    background-position: 66% center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 40px rgba(35, 35, 52, 0.2);
    box-shadow: 0 0 40px rgba(35, 35, 52, 0.2);
    height: 100%; }
  .tiles__link {
    display: block;
    height: 100%;
    padding: 50px;
    width: 100%; }
    @media only screen and (max-width: 991px) {
      .tiles__link {
        padding: 40px; } }
    @media only screen and (max-width: 767px) {
      .tiles__link {
        padding: 40px 30px; } }
    .tiles__link:hover .tiles__block-link, .tiles__link:focus .tiles__block-link {
      color: #00ff99; }
  .tiles__block-label {
    margin-bottom: 5px; }
  .tiles__block-heading {
    margin-bottom: 25px;
    color: #ffe84a; }
    @media only screen and (max-width: 767px) {
      .tiles__block-heading {
        font-size: 3.2rem; } }
    .tiles__block-heading:after {
      display: none; }
  .tiles__block-copy p {
    font-size: 1.6rem;
    line-height: 1.625;
    color: #fff; }
  .tiles__block-text {
    width: 90%; }

.latest-posts {
  position: relative;
  padding: 50px 0 10px; }
  .latest-posts:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 1420px;
    background: url(../img/upcoming-posts-mask.svg) center bottom no-repeat;
    background-size: 100% 100%; }
  .latest-posts--hide-mask:after {
    display: none; }
  .latest-posts__container {
    position: relative;
    z-index: 2; }
  .latest-posts__heading {
    margin-bottom: 50px; }
    .latest-posts__heading:after {
      content: ".";
      color: #fff;
      display: none; }
  .latest-posts__post:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .latest-posts__post:first-child .blog-posts__post-title {
      font-size: 9rem; }
      @media only screen and (max-width: 1280px) {
        .latest-posts__post:first-child .blog-posts__post-title {
          font-size: 7.4rem; } }
      @media only screen and (max-width: 991px) {
        .latest-posts__post:first-child .blog-posts__post-title {
          font-size: 4.2rem; } }
      @media only screen and (max-width: 575px) {
        .latest-posts__post:first-child .blog-posts__post-title {
          font-size: 3.8rem; } }
    .latest-posts__post:first-child .latest-posts__post-inner {
      padding: 60px; }
      @media only screen and (max-width: 991px) {
        .latest-posts__post:first-child .latest-posts__post-inner {
          padding: 40px; } }
      @media only screen and (max-width: 575px) {
        .latest-posts__post:first-child .latest-posts__post-inner {
          padding: 25px 20px; } }
    .latest-posts__post:first-child .blog-posts__date {
      font-size: 2.2rem; }
      @media only screen and (max-width: 991px) {
        .latest-posts__post:first-child .blog-posts__date {
          font-size: 1.6rem; } }
      .latest-posts__post:first-child .blog-posts__date:before {
        width: 30px;
        height: 29px; }
        @media only screen and (max-width: 991px) {
          .latest-posts__post:first-child .blog-posts__date:before {
            width: 22px;
            height: 23px; } }

.social-wall {
  padding-top: 50px; }
  .social-wall__container {
    position: relative; }
    @media only screen and (max-width: 1200px) {
      .social-wall__container {
        padding: 0;
        width: 100%; } }
  .social-wall__image-wrapper {
    position: absolute;
    right: -190px;
    top: -100px; }
    @media only screen and (max-width: 1200px) {
      .social-wall__image-wrapper {
        display: none; } }
  .social-wall__heading {
    max-width: 1040px;
    padding-bottom: 20px;
    width: 75%; }
    @media only screen and (max-width: 1200px) {
      .social-wall__heading {
        margin: 0 auto 40px;
        padding: 0 15px;
        width: 90%; } }
    @media only screen and (max-width: 768px) {
      .social-wall__heading {
        margin: 0 auto 40px;
        width: 95%; } }
    @media (max-width: 481px) {
      .social-wall__heading {
        width: 92%; } }
    .social-wall__heading h2:after {
      color: #fff;
      content: ".";
      display: none; }
    .social-wall__heading a {
      color: #00ff99; }
      .social-wall__heading a:hover, .social-wall__heading a:focus {
        color: #232334; }
  .social-wall__posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -336px;
    position: relative;
    width: 1680px;
    z-index: 50; }
    @media only screen and (max-width: 1200px) {
      .social-wall__posts {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        margin: 0 auto;
        max-width: 100%;
        width: auto; } }
    @media only screen and (max-width: 767px) {
      .social-wall__posts {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .social-wall__post {
    max-width: 336px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 336px;
    flex: 0 0 336px; }
    @media only screen and (max-width: 1200px) {
      .social-wall__post {
        max-width: 33.333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%; }
        .social-wall__post:last-child {
          display: none; } }
    @media only screen and (max-width: 767px) {
      .social-wall__post {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media only screen and (max-width: 575px) {
      .social-wall__post {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    .social-wall__post--spacer .social-wall__background {
      background: transparent; }
    @media only screen and (max-width: 1200px) {
      .social-wall__post--spacer {
        display: none; } }
    @media (min-width: 1201px) and (max-width: 1860px) {
      .social-wall__post:nth-child(6) {
        opacity: 0;
        visibility: hidden; } }
    @media only screen and (min-width: 1201px) {
      .social-wall__post:nth-child(2) {
        border-top-left-radius: 10px;
        overflow: hidden; }
      .social-wall__post:nth-child(4) {
        border-top-right-radius: 10px;
        overflow: hidden; }
      .social-wall__post:nth-child(6) {
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        overflow: hidden; }
      .social-wall__post:nth-child(10) {
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        overflow: hidden; }
      .social-wall__post:nth-child(12) {
        border-bottom-left-radius: 10px;
        overflow: hidden; }
      .social-wall__post:nth-child(13) {
        border-bottom-right-radius: 10px;
        overflow: hidden; } }
  .social-wall__post-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 336px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
    width: 336px; }
    @media only screen and (max-width: 1200px) {
      .social-wall__post-inner {
        width: 100%; } }
  .social-wall__background {
    background-color: #1da1f2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .social-wall__twitter-link {
    color: #fff;
    font-size: 2.4rem; }
    .social-wall__twitter-link svg {
      vertical-align: middle; }
  .social-wall__twitter-handle {
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-transition: none;
    transition: none;
    vertical-align: middle; }
  .social-wall__twitter-content {
    color: #fff;
    font-weight: bold; }
    .social-wall__twitter-content p {
      line-height: 1.45; }
    .social-wall__twitter-content a {
      color: #fff; }
      .social-wall__twitter-content a:hover, .social-wall__twitter-content a:focus {
        color: #00ff99; }
  .social-wall__twitter-date {
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold; }
  .social-wall__instagram-link {
    color: #fff;
    font-size: 2.4rem; }
  .social-wall__links {
    display: block;
    font-size: 0;
    left: 750px;
    position: absolute;
    top: 880px;
    z-index: 51; }
    @media only screen and (max-width: 1200px) {
      .social-wall__links {
        padding-top: 50px;
        position: static;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .social-wall__links {
        bottom: 70px;
        left: auto;
        max-width: 300px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: auto; } }
    @media only screen and (max-width: 639px) {
      .social-wall__links {
        margin: 0 auto;
        position: static; } }
  .social-wall__link-wrapper {
    display: inline-block;
    margin-bottom: 35px;
    margin-right: 40px; }
    @media only screen and (max-width: 767px) {
      .social-wall__link-wrapper {
        margin-right: 0; } }
    .social-wall__link-wrapper:last-child {
      margin: 0; }
  .social-wall__link {
    display: inline-block;
    padding: 18px 20px; }
    .social-wall__link svg {
      font-size: 2.5rem;
      margin-right: 8px;
      vertical-align: middle; }
  .social-wall__link-handle {
    font-weight: bold;
    -webkit-transition: none;
    transition: none;
    vertical-align: middle; }

.footer-cta {
  margin-top: -52px;
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 1280px) {
    .footer-cta {
      margin: 0; } }
  @media only screen and (max-width: 1200px) {
    .footer-cta {
      margin-top: 30px; } }
  .footer-cta::before {
    background: linear-gradient(223deg, rgba(35, 35, 52, 0.0001) 0%, #232334 100%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .footer-cta::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 35, 52, 0.0001)), to(#232334));
    background: linear-gradient(to bottom, rgba(35, 35, 52, 0.0001) 0%, #232334 100%);
    bottom: 0;
    content: '';
    height: 75%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2; }
  @media only screen and (max-width: 1280px) {
    .footer-cta--full-width .footer-cta__background {
      background-position: 75% top; } }
  .footer-cta__background {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative; }
    @media only screen and (max-width: 1280px) {
      .footer-cta__background {
        background-position: 90% top; } }
    .footer-cta__background svg {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .footer-cta__container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    padding-bottom: 80px; }
  .footer-cta__content {
    padding-top: 600px;
    position: relative;
    width: 70%;
    z-index: 3; }
    @media only screen and (max-width: 1280px) {
      .footer-cta__content {
        padding-top: 300px; } }
    @media only screen and (max-width: 991px) {
      .footer-cta__content {
        width: 100%; } }
    .footer-cta__content--full-width {
      padding-top: 500px;
      width: 100%; }
      @media only screen and (max-width: 1280px) {
        .footer-cta__content--full-width {
          padding-top: 300px; } }
  .footer-cta__label {
    color: #fff;
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    padding-bottom: 15px; }
  .footer-cta__heading {
    color: #fff;
    margin: 0; }
    .footer-cta__heading:after {
      color: #fff;
      content: ".";
      display: none; }
  .footer-cta__link-wrapper {
    padding-top: 50px; }
  .footer-cta__image {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    height: 95%;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      .footer-cta__image {
        background-size: cover; } }
  .footer-cta__mask {
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: 1; }

.page-id-41 .footer-cta__image {
  height: 104%;
  right: 20%;
  width: 600px; }
  @media only screen and (max-width: 768px) {
    .page-id-41 .footer-cta__image {
      background-size: contain;
      right: 0;
      width: 325px; } }
  @media only screen and (max-width: 1280px) {
    .page-id-41 .footer-cta__image {
      right: 10%; } }

.page-header-standard {
  /* Event
  ======== */ }
  .page-header-standard__background {
    background-color: #232334;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative; }
    .page-header-standard__background::after {
      background: -webkit-gradient(linear, left top, right top, color-stop(25%, black), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(75%, black));
      background: linear-gradient(90deg, black 25%, rgba(0, 0, 0, 0) 50%, black 75%);
      content: '';
      height: 100%;
      left: 0%;
      position: absolute;
      top: 0;
      width: 100%; }
  .page-header-standard__inner {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    width: 100%;
    z-index: 1; }
  .page-header-standard__container {
    padding-bottom: 190px;
    padding-top: 190px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .page-header-standard__container {
        padding-bottom: 100px;
        padding-top: 160px; } }
  @media only screen and (max-width: 767px) {
    .page-header-standard--event .page-header-standard__container {
      padding-bottom: 150px;
      padding-top: 150px; } }
  .page-header-standard__heading {
    color: #fff;
    font-size: 9rem;
    line-height: 1.15;
    margin: 0;
    max-width: 1080px;
    width: 100%; }
    @media only screen and (max-width: 1280px) {
      .page-header-standard__heading {
        font-size: 8.4rem; } }
    @media only screen and (max-width: 991px) {
      .page-header-standard__heading {
        font-size: 7.2rem; } }
    @media only screen and (max-width: 767px) {
      .page-header-standard__heading {
        font-size: 5.2rem; } }
    @media only screen and (max-width: 575px) {
      .page-header-standard__heading {
        font-size: 4.4rem; } }
  .page-header-standard__top-details {
    padding-bottom: 15px; }
  .page-header-standard__categories {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle; }
  .page-header-standard__category {
    font-size: 2.2rem;
    margin-right: 10px; }
    @media only screen and (max-width: 767px) {
      .page-header-standard__category {
        font-size: 1.2rem; } }
  .page-header-standard__post-date {
    color: #b8b8c2;
    display: inline-block;
    font-weight: bold;
    vertical-align: middle; }
  .page-header-standard__post-date-text:before {
    background: url(../img/calendar.png) center no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 22px;
    margin-right: 10px;
    vertical-align: text-bottom;
    width: 23px; }
  .page-header-standard__event-times {
    bottom: -40px;
    position: absolute;
    width: 100%;
    z-index: 20; }
    @media only screen and (max-width: 575px) {
      .page-header-standard__event-times {
        bottom: -20px; } }
  .page-header-standard__event-cal {
    background: #fff;
    border-radius: 5px;
    border-top: 18px solid #fc4249;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    display: inline-block;
    height: 130px;
    margin-right: 35px;
    max-width: 130px;
    padding: 16px 10px;
    text-align: center;
    width: 100%; }
    @media only screen and (max-width: 575px) {
      .page-header-standard__event-cal {
        height: 90px;
        margin-right: 15px;
        max-width: 80px; } }
  .page-header-standard__event-day {
    display: block;
    font-size: 5.2rem;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 0.9; }
    @media only screen and (max-width: 575px) {
      .page-header-standard__event-day {
        font-size: 2.8rem; } }
  .page-header-standard__event-month {
    display: block;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: -1.3px;
    line-height: 1; }
    @media only screen and (max-width: 575px) {
      .page-header-standard__event-month {
        font-size: 2rem; } }
  .page-header-standard__event-time-loc {
    color: #fff;
    display: inline-block;
    font-size: 2.2rem;
    font-weight: bold;
    vertical-align: top; }
    @media only screen and (max-width: 575px) {
      .page-header-standard__event-time-loc {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 420px) {
      .page-header-standard__event-time-loc {
        font-size: 1.2rem; } }
  .page-header-standard__event-time-text {
    display: block; }
  .page-header-standard__event-links {
    bottom: 0;
    font-size: 0;
    position: absolute;
    right: 0;
    z-index: 21; }
    @media only screen and (max-width: 1280px) {
      .page-header-standard__event-links {
        bottom: 0;
        left: 0;
        position: fixed; } }
  .page-header-standard__event-link {
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media only screen and (max-width: 1280px) {
      .page-header-standard__event-link {
        width: 50%; } }
    .page-header-standard__event-link:first-child a {
      border-top-left-radius: 10px; }
      @media only screen and (max-width: 1280px) {
        .page-header-standard__event-link:first-child a {
          border-top-left-radius: 0; } }
    .page-header-standard__event-link a {
      background: #00ff99;
      display: block;
      min-width: 360px;
      padding: 34px 20px;
      text-align: center;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      @media only screen and (max-width: 1280px) {
        .page-header-standard__event-link a {
          min-width: 0;
          padding: 25px 20px;
          width: 100%; } }
      .page-header-standard__event-link a:hover, .page-header-standard__event-link a:focus {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 43px 20px; }
    .page-header-standard__event-link--vip a {
      background: #fc4249;
      color: #fff; }
      .page-header-standard__event-link--vip a:hover, .page-header-standard__event-link--vip a:focus {
        background: #fc333a; }
    .page-header-standard__event-link--rsvp a {
      color: #232334; }
      .page-header-standard__event-link--rsvp a:hover, .page-header-standard__event-link--rsvp a:focus {
        background: #1affa3; }
      .page-header-standard__event-link--rsvp a:hover .page-header-standard__event-link-text:before, .page-header-standard__event-link--rsvp a:focus .page-header-standard__event-link-text:before {
        -webkit-transform: rotate(-23deg);
        transform: rotate(-23deg); }
      .page-header-standard__event-link--rsvp a:hover .page-header-standard__event-link-text:after, .page-header-standard__event-link--rsvp a:focus .page-header-standard__event-link-text:after {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg); }
    .page-header-standard__event-link--rsvp .page-header-standard__event-link-text {
      position: relative; }
      .page-header-standard__event-link--rsvp .page-header-standard__event-link-text:before {
        background: url(../img/stars-left.svg) center no-repeat;
        content: "";
        display: block;
        height: 21px;
        left: -21px;
        position: absolute;
        top: -4px;
        -webkit-transition: 300ms;
        transition: 300ms;
        width: 19px; }
      .page-header-standard__event-link--rsvp .page-header-standard__event-link-text:after {
        background: url(../img/stars-right.svg) center no-repeat;
        content: "";
        display: block;
        height: 15px;
        position: absolute;
        right: -19px;
        top: -7px;
        -webkit-transition: 300ms;
        transition: 300ms;
        width: 21px; }
  .page-header-standard__event-link-text {
    font-size: 2.2rem;
    font-weight: bold; }

.page-header-support {
  position: relative; }
  .page-header-support__background {
    background: url("https://avakin.com/wp-content/uploads/2020/09/support-bg-avakin.jpg");
    overflow: hidden;
    height: 700px; }
  .page-header-support:before {
    background: #f037a5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f037a5), color-stop(90%, #32337f));
    background: linear-gradient(180deg, #f037a5 30%, #32337f 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f037a5",endColorstr="#32337f",GradientType=1);
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 1290px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 0; }
  .page-header-support__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 120px;
    padding-top: 120px;
    position: relative;
    z-index: 2; }
    .page-header-support__inner iframe {
      height: 1200px;
      margin-top: 114px; }
  .page-header-support__content {
    max-width: 50%;
    padding-top: 100px;
    position: relative;
    z-index: 5;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    @media only screen and (max-width: 767px) {
      .page-header-support__content {
        max-width: 90%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%; } }
    @media only screen and (max-width: 480px) {
      .page-header-support__content {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-top: 250px; } }
  .page-header-support__heading {
    font-size: 9rem;
    color: #fff; }
    @media only screen and (max-width: 991px) {
      .page-header-support__heading {
        padding-bottom: 20px; } }
    @media only screen and (max-width: 1280px) {
      .page-header-support__heading {
        font-size: 8.4rem; } }
    @media only screen and (max-width: 991px) {
      .page-header-support__heading {
        font-size: 7.2rem;
        width: 75%; } }
    @media only screen and (max-width: 767px) {
      .page-header-support__heading {
        font-size: 5.2rem; } }
    @media only screen and (max-width: 575px) {
      .page-header-support__heading {
        font-size: 4.4rem; } }
  .page-header-support__box {
    max-width: 690px;
    padding-top: 75px;
    width: 100%; }
    @media only screen and (max-width: 991px) {
      .page-header-support__box {
        padding-top: 35px; } }
    .page-header-support__box h1,
    .page-header-support__box h2,
    .page-header-support__box h3,
    .page-header-support__box h4,
    .page-header-support__box h5,
    .page-header-support__box h6,
    .page-header-support__box p,
    .page-header-support__box li {
      color: #fff;
      margin: 0; }
    @media only screen and (max-width: 767px) {
      .page-header-support__box p {
        font-size: 1.6rem; } }
    .page-header-support__box a {
      color: #00ff99; }
      .page-header-support__box a:hover {
        color: #00cc7a; }
  .page-header-support__box-inner {
    background: #232334;
    border: 2px solid #00ff99;
    border-radius: 4px;
    padding: 25px; }
  .page-header-support__copy {
    padding-bottom: 0; }
    @media only screen and (max-width: 991px) {
      .page-header-support__copy {
        max-width: 90%; } }
    .page-header-support__copy p {
      font-size: 1.6rem;
      margin: 0;
      color: #fff; }
  .page-header-support__image-wrapper {
    max-width: 50%;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    @media only screen and (max-width: 767px) {
      .page-header-support__image-wrapper {
        max-width: 75%;
        position: absolute;
        right: -180px;
        top: 120px;
        width: 100%; } }
    @media only screen and (max-width: 575px) {
      .page-header-support__image-wrapper {
        max-width: 100%;
        right: 0;
        top: 80px; } }
    .page-header-support__image-wrapper img {
      position: absolute;
      right: -15px;
      top: 20px; }
  .page-header-support__link-wrapper {
    margin-left: auto;
    position: relative;
    z-index: 5; }
  .page-header-support--link .page-header-support__inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .page-header-support--link .page-header-support__box {
    max-width: 628px;
    width: 100%; }
  .page-header-support--link .page-header-support__image-wrapper {
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 90px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    @media only screen and (max-width: 991px) {
      .page-header-support--link .page-header-support__image-wrapper {
        left: auto;
        right: -20%;
        top: 120px;
        -webkit-transform: translateX(0);
        transform: translateX(0); } }

.wysiwyg {
  position: relative;
  padding: 160px 0 80px;
  background: #f037a5;
  background: linear-gradient(196deg, #f037a5 60%, #32337f 100%); }
  @media only screen and (max-width: 767px) {
    .wysiwyg {
      padding-top: 100px; } }
  .wysiwyg--event .wysiwyg__editor-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; }
  .wysiwyg--event .wysiwyg__editor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
    padding: 0 15px; }
    @media only screen and (max-width: 991px) {
      .wysiwyg--event .wysiwyg__editor {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  .wysiwyg--event .wysiwyg__editor-inner {
    max-width: 960px; }
  .wysiwyg--event .wysiwyg__event-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
    padding: 30px 15px 0; }
    @media only screen and (max-width: 991px) {
      .wysiwyg--event .wysiwyg__event-details {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0; } }
  .wysiwyg--event .wysiwyg__event-detail {
    padding-bottom: 90px; }
    @media only screen and (max-width: 991px) {
      .wysiwyg--event .wysiwyg__event-detail {
        padding-bottom: 60px; } }
  .wysiwyg--event .wysiwyg__event-detail-heading {
    margin: 0 0 5px;
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: -1.5px; }
    @media only screen and (max-width: 991px) {
      .wysiwyg--event .wysiwyg__event-detail-heading {
        font-size: 2.6rem; } }
  .wysiwyg--event .wysiwyg__event-detail-item {
    display: block;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: -1px;
    color: #76828e; }
    @media only screen and (max-width: 991px) {
      .wysiwyg--event .wysiwyg__event-detail-item {
        font-size: 2.3rem; } }
  .wysiwyg__container {
    position: relative;
    z-index: 2; }
  .wysiwyg h2 {
    width: 100%;
    max-width: 960px; }
  .wysiwyg h3 {
    width: 100%;
    max-width: 960px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .wysiwyg h3 {
        font-size: 4.2rem; } }
  .wysiwyg h4 {
    width: 100%;
    max-width: 960px;
    margin-bottom: 75px; }
    @media only screen and (max-width: 767px) {
      .wysiwyg h4 {
        font-size: 2rem; } }
  .wysiwyg p {
    width: 100%;
    max-width: 1080px; }
  .wysiwyg ul {
    width: 100%;
    max-width: 960px; }
  .wysiwyg img {
    margin: 15px 0 60px;
    border-radius: 10px; }
  .wysiwyg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 770px;
    background-size: 100% 100%; }
    @media only screen and (max-width: 767px) {
      .wysiwyg:before {
        display: none; } }

.page-header {
  padding: 150px 0 200px;
  position: relative;
  /* Page Header Background
  ========================= */ }
  @media only screen and (max-width: 991px) {
    .page-header {
      padding-bottom: 180px; } }
  @media only screen and (max-width: 420px) {
    .page-header {
      padding: 160px 0 30px; } }
  .page-header.error-section {
    padding: 150px 0 150px;
    position: relative; }
    @media only screen and (max-width: 420px) {
      .page-header.error-section {
        padding: 160px 0 0; } }
  .page-header--has-mask:after {
    background-size: 100% 100%;
    bottom: -1px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    max-height: 350px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 0; }
    @media only screen and (max-width: 1480px) {
      .page-header--has-mask:after {
        left: 50%;
        max-height: 300px;
        min-width: 1540px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
    @media only screen and (max-width: 991px) {
      .page-header--has-mask:after {
        display: none;
        max-height: 250px; } }
  .page-header--has-mask.page-header--background .page-header__image-wrapper {
    left: 44%;
    margin-left: 0;
    top: 132px;
    width: 615px;
    z-index: 1; }
    @media only screen and (max-width: 1280px) {
      .page-header--has-mask.page-header--background .page-header__image-wrapper {
        top: 58px;
        width: 525px; } }
    @media only screen and (max-width: 991px) {
      .page-header--has-mask.page-header--background .page-header__image-wrapper {
        left: -10px;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 100px;
        width: 389px; } }
    @media only screen and (max-width: 750px) {
      .page-header--has-mask.page-header--background .page-header__image-wrapper {
        width: 358px; } }
    @media only screen and (max-width: 620px) {
      .page-header--has-mask.page-header--background .page-header__image-wrapper {
        left: -110px;
        width: 310px; } }
    @media only screen and (max-width: 575px) {
      .page-header--has-mask.page-header--background .page-header__image-wrapper {
        left: -140px;
        top: 90px;
        width: 260px; } }
    @media only screen and (max-width: 420px) {
      .page-header--has-mask.page-header--background .page-header__image-wrapper {
        top: 90px;
        width: 200px; } }
    .page-header--has-mask.page-header--background .page-header__image-wrapper img {
      width: 100%; }
  .page-header--has-mask .page-header__background-mobile {
    position: relative; }
    .page-header--has-mask .page-header__background-mobile:after {
      background-size: 100% 100%;
      bottom: -1px;
      content: "";
      display: block;
      height: 100%;
      left: 0;
      margin: 0 auto;
      max-height: 350px;
      position: absolute;
      right: 0;
      width: 100%;
      z-index: 0; }
      @media only screen and (max-width: 1480px) {
        .page-header--has-mask .page-header__background-mobile:after {
          left: 50%;
          max-height: 300px;
          min-width: 1540px;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); } }
      @media only screen and (max-width: 991px) {
        .page-header--has-mask .page-header__background-mobile:after {
          max-height: 250px; } }
    @media only screen and (min-width: 992px) {
      .page-header--has-mask .page-header__background-mobile:after {
        display: none; } }
  .page-header__background-mobile {
    width: 100%; }
  .page-header__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 150px;
    position: relative; }
    @media only screen and (max-width: 420px) {
      .page-header__content {
        padding-top: 0; } }
  .page-header__title-wrapper {
    max-width: 50%;
    position: relative;
    z-index: 10;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .page-header__image-wrapper {
    position: absolute;
    right: -120px;
    top: 0; }
    @media only screen and (max-width: 1200px) {
      .page-header__image-wrapper {
        right: -240px; } }
    @media only screen and (max-width: 767px) {
      .page-header__image-wrapper {
        max-width: 770px; } }
    @media only screen and (max-width: 600px) {
      .page-header__image-wrapper {
        max-width: 600px; } }
    @media only screen and (max-width: 420px) {
      .page-header__image-wrapper {
        padding-top: 20px;
        position: static; } }
  .page-header__title {
    margin-bottom: 0;
    font-size: 8rem; }
  @media only screen and (max-width: 991px) {
    .page-header__title {
      font-size: 4.2rem; } }
  .page-header--background {
    padding: 0; }
    .page-header--background h1,
    .page-header--background h2,
    .page-header--background h3,
    .page-header--background h4,
    .page-header--background h5,
    .page-header--background h6,
    .page-header--background p,
    .page-header--background li {
      color: #fff; }
    @media only screen and (max-width: 991px) {
      .page-header--background .page-header__container {
        padding: 0;
        width: 100%; } }
    .page-header--background .page-header__content {
      display: block;
      padding: 200px 0;
      position: static;
      width: 100%; }
      @media only screen and (max-width: 991px) {
        .page-header--background .page-header__content {
          max-width: 100%;
          padding: 80px 0 60px; } }
    .page-header--background .page-header__title-wrapper {
      max-width: 100%;
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 991px) {
        .page-header--background .page-header__title-wrapper {
          margin: 0 auto;
          padding: 15px 15px 15px;
          width: 90%;
          text-align: center; } }
      @media only screen and (max-width: 620px) {
        .page-header--background .page-header__title-wrapper {
          padding: 15px 15px 15px; } }
      @media (max-width: 481px) {
        .page-header--background .page-header__title-wrapper {
          width: 92%; } }
      @media only screen and (min-width: 992px) {
        .page-header--background .page-header__title-wrapper {
          width: 100%; } }
    .page-header--background .page-header__title {
      color: #fff;
      text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.22); }
    .page-header--background .page-header__content--icon .page-header__title {
      padding-bottom: 30px; }
    .page-header--background .page-header__copy {
      position: relative;
      z-index: 2; }
      .page-header--background .page-header__copy p {
        font-size: 1.6rem;
        line-height: 1.625; }
      .page-header--background .page-header__copy .page-header-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media only screen and (max-width: 991px) {
          .page-header--background .page-header__copy .page-header-mob {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; } }
      .page-header--background .page-header__copy .badge-mob {
        padding: 20px; }
        @media only screen and (max-width: 991px) {
          .page-header--background .page-header__copy .badge-mob {
            padding: 0px; } }
      .page-header--background .page-header__copy .google-pc-mob {
        width: 329px; }
        @media only screen and (max-width: 991px) {
          .page-header--background .page-header__copy .google-pc-mob {
            width: 235px; } }
    .page-header--background .page-header__image-wrapper {
      bottom: 90px;
      left: 50%;
      margin-left: -140px;
      position: absolute;
      top: auto;
      z-index: 0;
      display: none; }
      @media only screen and (max-width: 991px) {
        .page-header--background .page-header__image-wrapper {
          margin: -260px auto 0;
          position: static; } }
      @media only screen and (max-width: 620px) {
        .page-header--background .page-header__image-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 0 auto;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
    @media only screen and (max-width: 991px) {
      .page-header--background .page-header__background {
        height: 100%;
        background-position: left; } }
    @media only screen and (max-width: 620px) {
      .page-header--background .page-header__background {
        height: 100%; } }
    .page-header--background .page-header__background-mobile {
      background-position: 90% bottom;
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 40px; }
      @media only screen and (min-width: 992px) {
        .page-header--background .page-header__background-mobile {
          background: none !important;
          padding-top: 0; } }
    .page-header--background .page-header__text-wrapper {
      position: relative;
      text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.22);
      z-index: 1; }
      @media only screen and (max-width: 991px) {
        .page-header--background .page-header__text-wrapper {
          margin: 0 auto;
          padding: 0 15px;
          width: 90%; }
          .page-header--background .page-header__text-wrapper h1,
          .page-header--background .page-header__text-wrapper h2,
          .page-header--background .page-header__text-wrapper h3,
          .page-header--background .page-header__text-wrapper h4,
          .page-header--background .page-header__text-wrapper h5,
          .page-header--background .page-header__text-wrapper h6,
          .page-header--background .page-header__text-wrapper p,
          .page-header--background .page-header__text-wrapper li {
            color: #171819; }
          .page-header--background .page-header__text-wrapper .button {
            background: #fff;
            color: #111111; }
            .page-header--background .page-header__text-wrapper .button:hover, .page-header--background .page-header__text-wrapper .button:focus {
              background: #fff;
              color: #111111; } }
      @media (max-width: 481px) {
        .page-header--background .page-header__text-wrapper {
          width: 92%; } }
      @media only screen and (min-width: 992px) {
        .page-header--background .page-header__text-wrapper {
          width: 100%; } }
  .page-header__background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .page-header__icon-wrapper {
    padding-bottom: 30px;
    position: relative;
    z-index: 2; }
    .page-header__icon-wrapper--desktop {
      display: block; }
      @media only screen and (max-width: 991px) {
        .page-header__icon-wrapper--desktop {
          display: block; } }
    .page-header__icon-wrapper--mobile {
      display: none; }
      @media only screen and (max-width: 991px) {
        .page-header__icon-wrapper--mobile {
          display: none; } }
  .page-header__logos {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px;
    padding-top: 70px;
    position: relative;
    z-index: 2; }
  .page-header__logo {
    margin-bottom: 15px;
    padding: 0 30px; }
  .page-header__logo-link--desktop {
    display: block; }
    @media only screen and (max-width: 991px) {
      .page-header__logo-link--desktop {
        display: none; } }
  .page-header__logo-link--mobile {
    display: none; }
    @media only screen and (max-width: 991px) {
      .page-header__logo-link--mobile {
        display: block;
        -webkit-filter: grayscale(100%) brightness(55%);
        filter: grayscale(100%) brightness(55%); } }
  .page-header__track-month {
    position: relative;
    z-index: 5; }
  .page-header__track-month-link:hover .page-header__track-month-name, .page-header__track-month-link:focus .page-header__track-month-name {
    color: #00ff99; }
  .page-header__track-month-link:hover .page-header__track-month-icon, .page-header__track-month-link:focus .page-header__track-month-icon {
    background: #fff; }
  .page-header__track-month-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .page-header__track-month-icon {
    background: #00ff99;
    border: 8px solid #171819;
    border-radius: 50%;
    height: 76px;
    margin-right: 25px;
    position: relative;
    -webkit-transition: 300ms;
    transition: 300ms;
    width: 76px; }
    .page-header__track-month-icon:after {
      border-bottom: 12px solid transparent;
      border-left: 25px solid #171819;
      border-right: 25px solid transparent;
      border-top: 12px solid transparent;
      bottom: 0;
      content: "";
      display: block;
      height: 0;
      left: 20px;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 0; }
  .page-header__track-month-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0; }
  .page-header__track-month-label {
    color: #fff;
    display: block;
    font-weight: bold;
    margin-bottom: 5px; }
    @media only screen and (max-width: 991px) {
      .page-header__track-month-label {
        color: #171819; } }
  .page-header__track-month-name {
    color: #fff; }
    @media only screen and (max-width: 991px) {
      .page-header__track-month-name {
        color: #171819; } }

#mainVideo {
  width: 100%;
  height: 850px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0; }
  @media only screen and (max-width: 991px) {
    #mainVideo {
      height: 650px; } }

.features {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 991px) {
    .features {
      padding-top: 80px; } }
  .features__heading {
    font-size: 4.2rem;
    text-align: center; }
  .features__heading2 {
    margin-bottom: 25px;
    text-align: left;
    padding: 25px 50px 0px 0px;
    text-transform: uppercase;
    font-size: 4.2rem;
    display: inline-block;
    padding-bottom: 15px;
    position: relative; }
    .features__heading2:before {
      content: "";
      position: absolute;
      width: 30%;
      height: 1px;
      bottom: 0;
      left: 0%;
      border-bottom: 10px solid #FF0707; }
  .features__description {
    font-size: 1.6rem; }
  .features__point-image {
    position: relative; }
  .features .feature-btn {
    margin: 0 auto;
    display: block;
    width: 200px;
    border-radius: 50px; }
  .features__points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -100px; }
    @media only screen and (max-width: 860px) {
      .features__points {
        margin: 0 0 -30px; } }
  .features__point {
    max-width: 33.3333333%;
    padding: 0px 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%; }
    @media only screen and (max-width: 991px) {
      .features__point {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media only screen and (max-width: 860px) {
      .features__point {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0; } }
  @media only screen and (max-width: 860px) {
    .features__point-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      max-width: 500px;
      margin: 0 auto;
      margin-bottom: -80px; } }
  @media only screen and (max-width: 860px) {
    .features__point-image {
      min-width: 190px; } }
  .features__text {
    padding: 5px 20px;
    position: relative;
    bottom: 140px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    border-radius: 30px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  .features__text2 {
    position: relative;
    bottom: 180px;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 600px) {
      .features__text2 {
        bottom: 160px;
        padding: 5px; } }
  @media only screen and (max-width: 860px) {
    .features__text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  @media only screen and (max-width: 575px) {
    .features__text {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  .features__point-heading {
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 20px;
    color: #fff; }
    .features__point-heading:after {
      color: #fff; }
    @media only screen and (max-width: 600px) {
      .features__point-heading {
        font-size: 1.65rem; } }
  .features__point-copy p {
    font-size: 1.6rem;
    color: #fff;
    margin: 0 0 20px; }
    @media only screen and (max-width: 600px) {
      .features__point-copy p {
        font-size: 1.3rem; } }
  .features__links {
    font-size: 0; }
  .features__store-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40%;
    max-width: 160px;
    margin: 10px; }
  .features__link-wrapper {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 20px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .features__link-wrapper a {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: none;
      transition: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .features__link-wrapper a img {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: 300ms;
        transition: 300ms;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      .features__link-wrapper a:hover img, .features__link-wrapper a:focus img {
        opacity: 0.75; }
    @media only screen and (max-width: 767px) {
      .features__link-wrapper {
        max-width: 200px; } }
    .features__link-wrapper:last-child {
      margin: 0; }

.feature-btn-link {
  color: #00F0FF;
  text-decoration: underline; }

.timeline:before {
  background: url(../img/timeline-mask.svg) center top no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 250px;
  width: 100%; }
  @media only screen and (max-width: 1400px) {
    .timeline:before {
      margin-left: 50%;
      min-width: 1400px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media only screen and (max-width: 991px) {
    .timeline:before {
      height: 200px; } }

.timeline__inner {
  background: #232334;
  padding-bottom: 230px;
  padding-top: 70px;
  position: relative; }
  @media only screen and (max-width: 1080px) {
    .timeline__inner {
      padding-top: 120px; } }
  .timeline__inner:after {
    background: -webkit-gradient(linear, right top, left top, from(#232334), to(rgba(35, 35, 52, 0)));
    background: linear-gradient(to left, #232334, rgba(35, 35, 52, 0));
    content: "";
    display: block;
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 35%; }

.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6,
.timeline p,
.timeline li {
  color: #fff; }

.timeline h4 {
  font-weight: bold;
  max-width: 330px;
  width: 70%; }
  .timeline h4:after {
    color: #fff;
    content: ".";
    display: none; }

.timeline p {
  font-size: 1.6rem;
  line-height: 1.625;
  max-width: 330px;
  width: 70%; }

.timeline .flickity-viewport {
  overflow: visible; }

.timeline__events {
  height: 700px; }

.timeline__event-label {
  color: #00ff99;
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: -0.8px;
  margin-bottom: 5px; }

.timeline__event {
  bottom: 0;
  margin: 0 -100px;
  max-width: 475px;
  width: 100%; }
  @media only screen and (max-width: 575px) {
    .timeline__event {
      min-width: 400px; } }
  .timeline__event p {
    margin: 0; }
  .timeline__event:after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 600%; }
  .timeline__event:nth-child(odd):after {
    bottom: 0;
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  .timeline__event:nth-child(odd) .timeline__event-inner {
    padding-bottom: 100px;
    padding-top: 65px; }
  .timeline__event:nth-child(even) {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
    .timeline__event:nth-child(even):after {
      top: 0;
      -webkit-transform: translateY(-1px);
      transform: translateY(-1px); }
    .timeline__event:nth-child(even) .timeline__event-inner {
      padding-bottom: 65px;
      padding-top: 100px; }
    .timeline__event:nth-child(even) .timeline__event-image-wrapper {
      position: absolute;
      right: -35px;
      top: 35px; }
    .timeline__event:nth-child(even) .timeline__marker-wrapper {
      bottom: auto;
      top: 0; }
    .timeline__event:nth-child(even) .timeline__marker {
      bottom: auto;
      top: 18px; }
      .timeline__event:nth-child(even) .timeline__marker:before {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: auto; }

.timeline__event-inner {
  position: relative; }

.timeline__event-image-wrapper {
  position: absolute;
  right: 0;
  top: 0; }

.timeline__marker-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 11px; }

.timeline__marker {
  background: #fff;
  border-radius: 50%;
  bottom: 18px;
  display: block;
  height: 11px;
  position: absolute;
  width: 11px; }
  .timeline__marker:before {
    background: #fff;
    content: "";
    display: block;
    height: 30px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 3px; }

.timeline__more-wrapper {
  cursor: pointer;
  height: 229px;
  position: absolute;
  right: 100px;
  top: -20px;
  -webkit-transition: 300ms;
  transition: 300ms;
  width: 320px;
  z-index: 15; }
  @media only screen and (max-width: 1080px) {
    .timeline__more-wrapper {
      right: 15px;
      top: -80px;
      width: 200px; } }
  .timeline__more-wrapper:hover, .timeline__more-wrapper:focus {
    opacity: 0.75; }

.timeline__more {
  background: url(../img/timeline-arrow.png) center no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%; }

.community-cta {
  background-color: #F3F7FC;
  /* CTA Bottom
  ============= */ }
  .community-cta__top {
    height: 350px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .community-cta__top {
        height: auto; } }
    .community-cta__top:after {
      background: #232334;
      content: "";
      display: block;
      height: 100%;
      position: relative;
      width: 100%;
      z-index: 10; }
      @media only screen and (max-width: 767px) {
        .community-cta__top:after {
          display: none; } }
    .community-cta__top .community-cta__container {
      position: relative; }
      @media only screen and (max-width: 767px) {
        .community-cta__top .community-cta__container {
          padding: 0;
          position: static;
          width: 100%; } }
  .community-cta__box {
    left: 0;
    margin: 0 auto;
    max-width: 1180px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 15; }
    @media only screen and (max-width: 767px) {
      .community-cta__box {
        max-width: 100%;
        position: relative; } }
  .community-cta__box-inner {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 14px rgba(190, 190, 190, 0.5);
    box-shadow: 0 0 14px rgba(190, 190, 190, 0.5); }
    @media only screen and (max-width: 767px) {
      .community-cta__box-inner {
        border-radius: none; } }
  .community-cta__box-content {
    margin-left: auto;
    max-width: 78%;
    padding: 100px 100px 70px;
    width: 100%; }
    @media only screen and (max-width: 991px) {
      .community-cta__box-content {
        max-width: 50%;
        padding: 90px 60px 50px 0; } }
    @media only screen and (max-width: 600px) {
      .community-cta__box-content {
        margin: 0 auto;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        width: 95%; } }
    @media (max-width: 481px) {
      .community-cta__box-content {
        width: 92%; } }
    .community-cta__box-content p {
      font-size: 1.6rem; }
  .community-cta__box-image {
    left: -180px;
    position: absolute;
    top: -100px; }
    @media only screen and (max-width: 991px) {
      .community-cta__box-image {
        left: 15px;
        top: 30px;
        width: 40%; } }
    @media only screen and (max-width: 600px) {
      .community-cta__box-image {
        margin: 0 auto;
        max-width: 300px;
        padding-top: 40px;
        position: static;
        width: 100%; } }
  .community-cta__bottom {
    height: 1150px;
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 1200px) {
      .community-cta__bottom {
        height: 1000px; } }
    @media only screen and (max-width: 767px) {
      .community-cta__bottom {
        height: 460px; } }
    .community-cta__bottom .community-cta__content {
      max-width: 760px;
      padding-top: 360px;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .community-cta__bottom .community-cta__content {
          max-width: 480px;
          padding-top: 100px; } }
  .community-cta__background {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 1500px;
    height: 1180px;
    position: absolute;
    right: -190px;
    top: 0;
    width: 1100px; }
    @media only screen and (max-width: 767px) {
      .community-cta__background {
        background-position: right top;
        background-size: 690px auto;
        height: 550px;
        padding-bottom: 160px; } }
    .community-cta__background::after {
      background: -webkit-gradient(linear, left top, right top, from(#F3F7FC), to(rgba(243, 247, 252, 0.0001)));
      background: linear-gradient(90deg, #F3F7FC 0%, rgba(243, 247, 252, 0.0001) 100%);
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .community-cta__mask {
    left: -100px;
    max-width: none;
    position: absolute;
    top: 780px;
    width: 107%;
    z-index: 1; }
    @media only screen and (max-width: 1400px) {
      .community-cta__mask {
        left: -55px; } }
    @media only screen and (max-width: 767px) {
      .community-cta__mask {
        left: -25px;
        top: 360px; } }
  .community-cta__heading {
    margin-bottom: 60px; }
    .community-cta__heading:after {
      color: #fff;
      content: ".";
      display: none; }

.influencers {
  margin-top: -180px;
  padding-bottom: 70px;
  position: relative;
  z-index: 20; }
  @media only screen and (max-width: 1200px) {
    .influencers {
      margin-top: -100px; } }
  @media only screen and (max-width: 767px) {
    .influencers {
      margin-top: 0; } }
  .influencers .influencers__post-inner {
    display: block;
    padding-bottom: 0; }
  .influencers .influencers__post-title {
    margin-bottom: 15px;
    padding-top: 0; }
  .influencers__post-text {
    max-width: 365px;
    width: 100%; }
  .influencers__post-excerpt {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.625;
    margin: 0; }
  .influencers__hours {
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 1;
    max-width: 360px;
    padding-top: 20px;
    width: 100%; }
    .influencers__hours:before {
      background: url(../img/clock.svg) center no-repeat;
      content: "";
      display: inline-block;
      height: 23px;
      margin: 0 10px 4px 0;
      vertical-align: middle;
      width: 23px; }
  .influencers__social-links {
    padding: 50px 0 10px; }
    .influencers__social-links a {
      color: #fff;
      font-size: 2.4rem;
      margin-right: 8px; }
      .influencers__social-links a:hover, .influencers__social-links a:focus {
        color: #00ff99; }
  .influencers__link-wrapper {
    margin-top: -30px;
    text-align: right; }
    @media only screen and (max-width: 991px) {
      .influencers__link-wrapper {
        margin-top: 0; } }

.team {
  padding: 120px 0; }
  @media only screen and (max-width: 767px) {
    .team {
      padding-bottom: 120px; } }
  .team__heading {
    margin-bottom: 15px;
    text-align: center;
    font-size: 8rem;
    color: #ffe84a; }
  .team__heading-2 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 5rem;
    color: #ffe84a; }
  .team__label {
    text-align: center;
    color: #fff; }
  .team__members-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 100px 0; }
  .team__member-column {
    max-width: 25%;
    text-align: center; }
    @media only screen and (max-width: 680px) {
      .team__member-column {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
  .team__member-column:nth-child(even) {
    bottom: -100px;
    position: relative; }
  .team__member-title {
    font-weight: bold;
    margin-bottom: 60px;
    margin-top: 8px; }

.gform_wrapper {
  margin: 0 auto;
  padding: 0 !important; }

.form-text {
  display: none; }

.gform_wrapper input {
  background: transparent;
  border: 2px solid #fff !important;
  color: #fff; }

.gform_wrapper .gform_footer {
  padding-left: 0px !important; }

.gform_wrapper .gform_footer .button {
  margin: 0 auto;
  background-color: #ffe84a;
  color: #32337F; }

.gform_confirmation_wrapper {
  text-align: center !important; }

.cta {
  padding: 60px 0; }
  @media only screen and (max-width: 767px) {
    .cta {
      padding: 30px 0; } }
  .cta h1,
  .cta h2,
  .cta h3,
  .cta h4,
  .cta h5,
  .cta h6,
  .cta p,
  .cta li {
    color: #fff; }
  .cta__background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative; }
    .cta__background::after {
      background-color: rgba(0, 0, 0, 0.2);
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .cta__content-inner {
    padding: 115px 70px 90px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 991px) {
      .cta__content-inner {
        padding: 60px 40px 60px; } }
    @media only screen and (max-width: 767px) {
      .cta__content-inner {
        padding: 40px 25px 40px; } }
  .cta__heading {
    margin: 0 0 5px;
    max-width: 840px;
    width: 100%; }
    .cta__heading:after {
      color: #fff;
      content: ".";
      display: none; }
  .cta__copy {
    max-width: 380px;
    width: 100%; }
    .cta__copy p {
      font-size: 1.6rem;
      line-height: 1.625; }
  @media only screen and (max-width: 767px) {
    .cta .button {
      min-width: 180px; } }

.visit-the-forum {
  padding-top: 50px; }
  @media only screen and (max-width: 767px) {
    .visit-the-forum {
      padding-bottom: 50px; } }
  .visit-the-forum:after {
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    margin-top: -240px;
    background: url(../img/visit-the-forum.svg) center no-repeat;
    background-size: 100% 100%; }
    @media only screen and (max-width: 767px) {
      .visit-the-forum:after {
        display: none; } }
  .visit-the-forum__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; }
  .visit-the-forum__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px; }
    @media only screen and (max-width: 767px) {
      .visit-the-forum__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  .visit-the-forum__heading {
    padding-top: 60px;
    padding-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      .visit-the-forum__heading {
        padding-top: 0; } }
  .visit-the-forum__image-wrapper {
    padding-left: 30px; }
    @media only screen and (max-width: 767px) {
      .visit-the-forum__image-wrapper {
        display: none; } }
  .visit-the-forum__points-container {
    width: 100%;
    max-width: 600px; }
  .visit-the-forum__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .visit-the-forum__point {
        padding-bottom: 50px; } }
  .visit-the-forum__point-image {
    padding-right: 35px; }
  .visit-the-forum__point-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding-top: 70px; }
    @media only screen and (max-width: 1080px) {
      .visit-the-forum__point-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .visit-the-forum__point-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        padding-top: 0; } }
    @media only screen and (max-width: 520px) {
      .visit-the-forum__point-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 30px; } }
  .visit-the-forum__point-heading {
    margin-bottom: 15px;
    font-weight: bold; }
    .visit-the-forum__point-heading:after {
      content: ".";
      color: #fff;
      display: none; }
  .visit-the-forum__point-copy p {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.625; }
  .visit-the-forum__link-wrapper {
    padding-top: 100px; }
    @media only screen and (max-width: 767px) {
      .visit-the-forum__link-wrapper {
        padding-top: 20px; } }

.playlists {
  padding: 100px 0 20px; }
  .playlists__container {
    position: relative; }
  .playlists__image-wrapper {
    position: absolute;
    left: -600px;
    bottom: -140px;
    z-index: 1;
    pointer-events: none; }
    @media only screen and (max-width: 991px) {
      .playlists__image-wrapper {
        display: none; } }
  .playlists__icon-wrapper {
    padding-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .playlists__icon-wrapper {
        max-width: 52px; } }
  .playlists__content {
    position: relative;
    z-index: 2; }
  .playlists__heading {
    margin-bottom: 50px; }
    .playlists__heading:after {
      content: ".";
      color: #fff;
      display: none; }
  .playlists .playlists__post-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative; }
  .playlists .playlists__post-heading {
    width: 100%;
    padding: 0;
    margin-bottom: 10px; }
  .playlists__post-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media only screen and (max-width: 1400px) {
      .playlists__post-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  .playlists__post-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    text-align: right;
    padding-left: 10px;
    position: absolute;
    right: 30px;
    bottom: 30px; }
  .playlists__post-snippet {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff; }
  .playlists__post-icon-wrapper {
    width: 100%;
    max-width: 22px;
    margin-bottom: 10px; }
  .playlists__post-link-container {
    display: block; }
    .playlists__post-link-container:hover .playlists__post-link-text, .playlists__post-link-container:focus .playlists__post-link-text {
      color: #f9f273; }
  .playlists__post-link-text {
    border-color: #f9f273;
    color: #fff; }
  .playlists__link-wrapper {
    position: relative;
    z-index: 2;
    text-align: right;
    margin-top: -30px; }
    @media only screen and (max-width: 991px) {
      .playlists__link-wrapper {
        margin-top: 0; } }
    .playlists__link-wrapper img {
      width: 22px;
      margin-right: 15px; }
    .playlists__link-wrapper a {
      border-color: #f9f273; }
      .playlists__link-wrapper a:hover, .playlists__link-wrapper a:focus {
        color: #f9f273; }

.c-column {
  width: 50%;
  height: 100%; }

.c-row:after {
  content: "";
  display: table;
  clear: both; }

@media screen and (max-width: 991px) {
  .c-column {
    width: 100%;
    margin-bottom: 25px; } }

@media screen and (max-width: 991px) {
  .a-pad-70 {
    padding: 25px; } }

.content-image {
  position: relative;
  z-index: 12; }
  .content-image h1,
  .content-image h2,
  .content-image h3,
  .content-image h4,
  .content-image h5,
  .content-image h6,
  .content-image p,
  .content-image li {
    color: #fff; }
  .content-image__container {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px; }
    @media only screen and (max-width: 575px) {
      .content-image__container {
        padding-bottom: 40px; } }
  .content-image__background {
    background-color: #232334;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .content-image__heading {
    margin-bottom: 30px;
    font-size: 4rem; }
    .content-image__heading:after {
      display: none; }
  .content-image__heading2 {
    margin-bottom: 25px;
    text-align: left;
    padding: 25px 50px 0px 0px;
    text-transform: uppercase;
    font-size: 4.2rem;
    display: inline-block;
    padding-bottom: 15px;
    position: relative; }
    .content-image__heading2:before {
      content: "";
      position: absolute;
      width: 30%;
      height: 1px;
      bottom: 0;
      left: 0%;
      border-bottom: 10px solid #FF0707; }
  .content-image__logo-wrapper {
    padding-bottom: 0px; }
  .content-image__content {
    position: relative;
    z-index: 5;
    width: 50%;
    max-width: 670px; }
    @media only screen and (max-width: 991px) {
      .content-image__content {
        width: 100%; } }
  @media only screen and (max-width: 991px) {
    .content-image__copy {
      width: 100%; } }
  @media only screen and (max-width: 575px) {
    .content-image__copy {
      width: 100%; } }
  .content-image__copy p {
    margin-bottom: 50px;
    font-size: 1.6rem;
    line-height: 1.625; }
  .content-image__link {
    color: #fff;
    background: #32337F;
    padding: 25px 50px;
    border-bottom: none;
    border-radius: 50px; }
    .content-image__link:hover, .content-image__link:focus {
      color: #00ff99; }
  .content-image__image-wrapper {
    position: absolute;
    top: -30px;
    right: -15px;
    z-index: 4;
    pointer-events: none; }
    @media only screen and (max-width: 991px) {
      .content-image__image-wrapper {
        top: auto;
        max-width: 55%;
        right: -30px;
        bottom: -80px; } }
    @media only screen and (max-width: 575px) {
      .content-image__image-wrapper {
        position: relative;
        right: auto;
        bottom: -100px;
        padding: 45px 0;
        margin: -100px auto 0;
        max-width: 80%; } }

.shoutcast {
  position: relative;
  padding: 90px 0; }
  .shoutcast:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 980px;
    background: url(../img/standard-mask.svg) center top no-repeat;
    background-size: 100% 100%; }
  .shoutcast__container {
    position: relative;
    z-index: 5; }
  .shoutcast__heading {
    max-width: 840px;
    padding-bottom: 10px; }
  .shoutcast__logo-wrapper {
    padding-bottom: 30px; }
  .shoutcast__heading:after {
    display: none; }
  .shoutcast__copy {
    width: 60%;
    max-width: 680px; }
    @media only screen and (max-width: 575px) {
      .shoutcast__copy {
        width: 100%; } }
    .shoutcast__copy p {
      font-size: 1.6rem;
      line-height: 1.625;
      color: #232334; }

.thank-you {
  position: relative;
  z-index: 10;
  padding-top: 290px; }
  @media only screen and (max-width: 991px) {
    .thank-you {
      padding-top: 200px; } }
  .thank-you:after {
    content: "";
    display: block;
    width: 100%;
    height: 140px;
    background: #232334; }
    @media only screen and (max-width: 991px) {
      .thank-you:after {
        height: 60px; } }
  .thank-you__content {
    width: 65%;
    max-width: 720px; }
    @media only screen and (max-width: 991px) {
      .thank-you__content {
        width: 100%; } }
  .thank-you__heading {
    margin-bottom: 40px;
    font-size: 9rem; }
  .thank-you__subheading {
    margin-bottom: 10px;
    font-size: 4.2rem; }
  .thank-you__image-wrapper {
    margin-bottom: -195px;
    text-align: center; }
    @media only screen and (max-width: 991px) {
      .thank-you__image-wrapper {
        min-width: 1200px;
        position: relative;
        margin-bottom: -107px;
        left: -40px; } }

.page-links {
  position: relative; }
  .page-links__container {
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px; }
  .page-links__link {
    display: block;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 45px;
    border-bottom: 2px solid #d8d8d8; }
    .page-links__link:hover .page-links__icon:after, .page-links__link:hover .page-links__icon:before, .page-links__link:focus .page-links__icon:after, .page-links__link:focus .page-links__icon:before {
      background: #00ff99; }
    .page-links__link:hover .page-links__heading, .page-links__link:focus .page-links__heading {
      color: #00ff99; }
  .page-links__link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .page-links__heading-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0; }
  .page-links__heading {
    margin-bottom: 0;
    -webkit-transition: 300ms;
    transition: 300ms; }
  .page-links__icon-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .page-links__icon {
    position: relative;
    display: block;
    width: 24px;
    height: 24px; }
    .page-links__icon:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 8px;
      height: 24px;
      margin: auto;
      background: #232334;
      -webkit-transition: 300ms;
      transition: 300ms; }
    .page-links__icon:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 24px;
      height: 8px;
      margin: auto;
      background: #232334;
      -webkit-transition: 300ms;
      transition: 300ms; }
  .page-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 770px;
    background: url(../img/standard-mask.svg) center no-repeat;
    background-size: 100% 100%; }
  .page-links__editor {
    padding-top: 150px; }
    .page-links__editor p {
      font-size: 1.6rem;
      margin-bottom: 30px; }

.contact {
  padding-top: 140px;
  padding-bottom: 100px; }
  .contact__content {
    position: relative;
    padding-top: 100px; }
    @media only screen and (max-width: 767px) {
      .contact__content {
        padding-top: 60px; } }
  .contact__background {
    position: relative;
    padding-top: 40px; }
    .contact__background:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      z-index: 0;
      width: 100%;
      height: 770px;
      background: url(../img/standard-mask.svg) center no-repeat;
      background-size: 100% 100%; }
  .contact__heading {
    position: relative;
    z-index: 10;
    padding-bottom: 60px;
    font-size: 9rem; }
    @media only screen and (max-width: 767px) {
      .contact__heading {
        padding-bottom: 30px; } }
    @media only screen and (max-width: 1280px) {
      .contact__heading {
        font-size: 8.4rem; } }
    @media only screen and (max-width: 991px) {
      .contact__heading {
        font-size: 7.2rem; } }
    @media only screen and (max-width: 767px) {
      .contact__heading {
        font-size: 5.2rem; } }
    @media only screen and (max-width: 575px) {
      .contact__heading {
        font-size: 4.4rem; } }
  .contact__image-wrapper {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 2; }
    @media only screen and (max-width: 1460px) {
      .contact__image-wrapper {
        right: -190px;
        max-width: 75%; } }
    @media only screen and (max-width: 767px) {
      .contact__image-wrapper {
        max-width: 90%;
        right: -200px; } }
    @media only screen and (max-width: 575px) {
      .contact__image-wrapper {
        position: static;
        margin: -10px auto -80px;
        max-width: 100%; } }
  .contact__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 10; }
  .contact__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media only screen and (max-width: 991px) {
      .contact__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  .contact__details {
    padding-top: 650px;
    padding-left: 50px; }
    @media only screen and (max-width: 991px) {
      .contact__details {
        padding-top: 30px;
        padding-left: 0; } }
  .contact__details-heading {
    margin-bottom: 40px; }
  .contact__details-link-wrapper {
    font-size: 1.8rem; }
    .contact__details-link-wrapper svg {
      margin-right: 15px;
      color: #00ff99; }
  .contact__details-link--email {
    color: #221f1f; }
  .contact__details-social-links-list {
    padding-top: 60px;
    padding-left: 39px; }
    @media only screen and (max-width: 991px) {
      .contact__details-social-links-list {
        padding-left: 0;
        padding-top: 30px; } }
    .contact__details-social-links-list li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 24px; }
      .contact__details-social-links-list li a {
        color: #171819; }
        .contact__details-social-links-list li a:hover, .contact__details-social-links-list li a:focus {
          color: #00ff99; }

.report-a-bug-form {
  position: relative;
  z-index: 10;
  padding: 0 40px; }
  @media only screen and (max-width: 767px) {
    .report-a-bug-form {
      padding: 0 30px; } }
  @media only screen and (max-width: 575px) {
    .report-a-bug-form {
      padding: 0; } }
  .report-a-bug-form__alert {
    padding: 50px 0; }
  .report-a-bug-form__background {
    width: 100%;
    max-width: 1570px;
    padding: 30px;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff; }
    @media only screen and (max-width: 991px) {
      .report-a-bug-form__background {
        padding: 30px 15px; } }
    @media only screen and (max-width: 767px) {
      .report-a-bug-form__background {
        padding: 30px 0; } }
  .report-a-bug-form__alert-icon {
    display: inline-block;
    width: 30px;
    vertical-align: middle; }
    .report-a-bug-form__alert-icon:before {
      display: inline-block;
      content: "!";
      font-size: 3.5rem;
      font-weight: bold;
      margin-right: 30px;
      vertical-align: middle;
      color: #00ff99; }
  .report-a-bug-form__alert-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px); }
  .report-a-bug-form__heading {
    padding-bottom: 15px;
    border-bottom: 1px solid #cdcdcd; }
  .report-a-bug-form__copy-wrapper {
    padding: 25px 0; }
    @media only screen and (max-width: 991px) {
      .report-a-bug-form__copy-wrapper {
        padding-bottom: 0; } }
    .report-a-bug-form__copy-wrapper p {
      font-size: 1.6rem; }
  .report-a-bug-form__disclaimer {
    padding-top: 70px;
    padding-bottom: 80px; }
    @media only screen and (max-width: 767px) {
      .report-a-bug-form__disclaimer {
        padding-bottom: 30px; } }
    .report-a-bug-form__disclaimer .report-a-bug-form__copy-wrapper {
      padding-top: 0; }
  .report-a-bug-form__disclaimer-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 30px; }
  .report-a-bug-form__disclaimer-tab {
    margin-right: 80px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 991px) {
      .report-a-bug-form__disclaimer-tab {
        margin-right: 40px; } }
    .report-a-bug-form__disclaimer-tab a {
      display: block;
      padding: 30px;
      border-radius: 4px;
      border: 2px solid #171819; }
      @media only screen and (max-width: 991px) {
        .report-a-bug-form__disclaimer-tab a {
          border-color: #ef5f23;
          background: #ffbebe; } }
      @media only screen and (max-width: 767px) {
        .report-a-bug-form__disclaimer-tab a {
          padding: 15px; } }
      .report-a-bug-form__disclaimer-tab a:hover, .report-a-bug-form__disclaimer-tab a:focus {
        background: #00ff99;
        color: #171819; }
      .report-a-bug-form__disclaimer-tab a span {
        -webkit-transition: none;
        transition: none; }
    .report-a-bug-form__disclaimer-tab--no-link {
      padding: 30px;
      border-radius: 4px;
      border: 2px solid #171819; }
      @media only screen and (max-width: 991px) {
        .report-a-bug-form__disclaimer-tab--no-link {
          border-color: #ef5f23;
          background: #ffbebe; } }
  .report-a-bug-form .gform_title {
    margin-bottom: 50px; }
  .report-a-bug-form .gsection_title {
    margin-left: 0;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 2.2rem;
    letter-spacing: -0.85px;
    border-bottom: 1px solid #cdcdcd; }
    .report-a-bug-form .gsection_title:after {
      display: none; }
  .report-a-bug-form .gform_wrapper {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-bottom: 30px; }
    .report-a-bug-form .gform_wrapper input[type="radio"] + label,
    .report-a-bug-form .gform_wrapper input[type="checkbox"] + label {
      font-size: 1.6rem;
      vertical-align: middle; }
      .report-a-bug-form .gform_wrapper input[type="radio"] + label:before,
      .report-a-bug-form .gform_wrapper input[type="checkbox"] + label:before {
        top: -2px;
        width: 20px;
        height: 20px;
        border-radius: 3px; }
    .report-a-bug-form .gform_wrapper input[type="radio"]:checked + label:after,
    .report-a-bug-form .gform_wrapper input[type="checkbox"]:checked + label:after {
      top: 3px;
      width: 10px;
      height: 10px;
      border-radius: 3px; }
    .report-a-bug-form .gform_wrapper .gform_footer {
      padding-left: 0; }
  .report-a-bug-form .gform_fields {
    margin: 0 -24px; }
  .report-a-bug-form .gfield {
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    padding: 0 22px; }
    @media only screen and (max-width: 991px) {
      .report-a-bug-form .gfield {
        width: 100%; } }
    .report-a-bug-form .gfield.align-middle {
      vertical-align: middle; }
  .report-a-bug-form .gsection {
    width: 100%; }
  .report-a-bug-form textarea {
    max-width: 580px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 991px) {
      .report-a-bug-form textarea {
        margin-bottom: 0; } }
  .report-a-bug-form .half-width {
    width: 50%;
    vertical-align: top; }
    @media only screen and (max-width: 991px) {
      .report-a-bug-form .half-width {
        width: 100%; } }
  .report-a-bug-form .new-line h2 {
    display: none; }
  .report-a-bug-form .free-width {
    width: 50%; }
    @media only screen and (max-width: 991px) {
      .report-a-bug-form .free-width {
        width: 100%; } }
    .report-a-bug-form .free-width input {
      max-width: 447px; }
      @media only screen and (max-width: 991px) {
        .report-a-bug-form .free-width input {
          max-width: 100%; } }
  .report-a-bug-form .extended-width {
    width: 38%; }
    @media only screen and (max-width: 991px) {
      .report-a-bug-form .extended-width {
        width: 100%; } }
  .report-a-bug-form .full-width {
    width: 100%; }
  .report-a-bug-form .gfield_radio li {
    width: 45%;
    display: inline-block; }
    @media only screen and (max-width: 991px) {
      .report-a-bug-form .gfield_radio li {
        width: 25%; } }
  .report-a-bug-form .form-text {
    width: 100%;
    max-width: 900px;
    margin-top: 30px; }
  .report-a-bug-form .form-footer-text {
    display: block;
    margin-bottom: 25px;
    width: 100; }

#hs-support-frame {
  height: 1200px;
  margin: 40px 0;
  position: relative;
  border-radius: 10px; }

.section {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .section {
      padding-bottom: 0px; } }
  .section:after {
    background: url(../img/section-mask.svg) center top no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 295px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
    @media only screen and (max-width: 1200px) {
      .section:after {
        height: 320px;
        left: 50%;
        min-width: 1500px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .section__blocks-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px;
    position: relative;
    z-index: 4; }
  .section__block {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    @media only screen and (max-width: 991px) {
      .section__block {
        margin-bottom: 0px;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    .section__block a:hover, .section__block a:focus {
      color: #00ff99; }
      .section__block a:hover:before, .section__block a:focus:before {
        height: 0; }
  .section__background {
    background-position: 66% center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
  .section__link {
    display: block;
    height: 100%;
    padding: 50px 100px;
    width: 100%; }
    @media only screen and (max-width: 991px) {
      .section__link {
        padding: 40px; } }
    @media only screen and (max-width: 767px) {
      .section__link {
        padding: 40px 30px; } }
    .section__link:hover .section__block-link, .section__link:focus .section__block-link {
      color: #00ff99; }
  .section__block-label {
    margin-bottom: 5px; }
  .section__block-heading {
    margin-bottom: 25px;
    color: #ffe84a; }
    @media only screen and (max-width: 767px) {
      .section__block-heading {
        font-size: 3.2rem; } }
    .section__block-heading:after {
      display: none; }
  .section__block-copy p {
    font-size: 1.6rem;
    line-height: 1.625;
    color: #fff; }
  .section__block-text {
    width: 90%; }
  .section__block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

/* Gravity Forms
================ */
.gform_confirmation_wrapper {
  padding: 30px 0;
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
  color: #00ff99; }

.gform_anchor {
  position: relative;
  top: -140px; }

.gform_ajax_spinner {
  display: none; }

.ui-datepicker {
  display: none;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  border: 2px solid #9090a3; }
  .ui-datepicker td {
    padding: 5px; }
  .ui-datepicker .ui-datepicker-next {
    float: right;
    cursor: pointer; }
  .ui-datepicker .ui-datepicker-prev {
    cursor: pointer; }
  .ui-datepicker .ui-datepicker-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 0; }
    .ui-datepicker .ui-datepicker-title select {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
      flex: 0 0 45%;
      max-width: 45%;
      border-top: none;
      border-right: none;
      border-left: none;
      border-bottom: 1px solid #00ff99; }
      .ui-datepicker .ui-datepicker-title select:last-child {
        margin-left: auto; }
  .ui-datepicker span {
    -webkit-transition: none;
    transition: none; }
  .ui-datepicker a {
    color: #171819; }
    .ui-datepicker a:hover, .ui-datepicker a:focus {
      color: #00ff99; }

.gsection_title {
  font-size: 5.2rem;
  padding-top: 30px;
  margin-left: -60px; }
  @media only screen and (max-width: 991px) {
    .gsection_title {
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    .gsection_title {
      font-size: 4.2rem; } }
  @media only screen and (max-width: 575px) {
    .gsection_title {
      font-size: 3.6rem; } }
  .gsection_title:after {
    content: ".";
    color: #fff; }

.gform_wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 630px;
  padding: 0 0 30px 60px; }
  @media only screen and (max-width: 991px) {
    .gform_wrapper {
      padding-left: 0; } }
  .gform_wrapper .gform_body {
    position: relative; }
  .gform_wrapper .validation_error {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    color: #ff173a; }
  .gform_wrapper .validation_message {
    font-size: 1.6rem;
    color: #ff173a; }
  .gform_wrapper ul,
  .gform_wrapper li {
    padding: 0;
    margin: 0; }
  .gform_wrapper .gfield {
    margin-bottom: 15px; }
  .gform_wrapper .gfield_label {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 30px; }
  .gform_wrapper .show-label .gfield_label {
    display: block; }
  .gform_wrapper input {
    width: 100%;
    height: 70px;
    padding: 0 20px;
    border-radius: 5px !important;
    border: 2px solid #9090a3;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important; }
    @media only screen and (max-width: 640px) {
      .gform_wrapper input {
        padding: 0 15px; } }
  .gform_wrapper textarea {
    width: 100%;
    height: 230px;
    padding: 15px 20px;
    border-radius: 5px !important;
    border: 2px solid #9090a3;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important; }
    @media only screen and (max-width: 640px) {
      .gform_wrapper textarea {
        padding: 15px 15px; } }
  .gform_wrapper .gform_validation_container {
    display: none; }
  .gform_wrapper .gfield_radio > li,
  .gform_wrapper .gfield_checkbox > li {
    margin-bottom: 20px; }
  .gform_wrapper .gfield_description {
    padding-top: 15px;
    font-size: 1.6rem;
    opacity: 0.7; }
  .gform_wrapper input[type="radio"] {
    position: absolute;
    left: -99999px;
    width: 0;
    opacity: 0;
    cursor: pointer;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .gform_wrapper input[type="radio"] + label {
      display: block;
      position: relative;
      padding-left: 32px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1.2rem;
      line-height: 1.6rem;
      color: #171819; }
      .gform_wrapper input[type="radio"] + label:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 16px;
        height: 16px;
        border: 1px solid #6b7c93;
        border-radius: 50%;
        background: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer; }
    .gform_wrapper input[type="radio"]:checked + label:after {
      content: "";
      display: inline-block;
      position: absolute;
      left: 5px;
      top: 5px;
      margin: 0;
      width: 6px;
      height: 6px;
      background: #1b63dc;
      border-radius: 50%;
      vertical-align: middle; }
    .gform_wrapper input[type="radio"]:checked + label:before {
      border-color: #1b63dc; }
  .gform_wrapper input[type="checkbox"] {
    position: absolute;
    left: -99999px;
    width: 0;
    opacity: 0;
    cursor: pointer;
    height: auto; }
    .gform_wrapper input[type="checkbox"] + label {
      display: block;
      position: relative;
      padding-left: 32px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1.2rem;
      line-height: 1.6rem;
      color: #171819; }
      .gform_wrapper input[type="checkbox"] + label:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 1px;
        left: 0;
        width: 16px;
        height: 16px;
        border: 1px solid #6b7c93;
        border-radius: 3px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer; }
    .gform_wrapper input[type="checkbox"]:checked + label:after {
      content: "";
      display: inline-block;
      position: absolute;
      bottom: auto;
      margin: auto 0;
      left: 5px;
      top: 2px;
      width: 4px;
      height: 9px;
      border: solid #1b63dc;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .gform_wrapper input[type="checkbox"]:checked + label:before {
      border-color: #1b63dc; }
  .gform_wrapper .ginput_container_fileupload {
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 70px; }
  .gform_wrapper .upload-button {
    border-radius: 4px !important;
    cursor: pointer;
    -webkit-transition: 300ms;
    transition: 300ms;
    display: inline-block;
    position: relative;
    min-width: 240px;
    padding: 22px 20px;
    border: none;
    border-radius: 40px;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1;
    background: #2C2C34;
    color: #fff;
    display: block;
    margin-top: 10px;
    max-width: 250px; }
    .gform_wrapper .upload-button--alt {
      background: #fff;
      color: #232334; }
    .gform_wrapper .upload-button:hover, .gform_wrapper .upload-button:focus {
      color: #232334;
      background: #00ff99; }
    .gform_wrapper .upload-button--dotted {
      padding: 24px 20px 20px;
      position: relative;
      border-radius: 10px;
      background: #00ff99;
      color: #232334; }
      .gform_wrapper .upload-button--dotted:hover, .gform_wrapper .upload-button--dotted:focus {
        background: #232334;
        color: #fff !important; }
        .gform_wrapper .upload-button--dotted:hover:after, .gform_wrapper .upload-button--dotted:focus:after {
          -webkit-animation: fade-dot infinite 1.5s 500ms;
          animation: fade-dot infinite 1.5s 500ms;
          background: #00ff99;
          opacity: 0; }

@keyframes fade-dot {
  0% {
    opacity: 0; }
  29% {
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  71% {
    opacity: 0; }
  100% {
    opacity: 0; } }
      .gform_wrapper .upload-button--dotted:after {
        content: "";
        display: block;
        position: absolute;
        top: 17px;
        right: 28px;
        width: 6px;
        height: 6px;
        border-radius: 10px;
        background: #fff; }
    .gform_wrapper .upload-button--dotted-alt {
      display: block;
      padding: 24px 20px 20px;
      position: relative;
      border-radius: 10px;
      background: #00ff99;
      color: #232334; }
      .gform_wrapper .upload-button--dotted-alt:hover, .gform_wrapper .upload-button--dotted-alt:focus {
        background: #fff;
        color: #232334 !important; }
        .gform_wrapper .upload-button--dotted-alt:hover:after, .gform_wrapper .upload-button--dotted-alt:focus:after {
          -webkit-animation: fade-dot infinite 1.5s 500ms;
          animation: fade-dot infinite 1.5s 500ms;
          background: #00ff99;
          opacity: 0; }

@keyframes fade-dot {
  0% {
    opacity: 0; }
  29% {
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  71% {
    opacity: 0; }
  100% {
    opacity: 0; } }
      .gform_wrapper .upload-button--dotted-alt:after {
        content: "";
        display: block;
        position: absolute;
        top: 17px;
        right: 28px;
        width: 6px;
        height: 6px;
        border-radius: 10px;
        background: #fff; }
  .gform_wrapper .ginput_container_fileupload input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
  .gform_wrapper .ginput_container_select {
    position: relative;
    cursor: pointer; }
    .gform_wrapper .ginput_container_select:after {
      position: absolute;
      right: 25px;
      top: 4px;
      bottom: 0;
      margin: auto 0;
      z-index: 5;
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 5px;
      vertical-align: middle;
      border-top: 8px solid #b8b8c2;
      border-bottom: 8px solid transparent;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      -webkit-transition: 300ms;
      transition: 300ms;
      pointer-events: none; }
  .gform_wrapper select {
    cursor: pointer;
    background-color: #fff;
    padding: 0 45px 0 15px;
    margin: 0;
    text-overflow: "";
    font-size: 1.6rem;
    border-radius: 5px !important;
    color: #232334;
    width: 100%;
    height: 70px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0 !important;
    border: 2px solid #9090a3; }
  .gform_wrapper select::-ms-expand {
    display: none; }
  .gform_wrapper .gform_footer {
    padding-left: 32px; }
    @media only screen and (max-width: 991px) {
      .gform_wrapper .gform_footer {
        padding: 0; } }
    .gform_wrapper .gform_footer input {
      display: block;
      max-width: 190px;
      height: 60px;
      margin: 35px 0 0;
      border: none;
      border-radius: 4px !important; }
    .gform_wrapper .gform_footer .button {
      min-width: 240px;
      padding-top: 22px;
      padding-bottom: 22px; }
      .gform_wrapper .gform_footer .button--arrow:after {
        line-height: 60px; }
  .gform_wrapper .ginput_container_date {
    position: relative; }
    .gform_wrapper .ginput_container_date input.datepicker {
      cursor: pointer;
      background: url(../img/calendar.svg) right 25px center no-repeat; }
    .gform_wrapper .ginput_container_date:after {
      /*content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 25px;
      width: 22px;
      height: 22px;
      margin: auto 0;
      background: url(../img/calendar.svg) center no-repeat;
	  */ }
  .gform_wrapper .form-text {
    padding-top: 15px;
    font-size: 1.2rem;
    line-height: 1.625;
    color: #232334; }
    .gform_wrapper .form-text a {
      color: #232334;
      border-bottom: 1px solid #00ff99; }
      .gform_wrapper .form-text a:hover, .gform_wrapper .form-text a:focus {
        color: #00ff99; }
  .gform_wrapper .ginput_recaptcha {
    padding-left: 32px; }
    @media only screen and (max-width: 991px) {
      .gform_wrapper .ginput_recaptcha {
        padding-left: 0;
        -webkit-transform: scale(0.9) translateX(-4%);
        transform: scale(0.9) translateX(-4%); } }

.newsletter .gform_confirmation_message {
  color: #fff;
  font-weight: 400; }

/* Burger Menu
============== */
.masthead__burger {
  display: none; }
  @media only screen and (max-width: 991px) {
    .masthead__burger {
      display: block; } }
  .masthead__burger.menu-on .masthead__burger-lines {
    background: rgba(255, 255, 255, 0); }
    .masthead__burger.menu-on .masthead__burger-lines:after {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      bottom: 0; }
    .masthead__burger.menu-on .masthead__burger-lines:before {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 0; }
  .masthead__burger .masthead__burger-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 80px; }
  .masthead__burger .masthead__burger-menu {
    display: block;
    position: relative;
    margin: 0;
    width: 36px;
    height: 30px;
    z-index: 27;
    cursor: pointer; }
  .masthead__burger .masthead__burger-lines {
    position: absolute;
    background: white;
    width: 100%;
    height: 3px;
    top: 13px;
    right: 0;
    opacity: 1;
    border-radius: 4px; }
    .masthead__burger .masthead__burger-lines:before {
      position: absolute;
      background: white;
      width: 100%;
      height: 3px;
      top: 13px;
      left: 0;
      content: "";
      display: block;
      border-radius: 4px; }
    .masthead__burger .masthead__burger-lines:after {
      position: absolute;
      background: white;
      width: 100%;
      height: 3px;
      bottom: 13px;
      left: 0;
      content: "";
      display: block;
      border-radius: 4px; }
  .masthead__burger .masthead__burger-lines,
  .masthead__burger .masthead__burger-lines::after,
  .masthead__burger .masthead__burger-lines::before {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }

.archive .blog-posts,
.category .blog-posts,
.blog .blog-posts {
  padding-bottom: 100px;
  padding-top: 170px; }
  @media only screen and (max-width: 991px) {
    .archive .blog-posts,
    .category .blog-posts,
    .blog .blog-posts {
      padding-bottom: 40px;
      padding-top: 60px; } }
  .archive .blog-posts__container,
  .category .blog-posts__container,
  .blog .blog-posts__container {
    padding-top: 130px;
    position: relative;
    z-index: 10; }
    .archive .blog-posts__container--header,
    .category .blog-posts__container--header,
    .blog .blog-posts__container--header {
      padding-top: 140px; }
    @media only screen and (max-width: 991px) {
      .archive .blog-posts__container--body,
      .category .blog-posts__container--body,
      .blog .blog-posts__container--body {
        padding-top: 30px; } }
  .archive .blog-posts__posts-container,
  .category .blog-posts__posts-container,
  .blog .blog-posts__posts-container {
    position: relative; }
    .archive .blog-posts__posts-container:after,
    .category .blog-posts__posts-container:after,
    .blog .blog-posts__posts-container:after {
      background: url(../img/standard-mask.svg) center no-repeat;
      background-size: 100% 100%;
      content: "";
      display: block;
      height: 900px;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; }
      @media only screen and (max-width: 991px) {
        .archive .blog-posts__posts-container:after,
        .category .blog-posts__posts-container:after,
        .blog .blog-posts__posts-container:after {
          display: none; } }
  .archive .blog-posts__heading,
  .category .blog-posts__heading,
  .blog .blog-posts__heading {
    font-size: 9rem;
    line-height: 1.15;
    padding-bottom: 80px;
    position: relative;
    width: 60%;
    z-index: 10; }
    @media only screen and (max-width: 1280px) {
      .archive .blog-posts__heading,
      .category .blog-posts__heading,
      .blog .blog-posts__heading {
        font-size: 8.4rem; } }
    @media only screen and (max-width: 991px) {
      .archive .blog-posts__heading,
      .category .blog-posts__heading,
      .blog .blog-posts__heading {
        font-size: 7.2rem;
        padding-bottom: 30px;
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .archive .blog-posts__heading,
      .category .blog-posts__heading,
      .blog .blog-posts__heading {
        font-size: 5.2rem; } }
    @media only screen and (max-width: 575px) {
      .archive .blog-posts__heading,
      .category .blog-posts__heading,
      .blog .blog-posts__heading {
        font-size: 4.4rem; } }
  .archive .blog-posts__post:nth-child(2),
  .category .blog-posts__post:nth-child(2),
  .blog .blog-posts__post:nth-child(2) {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    .archive .blog-posts__post:nth-child(2) .blog-posts__post-title,
    .category .blog-posts__post:nth-child(2) .blog-posts__post-title,
    .blog .blog-posts__post:nth-child(2) .blog-posts__post-title {
      font-size: 9rem;
      width: 44%; }
      @media only screen and (max-width: 1280px) {
        .archive .blog-posts__post:nth-child(2) .blog-posts__post-title,
        .category .blog-posts__post:nth-child(2) .blog-posts__post-title,
        .blog .blog-posts__post:nth-child(2) .blog-posts__post-title {
          font-size: 7.4rem;
          width: 80%; } }
      @media only screen and (max-width: 991px) {
        .archive .blog-posts__post:nth-child(2) .blog-posts__post-title,
        .category .blog-posts__post:nth-child(2) .blog-posts__post-title,
        .blog .blog-posts__post:nth-child(2) .blog-posts__post-title {
          font-size: 4.2rem; } }
      @media only screen and (max-width: 575px) {
        .archive .blog-posts__post:nth-child(2) .blog-posts__post-title,
        .category .blog-posts__post:nth-child(2) .blog-posts__post-title,
        .blog .blog-posts__post:nth-child(2) .blog-posts__post-title {
          font-size: 3.8rem; } }
    .archive .blog-posts__post:nth-child(2) .latest-posts__post-inner,
    .category .blog-posts__post:nth-child(2) .latest-posts__post-inner,
    .blog .blog-posts__post:nth-child(2) .latest-posts__post-inner {
      padding: 60px; }
      @media only screen and (max-width: 991px) {
        .archive .blog-posts__post:nth-child(2) .latest-posts__post-inner,
        .category .blog-posts__post:nth-child(2) .latest-posts__post-inner,
        .blog .blog-posts__post:nth-child(2) .latest-posts__post-inner {
          padding: 40px; } }
      @media only screen and (max-width: 575px) {
        .archive .blog-posts__post:nth-child(2) .latest-posts__post-inner,
        .category .blog-posts__post:nth-child(2) .latest-posts__post-inner,
        .blog .blog-posts__post:nth-child(2) .latest-posts__post-inner {
          padding: 25px 20px; } }
    .archive .blog-posts__post:nth-child(2) .blog-posts__date,
    .category .blog-posts__post:nth-child(2) .blog-posts__date,
    .blog .blog-posts__post:nth-child(2) .blog-posts__date {
      font-size: 2.2rem; }
      @media only screen and (max-width: 991px) {
        .archive .blog-posts__post:nth-child(2) .blog-posts__date,
        .category .blog-posts__post:nth-child(2) .blog-posts__date,
        .blog .blog-posts__post:nth-child(2) .blog-posts__date {
          font-size: 1.6rem; } }
      .archive .blog-posts__post:nth-child(2) .blog-posts__date:before,
      .category .blog-posts__post:nth-child(2) .blog-posts__date:before,
      .blog .blog-posts__post:nth-child(2) .blog-posts__date:before {
        height: 29px;
        width: 30px; }
        @media only screen and (max-width: 991px) {
          .archive .blog-posts__post:nth-child(2) .blog-posts__date:before,
          .category .blog-posts__post:nth-child(2) .blog-posts__date:before,
          .blog .blog-posts__post:nth-child(2) .blog-posts__date:before {
            height: 23px;
            width: 22px; } }
  .archive .blog-posts .infinite-scroll-trigger,
  .category .blog-posts .infinite-scroll-trigger,
  .blog .blog-posts .infinite-scroll-trigger {
    padding-top: 20px; }
  .archive .blog-posts__image-wrapper,
  .category .blog-posts__image-wrapper,
  .blog .blog-posts__image-wrapper {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 2; }
    @media only screen and (max-width: 991px) {
      .archive .blog-posts__image-wrapper,
      .category .blog-posts__image-wrapper,
      .blog .blog-posts__image-wrapper {
        max-width: 37%;
        right: 15px;
        top: 12%; } }
    @media only screen and (max-width: 620px) {
      .archive .blog-posts__image-wrapper,
      .category .blog-posts__image-wrapper,
      .blog .blog-posts__image-wrapper {
        margin: -40px auto 0;
        max-width: 80%;
        position: static; } }
    @media only screen and (max-width: 480px) {
      .archive .blog-posts__image-wrapper,
      .category .blog-posts__image-wrapper,
      .blog .blog-posts__image-wrapper {
        margin: -40px auto 0;
        max-width: 100%; } }
  .archive .blog-posts .infinite-scroll-request,
  .category .blog-posts .infinite-scroll-request,
  .blog .blog-posts .infinite-scroll-request {
    margin: 0 auto; }
  .archive .blog-posts .appended-item,
  .category .blog-posts .appended-item,
  .blog .blog-posts .appended-item {
    -webkit-animation: post-fade-in 1s 1 forwards;
    animation: post-fade-in 1s 1 forwards;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }

@-webkit-keyframes post-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes post-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.blog-posts__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px; }
  @media only screen and (max-width: 1280px) {
    .blog-posts__posts {
      margin: 0 -25px; } }
  @media only screen and (max-width: 575px) {
    .blog-posts__posts {
      margin: 0 -20px; } }

.blog-posts__post {
  margin-bottom: 60px;
  max-width: 50%;
  padding: 0 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  @media only screen and (max-width: 1280px) {
    .blog-posts__post {
      padding: 0 25px; } }
  @media only screen and (max-width: 991px) {
    .blog-posts__post {
      margin-bottom: 25px;
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  @media only screen and (max-width: 575px) {
    .blog-posts__post {
      padding: 0 20px; } }

.blog-posts__post-background {
  background-color: #232334;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .blog-posts__post-background::after {
    background: -webkit-gradient(linear, left top, right top, from(#232334), color-stop(40%, #232334), color-stop(90%, rgba(125, 185, 232, 0)));
    background: linear-gradient(to right, #232334 0%, #232334 40%, rgba(125, 185, 232, 0) 90%);
    content: '';
    height: 100%;
    left: 0%;
    position: absolute;
    top: 0;
    width: 100%; }

.blog-posts__post-details {
  padding-bottom: 10px; }

.blog-posts__post-link-container {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1; }
  .blog-posts__post-link-container .influencers__social-links {
    padding: 10px 0; }

.blog-posts__post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 575px) {
    .blog-posts__post-inner {
      padding: 25px 20px; } }

.blog-posts__categories {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle; }

.blog-posts__category {
  font-size: 2.2rem;
  padding: 5px 15px; }
  @media only screen and (max-width: 767px) {
    .blog-posts__category {
      font-size: 1.5rem; } }

.blog-posts__date-wrapper {
  display: inline-block;
  vertical-align: middle; }

.blog-posts__date {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0; }
  .blog-posts__date:before {
    background: url(../img/calendar.png) center no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 22px;
    margin-right: 10px;
    vertical-align: text-bottom;
    width: 23px; }

.blog-posts__post-title {
  color: #fff;
  margin-bottom: 50px;
  padding-top: 15px;
  width: 100%; }
  .blog-posts__post-title:after {
    display: none; }

.blog-posts__post-link {
  border-bottom: 2px solid;
  color: #fff;
  font-weight: bold;
  padding: 1px 0; }
  .blog-posts__post-link:hover, .blog-posts__post-link:focus {
    color: inherit; }

.blog-default__banner {
  background-position: center right;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .blog-default__banner:after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #32337F), to(transparent));
    background-image: linear-gradient(to right, #32337F 60%, transparent);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 75%;
    z-index: -1; }
  .blog-default__banner h1 {
    color: #fff;
    font-size: 90px;
    margin-bottom: 0;
    padding: 210px 0 190px 0; }
    @media (max-width: 769px) {
      .blog-default__banner h1 {
        font-size: 50px;
        padding: 150px 0 75px 0; } }

.blog-default__content {
  font-size: 2rem;
  margin: 10rem 0; }

/* ==========================================================================
   8. Browser Fixes
   ========================================================================== */
/* ie9 */
/* ie8  */
/* ie7 */
/* ==========================================================================
   9. Plugins
   ========================================================================== */
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;
  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;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
  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: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  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;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  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;
  -webkit-transform: translateZ(0);
  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 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  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--next {
  z-index: 99995; }

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

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

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

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 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 {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 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;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0; }

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

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  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--iframe .fancybox-content {
  height: calc(100% - 44px);
  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;
  vertical-align: top;
  width: 100%; }

.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, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  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,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.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;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  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-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.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 {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  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; }

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

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

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

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

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

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

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

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

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

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

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

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

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

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

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

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

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  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 0 0; }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* 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;
  -webkit-transition: all .2s;
  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: transparent;
  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;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 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, 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;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.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: 768px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19f;
  box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: .1s;
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: .15s;
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: .2s;
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: .25s;
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: .35s;
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .4s;
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: .45s;
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: .55s;
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: .6s;
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: .65s;
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: .7s;
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: .75s;
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: .8s;
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: .85s;
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: .9s;
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: .95s;
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0); }

/* ==========================================================================
   10. Responsive
   ========================================================================== */
