@charset "UTF-8";
/*
Theme Name: META Full WordPress Theme
Theme URI: http://wordpress.org/themes/METAWordPressTheme
Author: Beci Orpin, Pitch Studios, DxR Zone Ltd
Author URI: https://dxr.zone/
Description: META WordPress theme
Version: 1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: 
Text Domain: META WordPress Theme

META WordPress Theme © 2020 Smiling Mind
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

#bodyClass,
#homeUrl {
  display: none; }

.section {
  width: 100vw;
  display: block;
  position: relative;
  /*@media(min-width: 768px) {*/
  overflow: hidden;
  height: 100vh;
  /*}*/ }

body #wrapper {
  transition: top 0.75s ease-in-out, opacity 0.4s ease-in-out;
  /*@media(min-width: 768px) {*/
  position: fixed;
  /*}*/ }

/* GRID STYLES */
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

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

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

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.col, .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs,
.col-xxs-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col,
.col-xs-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: 20px;
  padding-left: 20px; }

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 80px;
    padding-right: 80px; }
  .row {
    margin-left: -20px;
    margin-right: -20px; }
  .big-margins {
    margin-left: -80px;
    margin-right: -80px; }
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs,
  .col-xxs-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col,
  .col-xs-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: 20px;
    padding-left: 20px; } }

@media (min-width: 768px) and (min-width: 1200px) {
  .container-fluid {
    padding-left: 90px;
    padding-right: 90px; }
  .big-margins {
    margin-left: -90px;
    margin-right: -90px; } }

@media (min-width: 768px) and (min-width: 1200px) and (min-width: 1500px) {
  .container-fluid {
    padding-left: 120px;
    padding-right: 120px; }
  .big-margins {
    margin-left: -120px;
    margin-right: -120px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-margins {
  margin-right: 0;
  margin-left: 0; }

.no-padding {
  padding-right: 0;
  padding-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-xxs-1 {
  margin-left: 8.333333%; }

.offset-xxs-2 {
  margin-left: 16.666667%; }

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

.offset-xxs-4 {
  margin-left: 33.333333%; }

.offset-xxs-5 {
  margin-left: 41.666667%; }

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

.offset-xxs-7 {
  margin-left: 58.333333%; }

.offset-xxs-8 {
  margin-left: 66.666667%; }

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

.offset-xxs-10 {
  margin-left: 83.333333%; }

.offset-xxs-11 {
  margin-left: 91.666667%; }

@media (min-width: 500px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xs-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.333333%; }
  .offset-xs-2 {
    margin-left: 16.666667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.333333%; }
  .offset-xs-5 {
    margin-left: 41.666667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.333333%; }
  .offset-xs-8 {
    margin-left: 66.666667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.333333%; }
  .offset-xs-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1024px) {
  .col-sm-m {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-m-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-m-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-m-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-m-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-m-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-m-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-m-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-m-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-m-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-m-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-m-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-m-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-m-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-m-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-m-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-m-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-m-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-m-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-m-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-m-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-m-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-m-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-m-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-m-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-m-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-m-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-m-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-m-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-m-0 {
    margin-left: 0; }
  .offset-sm-m-1 {
    margin-left: 8.333333%; }
  .offset-sm-m-2 {
    margin-left: 16.666667%; }
  .offset-sm-m-3 {
    margin-left: 25%; }
  .offset-sm-m-4 {
    margin-left: 33.333333%; }
  .offset-sm-m-5 {
    margin-left: 41.666667%; }
  .offset-sm-m-6 {
    margin-left: 50%; }
  .offset-sm-m-7 {
    margin-left: 58.333333%; }
  .offset-sm-m-8 {
    margin-left: 66.666667%; }
  .offset-sm-m-9 {
    margin-left: 75%; }
  .offset-sm-m-10 {
    margin-left: 83.333333%; }
  .offset-sm-m-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1500px) {
  .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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1920px) {
  .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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.d-xxs-none {
  display: none !important; }

.d-xxs-inline {
  display: inline !important; }

.d-xxs-inline-block {
  display: inline-block !important; }

.d-xxs-block {
  display: block !important; }

.d-xxs-table {
  display: table !important; }

.d-xxs-table-row {
  display: table-row !important; }

.d-xxs-table-cell {
  display: table-cell !important; }

.d-xxs-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-xxs-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 500px) {
  .d-xs-none {
    display: none !important; }
  .d-xs-inline {
    display: inline !important; }
  .d-xs-inline-block {
    display: inline-block !important; }
  .d-xs-block {
    display: block !important; }
  .d-xs-table {
    display: table !important; }
  .d-xs-table-row {
    display: table-row !important; }
  .d-xs-table-cell {
    display: table-cell !important; }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .d-sm-m-none {
    display: none !important; }
  .d-sm-m-inline {
    display: inline !important; }
  .d-sm-m-inline-block {
    display: inline-block !important; }
  .d-sm-m-block {
    display: block !important; }
  .d-sm-m-table {
    display: table !important; }
  .d-sm-m-table-row {
    display: table-row !important; }
  .d-sm-m-table-cell {
    display: table-cell !important; }
  .d-sm-m-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-m-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1500px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1920px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-xxs-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-xxs-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-xxs-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-xxs-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-xxs-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-xxs-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-xxs-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-xxs-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-xxs-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-xxs-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-xxs-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-xxs-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-xxs-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-xxs-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-xxs-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-xxs-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-xxs-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-xxs-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-xxs-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-xxs-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-xxs-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-xxs-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-xxs-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-xxs-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-xxs-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-xxs-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-xxs-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-xxs-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-xxs-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 500px) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xs-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xs-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xs-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1024px) {
  .flex-sm-m-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-m-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-m-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-m-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-m-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-m-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-m-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-m-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-m-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-m-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-m-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-m-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-m-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-m-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-m-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-m-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-m-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-m-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-m-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-m-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-m-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-m-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-m-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-m-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-m-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-m-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-m-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-m-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-m-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1500px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1920px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.text-align-xxs-center,
.text-align-xxs-center * {
  text-align: center;
  width: 100%; }

.text-align-xxs-left,
.text-align-xxs-left * {
  text-align: left;
  width: auto; }

.text-align-xxs-right,
.text-align-xxs-right * {
  text-align: right;
  width: 100%; }

@media (min-width: 500px) {
  .text-align-xs-center,
  .text-align-xs-center * {
    text-align: center;
    width: 100%; }
  .text-align-xs-left,
  .text-align-xs-left * {
    text-align: left;
    width: auto; }
  .text-align-xs-right,
  .text-align-xs-right * {
    text-align: right;
    width: 100%; } }

@media (min-width: 768px) {
  .text-align-sm-center,
  .text-align-sm-center * {
    text-align: center;
    width: 100%; }
  .text-align-sm-left,
  .text-align-sm-left * {
    text-align: left;
    width: auto; }
  .text-align-sm-right,
  .text-align-sm-right * {
    text-align: right;
    width: 100%; } }

@media (min-width: 1024px) {
  .text-align-sm-m-center,
  .text-align-sm-m-center * {
    text-align: center;
    width: 100%; }
  .text-align-sm-m-left,
  .text-align-sm-m-left * {
    text-align: left;
    width: auto; }
  .text-align-sm-m-right,
  .text-align-sm-m-right * {
    text-align: right;
    width: 100%; } }

@media (min-width: 1200px) {
  .text-align-md-center,
  .text-align-md-center * {
    text-align: center;
    width: 100%; }
  .text-align-md-left,
  .text-align-md-left * {
    text-align: left;
    width: auto; }
  .text-align-md-right,
  .text-align-md-right * {
    text-align: right;
    width: 100%; } }

@media (min-width: 1500px) {
  .text-align-lg-center,
  .text-align-lg-center * {
    text-align: center;
    width: 100%; }
  .text-align-lg-left,
  .text-align-lg-left * {
    text-align: left;
    width: auto; }
  .text-align-lg-right,
  .text-align-lg-right * {
    text-align: right;
    width: 100%; } }

@media (min-width: 1920px) {
  .text-align-xl-center,
  .text-align-xl-center * {
    text-align: center;
    width: 100%; }
  .text-align-xl-left,
  .text-align-xl-left * {
    text-align: left;
    width: auto; }
  .text-align-xl-right,
  .text-align-xl-right * {
    text-align: right;
    width: 100%; } }

.img-full-width {
  display: block;
  width: 100%;
  height: auto; }

.img-full-height {
  display: inline-block;
  width: auto;
  height: 100%; }

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

/* centred columns styles */
.row-centred {
  text-align: center; }

[class*="col-centred-"] {
  display: block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px; }

/* Default BS breakpoints */
@media (min-width: 500px) {
  .col-centred-xs {
    display: inline-block; } }

@media (min-width: 768px) {
  .col-centred-sm {
    display: inline-block; } }

@media (min-width: 1024px) {
  .col-centred-sm-m {
    display: inline-block; } }

@media (min-width: 1200px) {
  .col-centred-md {
    display: inline-block; } }

@media (min-width: 1500px) {
  .col-centred-lg {
    display: inline-block; } }

@media (min-width: 1920px) {
  .col-centred-xl {
    display: inline-block; } }

/*END GRID*/
.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }
  .tns-slider > .tns-item,
  .tns-slider .c > arousel__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item,
  .tns-horizontal.tns-subpixel > .ambassador-thumb {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item,
.tns-horizontal.tns-no-subpixel > .ambassador-thumb {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item,
.tns-horizontal.tns-carousel.tns-no-subpixel > .ambassador-thumb {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item,
  .tns-gallery .c > arousel__item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s; }
  .tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important; }
  .tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.tns-complete {
    opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }
  .tns-vpfix > div, .tns-vpfix > li {
    display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.33333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }
  .tns-t-ct:after {
    content: '';
    display: table;
    clear: both; }
  .tns-t-ct > div {
    width: 1.42857%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left; }

#wrapper {
  top: 0;
  transition: filter 0.4s ease-in-out;
  position: absolute; }

.hidden-before-load {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease; }

.loaded .hidden-before-load {
  opacity: 1;
  pointer-events: auto; }

.page__section {
  position: relative;
  width: 100vw;
  height: 100vh;
  color: #ffffff;
  transition: opacity 0.4s ease-in-out; }
  @media (min-width: 768px) {
    .page__section {
      pointer-events: none; } }

.footer-is-active-section .page__section {
  pointer-events: auto; }

.page__section.section--active {
  pointer-events: auto; }

.page__section--min-full-height {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.page__section--auto-height {
  height: auto; }

.page__section--grey {
  background-color: #221f1f; }

.meta-aspect__button--link,
.button--read-more {
  text-decoration: none; }

.ajaxing .page__section--ambassadors,
.ajaxing .page__section--education,
.ajaxing .page__section--default {
  opacity: 0; }

.video__wrapper {
  position: relative; }

.video__wrapper video {
  position: static;
  display: block; }

.video__wrapper:after {
  content: '';
  position: absolute;
  display: block;
  /*  width: 60px;
  height: 60px;
  border-left: 60px solid;
  border-bottom: 45px solid transparent;
  border-top: 45px solid transparent;*/
  /*top: calc(50% - 30px);*/
  /*left: calc(50% - 30px);*/
  pointer-events: none;
  /*border-left-color: transparent;*/
  transition: border-left-color 0.4s ease;
  /*@media(max-width: 767px) {*/
  width: 30px;
  height: 40px;
  border-left: 30px solid transparent;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  top: calc(50% - 22px);
  left: calc(50% - 12px);
  /*}*/ }

.video__wrapper.paused:after {
  border-left-color: #ffffff; }

.random-shape--placed {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  animation: float 6s ease-in-out infinite; }

.random-shape-recipient {
  transform: rotate(-20deg); }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }

html, body {
  background-color: #ffffff;
  color: #221f1f;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }

body {
  height: 100vh;
  position: fixed;
  overflow: hidden; }

body.loaded {
  /*position: static;*/
  /*@media(min-width: 768px) {*/
  position: fixed;
  overflow: hidden;
  /*}*/ }
  @media (max-width: 767px) {
    body.loaded {
      /*height: auto;*/ } }

body {
  opacity: 0;
  transition: opacity 0.8s ease-in-out; }

body.opaque {
  opacity: 1; }

div {
  box-sizing: border-box; }

a, a:visited {
  color: inherit; }

::-webkit-scrollbar {
  display: none; }

.button {
  user-select: none;
  background-position: center !important;
  background-clip: padding-box !important;
  background-size: 120% !important;
  background-repeat: no-repeat !important;
  background-attachment: local;
  -webkit-appearance: none;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 9px;
  border: 2px solid white;
  background: transparent;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 4px;
  padding-right: 4px;
  cursor: pointer; }
  .button:hover {
    background-clip: border-box !important;
    border: none !important;
    background-size: 140% 140% !important;
    background-repeat: no-repeat !important;
    background-repeat-x: no-repeat !important;
    background-repeat-y: no-repeat !important;
    background-image: none;
    background: linear-gradient(90deg, #869ccc 0%, #d089b0 50%, #f9ae41 100%) !important;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px; }

* {
  -webkit-tap-highlight-color: transparent; }

ul {
  padding-left: 1em; }

li {
  list-style-image: url("assets/flower.svg"); }

input[type=submit] {
  user-select: none;
  background-position: center !important;
  background-clip: padding-box !important;
  background-size: 120% !important;
  background-repeat: no-repeat !important;
  background-attachment: local;
  -webkit-appearance: none;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 9px;
  border: 2px solid white;
  background: transparent;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 4px;
  padding-right: 4px;
  cursor: pointer; }
  input[type=submit]:hover {
    background-clip: border-box !important;
    border: none !important;
    background-size: 140% 140% !important;
    background-repeat: no-repeat !important;
    background-repeat-x: no-repeat !important;
    background-repeat-y: no-repeat !important;
    background-image: none;
    background: linear-gradient(90deg, #869ccc 0%, #d089b0 50%, #f9ae41 100%) !important;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px; }

.wp-admin input[type=submit] {
  color: black; }

.wp-admin input {
  color: black; }

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password] {
  background-image: none;
  background-repeat: no-repeat;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  color: #ffffff;
  -webkit-appearance: none;
  border-radius: 9px;
  padding-left: 4px;
  padding-right: 4px;
  height: 1.75rem;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 2px solid white;
  background: transparent; }
  input[type=text]:hover, input[type=text]:focus,
  input[type=email]:hover,
  input[type=email]:focus,
  input[type=number]:hover,
  input[type=number]:focus,
  input[type=tel]:hover,
  input[type=tel]:focus,
  input[type=password]:hover,
  input[type=password]:focus {
    background-clip: border-box !important;
    border: none !important;
    background-size: 140% 140% !important;
    background-repeat: no-repeat !important;
    background-repeat-x: no-repeat !important;
    background-repeat-y: no-repeat !important;
    background-image: none;
    background: linear-gradient(90deg, #869ccc 0%, #d089b0 50%, #f9ae41 100%) !important;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px; }

.wp-admin input[type=text],
.wp-admin input[type=email],
.wp-admin input[type=number],
.wp-admin input[type=tel],
.wp-admin input[type=password] {
  background-image: none;
  background-repeat: no-repeat;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  color: #ffffff;
  -webkit-appearance: none;
  border-radius: 9px;
  padding-left: 4px;
  padding-right: 4px;
  height: 1.75rem;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 2px solid white;
  background: transparent;
  color: black; }
  .wp-admin input[type=text]:hover, .wp-admin input[type=text]:focus,
  .wp-admin input[type=email]:hover,
  .wp-admin input[type=email]:focus,
  .wp-admin input[type=number]:hover,
  .wp-admin input[type=number]:focus,
  .wp-admin input[type=tel]:hover,
  .wp-admin input[type=tel]:focus,
  .wp-admin input[type=password]:hover,
  .wp-admin input[type=password]:focus {
    background-clip: border-box !important;
    border: none !important;
    background-size: 140% 140% !important;
    background-repeat: no-repeat !important;
    background-repeat-x: no-repeat !important;
    background-repeat-y: no-repeat !important;
    background-image: none;
    background: linear-gradient(90deg, #869ccc 0%, #d089b0 50%, #f9ae41 100%) !important;
    color: black;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px; }

input[type=checkbox] {
  background-image: none;
  background-repeat: no-repeat;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  color: #ffffff;
  -webkit-appearance: none;
  border-radius: 9px;
  padding-left: 4px;
  padding-right: 4px;
  height: 1.75rem;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 2px solid white;
  background: transparent;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1rem;
  width: 1rem;
  cursor: pointer; }
  input[type=checkbox]:hover, input[type=checkbox]:checked {
    background-clip: border-box !important;
    border: none !important;
    background-size: 140% 140% !important;
    background-repeat: no-repeat !important;
    background-repeat-x: no-repeat !important;
    background-repeat-y: no-repeat !important;
    background-image: none;
    background: linear-gradient(90deg, #869ccc 0%, #d089b0 50%, #f9ae41 100%) !important;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px; }

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

input[type=number] {
  width: 3em;
  text-align: center; }

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin-right: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input::placeholder {
  color: rgba(255, 255, 255, 0.7); }

.wp-admin input::placeholder {
  color: rgba(0, 0, 0, 0.7); }

h1, h2, * {
  user-select: none; }

p {
  user-select: auto; }

p::selection {
  background: rgba(255, 255, 255, 0.99);
  color: #f7af59; }

@font-face {
  font-family: 'Morpha';
  src: url("assets/fonts/Morpha-Bold.eot?ver=1.3");
  src: url("assets/fonts/Morpha-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Morpha-Bold.woff2?ver=1.3") format("woff2"), url("assets/fonts/Morpha-Bold.woff?ver=1.3") format("woff"), url("assets/fonts/Morpha-Bold.ttf?ver=1.3") format("truetype"), url("assets/fonts/Morpha-Bold.svg#Morpha-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Morpha Outline';
  src: url("assets/fonts/Morpha-outline-Bold.eot?ver=1.3");
  src: url("assets/fonts/Morpha-outline-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Morpha-outline-Bold.woff2?ver=1.3") format("woff2"), url("assets/fonts/Morpha-outline-Bold.woff?ver=1.3") format("woff"), url("assets/fonts/Morpha-outline-Bold.ttf?ver=1.3") format("truetype"), url("assets/fonts/Morpha-outline-Bold.svg#Morpha-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

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

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

html, body, p {
  font-size: 12pt; }
  @media (min-width: 1500px) {
    html, body, p {
      font-size: 15pt; } }

h2 {
  font-size: 2rem; }
  @media (max-width: 499px) {
    h2 {
      font-size: 16pt; } }

* {
  font-family: 'Adieu',helvetica,arial,sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased; }

strong,
b,
strong *,
b * {
  font-weight: bold; }

body.wp-admin * {
  font-family: sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: auto; }

.morpha,
.morpha * {
  font-family: 'Morpha',helvetica,arial,sans-serif;
  -webkit-font-smoothing: auto; }

.section__header {
  user-select: none;
  margin-top: 1em;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  margin-bottom: 0.5em;
  -webkit-margin-after: 0.5em;
  margin-block-end: 0.5em; }
  @media (min-width: 768px) {
    .section__header {
      margin-top: 0;
      -webkit-margin-before: 0;
      margin-block-start: 0; } }

strong {
  font-weight: bold; }

/*!
 * Selectr 2.4.13
 * http://mobius.ovh/docs/selectr
 *
 * Released under the MIT license
 */
.selectr-container {
  display: inline-block;
  position: relative;
  width: auto !important; }

.selectr-container li {
  list-style: none; }

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

.selectr-visible {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 11; }

.selectr-desktop.multiple .selectr-visible {
  display: none; }

.selectr-desktop.multiple.native-open .selectr-visible {
  top: 100%;
  min-height: 200px !important;
  height: auto;
  opacity: 1;
  display: block; }

.selectr-container.multiple.selectr-mobile .selectr-selected {
  z-index: 0; }

.selectr-selected {
  background-image: none;
  background-repeat: no-repeat;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  color: #ffffff;
  -webkit-appearance: none;
  border-radius: 9px;
  padding-left: 4px;
  padding-right: 4px;
  height: 1.75rem;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 2px solid white;
  background: transparent;
  text-align: center;
  display: inline-block;
  width: auto;
  cursor: pointer; }

.selectr-container:hover .selectr-selected,
.selectr-selected:hover {
  background-clip: border-box !important;
  border: none !important;
  background-size: 140% 140% !important;
  background-repeat: no-repeat !important;
  background-repeat-x: no-repeat !important;
  background-repeat-y: no-repeat !important;
  background-image: none;
  background: linear-gradient(90deg, #869ccc 0%, #d089b0 50%, #f9ae41 100%) !important;
  padding-top: 4px; }

.selectr-label {
  display: none;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis; }

.selectr-placeholder {
  color: #ffffff; }

.selectr-tags {
  margin: 0;
  padding: 0;
  white-space: normal; }

.has-selected .selectr-tags {
  margin: 0 0 -2px; }

.selectr-tag {
  list-style: none;
  position: relative;
  float: left;
  padding: 2px 25px 2px 8px;
  margin: 0 2px 2px 0;
  cursor: default;
  color: #ffffff;
  border: medium none;
  border-radius: 10px;
  background: #ffffff none repeat scroll 0 0; }

select:focus,
select:active,
.selectr-selected,
.selectr-selected:focus,
.selectr-selected:active,
*:focus,
*:active {
  outline: none;
  -webkit-focus-ring: none;
  outline-color: transparent;
  outline-width: 0; }

.selectr-container.multiple.has-selected .selectr-selected {
  padding: 5px 28px 5px 5px; }

.selectr-options-container {
  position: static;
  z-index: 10000;
  display: none;
  box-sizing: border-box;
  width: auto;
  border-width: 0 2px 2px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border-style: solid;
  border-color: transparent #ffffff #ffffff; }

.selectr-container:focus .selectr-options-container,
.selectr-container:hover .selectr-options-container,
.selectr-options-container:hover {
  background-clip: border-box !important;
  border: none !important;
  background-size: 140% 140% !important;
  background-repeat: no-repeat !important;
  background-repeat-x: no-repeat !important;
  background-repeat-y: no-repeat !important;
  background-image: none;
  background: linear-gradient(90deg, #869ccc 0%, #d089b0 50%, #f9ae41 100%) !important; }

.selectr-container.open .selectr-options-container {
  display: block; }

.selectr-input-container {
  display: none; }

.selectr-clear,
.selectr-input-clear,
.selectr-tag-remove {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -o-transform: translate3d(0px, -50%, 0px);
  -ms-transform: translate3d(0px, -50%, 0px);
  -moz-transform: translate3d(0px, -50%, 0px);
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  border: medium none;
  background-color: transparent;
  z-index: 11; }

.selectr-clear,
.selectr-input-clear {
  display: none; }

.selectr-container.has-selected .selectr-clear,
.selectr-input-container.active .selectr-input-clear {
  display: block; }

.selectr-selected .selectr-tag-remove {
  right: 2px; }

.selectr-clear::before,
.selectr-clear::after,
.selectr-input-clear::before,
.selectr-input-clear::after,
.selectr-tag-remove::before,
.selectr-tag-remove::after {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  content: ' ';
  background-color: #ffffff; }

.selectr-tag-remove::before,
.selectr-tag-remove::after {
  top: 4px;
  width: 3px;
  height: 12px;
  background-color: #ffffff; }

.selectr-clear:before,
.selectr-input-clear::before,
.selectr-tag-remove::before {
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.selectr-clear:after,
.selectr-input-clear::after,
.selectr-tag-remove::after {
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.selectr-input-container.active,
.selectr-input-container.active .selectr-clear {
  display: none; }

.selectr-input {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 0.5em;
  max-width: calc(50% - 20px); }

.selectr-notice {
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 16px;
  border-top: 1px solid #ffffff;
  border-radius: 0 0 0 0;
  background-color: transparent; }

.selectr-container.notice .selectr-notice {
  display: block; }

.selectr-container.notice .selectr-selected {
  border-radius: 0 0 0 0; }

.selectr-options {
  position: static;
  display: none;
  overflow-x: auto;
  overflow-y: scroll;
  max-height: 2.8rem;
  margin: 0;
  margin-top: -1px;
  padding: 0; }

.selectr-container.open .selectr-options,
.selectr-container.notice .selectr-options-container {
  display: block; }

.selectr-option {
  position: relative;
  display: block;
  padding: 5px;
  width: 100%;
  text-align: center;
  list-style: outside none none;
  cursor: pointer;
  font-weight: normal; }

.selectr-option:hover {
  color: #221f1f; }

.selectr-options.optgroups > .selectr-option {
  padding-left: 25px; }

.selectr-optgroup {
  font-weight: bold;
  padding: 0; }

.selectr-optgroup--label {
  font-weight: bold;
  margin-top: 10px; }

.selectr-match {
  text-decoration: underline; }

.selectr-option.selected {
  color: #ffffff;
  background-color: transparent; }

.selectr-option.active {
  color: #ffffff;
  background-color: transparent; }

.selectr-option.disabled {
  display: none; }

.selectr-option.excluded {
  display: none; }

.selectr-container.open .selectr-selected {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none; }

.selectr-container.open .selectr-selected:hover {
  background: transparent;
  border-color: #ffffff; }

.selectr-disabled {
  opacity: .6; }

.selectr-empty,
.has-selected .selectr-placeholder {
  display: none; }

.has-selected .selectr-label {
  display: inline-block; }

/* TAGGABLE */
.taggable .selectr-selected {
  padding: 4px 28px 4px 4px; }

.taggable .selectr-selected::after {
  display: table;
  content: " ";
  clear: both; }

.taggable .selectr-label {
  width: auto; }

.taggable .selectr-tags {
  float: left;
  display: block; }

.taggable .selectr-placeholder {
  display: none; }

.input-tag {
  float: left;
  min-width: 90px;
  width: auto; }

.selectr-tag-input {
  border: medium none;
  padding: 3px 10px;
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
    transform: rotate(0deg) translate3d(0px, -50%, 0px); }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
    transform: rotate(360deg) translate3d(0px, -50%, 0px); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
    transform: rotate(0deg) translate3d(0px, -50%, 0px); }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
    transform: rotate(360deg) translate3d(0px, -50%, 0px); } }

.selectr-container.open.inverted .selectr-selected {
  border-color: transparent #ffffff #ffffff;
  border-radius: 0 0 0 0; }

.selectr-container.inverted .selectr-options-container {
  border: 2px solid #ffffff;
  background-color: transparent; }

.selectr-container.inverted .selectr-options-container {
  top: auto;
  bottom: calc(100% - 1px); }

.selectr-container ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1; }

.selectr-container ::-moz-placeholder {
  color: #ffffff;
  opacity: 1; }

.selectr-container :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1; }

.selectr-container ::placeholder {
  color: #ffffff;
  opacity: 1; }

body .select2 {
  display: none; }

#logo {
  position: fixed;
  padding: 20px;
  top: 0;
  left: 0;
  width: 8rem;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  z-index: 999999; }
  @media (max-width: 767px) {
    #logo {
      opacity: 1;
      pointer-events: auto; } }
  @media (max-width: 767px) and (max-width: 499px) {
    #logo {
      padding: 24px 20px;
      width: 12rem; } }

#logo .logo {
  max-width: 100%;
  width: auto;
  height: auto;
  fill: #ffffff;
  color: #ffffff; }

.header__wrapper {
  position: fixed;
  background-color: transparent;
  z-index: 999;
  z-index: 999999;
  top: 0;
  transition: left 0.4s ease-in-out;
  left: calc(100vw - (2rem + 36px)); }

.page-template-page-mood .header__wrapper,
.page-template-page-about .header__wrapper {
  position: absolute; }

#headerButton {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  color: #ffffff;
  fill: #ffffff;
  padding: 0;
  transition: -webkit-transform 0.2s ease-in-out, transform 0.2s ease-in-out;
  -webkit-appearance: none;
  background: transparent;
  white-space: nowrap;
  margin: 20px;
  border: none;
  user-select: none; }
  @media (max-width: 767px) {
    #headerButton {
      /*margin: 2px;*/ } }
  @media (max-width: 767px) and (min-width: 400px) {
    #headerButton {
      margin: 20px; } }

.header__label--menu {
  color: white;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: opacity 0.4s ease;
  opacity: 0;
  pointer-events: none; }

#header:hover .header__label--menu {
  opacity: 1; }

.touchscreen #header:hover .header__label--menu {
  opacity: 0; }

#headerButton svg {
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  max-width: 2rem;
  max-height: 2rem;
  width: auto;
  height: auto;
  fill: #ffffff;
  transition: color 0.4s ease-in-out, fill 0.4s ease-in-out; }
  @media (max-width: 767px) {
    #headerButton svg {
      max-height: 2rem; } }

#header:hover #headerButton {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.white-background.menu-is-active #headerButton,
.white-background.menu-is-active #headerButton svg {
  color: #ffffff;
  fill: #ffffff; }

#headerButton:focus {
  outline: none; }

.meta-home-link {
  text-decoration: none;
  display: inline-block; }

.meta-home-link * {
  pointer-events: none; }

#menu {
  position: fixed;
  top: 0;
  left: 100vw;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #221f1f;
  color: #ffffff;
  z-index: 998;
  z-index: 1002;
  transition: left 0.4s ease-in-out, width 0.4s ease-in-out; }
  @media (min-width: 768px) {
    #menu {
      width: 50vw; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    #menu {
      width: 33vw; } }
  @media (min-width: 768px) and (min-width: 1024px) and (min-width: 1200px) {
    #menu {
      width: 25vw; } }

#menu * {
  user-select: none; }

#menu::-webkit-scrollbar {
  display: none;
  /*display: block;*/
  width: 30px;
  height: 18px; }

#menu::-webkit-scrollbar-button {
  width: 0px;
  height: 0px; }

#menu::-webkit-scrollbar-thumb {
  background: #ffffff;
  border: 8px solid #221f1f;
  border-radius: 50px; }

#menu::-webkit-scrollbar-thumb:hover {
  background: #ffffff; }

#menu::-webkit-scrollbar-thumb:active {
  background: #ffffff; }

#menu::-webkit-scrollbar-track {
  background: #221f1f;
  border-radius: 50px; }

#menu::-webkit-scrollbar-track:hover {
  background: #221f1f; }

#menu::-webkit-scrollbar-track:active {
  background: #221f1f; }

#menu::-webkit-scrollbar-corner {
  background: transparent; }

.menu-is-active #menu {
  left: 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    .menu-is-active #menu {
      left: 50vw; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    .menu-is-active #menu {
      left: 67vw; } }
  @media (min-width: 768px) and (min-width: 1024px) and (min-width: 1200px) {
    .menu-is-active #menu {
      left: 75vw; } }

.page-template-page-mood #menu,
.page-template-page-about #menu,
.page-template-page-signup #menu {
  width: 100vw;
  left: 0;
  position: absolute; }

.page-template-page-mood.menu-is-active #menu,
.page-template-page-about.menu-is-active #menu,
.page-template-page-signup.menu-is-active #menu {
  left: 0;
  position: fixed;
  transition: left 0.4s 0.6s ease-in-out, width 0.4s 0.6s ease-in-out; }
  @media (min-width: 768px) {
    .page-template-page-mood.menu-is-active #menu,
    .page-template-page-about.menu-is-active #menu,
    .page-template-page-signup.menu-is-active #menu {
      width: 50vw;
      left: 50vw; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    .page-template-page-mood.menu-is-active #menu,
    .page-template-page-about.menu-is-active #menu,
    .page-template-page-signup.menu-is-active #menu {
      width: 33vw;
      left: 67vw; } }
  @media (min-width: 768px) and (min-width: 1024px) and (min-width: 1200px) {
    .page-template-page-mood.menu-is-active #menu,
    .page-template-page-about.menu-is-active #menu,
    .page-template-page-signup.menu-is-active #menu {
      width: 25vw;
      left: 75vw; } }

#menu .menu__container-fluid {
  padding-top: 20px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 20px; }
  @media (max-width: 767px) {
    #menu .menu__container-fluid {
      padding-left: 20px; } }
  @media (max-width: 767px) and (max-width: 499px) {
    #menu .menu__container-fluid {
      padding-top: 6px; } }

.floatington__wrapper {
  pointer-events: none;
  margin-left: -40px;
  margin-right: -20px; }

@media (max-width: 1199px) and (min-aspect-ratio: 9 / 4) {
  .floatington__wrapper {
    opacity: 0; } }

@media (max-width: 1199px) and (max-width: 1023px) and (min-aspect-ratio: 6 / 3) {
  .floatington__wrapper {
    opacity: 0; } }

@media (max-width: 1199px) and (max-width: 1023px) and (max-width: 767px) {
  .floatington__wrapper {
    margin-left: -20px; } }

@media (max-width: 1199px) and (max-width: 1023px) and (max-width: 767px) and (max-width: 499px) and (min-aspect-ratio: 3 / 4) {
  .floatington__wrapper {
    opacity: 0; } }

#floatington {
  width: 50%;
  position: relative; }

#floatington svg {
  max-width: 100%;
  display: block; }

.instagram__item__link {
  display: block;
  margin-bottom: 2em; }

.menu-is-active #content,
.menu-is-active #content * {
  pointer-events: none; }

#menuCloseButton,
#homeLink {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 997; }

.menu-is-active #menuCloseButton {
  display: block; }

.menu-is-active.home #menuCloseButton {
  display: block; }

.menu-is-active.page-template-page-mood #homeLink,
.menu-is-active.page-template-page-about #homeLink,
.menu-is-active.page-template-page-signup #homeLink {
  display: block; }

.menu__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 90px; }

.menu__item {
  display: block;
  color: inherit;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s ease-in-out; }
  @media (max-width: 499px) {
    .menu__item {
      font-size: 1.5rem; } }

.menu__item:last-child {
  /*make it shorter so the floatington appears to bounce off it.*/
  height: 0.84em; }

.menu__item:hover {
  color: #f7af59; }

.menu__socials {
  position: absolute;
  bottom: 0;
  padding-bottom: 20px; }

.menu__item--social {
  text-decoration: none;
  color: inherit;
  display: block; }

.menu__item--social:first-child {
  /*make it shorter so the floatington appears to bounce off it.*/
  height: 0.84em;
  line-height: 0.6em; }

.menu__item--social:hover {
  text-decoration: underline; }

.menu__content {
  position: absolute;
  top: 90px;
  height: calc(100% - 90px);
  right: 0;
  margin: 0;
  transition: opacity 0.4s 0.6s ease-in-out; }
  @media (min-width: 768px) {
    .menu__content {
      max-width: 50vw; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    .menu__content {
      max-width: 33vw; } }
  @media (min-width: 768px) and (min-width: 1024px) and (min-width: 1200px) {
    .menu__content {
      max-width: 25vw; } }
  @media (max-height: 499px) {
    .menu__content {
      top: 50px;
      height: calc(100% - 50px); } }

@media (max-height: 499px) {
  .menu__copyright {
    margin-bottom: 0; } }

.page-template-page-mood .menu__content,
.page-template-page-about .menu__content,
.page-template-page-signup .menu__content {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s 0.4s ease-in-out; }

.page-template-page-mood.menu-is-active .menu__content,
.page-template-page-about.menu-is-active .menu__content,
.page-template-page-signup.menu-is-active .menu__content {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.4s 0.6s ease-in-out; }

.menu__container-fluid--page {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 90px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out; }

.page-template-page-mood .menu__container-fluid--page.menu__container-fluid--mood,
.page-template-page-about .menu__container-fluid--page.menu__container-fluid--about,
.page-template-page-signup .menu__container-fluid--page.menu__container-fluid--signup {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.4s 0.6s ease-in-out; }

.page-template-page-mood.menu-is-active .menu__container-fluid--page.menu__container-fluid--mood,
.page-template-page-about.menu-is-active .menu__container-fluid--page.menu__container-fluid--about,
.page-template-page-signup.menu-is-active .menu__container-fluid--page.menu__container-fluid--signup {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out; }

/*pages*/
.menu__container-fluid--about,
.menu__container-fluid--mood {
  max-height: 100vh;
  overflow: hidden;
  padding-bottom: 120px; }

.page-template-page-about .menu__container-fluid--about,
.page-template-page-mood .menu__container-fluid--mood {
  max-height: none;
  overflow: initial; }

.carousel__wrapper--ambassadors {
  position: relative; }

body:not(.home) .container-fluid--page.container-fluid--page--home {
  height: 100vh;
  overflow: hidden; }

.carousel .ambassador-thumb__title {
  font-weight: bold;
  font-size: 18pt; }
  @media (min-width: 500px) {
    .carousel .ambassador-thumb__title {
      font-size: 36pt; } }
  @media (min-width: 500px) and (min-width: 768px) {
    .carousel .ambassador-thumb__title {
      font-size: 3vw; } }
  @media (min-width: 500px) and (min-width: 768px) and (min-width: 1500px) {
    .carousel .ambassador-thumb__title {
      font-size: 4vw; } }

.homepage__row--carousel {
  margin-top: 90px; }

.homepage__row--carousel--ambassadors {
  padding-bottom: 80px;
  transition: opacity 0.4s ease-in-out;
  opacity: 0; }

.home .homepage__row--carousel--ambassadors {
  opacity: 1;
  transition: opacity 0.4s 1.2s ease-in-out; }

.home.ajaxing .homepage__row--carousel--ambassadors {
  opacity: 0;
  transition: opacity 0.4s ease-in-out; }

.row--tickertape {
  margin-top: 90px;
  margin-bottom: 90px;
  color: #ffffff; }
  @media (max-width: 499px) {
    .row--tickertape {
      margin-top: 40px;
      margin-bottom: 60px; } }

.homepage__row__meta-aspects {
  margin-top: 90px;
  margin-bottom: 90px; }
  @media (min-width: 768px) {
    .homepage__row__meta-aspects {
      border-bottom: 2px solid; } }

.homepage__col__meta-aspect {
  border-top: 2px solid;
  margin-bottom: 40px; }

@media (min-width: 768px) {
  .homepage__col__meta-aspect:nth-child(odd) {
    border-right: 2px solid; } }

.meta-aspect__content {
  opacity: 0;
  transition: opacity 0.4s ease-in-out; }

.homepage__col__meta-aspect:hover .meta-aspect__content {
  opacity: 1; }

.home .page__section--home--index {
  height: 0;
  max-height: 0;
  min-height: 0;
  display: none; }

.carousel__wrapper__inner .moodboard__wrapper {
  pointer-events: all; }

body.home .container-fluid--page.container-fluid--page--home {
  padding-bottom: 0; }

body:not(.home) #footerHomepage {
  display: none; }

.moodboard-example__wrapper {
  border: 2px solid; }

.moodboard-example {
  display: block; }

.row--moodboard-example {
  max-width: 1199px; }

.moodboard-example__info {
  margin-top: 0;
  font-size: 1rem; }

.moodboard-example__link {
  text-decoration: none;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 1em; }

.homepage__mc-signup {
  top: 10px;
  left: 10px;
  padding: 6px;
  border: 2px solid white;
  z-index: 996;
  width: calc(100vw - 80px); }
  @media (min-width: 400px) {
    .homepage__mc-signup {
      padding: 10px;
      top: 20px;
      left: 20px;
      width: calc(75vw - 40px); } }
  @media (min-width: 400px) and (min-width: 768px) {
    .homepage__mc-signup {
      max-width: 340px; } }

.menu__container-fluid--signup {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px; }

body #mc_embed_signup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.content__gdprBlock {
  margin-top: 1em;
  margin-bottom: 1em; }

.signup-box-is-hidden .homepage__mc-signup {
  display: none; }

.homepage__mc-signup__inner {
  position: relative;
  width: 100%;
  height: 100%; }

label {
  color: #ffffff;
  user-select: none; }

.homepage__mc-signup__text {
  margin-top: 0;
  user-select: none;
  color: #ffffff;
  max-width: calc(100% - 40px); }

.homepage__mc-signup__input {
  display: inline-block;
  margin-bottom: 0.5em; }

.homepage__mc-signup__input[type=text],
.homepage__mc-signup__input[type=email] {
  max-width: calc(100% - 40px); }

.homepage__mc-signup__input--age__wrapper .selectr-selected {
  width: 7rem; }

.homepage__mc-signup__input--place__wrapper .selectr-selected {
  width: 5rem; }

.homepage__mc-signup__input--age__wrapper,
.homepage__mc-signup__input--place__wrapper * {
  user-select: none; }

#mc_embed_signup .content__gdprBlock div.mce_inline_error {
  display: none !important;
  position: absolute !important;
  overflow: hidden !important;
  height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important; }

body #mc_embed_signup input.mce_inline_error {
  background-clip: border-box !important;
  border: none !important;
  background-size: 140% 140% !important;
  background-repeat: no-repeat !important;
  background-repeat-x: no-repeat !important;
  background-repeat-y: no-repeat !important;
  background-image: none;
  background: linear-gradient(90deg, #869ccc 0%, #d089b0 50%, #f9ae41 100%) !important; }

.homepage__mc-signup__input--age__wrapper,
.homepage__mc-signup__input--place__wrapper {
  vertical-align: top; }

.homepage__mc-signup__close {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1.2rem;
  width: auto;
  height: auto;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.homepage__mc-signup__close:hover {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.homepage__mc-signup__close__icon {
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: auto;
  height: auto;
  color: white;
  fill: white;
  cursor: pointer; }

div#__lpform_mce-FULLNAME {
  display: none !important;
  opacity: 0;
  pointer-events: none; }

/*signup overlay*/
#signupHolder {
  display: none;
  position: fixed;
  z-index: 999;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0; }

.signup-overlay-is-active #signupHolder {
  display: block; }

.signup-overlay-is-active #wrapper {
  filter: blur(1vw); }

#mce-success-response {
  padding-bottom: 1em; }

.menu__container-fluid--signup .homepage__mc-signup__close {
  display: none; }

.carousel__wrapper {
  position: relative; }

.carousel--ambassadors__item {
  position: relative; }

.ambassador-thumb__inner {
  z-index: 1; }

.tns-item .random-item-recipient {
  opacity: 0;
  transition: opacity 0.4s ease-in-out; }
  @media (max-width: 1023px) {
    .tns-item .random-item-recipient {
      display: none; } }

.tns-item.tns-slide-active .random-item-recipient {
  opacity: 1;
  transition: opacity 0.4s 0.4s ease-in-out; }

.carousel__wrapper__inner {
  width: 100%;
  z-index: 999;
  position: absolute;
  pointer-events: none; }

.carousel__button {
  position: absolute;
  top: calc(100% + 40px);
  z-index: 1;
  user-select: none;
  height: 80px;
  width: 60px;
  cursor: pointer;
  text-align: center;
  align-items: center;
  opacity: 0.4;
  transition: opacity 0.4s ease-in-out; }

@media (min-width: 500px) and (min-width: 768px) {
  .carousel__button {
    display: flex;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
  @media (min-width: 500px) and (min-width: 768px) and (min-width: 1024px) {
    .carousel__button {
      width: 80px;
      top: 50%; } }
  @media (min-width: 500px) and (min-width: 768px) and (min-width: 1024px) and (min-width: 1500px) {
    .carousel__button {
      width: 60px;
      height: 60px; } }
  @media (min-width: 500px) and (min-width: 768px) and (min-width: 1024px) and (min-width: 1500px) and (min-width: 1920px) {
    .carousel__button {
      width: 80px;
      height: 80px; } }

.carousel__button:hover {
  opacity: 1;
  -webkit-animation: none;
  animation: none; }

.carousel__button svg {
  max-width: 100%;
  width: auto;
  height: auto; }

.carousel__button--prev {
  left: 20px; }
  @media (min-width: 500px) {
    .carousel__button--prev {
      left: 25vw; } }

.carousel__button--next {
  right: 20px; }
  @media (min-width: 500px) {
    .carousel__button--next {
      right: unset;
      left: 75vw; } }

.container-fluid--page--overlay {
  padding-top: 40px;
  position: fixed;
  z-index: 4;
  top: 0;
  width: 100vw;
  height: auto;
  padding-bottom: 90px;
  color: #ffffff;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 767px) {
    .container-fluid--page--overlay {
      padding-top: 90px; } }

.homepage__paragraph--intro {
  font-size: 4.5vw;
  padding-top: 90px;
  transition: opacity 0.4s ease-in-out;
  max-width: calc(100vw - (1.4rem + 48px)); }
  @media (max-width: 499px) {
    .homepage__paragraph--intro {
      font-size: 16pt; } }

@media (max-width: 499px) {
  .homepage__paragraph--intro--about,
  .homepage__paragraph--intro--mood {
    padding-top: 0; } }

.ambassador-is-ajaxing .homepage__paragraph--intro--home {
  opacity: 0; }

.homepage__paragraph--intro * {
  font-size: 4.5vw;
  color: #ffffff; }
  @media (max-width: 499px) {
    .homepage__paragraph--intro * {
      font-size: 16pt; } }

.homepage__paragraph--intro p {
  margin-top: 0;
  margin-bottom: 0; }

.intro-text__meta-logo {
  height: 0.8em;
  width: auto;
  color: #ffffff;
  fill: #ffffff;
  stroke: #ffffff; }

.container-fluid--page h1,
.container-fluid--page h2,
.container-fluid--page h3 {
  font-weight: bold; }

.close-button--page {
  display: block;
  position: fixed;
  z-index: 5;
  top: 20px;
  left: 20px;
  color: #ffffff;
  fill: #ffffff;
  transform: rotate(0deg);
  transition: transform 0.4s ease-in-out; }

.close-button--page:hover {
  transform: rotate(45deg); }

.close-button--page svg {
  display: block;
  width: 1.5em;
  height: auto; }

#canvasBackground {
  position: fixed; }

@media (min-width: 768px) {
  .page__section--motto {
    padding-top: 40px;
    padding-bottom: 60px;
    min-height: 100vh; } }
  @media (min-width: 768px) and (max-aspect-ratio: 2 / 1) {
    .page__section--motto {
      height: 100vh; } }

.page__section--motto * {
  color: #221f1f; }

.motto__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: pink; }

@media (min-width: 768px) and (max-aspect-ratio: 2 / 1) {
  .page__section--motto__row {
    position: relative;
    top: calc(50vh - 40px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

textarea.motto__input {
  font-weight: bold;
  border-radius: 0;
  border: none;
  background-color: transparent;
  color: white;
  position: absolute;
  top: 50%;
  left: 30px;
  width: calc(100% - 60px);
  height: 1.2em;
  line-height: 1.2em;
  resize: none;
  text-align: center;
  vertical-align: middle;
  max-height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 8.5vw; }
  @media (min-width: 768px) {
    textarea.motto__input {
      font-size: 4vw; } }

textarea.motto__input::selection {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5); }

textarea.motto__input::placeholder {
  transition: color 0.4s ease;
  color: rgba(255, 255, 255, 0.5); }

textarea.motto__input:focus::placeholder {
  color: rgba(255, 255, 255, 0); }

textarea.motto__input:focus {
  outline: none;
  background-color: transparent; }

.motto__colours {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  text-align: center;
  white-space: nowrap; }

.motto__gradient-button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-appearance: none;
  padding: 0;
  display: inline-block;
  margin: 12px;
  position: relative;
  background: #4c4c4c;
  border: none;
  background-size: cover;
  background-clip: content-box !important;
  background-repeat: no-repeat;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .motto__gradient-button {
      width: 1.5em;
      height: 1.5em; } }

.motto__gradient-button:before {
  content: '';
  width: calc(24px - 4px);
  height: calc(24px - 4px);
  border-radius: 50%;
  -webkit-appearance: none;
  padding: 0;
  left: 0;
  top: 0;
  position: absolute;
  display: inline-block;
  margin: 2px;
  background-size: cover;
  background-clip: content-box !important;
  background-repeat: no-repeat;
  cursor: pointer; }
  @media (min-width: 768px) {
    .motto__gradient-button:before {
      width: calc(1.5em - 4px);
      height: calc(1.5em - 4px); } }

.motto__gradient-button--active,
.motto__gradient-button:focus {
  outline: none;
  background: linear-gradient(90deg, #869ccc 0%, #d089b0 50%, #f9ae41 100%) !important; }

.motto__next-button {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 2px solid white;
  background-color: transparent;
  -webkit-appearance: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  margin: 12px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .motto__next-button {
      width: 6rem;
      height: 1.5rem;
      border-radius: 0.75rem; } }

.motto__next-button__submit {
  display: none;
  font-size: 0.75rem;
  color: #ffffff;
  user-select: none;
  padding: 0.2rem 0.75rem; }
  @media (min-width: 768px) {
    .motto__next-button__submit {
      display: block; } }

.motto__next-button:hover,
.motto__next-button:focus {
  background-clip: border-box !important;
  border: none !important;
  background-size: 140% 140% !important;
  background-repeat: no-repeat !important;
  background-repeat-x: no-repeat !important;
  background-repeat-y: no-repeat !important;
  background-image: none;
  background: linear-gradient(90deg, #869ccc 0%, #d089b0 50%, #f9ae41 100%) !important; }

.motto__next-button:hover .motto__next-button__submit {
  padding-top: calc(0.2rem + 2px);
  padding-left: calc(0.75rem + 2px); }

.motto__next-button:after {
  content: '';
  position: absolute;
  border-top: 2px solid white;
  border-right: 2px solid white;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  left: 25%;
  top: 55%; }
  @media (min-width: 768px) {
    .motto__next-button:after {
      left: auto;
      right: 0.5rem; } }

.motto__close-button {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  margin: 12px;
  color: #ffffff;
  fill: #ffffff;
  transform: rotate(0deg);
  transition: transform 0.4s ease-in-out; }

.motto__close-button:hover {
  transform: rotate(45deg); }

.motto__close-button svg {
  display: block;
  width: 24px;
  height: auto; }
  @media (min-width: 768px) {
    .motto__close-button svg {
      width: 1.5em; } }

@media (max-width: 767px) {
  .col--motto {
    padding-left: 0;
    padding-right: 0; } }

.motto__inner--submit {
  display: none;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.motto__submit {
  text-align: center; }

.motto__submit__button {
  display: inline-block;
  color: white;
  user-select: none;
  user-select: none;
  background-position: center !important;
  background-clip: padding-box !important;
  background-size: 120% !important;
  background-repeat: no-repeat !important;
  background-attachment: local;
  -webkit-appearance: none;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 9px;
  border: 2px solid white;
  background: transparent;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 4px;
  padding-right: 4px;
  cursor: pointer; }
  .motto__submit__button:hover {
    background-clip: border-box !important;
    border: none !important;
    background-size: 140% 140% !important;
    background-repeat: no-repeat !important;
    background-repeat-x: no-repeat !important;
    background-repeat-y: no-repeat !important;
    background-image: none;
    background: linear-gradient(90deg, #869ccc 0%, #d089b0 50%, #f9ae41 100%) !important;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px; }

.motto__submit__button--yes {
  margin-right: 1em; }

.motto__submit__button--no {
  margin-left: 1em; }

.motto__submit__button:focus {
  outline: none;
  background-color: black;
  border-color: black; }

.motto__inner {
  position: absolute;
  width: 100%;
  height: 100%; }

.motto-state-to-submit .motto__inner {
  display: none; }

.motto-state-to-submit .motto__inner--submit {
  display: block; }

.motto__submit__text {
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 8.5vw; }
  @media (min-width: 768px) {
    .motto__submit__text {
      font-size: 4vw; } }

.motto-is-hidden .page__section--motto {
  height: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.75s ease-in-out; }

.col--moodboard__heading {
  min-height: 110px; }

h2.moodboard__heading {
  font-weight: bold;
  color: #ffffff;
  user-select: none; }
  @media (max-width: 499px) {
    h2.moodboard__heading {
      font-size: 1rem;
      max-width: calc(100vw - 90px);
      margin-top: 2em; } }

.customiser__tools {
  width: 50px;
  height: auto; }
  @media (max-width: 767px) {
    .customiser__tools {
      width: 40px; } }

.customiser__tools__button polygon,
.customiser__tools__button path,
path.customiser__tools__button {
  color: #ffffff;
  fill: #ffffff; }

.customiser__tools rect {
  color: transparent;
  fill: transparent; }

.row__moodboard {
  /*Ensure it all fits on one page. With aspect ratios etc being fairly fixed, this is a little easier—by some crazy stroke of luck, 100vh seems to work*/ }
  @media (max-width: 767px) {
    .row__moodboard {
      position: relative;
      max-width: 100vh; } }
  @media (max-width: 767px) and (max-height: 549px) {
    .row__moodboard {
      margin-top: 5rem; } }
  @media (min-width: 768px) {
    .row__moodboard {
      margin-left: -80px;
      margin-right: -80px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .row__moodboard {
      margin-left: auto;
      margin-right: auto; } }

@media (max-width: 767px) {
  .col__tools {
    position: absolute;
    top: 0;
    right: -4px;
    width: auto;
    display: inline-block;
    top: -65px; } }

.customiser__tools__button {
  cursor: pointer; }

.customiser__tools__button,
.customiser__tools__button {
  transition: opacity 0.2s ease-in-out; }

.customiser__tools:hover .customiser__tools__button {
  opacity: 0.6; }

.customiser__tools:hover .customiser__tools__button:hover {
  opacity: 1; }

.paintbucket-is-active #fillButton,
.paintbucket-is-active .customiser__tools:hover .customiser__tools__button#fillButton:hover,
.resize-is-active #resizeButton,
.resize-is-active .customiser__tools:hover .customiser__tools__button#resizeButton:hover,
.rotate-is-active #rotateButton,
.rotate-is-active .customiser__tools:hover .customiser__tools__button#rotateButton:hover {
  opacity: 0;
  pointer-events: none; }

.moveButton {
  pointer-events: none; }

.moveButton,
.customiser__tools:hover .customiser__tools__button.moveButton,
.customiser__tools:hover .customiser__tools__button.moveButton:hover {
  opacity: 0; }

.paintbucket-is-active .customiser__tools__button.moveButton.moveButton--paintbucket,
.resize-is-active .customiser__tools__button.moveButton.moveButton--resize,
.rotate-is-active .customiser__tools__button.moveButton.moveButton--rotate {
  pointer-events: initial;
  cursor: pointer;
  opacity: 1; }

.paintbucket-is-active .customiser__tools:hover .customiser__tools__button.moveButton--paintbucket,
.resize-is-active .customiser__tools:hover .customiser__tools__button.moveButton--resize,
.rotate-is-active .customiser__tools:hover .customiser__tools__button.moveButton--rotate {
  opacity: 0.6; }

.paintbucket-is-active .customiser__tools:hover .customiser__tools__button.moveButton--paintbucket:hover,
.resize-is-active .customiser__tools:hover .customiser__tools__button.moveButton--resize:hover,
.rotate-is-active .customiser__tools:hover .customiser__tools__button.moveButton--rotate:hover {
  opacity: 1; }

.page__section--customiser {
  min-height: 100vh; }
  @media (min-width: 768px) {
    .page__section--customiser {
      padding-top: 40px;
      padding-bottom: 60px; } }

.customiser__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
  background-color: pink; }

@media (min-width: 768px) and (max-aspect-ratio: 2 / 1) {
  .page__section--customiser__row {
    position: relative;
    top: calc(50vh - 40px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

.customiser__colours {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  text-align: center;
  white-space: nowrap;
  display: flex;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: center; }
  @media (max-width: 767px) {
    .customiser__colours {
      width: 100vw;
      padding-top: 0;
      padding-bottom: 0;
      justify-content: initial; } }
  @media (max-width: 767px) and (min-width: 500px) {
    .customiser__colours {
      justify-content: center; } }

.paintbucket-is-active .customiser__colours {
  display: none; }

.customiser__gradient-button,
.customiser__gradient-button--paintbucket {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-appearance: none;
  padding: 0;
  margin: 12px;
  position: relative;
  background: #4c4c4c;
  border: none;
  background-size: cover;
  background-clip: content-box !important;
  background-repeat: no-repeat;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .customiser__gradient-button,
    .customiser__gradient-button--paintbucket {
      width: 1.5em;
      height: 1.5em; } }

.customiser__gradient-button__wrapper,
.customiser__gradient-button__wrapper--paintbucket {
  display: block;
  cursor: pointer; }

.gradient-buttons--paintbucket {
  display: none; }

@media (max-width: 767px) {
  .col__paint {
    display: none;
    position: absolute;
    bottom: 0;
    padding-left: 0;
    width: 60px; } }

@media (max-width: 767px) {
  .paintbucket-is-active .col__paint {
    display: block; } }

.paintbucket-is-active .gradient-buttons--paintbucket {
  display: block; }
  @media (max-width: 767px) {
    .paintbucket-is-active .gradient-buttons--paintbucket {
      padding: 12px;
      padding-top: 0;
      padding-bottom: 0;
      display: flex;
      overflow-y: hidden;
      overflow-x: scroll;
      width: 100vw;
      flex-wrap: nowrap;
      top: calc(-30vh - 50px);
      position: absolute; } }
  @media (max-width: 767px) and (min-width: 500px) {
    .paintbucket-is-active .gradient-buttons--paintbucket {
      justify-content: center; } }

.customiser__gradient-button:before,
.customiser__gradient-button--paintbucket:before {
  content: '';
  width: calc(24px - 4px);
  height: calc(24px - 4px);
  border-radius: 50%;
  -webkit-appearance: none;
  padding: 0;
  left: 0;
  top: 0;
  position: absolute;
  display: inline-block;
  margin: 2px;
  background-size: cover;
  background-clip: content-box !important;
  background-repeat: no-repeat;
  cursor: pointer; }
  @media (min-width: 768px) {
    .customiser__gradient-button:before,
    .customiser__gradient-button--paintbucket:before {
      width: calc(1.5em - 4px);
      height: calc(1.5em - 4px); } }

.customiser__gradient-button:disabled {
  pointer-events: none; }

.customiser__gradient-button--active,
.customiser__gradient-button:focus,
.paintbucket-is-active .gradient-buttons--paintbucket.customiser__gradient-button--active,
.paintbucket-is-active .gradient-buttons--paintbucket:focus {
  outline: none;
  background: linear-gradient(90deg, #869ccc 0%, #d089b0 50%, #f9ae41 100%) !important; }

.customiser__next-button {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 2px solid white;
  background-color: transparent;
  -webkit-appearance: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  margin: 12px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .customiser__next-button {
      width: 6rem;
      height: 1.5rem;
      border-radius: 0.75rem; } }

.customiser__next-button__submit {
  display: none;
  font-size: 0.75rem;
  color: #ffffff;
  user-select: none;
  padding: 0.2rem 0.75rem; }
  @media (min-width: 768px) {
    .customiser__next-button__submit {
      display: block; } }

.customiser__next-button:hover,
.customiser__next-button:focus {
  background-clip: border-box !important;
  border: none !important;
  background-size: 140% 140% !important;
  background-repeat: no-repeat !important;
  background-repeat-x: no-repeat !important;
  background-repeat-y: no-repeat !important;
  background-image: none;
  background: linear-gradient(90deg, #869ccc 0%, #d089b0 50%, #f9ae41 100%) !important; }

.customiser__next-button:hover .customiser__next-button__submit {
  padding-top: calc(0.2rem + 2px);
  padding-left: calc(0.75rem + 2px); }

.customiser__next-button:after {
  content: '';
  position: absolute;
  border-top: 2px solid white;
  border-right: 2px solid white;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  left: 25%;
  top: 55%; }
  @media (min-width: 768px) {
    .customiser__next-button:after {
      left: auto;
      right: 0.5rem; } }

#moodboard,
.moodboard {
  width: 100%;
  height: 100%;
  position: relative; }
  @media (max-width: 767px) {
    #moodboard,
    .moodboard {
      border-top: 2px solid #ffffff; } }

.moodboard {
  position: absolute; }

#moodboard,
#moodboard * {
  cursor: none !important; }

.col--customiser-assets--desktop {
  padding-right: 20px; }

.customiser__assets--desktop__wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  border: 2px solid; }

.customiser__assets--desktop {
  display: block; }

.moodboard__asset__wrapper,
.moodboard__asset--display__wrapper {
  pointer-events: none;
  position: absolute;
  display: inline-block;
  width: auto;
  height: auto;
  cursor: move;
  min-height: 24px;
  top: 50%;
  left: 50%;
  transition: opacity 0.2s ease-in-out; }

.moodboard__asset__wrapper:hover {
  opacity: 0.6; }

.moodboard__asset,
.moodboard__asset--display {
  display: block;
  pointer-events: all;
  color: #ffffff;
  fill: #ffffff;
  width: 100%;
  height: 100%; }

.moodboard .moodboard__asset,
.moodboard .moodboard__asset--display {
  pointer-events: none; }

.moodboard__asset *,
.moodboard__asset--display * {
  pointer-events: none; }

.customiser__close-button {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.5em;
  font-size: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  margin: 12px;
  color: #ffffff;
  fill: #ffffff; }

.moodboard-close-button-is-active .customiser__close-button {
  opacity: 1;
  pointer-events: auto; }

@media (max-width: 767px) {
  .col--customiser {
    padding-left: 0;
    padding-right: 0; } }

.customiser__inner--submit {
  display: none;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.customiser__submit {
  text-align: center; }

.customiser__submit__button {
  display: inline-block;
  color: white;
  user-select: none;
  user-select: none;
  background-position: center !important;
  background-clip: padding-box !important;
  background-size: 120% !important;
  background-repeat: no-repeat !important;
  background-attachment: local;
  -webkit-appearance: none;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 9px;
  border: 2px solid white;
  background: transparent;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 4px;
  padding-right: 4px;
  cursor: pointer; }
  .customiser__submit__button:hover {
    background-clip: border-box !important;
    border: none !important;
    background-size: 140% 140% !important;
    background-repeat: no-repeat !important;
    background-repeat-x: no-repeat !important;
    background-repeat-y: no-repeat !important;
    background-image: none;
    background: linear-gradient(90deg, #869ccc 0%, #d089b0 50%, #f9ae41 100%) !important;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px; }

.customiser__submit__button--yes {
  margin-right: 1em; }

.customiser__submit__button--no {
  margin-left: 1em; }

.customiser__submit__button:focus {
  outline: none;
  background-color: black;
  border-color: black; }

.customiser__inner {
  position: absolute;
  width: 100%;
  height: 100%; }
  @media (min-width: 768px) {
    .customiser__inner {
      border: 2px solid; } }

.customiser-state-to-submit .customiser__inner {
  display: none; }

.customiser-state-to-submit .customiser__inner--submit {
  display: block; }

.customiser__submit__text {
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 8.5vw; }
  @media (min-width: 768px) {
    .customiser__submit__text {
      font-size: 4vw; } }

.fill--white {
  color: #ffffff;
  fill: #ffffff; }

.customiser__assets--mobile__wrapper {
  height: 30vh;
  margin-bottom: 90px;
  overflow-y: hidden;
  border-top: 2px solid;
  border-bottom: 2px solid;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  @media (max-height: 589px) {
    .customiser__assets--mobile__wrapper {
      margin-bottom: 240px; } }

.col--customiser-assets--mobile {
  height: 30vh; }

.customiser__assets--mobile {
  width: auto;
  height: 100%; }

.customiser__assets__container {
  fill: none; }
  @media (min-width: 768px) {
    .customiser__assets__container {
      stroke: #fff;
      stroke-miterlimit: 10;
      stroke-width: 5px; } }

.customiser__assets__asset {
  cursor: pointer;
  transition: opacity 0.2s ease-in-out; }

.customiser__assets__asset:hover {
  opacity: 0.6; }

#moodboardCursor {
  position: fixed;
  top: -200vw;
  left: -200vw;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block; }

.mouse-is-over-moodboard #moodboardCursor {
  opacity: 1; }

.touchscreen #moodboardCursor {
  opacity: 0;
  display: none; }

.moodboard__cursor__move {
  opacity: 1; }

.paintbucket-is-active .moodboard__cursor__move,
.resize-is-active .moodboard__cursor__move,
.rotate-is-active .moodboard__cursor__move {
  opacity: 0; }

.moodboard__cursor__fill,
.moodboard__cursor__resize,
.moodboard__cursor__rotate {
  opacity: 0; }

.paintbucket-is-active .moodboard__cursor__fill,
.resize-is-active .moodboard__cursor__resize,
.rotate-is-active .moodboard__cursor__rotate {
  opacity: 1; }

.moodboard__asset__wrapper,
.moodboard__asset--display__wrapper {
  padding: 4px;
  border: 2px transparent dashed; }

.resize-is-active .moodboard__asset__wrapper--selected,
.rotate-is-active .moodboard__asset__wrapper--selected {
  border: 2px #ffffff dashed; }

.moodboard__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
  background-color: pink; }

/*instructions*/
.highlight--instruction {
  opacity: 0;
  fill: #ffffff;
  color: #ffffff;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out; }

.instruction-is-active--1 .highlight--instruction--1,
.instruction-is-active--2 .highlight--instruction--2,
.instruction-is-active--3 .highlight--instruction--3 {
  opacity: 0.4; }

.instructions__wrapper {
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 40px;
  position: absolute; }

.instruction {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: 50%;
  left: 50%;
  font-size: 1.5rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);
  background: rgba(255, 255, 255, 0.4);
  padding: 20px;
  border-radius: 20px;
  transition: opacity 0.4s ease-in-out; }
  @media (max-width: 499px) {
    .instruction {
      padding-top: 70px;
      padding-bottom: 70px;
      font-size: 1rem;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      border-radius: 0; } }

.instruction-is-active--0 .instruction--0,
.instruction-is-active--1 .instruction--1,
.instruction-is-active--2 .instruction--2,
.instruction-is-active--3 .instruction--3 {
  opacity: 1;
  transition: opacity 0.4s 0.4s ease-in-out; }

.instruction-is-active .row__moodboard {
  cursor: pointer; }

.instruction-is-active .row__moodboard * {
  pointer-events: none; }

.instruction-is-active .customiser__assets__asset {
  opacity: 0.6; }

/*restarting functionality*/
.close-prompt-is-active #moodboard *,
.close-prompt-is-active .moodboard__asset {
  pointer-events: none;
  opacity: 0; }

.customiser__popup--restart {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.4); }

@media (max-width: 499px) {
  .customiser__popup--restart__inner {
    padding-left: 20px;
    padding-right: 20px; } }

.customiser__popup--restart__inner .customiser__button {
  display: inline-block;
  margin-right: 0.5em; }

.close-prompt-is-active .customiser__popup--restart {
  pointer-events: auto;
  opacity: 1; }

@media (max-height: 549px) {
  .page-template-page-mood .row--tickertape {
    display: none; } }

.carousel--education {
  margin-top: 120px;
  margin-bottom: 120px;
  /*transition: height 0.4s ease;*/ }
  @media (max-width: 767px) {
    .carousel--education {
      margin-top: 90px;
      margin-bottom: 90px; } }

.page__section--education {
  padding-top: 40px; }

.carousel__item--education__inner {
  border: 2px solid;
  padding: 40px;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .carousel__item--education__inner {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    .carousel__item--education__inner {
      padding-left: 60px;
      padding-right: 60px; } }

.carousel__item--education__title {
  margin-top: 0;
  font-weight: bold; }

.carousel__item--education__text {
  line-height: 1.4em; }
  @media (min-width: 1024px) {
    .carousel__item--education__text {
      column-count: 2; } }

.carousel__item--education__step__col {
  margin-bottom: 20px; }

.carousel__item--education__step__col__title {
  font-size: 1.75rem; }

.carousel--education__tickertape__col {
  padding-top: 10%;
  padding-bottom: 10%; }

.carousel__button--education {
  position: absolute;
  z-index: 999;
  top: 50%;
  display: none;
  z-index: 1;
  user-select: none;
  width: 50px;
  cursor: pointer;
  opacity: 0.4;
  text-align: center;
  transition: top 0.4s ease, opacity 0.4s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (min-width: 768px) {
    .carousel__button--education {
      display: flex;
      align-items: center;
      width: 90px;
      height: 90px; } }
  @media (min-width: 768px) and (min-width: 1500px) {
    .carousel__button--education {
      width: 120px;
      height: 120px; } }
  @media (min-width: 768px) and (min-width: 1500px) and (min-width: 1920px) {
    .carousel__button--education {
      width: 140px;
      height: 140px; } }

.carousel__button--education:hover {
  opacity: 1; }

.education__row--tickertape {
  margin-bottom: 120px; }

@media (max-width: 1023px) {
  .carousel__item--education__col {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 767px) {
  body .carousel__item--education__text--1 {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 499px) {
  body .carousel__item--education__text--1 p,
  body .carousel__item--education__text--1 li {
    font-size: 16pt; } }

.carousel__item--education__col img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block; }
  @media (max-width: 499px) {
    .carousel__item--education__col img {
      max-width: 70%; } }

.carousel__button--education svg {
  max-width: 100%;
  width: auto;
  height: auto; }

.carousel__button--education * {
  pointer-events: none; }

.carousel__button--education--prev {
  left: 30px; }

.carousel__button--education--next {
  right: 30px; }

@media (min-width: 768px) {
  .carousel__item--education__row--tickertape {
    margin-left: -40px;
    margin-right: -40px; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    .carousel__item--education__row--tickertape {
      margin-left: -82px;
      margin-right: -82px; } }

.tickertape__wrapper {
  width: 100%;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg); }

.tickertape {
  width: 100%;
  position: relative; }

.tickertape__word__inner {
  margin-right: 0.5em; }

.tickertape,
.tickertape * {
  font-size: 1.75rem;
  columns: #ffffff;
  fill: #ffffff; }

.tickertape svg {
  max-width: 0.8em;
  max-height: 0.8em; }

.tickertape__content-holder {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0; }

.tickertape__content {
  display: inline-block;
  width: auto; }

.tickertape__inner {
  width: 100%;
  height: auto;
  min-height: 1.2em;
  position: relative;
  white-space: nowrap;
  overflow: hidden; }

.tickertape__item {
  display: inline-block;
  white-space: nowrap; }

.page-template-page-education li {
  list-style-image: url(assets/flower.svg); }

.wtf-is-meta__info {
  padding: 40px;
  margin-bottom: 180px; }
  @media (min-width: 768px) {
    .wtf-is-meta__info {
      margin-bottom: 40px; } }
  @media (max-width: 499px) {
    .wtf-is-meta__info {
      padding: 20px; } }

.container-fluid--wtf-is-meta__info {
  border: 2px solid;
  border-top: none; }

@media (max-width: 499px) {
  .wtf-is-meta__info p {
    font-size: 16pt; } }

@media (max-width: 499px) {
  .wtf-is-meta__info li {
    font-size: 16pt;
    margin-bottom: 1em; } }

.profile-img {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  padding-bottom: 112.5%;
  float: right;
  transition: padding-bottom 0.4s ease-in-out; }

.profile-img--compact {
  padding-bottom: calc(112.5% + 24px); }

.ambassador-thumb-is-active .col__profile-thumb--active .profile-img--compact {
  padding-bottom: 112.5%; }

.profile-thumb:not(.profile-thumb--featured) {
  padding-right: 0; }

.container-fluid--page--ambassadors {
  padding-bottom: 120px; }

@media (max-width: 767px) {
  .container-fluid--page--ambassadors .homepage__paragraph--intro {
    display: none; } }

@media (min-width: 768px) {
  .row--ambassadors {
    padding-top: 120px; } }

.col__profile-thumb {
  overflow: hidden;
  margin-bottom: 40px; }

.ambassador-thumb__title {
  margin-bottom: 0; }

.profile-img {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  padding-bottom: 112.5%;
  transition: opacity 0.4s ease-in-out;
  float: right; }

@media (min-width: 500px) and (max-width: 649px) {
  .profile-img {
    padding-bottom: 180%; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .profile-img {
    padding-bottom: 180%; } }

@media (max-width: 499px) {
  .profile-img {
    padding-bottom: 280%; } }

@media (max-width: 499px) {
  .ambassador-thumb-is-active .col__profile-thumb--active .profile-img {
    padding-bottom: 112.5%; } }

.ambassador__label {
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  padding-right: 80px;
  z-index: 999;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(90deg) translate(0, 280px);
  transform: rotate(90deg) translate(0, 280px); }
  @media (max-width: 1919px) {
    .ambassador__label {
      -webkit-transform: rotate(90deg) translate(0, 220px);
      transform: rotate(90deg) translate(0, 220px); } }
  @media (max-width: 1919px) and (max-width: 1499px) {
    .ambassador__label {
      -webkit-transform: rotate(90deg) translate(0, 150px);
      transform: rotate(90deg) translate(0, 150px); } }
  @media (max-width: 1919px) and (max-width: 1499px) and (max-width: 1023px) {
    .ambassador__label {
      padding-right: 0;
      -webkit-transform: rotate(90deg) translate(0, 90px);
      transform: rotate(90deg) translate(0, 90px); } }
  @media (max-width: 1919px) and (max-width: 1499px) and (max-width: 1023px) and (max-width: 767px) {
    .ambassador__label {
      -webkit-transform: rotate(90deg) translate(0, 70px);
      transform: rotate(90deg) translate(0, 70px); } }
  @media (max-width: 1919px) and (max-width: 1499px) and (max-width: 1023px) and (max-width: 767px) and (max-width: 499px) {
    .ambassador__label {
      -webkit-transform: rotate(90deg) translate(0, 50px);
      transform: rotate(90deg) translate(0, 50px); } }

.carousel--ambassadors__item {
  padding-top: 80px !important; }
  @media (min-width: 1024px) {
    .carousel--ambassadors__item {
      padding-bottom: 80px !important; } }

.carousel--ambassadors__random-shape-recipient {
  width: auto;
  height: 160px;
  position: absolute;
  z-index: 999; }
  @media (max-width: 767px) {
    .carousel--ambassadors__random-shape-recipient {
      width: 140px;
      height: 140px; } }

.carousel--ambassadors__item:nth-child(odd) .carousel--ambassadors__random-shape-recipient {
  right: 0;
  top: 40px; }
  @media (min-width: 1024px) {
    .carousel--ambassadors__item:nth-child(odd) .carousel--ambassadors__random-shape-recipient {
      right: -20px; } }

.carousel--ambassadors__item:nth-child(even) .carousel--ambassadors__random-shape-recipient {
  top: 20px;
  left: 90px; }
  @media (min-width: 1024px) {
    .carousel--ambassadors__item:nth-child(even) .carousel--ambassadors__random-shape-recipient {
      top: auto;
      bottom: -10px; } }

.carousel--ambassadors__random-shape-recipient svg {
  height: 100%;
  width: auto; }

@media (max-width: 767px) {
  .container-fluid--page--ambassadors {
    padding-top: 90px; } }

.profile-img--compact {
  padding-bottom: calc(112.5% + 24px); }

@media (min-width: 768px) and (max-width: 1199px) {
  .profile-img--compact {
    padding-bottom: calc(140% + 24px); } }

.profile-thumb:not(.profile-thumb--featured) {
  padding-right: 0; }

.ambassador-thumb {
  padding: 0 20px;
  transition: opacity 0.4s 1.2s ease-in-out; }

.ajaxing .ambassador-thumb {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out; }

.ambassador-thumb__inner {
  width: 100%;
  position: relative;
  border: 2px solid #ffffff;
  pointer-events: all;
  transition: border-color 0.4s ease-in-out; }

.col__profile-thumb--hover .ambassador-thumb__inner--coming-soon .profile-img {
  opacity: 1; }

.ambassador-thumb-is-active .col__profile-thumb:not(.col__profile-thumb--active) {
  opacity: 0;
  max-width: 0;
  flex: 0 0 0; }

.ambassador-thumb-is-active .col__profile-thumb.col__profile-thumb--active {
  opacity: 1;
  max-width: 100%;
  flex: 0 0 100%; }

.ambassador-thumb-is-active .col__profile-thumb--active .ambassador-thumb__inner {
  border-color: transparent; }

.ambassador-thumb__info {
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  border: 2px solid transparent;
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: width 0.4s ease-in-out, max-width 0.4s ease-in-out, flex 0.4s ease-in-out, border-color 0.4s ease-in-out; }

.ambassador-thumb-is-active .col__profile-thumb--active .ambassador-thumb__info {
  border-color: #ffffff;
  z-index: 0; }
  @media (min-width: 768px) {
    .ambassador-thumb-is-active .col__profile-thumb--active .ambassador-thumb__info {
      max-width: 67%;
      flex: 0 0 67%; } }

.ambassador-thumb__title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0.9em;
  font-size: 6vw; }
  @media (min-width: 1024px) {
    .ambassador-thumb__title {
      font-size: 3vw; } }

.col__profile-thumb {
  overflow: hidden;
  margin-bottom: 40px; }

.ambassador-thumb__button--read-more {
  text-decoration: none;
  transition: opacity 0.4s ease-in-out; }
  @media (max-width: 767px) {
    .ambassador-thumb__button--read-more {
      margin-top: 20px;
      display: inline-block; } }

.col__profile-thumb {
  transition: opacity 0.4s ease-in-out, width 0.8s ease-in-out, max-width 0.8s ease-in-out, flex 0.8s ease-in-out, height 0.8s ease-in-out, border-color 0.4s ease-in-out; }

.ambassador-thumb-is-active .col__profile-thumb {
  transition: opacity 0.4s ease-in-out, width 0.8s 0.4s ease-in-out, max-width 0.8s 0.4s ease-in-out, flex 0.8s 0.4s ease-in-out, height 0.8s 0.4s ease-in-out, border-color 0.4s ease-in-out; }

.mouse-is-over-ambassador-thumb .col__profile-thumb .profile-img {
  opacity: 0.4; }

.mouse-is-over-ambassador-thumb .col__profile-thumb--hover .profile-img {
  opacity: 1; }

.ambassador-thumb-is-active .col__profile-thumb:not(.col__profile-thumb--active) .profile-img {
  pointer-events: none;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden; }

.ambassador-thumb-is-active .col__profile-thumb--active .profile-img {
  pointer-events: auto;
  opacity: 1;
  flex: 0 0 100% !important;
  max-width: 100% !important; }
  @media (min-width: 768px) {
    .ambassador-thumb-is-active .col__profile-thumb--active .profile-img {
      right: 2px; } }

.ambassador-thumb__inner--coming-soon .profile-img,
.mouse-is-over-ambassador-thumb .col__profile-thumb--hover .ambassador-thumb__inner--coming-soon .profile-img {
  opacity: 0.4; }

.profile-thumb {
  z-index: 999;
  transition: width 0.8s ease-in-out, margin-left 0.8s ease-in-out, max-width 0.8s ease-in-out, flex 0.8s ease-in-out; }

body.ambassador-thumb-is-active .col__profile-thumb--active .profile-thumb {
  max-width: 33%;
  margin-left: 67%;
  flex: 0 0 33%;
  transition: width 0.8s 0.4s ease-in-out, margin-left 0.8s 0.4s ease-in-out, max-width 0.8s 0.4s ease-in-out, flex 0.8s 0.4s ease-in-out; }
  @media (max-width: 767px) {
    body.ambassador-thumb-is-active .col__profile-thumb--active .profile-thumb {
      max-width: 50%;
      margin-left: 50%;
      flex: 0 0 50%; } }
  @media (max-width: 767px) and (max-width: 499px) {
    body.ambassador-thumb-is-active .col__profile-thumb--active .profile-thumb {
      max-width: 100%;
      margin-left: 0;
      flex: 0 0 100%; } }

@media (max-width: 499px) {
  body.ambassador-thumb-is-active .col__profile-thumb--active .ambassador-thumb__info {
    max-width: 100%;
    flex: 0 0 100%; } }

.ambassador-thumb__bio {
  transition: max-width 0.8s ease-in-out, flex 0.8s ease-in-out, opacity 0.4s ease-in-out;
  margin-top: 1.2em; }
  @media (min-width: 768px) {
    .ambassador-thumb__bio {
      padding-bottom: 40px; } }
  @media (max-width: 1499px) {
    .ambassador-thumb__bio {
      font-size: 11pt;
      width: calc(100% - 12px); } }

.ambassador-thumb-is-active .ambassador-thumb__bio {
  transition: max-width 0.8s 0.4s ease-in-out, flex 0.8s 0.4s ease-in-out, opacity 0.4s ease-in-out; }

.ambassador-thumb__synopsis {
  height: auto;
  display: block;
  pointer-events: none;
  transition: opacity 0.4s 0.4s ease-in-out, height 0s ease-in-out; }

.ambassador-thumb-is-active .ambassador-thumb__synopsis {
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: block;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out, height 0s 0.4s ease-in-out; }

.ambassador-thumb__bio--full {
  opacity: 0;
  height: 0;
  display: block;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out, height 0s 0.4s ease-in-out; }

.ambassador-is-ajaxing .ambassador-thumb__bio {
  opacity: 0; }

.ambassador-thumb-is-active .col__profile-thumb--active .ambassador-thumb__bio--full,
.col__profile-thumb--active .ambassador-thumb__bio--full {
  opacity: 1;
  height: auto;
  display: inline;
  pointer-events: auto;
  transition: opacity 0.4s 0.8s ease-in-out, height 0s 0.4s ease-in-out; }

@media (min-width: 500px) {
  .ambassador-thumb__inner--wide .ambassador-thumb__bio {
    padding-right: 12px;
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 500px) {
  .ambassador-thumb__inner--wide.col__profile-thumb--active .ambassador-thumb__bio,
  .ambassador-thumb-is-active .col__profile-thumb--active .ambassador-thumb__bio {
    max-width: 75%;
    flex: 0 0 75%; } }

.ambassador-thumb-is-active .col__profile-thumb--active .ambassador-thumb__button--read-more {
  opacity: 0;
  pointer-events: none; }

.col-ambassador__content--full {
  position: absolute;
  height: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden; }

.ambassador-thumb-is-active .col__profile-thumb--active .col-ambassador__content--full {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  height: auto;
  overflow: initial;
  z-index: 999; }
  @media (max-width: 499px) {
    .ambassador-thumb-is-active .col__profile-thumb--active .col-ambassador__content--full {
      margin-top: 60px; } }

.col-ambassador__content--full__video__wrapper {
  display: inline-block;
  position: relative;
  border-radius: 40px;
  max-width: 33vw;
  float: right;
  right: 12vw;
  top: -80px; }
  @media (max-width: 767px) {
    .col-ambassador__content--full__video__wrapper {
      top: 0;
      right: 25vw;
      border-radius: 0;
      max-width: 50vw; } }

.col-ambassador__content--full__video {
  border-radius: 40px;
  display: block;
  max-height: 80vh; }
  @media (max-width: 767px) {
    .col-ambassador__content--full__video {
      border-radius: 0; } }

.ambassador__links {
  position: absolute;
  opacity: 0;
  pointer-events: auto;
  transition: opacity 0.4s ease-in-out; }
  @media (min-width: 768px) {
    .ambassador__links {
      border-left: 2px solid;
      margin-left: -2px; } }

.ambassador__links__inner {
  white-space: nowrap;
  text-align: right;
  width: 100%;
  height: 40px; }

.ambassador-thumb__bio--full__link--all-ambassadors__wrapper {
  display: none;
  margin-top: 40px; }

.col__profile-thumb--active .ambassador-thumb__bio--full__link--all-ambassadors__wrapper {
  display: block; }

.ambassador-thumb__bio--full__link--all-ambassadors {
  text-decoration: none;
  display: inline-block;
  width: auto;
  font-size: 0.75rem; }

.ambassador-thumb-is-active .col__profile-thumb--active .ambassador__links {
  position: static;
  opacity: 1;
  pointer-events: auto;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-top: 2px solid;
  position: relative;
  width: 100%;
  text-align: right;
  padding: 30px 20px;
  padding-bottom: 12px;
  padding-top: calc(112.5% + 30px);
  transition: opacity 0.4s 0.8s ease-in-out; }
  @media (max-width: 767px) {
    .ambassador-thumb-is-active .col__profile-thumb--active .ambassador__links {
      border-left: 2px solid;
      padding-top: calc(100% + 30px); } }

.ambassador__link {
  text-decoration: none;
  height: 30px;
  display: inline-block;
  margin-top: 12px; }

.ambassador__link__icon {
  width: 30px;
  height: auto;
  color: #ffffff;
  fill: #ffffff;
  margin-left: 12px; }

.video-slide {
  display: none;
  max-height: 80vh; }

.video-slide--active {
  display: inline-block; }

.video-slideshow,
.video-slideshow .video__wrapper {
  max-height: 80vh; }

.video-slideshow__arrows {
  display: flex;
  width: 100%;
  flex: 0 0 100%;
  justify-content: space-around;
  margin-top: 20px; }

.video-slideshow__arrow {
  max-width: 40%;
  width: auto;
  height: auto;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.4s ease-in-out; }

.video-slideshow__arrow svg {
  pointer-events: none;
  max-width: 100%; }

.video-slideshow__arrow:hover {
  opacity: 1; }

.carousel__wrapper--about {
  margin-top: 120px; }
  @media (max-width: 767px) {
    .carousel__wrapper--about {
      margin-top: 90px; } }

.page-template-page-about .menu__container-fluid--about {
  max-height: none;
  overflow: initial; }

.carousel__wrapper--about.carousel__wrapper--about--center {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0px;
  height: 559px; }

.aboutClick {
  cursor: pointer; }

.aboutClick:hover {
  text-decoration: underline; }

.about__svg__wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 60px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out; }

.about-element-is-hovered--mind .about__svg__wrapper--mind,
.about-element-is-hovered--emotions .about__svg__wrapper--emotions,
.about-element-is-hovered--thoughts .about__svg__wrapper--thoughts,
.about-element-is-hovered--awareness .about__svg__wrapper--awareness {
  opacity: 1;
  transition: opacity 0.4s 0.4s ease-in-out; }

.about__svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); }

.homepage__paragraph--intro--about {
  position: relative;
  padding-bottom: 90px;
  z-index: 2; }

.resources__block {
  width: 100%;
  padding: 40px;
  border: 2px solid;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .resources__block {
      margin-top: 60px;
      margin-bottom: 60px; } }
  @media (min-width: 768px) and (min-width: 1800px) {
    .resources__block {
      width: 38rem; } }

.resources__block *:not(h2) {
  font-size: 1.25rem; }

.resources__block__title {
  font-weight: bold;
  margin-top: 0;
  font-size: 2rem; }

.about-thumb {
  padding: 0 20px; }

.about-thumb__inner {
  width: 100%;
  border: 2px solid #ffffff;
  pointer-events: all;
  transition: border-color 0.4s ease-in-out; }

.about-thumb__inner h2 {
  font-weight: bold;
  user-select: none; }

.about-thumb__info {
  padding-top: 20px;
  padding-bottom: 20px; }

.about-thumb__title {
  margin-bottom: 0; }

.about-thumb__row--ambassador {
  padding-top: 2em;
  background-color: rgba(208, 137, 176, 0.6); }

.about-thumb__col--ambassador {
  background-size: cover;
  background-position: center;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  opacity: 0;
  transition: height 0.4s ease-in-out, padding-top 0.4s ease-in-out; }

.about-thumb__inner--active .about-thumb__col--ambassador {
  opacity: 1;
  height: auto; }

.about-thumb__button--learn-more {
  transition: opacity 0.4s ease-in-out; }

.about-thumb__inner--active .about-thumb__button--learn-more {
  opacity: 0;
  pointer-events: none; }

.about-thumb__row--ambassador {
  padding-bottom: 20px; }

.button--learn-more {
  text-decoration: none; }

.about-thumb__title--ambassador {
  position: absolute;
  z-index: 999;
  bottom: -0.7em;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out; }

.about-thumb__inner--active .about-thumb__title--ambassador {
  opacity: 1;
  transition: opacity 0.4s 0.4s ease-in-out; }

.footer {
  background-color: #221f1f;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px; }

.footer *,
.footer a,
.footer a:visited {
  color: #ffffff; }

.footer a,
.footer .a {
  text-decoration: none;
  cursor: pointer; }

.footer a:hover,
.footer .a:hover {
  text-decoration: underline; }

.home #footer {
  display: none; }

.row--footer__logos {
  justify-content: flex-start;
  align-items: center; }
  @media (max-width: 499px) {
    .row--footer__logos {
      position: absolute; } }

.footer__logo {
  max-height: 40px;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-right: 12px;
  margin-top: 12px;
  vertical-align: middle; }
  @media (max-width: 499px) {
    .footer__logo {
      margin-right: 0; } }

@media (max-width: 499px) {
  .footer__link--logo__wrapper:first-child .footer__logo {
    margin-top: 0; } }

.footer__link--logo__wrapper {
  max-width: 33%;
  padding-right: 12px;
  display: block;
  text-decoration: none; }
  @media (max-width: 499px) {
    .footer__link--logo__wrapper {
      max-width: 100%;
      padding-right: 0; } }

.footer__link--logo__wrapper:hover {
  text-decoration: none; }

.footer__col > *:last-child {
  margin-bottom: 0; }

.footer p {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-block-start: 0; }
  @media (max-width: 499px) {
    .footer p {
      font-size: 9pt; } }

.footer p.margins-vertical {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  margin-block-start: 1em;
  margin-top: 1em;
  margin-bottom: 1em; }

.footer p.margin-bottom {
  -webkit-margin-after: 1em;
  margin-bottom: 1em; }

.footer pre {
  white-space: initial;
  font-family: inherit;
  font-size: 0.75rem;
  margin-top: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0; }
  @media (max-width: 499px) {
    .footer pre {
      margin-top: 1em;
      font-size: 7pt; } }

.footer__col--2 pre {
  margin-bottom: 0;
  white-space: nowrap; }

.footer__col--wiggler {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  height: 0; }

.section--active .footer__col--wiggler {
  opacity: 1; }

.footer__wiggler {
  display: block;
  width: 80%;
  margin-left: 10%;
  height: auto;
  stroke: #ffffff;
  stroke-width: 3px;
  fill: transparent;
  color: transparent;
  -webkit-transform: translateY(calc(-50% - 20px));
  transform: translateY(calc(-50% - 20px)); }

.footer pre a {
  text-decoration: none; }

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  font-weight: bold; }
