@charset "UTF-8";
/* — — — — — — — — — — — - — — — — — — — — — — — - — — — — — — — — — — — -
MAIN SASS CONFIGURATION

* @Version:    1.0 - 2018
* @author:     Burocratik
* @email:      hello@burocratik.com
* @website:    http://www.burocratik.com
— — — — — — — — — — — - — — — — — — — — — — — - — — — — — — — — — — — - */
/* — — — — — — — — — — — - — — — — — — — — — — — - — — — — — — — — — — — -
INCLUDES
— — — — — — — — — — — - — — — — — — — — — — — - — — — — — — — — — — — - */
/* =RESET ORGINAL
http://meyerweb.com/eric/tools/css/reset/

/* =NORMALIZE.css
https://github.com/necolas/normalize.css */
/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.row {
  max-width: 106.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(25.71429px + 1.42857vw);
  padding-right: calc(25.71429px + 1.42857vw);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap; }
  @media (min-width: 1700px) {
    .row {
      padding-left: 50px; } }
  @media (min-width: 1700px) {
    .row {
      padding-right: 50px; } }
  @media only screen and (max-width: 1440px) {
    .row {
      padding-left: calc(18.57143px + 0.37815vw);
      padding-right: calc(18.57143px + 0.37815vw); } }
  @media only screen and (max-width: 1440px) and (min-width: 1700px) {
    .row {
      padding-left: 25px; } }
  @media only screen and (max-width: 1440px) and (min-width: 1700px) {
    .row {
      padding-right: 25px; } }
  @media only screen and (max-width: 767px) {
    .row {
      padding-left: calc(16.19048px + 0.02801vw);
      padding-right: calc(16.19048px + 0.02801vw); } }
  @media only screen and (max-width: 767px) and (min-width: 1700px) {
    .row {
      padding-left: 16.66667px; } }
  @media only screen and (max-width: 767px) and (min-width: 1700px) {
    .row {
      padding-right: 16.66667px; } }

.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }

.row.expanded {
  max-width: none; }

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-left: 0;
  margin-right: 0; }

.column,
.columns {
  -ms-flex: 1 1 0px;
  -webkit-box-flex: 1;
          flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial; }

.column.row.row,
.row.row.columns {
  float: none;
  display: block; }

.row .column.row.row,
.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.shrink {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  max-width: 100%; }

.column.align-top,
.align-top.columns {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.column.align-bottom,
.align-bottom.columns {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.column.align-middle,
.align-middle.columns {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.column.align-stretch,
.align-stretch.columns {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.align-right {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end; }

.align-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-top {
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start; }

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-bottom {
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end; }

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-middle {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

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

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.xxlarge-1 {
  -ms-flex: 0 0 6.25%;
  -webkit-box-flex: 0;
          flex: 0 0 6.25%;
  max-width: 6.25%; }

.xxlarge-offset-0 {
  margin-left: 0%; }

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

.xxlarge-up-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.xxlarge-up-1 > .column,
.xxlarge-up-1 > .columns {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

.xxlarge-collapse {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-collapse > .column,
.xxlarge-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-uncollapse > .column,
.xxlarge-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.xxlarge-2 {
  -ms-flex: 0 0 12.5%;
  -webkit-box-flex: 0;
          flex: 0 0 12.5%;
  max-width: 12.5%; }

.xxlarge-offset-1 {
  margin-left: 6.25%; }

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

.xxlarge-up-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.xxlarge-up-2 > .column,
.xxlarge-up-2 > .columns {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.xxlarge-collapse {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-collapse > .column,
.xxlarge-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-uncollapse > .column,
.xxlarge-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.xxlarge-3 {
  -ms-flex: 0 0 18.75%;
  -webkit-box-flex: 0;
          flex: 0 0 18.75%;
  max-width: 18.75%; }

.xxlarge-offset-2 {
  margin-left: 12.5%; }

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

.xxlarge-up-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.xxlarge-up-3 > .column,
.xxlarge-up-3 > .columns {
  -ms-flex: 0 0 33.33333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.xxlarge-collapse {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-collapse > .column,
.xxlarge-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-uncollapse > .column,
.xxlarge-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.xxlarge-4 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.xxlarge-offset-3 {
  margin-left: 18.75%; }

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

.xxlarge-up-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.xxlarge-up-4 > .column,
.xxlarge-up-4 > .columns {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.xxlarge-collapse {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-collapse > .column,
.xxlarge-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-uncollapse > .column,
.xxlarge-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.xxlarge-5 {
  -ms-flex: 0 0 31.25%;
  -webkit-box-flex: 0;
          flex: 0 0 31.25%;
  max-width: 31.25%; }

.xxlarge-offset-4 {
  margin-left: 25%; }

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

.xxlarge-up-5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.xxlarge-up-5 > .column,
.xxlarge-up-5 > .columns {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%; }

.xxlarge-collapse {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-collapse > .column,
.xxlarge-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-uncollapse > .column,
.xxlarge-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.xxlarge-6 {
  -ms-flex: 0 0 37.5%;
  -webkit-box-flex: 0;
          flex: 0 0 37.5%;
  max-width: 37.5%; }

.xxlarge-offset-5 {
  margin-left: 31.25%; }

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

.xxlarge-up-6 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.xxlarge-up-6 > .column,
.xxlarge-up-6 > .columns {
  -ms-flex: 0 0 16.66667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.xxlarge-collapse {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-collapse > .column,
.xxlarge-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-uncollapse > .column,
.xxlarge-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.xxlarge-7 {
  -ms-flex: 0 0 43.75%;
  -webkit-box-flex: 0;
          flex: 0 0 43.75%;
  max-width: 43.75%; }

.xxlarge-offset-6 {
  margin-left: 37.5%; }

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

.xxlarge-up-7 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.xxlarge-up-7 > .column,
.xxlarge-up-7 > .columns {
  -ms-flex: 0 0 14.28571%;
  -webkit-box-flex: 0;
          flex: 0 0 14.28571%;
  max-width: 14.28571%; }

.xxlarge-collapse {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-collapse > .column,
.xxlarge-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-uncollapse > .column,
.xxlarge-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.xxlarge-8 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.xxlarge-offset-7 {
  margin-left: 43.75%; }

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

.xxlarge-up-8 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.xxlarge-up-8 > .column,
.xxlarge-up-8 > .columns {
  -ms-flex: 0 0 12.5%;
  -webkit-box-flex: 0;
          flex: 0 0 12.5%;
  max-width: 12.5%; }

.xxlarge-collapse {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-collapse > .column,
.xxlarge-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-uncollapse > .column,
.xxlarge-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.xxlarge-9 {
  -ms-flex: 0 0 56.25%;
  -webkit-box-flex: 0;
          flex: 0 0 56.25%;
  max-width: 56.25%; }

.xxlarge-offset-8 {
  margin-left: 50%; }

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

.xxlarge-up-9 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.xxlarge-up-9 > .column,
.xxlarge-up-9 > .columns {
  -ms-flex: 0 0 11.11111%;
  -webkit-box-flex: 0;
          flex: 0 0 11.11111%;
  max-width: 11.11111%; }

.xxlarge-collapse {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-collapse > .column,
.xxlarge-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-uncollapse > .column,
.xxlarge-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.xxlarge-10 {
  -ms-flex: 0 0 62.5%;
  -webkit-box-flex: 0;
          flex: 0 0 62.5%;
  max-width: 62.5%; }

.xxlarge-offset-9 {
  margin-left: 56.25%; }

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

.xxlarge-up-10 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.xxlarge-up-10 > .column,
.xxlarge-up-10 > .columns {
  -ms-flex: 0 0 10%;
  -webkit-box-flex: 0;
          flex: 0 0 10%;
  max-width: 10%; }

.xxlarge-collapse {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-collapse > .column,
.xxlarge-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-uncollapse > .column,
.xxlarge-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.xxlarge-11 {
  -ms-flex: 0 0 68.75%;
  -webkit-box-flex: 0;
          flex: 0 0 68.75%;
  max-width: 68.75%; }

.xxlarge-offset-10 {
  margin-left: 62.5%; }

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

.xxlarge-up-11 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.xxlarge-up-11 > .column,
.xxlarge-up-11 > .columns {
  -ms-flex: 0 0 9.09091%;
  -webkit-box-flex: 0;
          flex: 0 0 9.09091%;
  max-width: 9.09091%; }

.xxlarge-collapse {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-collapse > .column,
.xxlarge-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-uncollapse > .column,
.xxlarge-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.xxlarge-12 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%; }

.xxlarge-offset-11 {
  margin-left: 68.75%; }

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

.xxlarge-up-12 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.xxlarge-up-12 > .column,
.xxlarge-up-12 > .columns {
  -ms-flex: 0 0 8.33333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.xxlarge-collapse {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-collapse > .column,
.xxlarge-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-uncollapse > .column,
.xxlarge-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.xxlarge-13 {
  -ms-flex: 0 0 81.25%;
  -webkit-box-flex: 0;
          flex: 0 0 81.25%;
  max-width: 81.25%; }

.xxlarge-offset-12 {
  margin-left: 75%; }

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

.xxlarge-up-13 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.xxlarge-up-13 > .column,
.xxlarge-up-13 > .columns {
  -ms-flex: 0 0 7.69231%;
  -webkit-box-flex: 0;
          flex: 0 0 7.69231%;
  max-width: 7.69231%; }

.xxlarge-collapse {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-collapse > .column,
.xxlarge-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-uncollapse > .column,
.xxlarge-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.xxlarge-14 {
  -ms-flex: 0 0 87.5%;
  -webkit-box-flex: 0;
          flex: 0 0 87.5%;
  max-width: 87.5%; }

.xxlarge-offset-13 {
  margin-left: 81.25%; }

.xxlarge-order-14 {
  -ms-flex-order: 14;
  -webkit-box-ordinal-group: 15;
          order: 14; }

.xxlarge-up-14 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.xxlarge-up-14 > .column,
.xxlarge-up-14 > .columns {
  -ms-flex: 0 0 7.14286%;
  -webkit-box-flex: 0;
          flex: 0 0 7.14286%;
  max-width: 7.14286%; }

.xxlarge-collapse {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-collapse > .column,
.xxlarge-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-uncollapse > .column,
.xxlarge-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.xxlarge-15 {
  -ms-flex: 0 0 93.75%;
  -webkit-box-flex: 0;
          flex: 0 0 93.75%;
  max-width: 93.75%; }

.xxlarge-offset-14 {
  margin-left: 87.5%; }

.xxlarge-order-15 {
  -ms-flex-order: 15;
  -webkit-box-ordinal-group: 16;
          order: 15; }

.xxlarge-up-15 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.xxlarge-up-15 > .column,
.xxlarge-up-15 > .columns {
  -ms-flex: 0 0 6.66667%;
  -webkit-box-flex: 0;
          flex: 0 0 6.66667%;
  max-width: 6.66667%; }

.xxlarge-collapse {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-collapse > .column,
.xxlarge-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-uncollapse > .column,
.xxlarge-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.xxlarge-16 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

.xxlarge-offset-15 {
  margin-left: 93.75%; }

.xxlarge-order-16 {
  -ms-flex-order: 16;
  -webkit-box-ordinal-group: 17;
          order: 16; }

.xxlarge-up-16 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.xxlarge-up-16 > .column,
.xxlarge-up-16 > .columns {
  -ms-flex: 0 0 6.25%;
  -webkit-box-flex: 0;
          flex: 0 0 6.25%;
  max-width: 6.25%; }

.xxlarge-collapse {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-collapse > .column,
.xxlarge-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.xxlarge-uncollapse > .column,
.xxlarge-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media screen and (max-width: 1650px) {
  .xlarge-1 {
    -ms-flex: 0 0 6.25%;
    -webkit-box-flex: 0;
            flex: 0 0 6.25%;
    max-width: 6.25%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-1 > .column,
  .xlarge-up-1 > .columns {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xlarge-2 {
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .xlarge-offset-1 {
    margin-left: 6.25%; }
  .xlarge-order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-2 > .column,
  .xlarge-up-2 > .columns {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xlarge-3 {
    -ms-flex: 0 0 18.75%;
    -webkit-box-flex: 0;
            flex: 0 0 18.75%;
    max-width: 18.75%; }
  .xlarge-offset-2 {
    margin-left: 12.5%; }
  .xlarge-order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-3 > .column,
  .xlarge-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xlarge-4 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-3 {
    margin-left: 18.75%; }
  .xlarge-order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-4 > .column,
  .xlarge-up-4 > .columns {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xlarge-5 {
    -ms-flex: 0 0 31.25%;
    -webkit-box-flex: 0;
            flex: 0 0 31.25%;
    max-width: 31.25%; }
  .xlarge-offset-4 {
    margin-left: 25%; }
  .xlarge-order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-5 > .column,
  .xlarge-up-5 > .columns {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .xlarge-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xlarge-6 {
    -ms-flex: 0 0 37.5%;
    -webkit-box-flex: 0;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .xlarge-offset-5 {
    margin-left: 31.25%; }
  .xlarge-order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-6 > .column,
  .xlarge-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xlarge-7 {
    -ms-flex: 0 0 43.75%;
    -webkit-box-flex: 0;
            flex: 0 0 43.75%;
    max-width: 43.75%; }
  .xlarge-offset-6 {
    margin-left: 37.5%; }
  .xlarge-order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-7 > .column,
  .xlarge-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    -webkit-box-flex: 0;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .xlarge-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xlarge-8 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-7 {
    margin-left: 43.75%; }
  .xlarge-order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-8 > .column,
  .xlarge-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .xlarge-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xlarge-9 {
    -ms-flex: 0 0 56.25%;
    -webkit-box-flex: 0;
            flex: 0 0 56.25%;
    max-width: 56.25%; }
  .xlarge-offset-8 {
    margin-left: 50%; }
  .xlarge-order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .xlarge-up-9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-9 > .column,
  .xlarge-up-9 > .columns {
    -ms-flex: 0 0 11.11111%;
    -webkit-box-flex: 0;
            flex: 0 0 11.11111%;
    max-width: 11.11111%; }
  .xlarge-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xlarge-10 {
    -ms-flex: 0 0 62.5%;
    -webkit-box-flex: 0;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .xlarge-offset-9 {
    margin-left: 56.25%; }
  .xlarge-order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .xlarge-up-10 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-10 > .column,
  .xlarge-up-10 > .columns {
    -ms-flex: 0 0 10%;
    -webkit-box-flex: 0;
            flex: 0 0 10%;
    max-width: 10%; }
  .xlarge-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xlarge-11 {
    -ms-flex: 0 0 68.75%;
    -webkit-box-flex: 0;
            flex: 0 0 68.75%;
    max-width: 68.75%; }
  .xlarge-offset-10 {
    margin-left: 62.5%; }
  .xlarge-order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .xlarge-up-11 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-11 > .column,
  .xlarge-up-11 > .columns {
    -ms-flex: 0 0 9.09091%;
    -webkit-box-flex: 0;
            flex: 0 0 9.09091%;
    max-width: 9.09091%; }
  .xlarge-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xlarge-12 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-11 {
    margin-left: 68.75%; }
  .xlarge-order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .xlarge-up-12 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-12 > .column,
  .xlarge-up-12 > .columns {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xlarge-13 {
    -ms-flex: 0 0 81.25%;
    -webkit-box-flex: 0;
            flex: 0 0 81.25%;
    max-width: 81.25%; }
  .xlarge-offset-12 {
    margin-left: 75%; }
  .xlarge-order-13 {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .xlarge-up-13 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-13 > .column,
  .xlarge-up-13 > .columns {
    -ms-flex: 0 0 7.69231%;
    -webkit-box-flex: 0;
            flex: 0 0 7.69231%;
    max-width: 7.69231%; }
  .xlarge-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xlarge-14 {
    -ms-flex: 0 0 87.5%;
    -webkit-box-flex: 0;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .xlarge-offset-13 {
    margin-left: 81.25%; }
  .xlarge-order-14 {
    -ms-flex-order: 14;
    -webkit-box-ordinal-group: 15;
            order: 14; }
  .xlarge-up-14 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-14 > .column,
  .xlarge-up-14 > .columns {
    -ms-flex: 0 0 7.14286%;
    -webkit-box-flex: 0;
            flex: 0 0 7.14286%;
    max-width: 7.14286%; }
  .xlarge-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xlarge-15 {
    -ms-flex: 0 0 93.75%;
    -webkit-box-flex: 0;
            flex: 0 0 93.75%;
    max-width: 93.75%; }
  .xlarge-offset-14 {
    margin-left: 87.5%; }
  .xlarge-order-15 {
    -ms-flex-order: 15;
    -webkit-box-ordinal-group: 16;
            order: 15; }
  .xlarge-up-15 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-15 > .column,
  .xlarge-up-15 > .columns {
    -ms-flex: 0 0 6.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 6.66667%;
    max-width: 6.66667%; }
  .xlarge-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xlarge-16 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-15 {
    margin-left: 93.75%; }
  .xlarge-order-16 {
    -ms-flex-order: 16;
    -webkit-box-ordinal-group: 17;
            order: 16; }
  .xlarge-up-16 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xlarge-up-16 > .column,
  .xlarge-up-16 > .columns {
    -ms-flex: 0 0 6.25%;
    -webkit-box-flex: 0;
            flex: 0 0 6.25%;
    max-width: 6.25%; }
  .xlarge-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }

@media screen and (max-width: 1440px) {
  .large-1 {
    -ms-flex: 0 0 6.25%;
    -webkit-box-flex: 0;
            flex: 0 0 6.25%;
    max-width: 6.25%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .large-collapse {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .large-2 {
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .large-offset-1 {
    margin-left: 6.25%; }
  .large-order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .large-collapse {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .large-3 {
    -ms-flex: 0 0 18.75%;
    -webkit-box-flex: 0;
            flex: 0 0 18.75%;
    max-width: 18.75%; }
  .large-offset-2 {
    margin-left: 12.5%; }
  .large-order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-collapse {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .large-4 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-3 {
    margin-left: 18.75%; }
  .large-order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .large-collapse {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .large-5 {
    -ms-flex: 0 0 31.25%;
    -webkit-box-flex: 0;
            flex: 0 0 31.25%;
    max-width: 31.25%; }
  .large-offset-4 {
    margin-left: 25%; }
  .large-order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .large-collapse {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .large-6 {
    -ms-flex: 0 0 37.5%;
    -webkit-box-flex: 0;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .large-offset-5 {
    margin-left: 31.25%; }
  .large-order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-collapse {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .large-7 {
    -ms-flex: 0 0 43.75%;
    -webkit-box-flex: 0;
            flex: 0 0 43.75%;
    max-width: 43.75%; }
  .large-offset-6 {
    margin-left: 37.5%; }
  .large-order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    -webkit-box-flex: 0;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .large-collapse {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .large-8 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-7 {
    margin-left: 43.75%; }
  .large-order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .large-collapse {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .large-9 {
    -ms-flex: 0 0 56.25%;
    -webkit-box-flex: 0;
            flex: 0 0 56.25%;
    max-width: 56.25%; }
  .large-offset-8 {
    margin-left: 50%; }
  .large-order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .large-up-9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-9 > .column,
  .large-up-9 > .columns {
    -ms-flex: 0 0 11.11111%;
    -webkit-box-flex: 0;
            flex: 0 0 11.11111%;
    max-width: 11.11111%; }
  .large-collapse {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .large-10 {
    -ms-flex: 0 0 62.5%;
    -webkit-box-flex: 0;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .large-offset-9 {
    margin-left: 56.25%; }
  .large-order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .large-up-10 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-10 > .column,
  .large-up-10 > .columns {
    -ms-flex: 0 0 10%;
    -webkit-box-flex: 0;
            flex: 0 0 10%;
    max-width: 10%; }
  .large-collapse {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .large-11 {
    -ms-flex: 0 0 68.75%;
    -webkit-box-flex: 0;
            flex: 0 0 68.75%;
    max-width: 68.75%; }
  .large-offset-10 {
    margin-left: 62.5%; }
  .large-order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .large-up-11 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-11 > .column,
  .large-up-11 > .columns {
    -ms-flex: 0 0 9.09091%;
    -webkit-box-flex: 0;
            flex: 0 0 9.09091%;
    max-width: 9.09091%; }
  .large-collapse {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .large-12 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-11 {
    margin-left: 68.75%; }
  .large-order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .large-up-12 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-12 > .column,
  .large-up-12 > .columns {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-collapse {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .large-13 {
    -ms-flex: 0 0 81.25%;
    -webkit-box-flex: 0;
            flex: 0 0 81.25%;
    max-width: 81.25%; }
  .large-offset-12 {
    margin-left: 75%; }
  .large-order-13 {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .large-up-13 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-13 > .column,
  .large-up-13 > .columns {
    -ms-flex: 0 0 7.69231%;
    -webkit-box-flex: 0;
            flex: 0 0 7.69231%;
    max-width: 7.69231%; }
  .large-collapse {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .large-14 {
    -ms-flex: 0 0 87.5%;
    -webkit-box-flex: 0;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .large-offset-13 {
    margin-left: 81.25%; }
  .large-order-14 {
    -ms-flex-order: 14;
    -webkit-box-ordinal-group: 15;
            order: 14; }
  .large-up-14 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-14 > .column,
  .large-up-14 > .columns {
    -ms-flex: 0 0 7.14286%;
    -webkit-box-flex: 0;
            flex: 0 0 7.14286%;
    max-width: 7.14286%; }
  .large-collapse {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .large-15 {
    -ms-flex: 0 0 93.75%;
    -webkit-box-flex: 0;
            flex: 0 0 93.75%;
    max-width: 93.75%; }
  .large-offset-14 {
    margin-left: 87.5%; }
  .large-order-15 {
    -ms-flex-order: 15;
    -webkit-box-ordinal-group: 16;
            order: 15; }
  .large-up-15 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-15 > .column,
  .large-up-15 > .columns {
    -ms-flex: 0 0 6.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 6.66667%;
    max-width: 6.66667%; }
  .large-collapse {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .large-16 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-15 {
    margin-left: 93.75%; }
  .large-order-16 {
    -ms-flex-order: 16;
    -webkit-box-ordinal-group: 17;
            order: 16; }
  .large-up-16 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .large-up-16 > .column,
  .large-up-16 > .columns {
    -ms-flex: 0 0 6.25%;
    -webkit-box-flex: 0;
            flex: 0 0 6.25%;
    max-width: 6.25%; }
  .large-collapse {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }

@media screen and (max-width: 1200px) {
  .medium-1 {
    -ms-flex: 0 0 6.25%;
    -webkit-box-flex: 0;
            flex: 0 0 6.25%;
    max-width: 6.25%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .medium-collapse {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .medium-2 {
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .medium-offset-1 {
    margin-left: 6.25%; }
  .medium-order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .medium-collapse {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .medium-3 {
    -ms-flex: 0 0 18.75%;
    -webkit-box-flex: 0;
            flex: 0 0 18.75%;
    max-width: 18.75%; }
  .medium-offset-2 {
    margin-left: 12.5%; }
  .medium-order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-collapse {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .medium-4 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-3 {
    margin-left: 18.75%; }
  .medium-order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .medium-collapse {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .medium-5 {
    -ms-flex: 0 0 31.25%;
    -webkit-box-flex: 0;
            flex: 0 0 31.25%;
    max-width: 31.25%; }
  .medium-offset-4 {
    margin-left: 25%; }
  .medium-order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .medium-collapse {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .medium-6 {
    -ms-flex: 0 0 37.5%;
    -webkit-box-flex: 0;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .medium-offset-5 {
    margin-left: 31.25%; }
  .medium-order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-collapse {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .medium-7 {
    -ms-flex: 0 0 43.75%;
    -webkit-box-flex: 0;
            flex: 0 0 43.75%;
    max-width: 43.75%; }
  .medium-offset-6 {
    margin-left: 37.5%; }
  .medium-order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    -webkit-box-flex: 0;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .medium-collapse {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .medium-8 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-7 {
    margin-left: 43.75%; }
  .medium-order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .medium-collapse {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .medium-9 {
    -ms-flex: 0 0 56.25%;
    -webkit-box-flex: 0;
            flex: 0 0 56.25%;
    max-width: 56.25%; }
  .medium-offset-8 {
    margin-left: 50%; }
  .medium-order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .medium-up-9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-9 > .column,
  .medium-up-9 > .columns {
    -ms-flex: 0 0 11.11111%;
    -webkit-box-flex: 0;
            flex: 0 0 11.11111%;
    max-width: 11.11111%; }
  .medium-collapse {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .medium-10 {
    -ms-flex: 0 0 62.5%;
    -webkit-box-flex: 0;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .medium-offset-9 {
    margin-left: 56.25%; }
  .medium-order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .medium-up-10 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-10 > .column,
  .medium-up-10 > .columns {
    -ms-flex: 0 0 10%;
    -webkit-box-flex: 0;
            flex: 0 0 10%;
    max-width: 10%; }
  .medium-collapse {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .medium-11 {
    -ms-flex: 0 0 68.75%;
    -webkit-box-flex: 0;
            flex: 0 0 68.75%;
    max-width: 68.75%; }
  .medium-offset-10 {
    margin-left: 62.5%; }
  .medium-order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .medium-up-11 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-11 > .column,
  .medium-up-11 > .columns {
    -ms-flex: 0 0 9.09091%;
    -webkit-box-flex: 0;
            flex: 0 0 9.09091%;
    max-width: 9.09091%; }
  .medium-collapse {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .medium-12 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-11 {
    margin-left: 68.75%; }
  .medium-order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .medium-up-12 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-12 > .column,
  .medium-up-12 > .columns {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-collapse {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .medium-13 {
    -ms-flex: 0 0 81.25%;
    -webkit-box-flex: 0;
            flex: 0 0 81.25%;
    max-width: 81.25%; }
  .medium-offset-12 {
    margin-left: 75%; }
  .medium-order-13 {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .medium-up-13 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-13 > .column,
  .medium-up-13 > .columns {
    -ms-flex: 0 0 7.69231%;
    -webkit-box-flex: 0;
            flex: 0 0 7.69231%;
    max-width: 7.69231%; }
  .medium-collapse {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .medium-14 {
    -ms-flex: 0 0 87.5%;
    -webkit-box-flex: 0;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .medium-offset-13 {
    margin-left: 81.25%; }
  .medium-order-14 {
    -ms-flex-order: 14;
    -webkit-box-ordinal-group: 15;
            order: 14; }
  .medium-up-14 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-14 > .column,
  .medium-up-14 > .columns {
    -ms-flex: 0 0 7.14286%;
    -webkit-box-flex: 0;
            flex: 0 0 7.14286%;
    max-width: 7.14286%; }
  .medium-collapse {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .medium-15 {
    -ms-flex: 0 0 93.75%;
    -webkit-box-flex: 0;
            flex: 0 0 93.75%;
    max-width: 93.75%; }
  .medium-offset-14 {
    margin-left: 87.5%; }
  .medium-order-15 {
    -ms-flex-order: 15;
    -webkit-box-ordinal-group: 16;
            order: 15; }
  .medium-up-15 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-15 > .column,
  .medium-up-15 > .columns {
    -ms-flex: 0 0 6.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 6.66667%;
    max-width: 6.66667%; }
  .medium-collapse {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .medium-16 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-15 {
    margin-left: 93.75%; }
  .medium-order-16 {
    -ms-flex-order: 16;
    -webkit-box-ordinal-group: 17;
            order: 16; }
  .medium-up-16 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .medium-up-16 > .column,
  .medium-up-16 > .columns {
    -ms-flex: 0 0 6.25%;
    -webkit-box-flex: 0;
            flex: 0 0 6.25%;
    max-width: 6.25%; }
  .medium-collapse {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }

@media screen and (max-width: 1023px) {
  .small-1 {
    -ms-flex: 0 0 6.25%;
    -webkit-box-flex: 0;
            flex: 0 0 6.25%;
    max-width: 6.25%; }
  .small-offset-0 {
    margin-left: 0%; }
  .small-order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .small-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-1 > .column,
  .small-up-1 > .columns {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .small-collapse {
    padding-left: 0;
    padding-right: 0; }
  .small-collapse > .column,
  .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .small-uncollapse > .column,
  .small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .small-2 {
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .small-offset-1 {
    margin-left: 6.25%; }
  .small-order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .small-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-2 > .column,
  .small-up-2 > .columns {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .small-collapse {
    padding-left: 0;
    padding-right: 0; }
  .small-collapse > .column,
  .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .small-uncollapse > .column,
  .small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .small-3 {
    -ms-flex: 0 0 18.75%;
    -webkit-box-flex: 0;
            flex: 0 0 18.75%;
    max-width: 18.75%; }
  .small-offset-2 {
    margin-left: 12.5%; }
  .small-order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .small-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-3 > .column,
  .small-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-collapse {
    padding-left: 0;
    padding-right: 0; }
  .small-collapse > .column,
  .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .small-uncollapse > .column,
  .small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .small-4 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .small-offset-3 {
    margin-left: 18.75%; }
  .small-order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .small-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-4 > .column,
  .small-up-4 > .columns {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .small-collapse {
    padding-left: 0;
    padding-right: 0; }
  .small-collapse > .column,
  .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .small-uncollapse > .column,
  .small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .small-5 {
    -ms-flex: 0 0 31.25%;
    -webkit-box-flex: 0;
            flex: 0 0 31.25%;
    max-width: 31.25%; }
  .small-offset-4 {
    margin-left: 25%; }
  .small-order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .small-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-5 > .column,
  .small-up-5 > .columns {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .small-collapse {
    padding-left: 0;
    padding-right: 0; }
  .small-collapse > .column,
  .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .small-uncollapse > .column,
  .small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .small-6 {
    -ms-flex: 0 0 37.5%;
    -webkit-box-flex: 0;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .small-offset-5 {
    margin-left: 31.25%; }
  .small-order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .small-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-6 > .column,
  .small-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small-collapse {
    padding-left: 0;
    padding-right: 0; }
  .small-collapse > .column,
  .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .small-uncollapse > .column,
  .small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .small-7 {
    -ms-flex: 0 0 43.75%;
    -webkit-box-flex: 0;
            flex: 0 0 43.75%;
    max-width: 43.75%; }
  .small-offset-6 {
    margin-left: 37.5%; }
  .small-order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .small-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-7 > .column,
  .small-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    -webkit-box-flex: 0;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .small-collapse {
    padding-left: 0;
    padding-right: 0; }
  .small-collapse > .column,
  .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .small-uncollapse > .column,
  .small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .small-8 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .small-offset-7 {
    margin-left: 43.75%; }
  .small-order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .small-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-8 > .column,
  .small-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .small-collapse {
    padding-left: 0;
    padding-right: 0; }
  .small-collapse > .column,
  .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .small-uncollapse > .column,
  .small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .small-9 {
    -ms-flex: 0 0 56.25%;
    -webkit-box-flex: 0;
            flex: 0 0 56.25%;
    max-width: 56.25%; }
  .small-offset-8 {
    margin-left: 50%; }
  .small-order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .small-up-9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-9 > .column,
  .small-up-9 > .columns {
    -ms-flex: 0 0 11.11111%;
    -webkit-box-flex: 0;
            flex: 0 0 11.11111%;
    max-width: 11.11111%; }
  .small-collapse {
    padding-left: 0;
    padding-right: 0; }
  .small-collapse > .column,
  .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .small-uncollapse > .column,
  .small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .small-10 {
    -ms-flex: 0 0 62.5%;
    -webkit-box-flex: 0;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .small-offset-9 {
    margin-left: 56.25%; }
  .small-order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .small-up-10 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-10 > .column,
  .small-up-10 > .columns {
    -ms-flex: 0 0 10%;
    -webkit-box-flex: 0;
            flex: 0 0 10%;
    max-width: 10%; }
  .small-collapse {
    padding-left: 0;
    padding-right: 0; }
  .small-collapse > .column,
  .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .small-uncollapse > .column,
  .small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .small-11 {
    -ms-flex: 0 0 68.75%;
    -webkit-box-flex: 0;
            flex: 0 0 68.75%;
    max-width: 68.75%; }
  .small-offset-10 {
    margin-left: 62.5%; }
  .small-order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .small-up-11 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-11 > .column,
  .small-up-11 > .columns {
    -ms-flex: 0 0 9.09091%;
    -webkit-box-flex: 0;
            flex: 0 0 9.09091%;
    max-width: 9.09091%; }
  .small-collapse {
    padding-left: 0;
    padding-right: 0; }
  .small-collapse > .column,
  .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .small-uncollapse > .column,
  .small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .small-12 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .small-offset-11 {
    margin-left: 68.75%; }
  .small-order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .small-up-12 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-12 > .column,
  .small-up-12 > .columns {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .small-collapse {
    padding-left: 0;
    padding-right: 0; }
  .small-collapse > .column,
  .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .small-uncollapse > .column,
  .small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .small-13 {
    -ms-flex: 0 0 81.25%;
    -webkit-box-flex: 0;
            flex: 0 0 81.25%;
    max-width: 81.25%; }
  .small-offset-12 {
    margin-left: 75%; }
  .small-order-13 {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .small-up-13 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-13 > .column,
  .small-up-13 > .columns {
    -ms-flex: 0 0 7.69231%;
    -webkit-box-flex: 0;
            flex: 0 0 7.69231%;
    max-width: 7.69231%; }
  .small-collapse {
    padding-left: 0;
    padding-right: 0; }
  .small-collapse > .column,
  .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .small-uncollapse > .column,
  .small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .small-14 {
    -ms-flex: 0 0 87.5%;
    -webkit-box-flex: 0;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .small-offset-13 {
    margin-left: 81.25%; }
  .small-order-14 {
    -ms-flex-order: 14;
    -webkit-box-ordinal-group: 15;
            order: 14; }
  .small-up-14 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-14 > .column,
  .small-up-14 > .columns {
    -ms-flex: 0 0 7.14286%;
    -webkit-box-flex: 0;
            flex: 0 0 7.14286%;
    max-width: 7.14286%; }
  .small-collapse {
    padding-left: 0;
    padding-right: 0; }
  .small-collapse > .column,
  .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .small-uncollapse > .column,
  .small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .small-15 {
    -ms-flex: 0 0 93.75%;
    -webkit-box-flex: 0;
            flex: 0 0 93.75%;
    max-width: 93.75%; }
  .small-offset-14 {
    margin-left: 87.5%; }
  .small-order-15 {
    -ms-flex-order: 15;
    -webkit-box-ordinal-group: 16;
            order: 15; }
  .small-up-15 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-15 > .column,
  .small-up-15 > .columns {
    -ms-flex: 0 0 6.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 6.66667%;
    max-width: 6.66667%; }
  .small-collapse {
    padding-left: 0;
    padding-right: 0; }
  .small-collapse > .column,
  .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .small-uncollapse > .column,
  .small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .small-16 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .small-offset-15 {
    margin-left: 93.75%; }
  .small-order-16 {
    -ms-flex-order: 16;
    -webkit-box-ordinal-group: 17;
            order: 16; }
  .small-up-16 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .small-up-16 > .column,
  .small-up-16 > .columns {
    -ms-flex: 0 0 6.25%;
    -webkit-box-flex: 0;
            flex: 0 0 6.25%;
    max-width: 6.25%; }
  .small-collapse {
    padding-left: 0;
    padding-right: 0; }
  .small-collapse > .column,
  .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .small-uncollapse > .column,
  .small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }

@media screen and (max-width: 767px) {
  .xsmall-1 {
    -ms-flex: 0 0 6.25%;
    -webkit-box-flex: 0;
            flex: 0 0 6.25%;
    max-width: 6.25%; }
  .xsmall-offset-0 {
    margin-left: 0%; }
  .xsmall-order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .xsmall-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xsmall-up-1 > .column,
  .xsmall-up-1 > .columns {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .xsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-collapse > .column,
  .xsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-uncollapse > .column,
  .xsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xsmall-2 {
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .xsmall-offset-1 {
    margin-left: 6.25%; }
  .xsmall-order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .xsmall-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xsmall-up-2 > .column,
  .xsmall-up-2 > .columns {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .xsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-collapse > .column,
  .xsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-uncollapse > .column,
  .xsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xsmall-3 {
    -ms-flex: 0 0 18.75%;
    -webkit-box-flex: 0;
            flex: 0 0 18.75%;
    max-width: 18.75%; }
  .xsmall-offset-2 {
    margin-left: 12.5%; }
  .xsmall-order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .xsmall-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xsmall-up-3 > .column,
  .xsmall-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-collapse > .column,
  .xsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-uncollapse > .column,
  .xsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xsmall-4 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .xsmall-offset-3 {
    margin-left: 18.75%; }
  .xsmall-order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .xsmall-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xsmall-up-4 > .column,
  .xsmall-up-4 > .columns {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .xsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-collapse > .column,
  .xsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-uncollapse > .column,
  .xsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xsmall-5 {
    -ms-flex: 0 0 31.25%;
    -webkit-box-flex: 0;
            flex: 0 0 31.25%;
    max-width: 31.25%; }
  .xsmall-offset-4 {
    margin-left: 25%; }
  .xsmall-order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .xsmall-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xsmall-up-5 > .column,
  .xsmall-up-5 > .columns {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .xsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-collapse > .column,
  .xsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-uncollapse > .column,
  .xsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xsmall-6 {
    -ms-flex: 0 0 37.5%;
    -webkit-box-flex: 0;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .xsmall-offset-5 {
    margin-left: 31.25%; }
  .xsmall-order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .xsmall-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xsmall-up-6 > .column,
  .xsmall-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-collapse > .column,
  .xsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-uncollapse > .column,
  .xsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xsmall-7 {
    -ms-flex: 0 0 43.75%;
    -webkit-box-flex: 0;
            flex: 0 0 43.75%;
    max-width: 43.75%; }
  .xsmall-offset-6 {
    margin-left: 37.5%; }
  .xsmall-order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .xsmall-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xsmall-up-7 > .column,
  .xsmall-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    -webkit-box-flex: 0;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .xsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-collapse > .column,
  .xsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-uncollapse > .column,
  .xsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xsmall-8 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .xsmall-offset-7 {
    margin-left: 43.75%; }
  .xsmall-order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .xsmall-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xsmall-up-8 > .column,
  .xsmall-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .xsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-collapse > .column,
  .xsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-uncollapse > .column,
  .xsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xsmall-9 {
    -ms-flex: 0 0 56.25%;
    -webkit-box-flex: 0;
            flex: 0 0 56.25%;
    max-width: 56.25%; }
  .xsmall-offset-8 {
    margin-left: 50%; }
  .xsmall-order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .xsmall-up-9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xsmall-up-9 > .column,
  .xsmall-up-9 > .columns {
    -ms-flex: 0 0 11.11111%;
    -webkit-box-flex: 0;
            flex: 0 0 11.11111%;
    max-width: 11.11111%; }
  .xsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-collapse > .column,
  .xsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-uncollapse > .column,
  .xsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xsmall-10 {
    -ms-flex: 0 0 62.5%;
    -webkit-box-flex: 0;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .xsmall-offset-9 {
    margin-left: 56.25%; }
  .xsmall-order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .xsmall-up-10 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xsmall-up-10 > .column,
  .xsmall-up-10 > .columns {
    -ms-flex: 0 0 10%;
    -webkit-box-flex: 0;
            flex: 0 0 10%;
    max-width: 10%; }
  .xsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-collapse > .column,
  .xsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-uncollapse > .column,
  .xsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xsmall-11 {
    -ms-flex: 0 0 68.75%;
    -webkit-box-flex: 0;
            flex: 0 0 68.75%;
    max-width: 68.75%; }
  .xsmall-offset-10 {
    margin-left: 62.5%; }
  .xsmall-order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .xsmall-up-11 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xsmall-up-11 > .column,
  .xsmall-up-11 > .columns {
    -ms-flex: 0 0 9.09091%;
    -webkit-box-flex: 0;
            flex: 0 0 9.09091%;
    max-width: 9.09091%; }
  .xsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-collapse > .column,
  .xsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-uncollapse > .column,
  .xsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xsmall-12 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .xsmall-offset-11 {
    margin-left: 68.75%; }
  .xsmall-order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .xsmall-up-12 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xsmall-up-12 > .column,
  .xsmall-up-12 > .columns {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-collapse > .column,
  .xsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-uncollapse > .column,
  .xsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xsmall-13 {
    -ms-flex: 0 0 81.25%;
    -webkit-box-flex: 0;
            flex: 0 0 81.25%;
    max-width: 81.25%; }
  .xsmall-offset-12 {
    margin-left: 75%; }
  .xsmall-order-13 {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .xsmall-up-13 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xsmall-up-13 > .column,
  .xsmall-up-13 > .columns {
    -ms-flex: 0 0 7.69231%;
    -webkit-box-flex: 0;
            flex: 0 0 7.69231%;
    max-width: 7.69231%; }
  .xsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-collapse > .column,
  .xsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-uncollapse > .column,
  .xsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xsmall-14 {
    -ms-flex: 0 0 87.5%;
    -webkit-box-flex: 0;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .xsmall-offset-13 {
    margin-left: 81.25%; }
  .xsmall-order-14 {
    -ms-flex-order: 14;
    -webkit-box-ordinal-group: 15;
            order: 14; }
  .xsmall-up-14 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xsmall-up-14 > .column,
  .xsmall-up-14 > .columns {
    -ms-flex: 0 0 7.14286%;
    -webkit-box-flex: 0;
            flex: 0 0 7.14286%;
    max-width: 7.14286%; }
  .xsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-collapse > .column,
  .xsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-uncollapse > .column,
  .xsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xsmall-15 {
    -ms-flex: 0 0 93.75%;
    -webkit-box-flex: 0;
            flex: 0 0 93.75%;
    max-width: 93.75%; }
  .xsmall-offset-14 {
    margin-left: 87.5%; }
  .xsmall-order-15 {
    -ms-flex-order: 15;
    -webkit-box-ordinal-group: 16;
            order: 15; }
  .xsmall-up-15 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xsmall-up-15 > .column,
  .xsmall-up-15 > .columns {
    -ms-flex: 0 0 6.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 6.66667%;
    max-width: 6.66667%; }
  .xsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-collapse > .column,
  .xsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-uncollapse > .column,
  .xsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xsmall-16 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .xsmall-offset-15 {
    margin-left: 93.75%; }
  .xsmall-order-16 {
    -ms-flex-order: 16;
    -webkit-box-ordinal-group: 17;
            order: 16; }
  .xsmall-up-16 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xsmall-up-16 > .column,
  .xsmall-up-16 > .columns {
    -ms-flex: 0 0 6.25%;
    -webkit-box-flex: 0;
            flex: 0 0 6.25%;
    max-width: 6.25%; }
  .xsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-collapse > .column,
  .xsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xsmall-uncollapse > .column,
  .xsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }

@media screen and (max-width: 374px) {
  .xxsmall-1 {
    -ms-flex: 0 0 6.25%;
    -webkit-box-flex: 0;
            flex: 0 0 6.25%;
    max-width: 6.25%; }
  .xxsmall-offset-0 {
    margin-left: 0%; }
  .xxsmall-order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .xxsmall-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxsmall-up-1 > .column,
  .xxsmall-up-1 > .columns {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .xxsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-collapse > .column,
  .xxsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-uncollapse > .column,
  .xxsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xxsmall-2 {
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .xxsmall-offset-1 {
    margin-left: 6.25%; }
  .xxsmall-order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .xxsmall-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxsmall-up-2 > .column,
  .xxsmall-up-2 > .columns {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .xxsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-collapse > .column,
  .xxsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-uncollapse > .column,
  .xxsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xxsmall-3 {
    -ms-flex: 0 0 18.75%;
    -webkit-box-flex: 0;
            flex: 0 0 18.75%;
    max-width: 18.75%; }
  .xxsmall-offset-2 {
    margin-left: 12.5%; }
  .xxsmall-order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .xxsmall-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxsmall-up-3 > .column,
  .xxsmall-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xxsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-collapse > .column,
  .xxsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-uncollapse > .column,
  .xxsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xxsmall-4 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .xxsmall-offset-3 {
    margin-left: 18.75%; }
  .xxsmall-order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .xxsmall-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxsmall-up-4 > .column,
  .xxsmall-up-4 > .columns {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .xxsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-collapse > .column,
  .xxsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-uncollapse > .column,
  .xxsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xxsmall-5 {
    -ms-flex: 0 0 31.25%;
    -webkit-box-flex: 0;
            flex: 0 0 31.25%;
    max-width: 31.25%; }
  .xxsmall-offset-4 {
    margin-left: 25%; }
  .xxsmall-order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .xxsmall-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxsmall-up-5 > .column,
  .xxsmall-up-5 > .columns {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .xxsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-collapse > .column,
  .xxsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-uncollapse > .column,
  .xxsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xxsmall-6 {
    -ms-flex: 0 0 37.5%;
    -webkit-box-flex: 0;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .xxsmall-offset-5 {
    margin-left: 31.25%; }
  .xxsmall-order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .xxsmall-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxsmall-up-6 > .column,
  .xxsmall-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xxsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-collapse > .column,
  .xxsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-uncollapse > .column,
  .xxsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xxsmall-7 {
    -ms-flex: 0 0 43.75%;
    -webkit-box-flex: 0;
            flex: 0 0 43.75%;
    max-width: 43.75%; }
  .xxsmall-offset-6 {
    margin-left: 37.5%; }
  .xxsmall-order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .xxsmall-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxsmall-up-7 > .column,
  .xxsmall-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    -webkit-box-flex: 0;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .xxsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-collapse > .column,
  .xxsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-uncollapse > .column,
  .xxsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xxsmall-8 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .xxsmall-offset-7 {
    margin-left: 43.75%; }
  .xxsmall-order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .xxsmall-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxsmall-up-8 > .column,
  .xxsmall-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .xxsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-collapse > .column,
  .xxsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-uncollapse > .column,
  .xxsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xxsmall-9 {
    -ms-flex: 0 0 56.25%;
    -webkit-box-flex: 0;
            flex: 0 0 56.25%;
    max-width: 56.25%; }
  .xxsmall-offset-8 {
    margin-left: 50%; }
  .xxsmall-order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .xxsmall-up-9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxsmall-up-9 > .column,
  .xxsmall-up-9 > .columns {
    -ms-flex: 0 0 11.11111%;
    -webkit-box-flex: 0;
            flex: 0 0 11.11111%;
    max-width: 11.11111%; }
  .xxsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-collapse > .column,
  .xxsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-uncollapse > .column,
  .xxsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xxsmall-10 {
    -ms-flex: 0 0 62.5%;
    -webkit-box-flex: 0;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .xxsmall-offset-9 {
    margin-left: 56.25%; }
  .xxsmall-order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .xxsmall-up-10 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxsmall-up-10 > .column,
  .xxsmall-up-10 > .columns {
    -ms-flex: 0 0 10%;
    -webkit-box-flex: 0;
            flex: 0 0 10%;
    max-width: 10%; }
  .xxsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-collapse > .column,
  .xxsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-uncollapse > .column,
  .xxsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xxsmall-11 {
    -ms-flex: 0 0 68.75%;
    -webkit-box-flex: 0;
            flex: 0 0 68.75%;
    max-width: 68.75%; }
  .xxsmall-offset-10 {
    margin-left: 62.5%; }
  .xxsmall-order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .xxsmall-up-11 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxsmall-up-11 > .column,
  .xxsmall-up-11 > .columns {
    -ms-flex: 0 0 9.09091%;
    -webkit-box-flex: 0;
            flex: 0 0 9.09091%;
    max-width: 9.09091%; }
  .xxsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-collapse > .column,
  .xxsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-uncollapse > .column,
  .xxsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xxsmall-12 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .xxsmall-offset-11 {
    margin-left: 68.75%; }
  .xxsmall-order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .xxsmall-up-12 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxsmall-up-12 > .column,
  .xxsmall-up-12 > .columns {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xxsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-collapse > .column,
  .xxsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-uncollapse > .column,
  .xxsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xxsmall-13 {
    -ms-flex: 0 0 81.25%;
    -webkit-box-flex: 0;
            flex: 0 0 81.25%;
    max-width: 81.25%; }
  .xxsmall-offset-12 {
    margin-left: 75%; }
  .xxsmall-order-13 {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .xxsmall-up-13 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxsmall-up-13 > .column,
  .xxsmall-up-13 > .columns {
    -ms-flex: 0 0 7.69231%;
    -webkit-box-flex: 0;
            flex: 0 0 7.69231%;
    max-width: 7.69231%; }
  .xxsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-collapse > .column,
  .xxsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-uncollapse > .column,
  .xxsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xxsmall-14 {
    -ms-flex: 0 0 87.5%;
    -webkit-box-flex: 0;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .xxsmall-offset-13 {
    margin-left: 81.25%; }
  .xxsmall-order-14 {
    -ms-flex-order: 14;
    -webkit-box-ordinal-group: 15;
            order: 14; }
  .xxsmall-up-14 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxsmall-up-14 > .column,
  .xxsmall-up-14 > .columns {
    -ms-flex: 0 0 7.14286%;
    -webkit-box-flex: 0;
            flex: 0 0 7.14286%;
    max-width: 7.14286%; }
  .xxsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-collapse > .column,
  .xxsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-uncollapse > .column,
  .xxsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xxsmall-15 {
    -ms-flex: 0 0 93.75%;
    -webkit-box-flex: 0;
            flex: 0 0 93.75%;
    max-width: 93.75%; }
  .xxsmall-offset-14 {
    margin-left: 87.5%; }
  .xxsmall-order-15 {
    -ms-flex-order: 15;
    -webkit-box-ordinal-group: 16;
            order: 15; }
  .xxsmall-up-15 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxsmall-up-15 > .column,
  .xxsmall-up-15 > .columns {
    -ms-flex: 0 0 6.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 6.66667%;
    max-width: 6.66667%; }
  .xxsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-collapse > .column,
  .xxsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-uncollapse > .column,
  .xxsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .xxsmall-16 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .xxsmall-offset-15 {
    margin-left: 93.75%; }
  .xxsmall-order-16 {
    -ms-flex-order: 16;
    -webkit-box-ordinal-group: 17;
            order: 16; }
  .xxsmall-up-16 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xxsmall-up-16 > .column,
  .xxsmall-up-16 > .columns {
    -ms-flex: 0 0 6.25%;
    -webkit-box-flex: 0;
            flex: 0 0 6.25%;
    max-width: 6.25%; }
  .xxsmall-collapse {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-collapse > .column,
  .xxsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxsmall-uncollapse > .column,
  .xxsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }

/* — — — — — — — — — — — - — — — — — — — — — — — - — — — — — — — — — — — -
INITIAL SETUP
— — — — — — — — — — — - — — — — — — — — — — — - — — — — — — — — — — — - */
html,
body {
  position: relative;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  overflow-x: hidden;
  overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  background-color: #ffffff; }

body.js-loading-page {
  cursor: progress; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#loading-page {
  display: none;
  position: fixed;
  z-index: 10002;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background-color: #ffffff; }

#loading-page.js-loading-page {
  display: block;
  width: 100%;
  height: 100%; }
  #loading-page.js-loading-page .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000; }

#outdated {
  display: none; }

[data-buroScrollbar] {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  will-change: transform;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px); }

/* — — — — — — — — — — — - — — — — — — — — — — — - — — — — — — — — — — — -
EASINGS
— — — — — — — — — — — - — — — — — — — — — — — - — — — — — — — — — — — - */
/*
.example {
  animation: there-and-back 2.5s ease(in-quad) infinite alternate;
}
*/
/*-------------------------------------------------------------------------
=IMAGES and =ICONS
-------------------------------------------------------------------------*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none; }

/*-------------------------------------------------------------------------
  =RESET STYLES and GENERAL CLASSES
-------------------------------------------------------------------------*/
.block-bg-cover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.block-bg-cover .element-cover {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  overflow: hidden; }

.firefox .block-bg-cover .element-cover,
.ie .block-bg-cover .element-cover {
  max-width: none;
  width: 100%; }

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  outline: none;
  background: transparent;
  cursor: pointer;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */ }
  button::-moz-focus-inner {
    border: 0;
    padding: 0; }

/*-------------------------------------------------------------------------
  =SASS MIXINS
-------------------------------------------------------------------------*/
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/* — — — — — — — — — — — - — — — — — — — — — — — - — — — — — — — — — — — -
0. COLORS
— — — — — — — — — — — - — — — — — — — — — — — - — — — — — — — — — — — - */
/* — — — — — — — — — — — - — — — — — — — — — — — - — — — — — — — — — — — -
1. FONTS
— — — — — — — — — — — - — — — — — — — — — — — - — — — — — — — — — — — - */
@font-face {
  font-family: "Apercu Pro";
  src: url("/public/fonts/ApercuPro-Regular.woff2") format("woff2"), url("/public/fonts/ApercuPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Apercu Pro";
  src: url("/public/fonts/ApercuPro-Medium.woff2") format("woff2"), url("/public/fonts/ApercuPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Apercu Pro";
  src: url("/public/fonts/ApercuPro-Light.woff2") format("woff2"), url("/public/fonts/ApercuPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "coign";
  src: url("/public/fonts/coign-variable-ghost.ttf") format("truetype"); }

/* — — — — — — — — — — — - — — — — — — — — — — — - — — — — — — — — — — — -
1. STYLE GUIDES
— — — — — — — — — — — - — — — — — — — — — — — - — — — — — — — — — — — - */
html,
body {
  overflow: hidden; }

body {
  font-family: "coign"; }

h1 {
  font-size: 600px;
  font-family: "coign", sans-serif;
  font-variation-settings: "wght" 100, "wdth" 700;
  text-transform: uppercase; }

.type {
  font-family: "coign", sans-serif;
  font-variation-settings: "wght" 100, "wdth" 700;
  text-transform: uppercase; }

.type-bold {
  font-variation-settings: "wght" 700, "wdth" 400;
  will-change: font-varation-settings; }
  .type-bold.auto-animate {
    -webkit-animation: type-bold-animation 2000ms infinite forwards;
            animation: type-bold-animation 2000ms infinite forwards;
    -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
            animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-animation-play-state: paused;
            animation-play-state: paused; }
  .type-bold.animate {
    -webkit-animation-play-state: running;
            animation-play-state: running; }
  .type-bold .word {
    will-change: font-varation-settings; }
    .type-bold .word.auto-animate {
      -webkit-animation: type-bold-animation 1500ms 6 forwards;
              animation: type-bold-animation 1500ms 6 forwards;
      -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
              animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
      -webkit-animation-play-state: paused;
              animation-play-state: paused; }
    .type-bold .word.animate {
      -webkit-animation-play-state: running;
              animation-play-state: running; }

.type-semibold {
  font-variation-settings: "wght" 600, "wdth" 400;
  will-change: font-varation-settings; }
  .type-semibold.auto-animate {
    -webkit-animation: type-semibold-animation 2000ms infinite forwards;
            animation: type-semibold-animation 2000ms infinite forwards;
    -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
            animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-animation-play-state: paused;
            animation-play-state: paused; }
  .type-semibold.animate {
    -webkit-animation-play-state: running;
            animation-play-state: running; }
  .type-semibold .word {
    will-change: font-varation-settings; }
    .type-semibold .word.auto-animate {
      -webkit-animation: type-semibold-animation 1500ms 6 forwards;
              animation: type-semibold-animation 1500ms 6 forwards;
      -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
              animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
      -webkit-animation-play-state: paused;
              animation-play-state: paused; }
    .type-semibold .word.animate {
      -webkit-animation-play-state: running;
              animation-play-state: running; }

.type-medium {
  font-variation-settings: "wght" 500, "wdth" 400; }

.type-regular {
  font-variation-settings: "wght" 400, "wdth" 400;
  will-change: font-varation-settings; }
  .type-regular.auto-animate {
    -webkit-animation: type-regular-animation 2000ms infinite forwards;
            animation: type-regular-animation 2000ms infinite forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
            animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
  .type-regular.animate {
    -webkit-animation-play-state: running;
            animation-play-state: running; }
  .type-regular .word {
    will-change: font-varation-settings; }
    .type-regular .word.auto-animate {
      -webkit-animation: type-regular-animation 1500ms 6 forwards;
              animation: type-regular-animation 1500ms 6 forwards;
      -webkit-animation-play-state: paused;
              animation-play-state: paused;
      -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
              animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
    .type-regular .word.animate {
      -webkit-animation-play-state: running;
              animation-play-state: running; }

.type-light {
  font-variation-settings: "wght" 300, "wdth" 400;
  will-change: font-varation-settings; }
  .type-light.auto-animate {
    -webkit-animation: type-light-animation 2000ms infinite forwards;
            animation: type-light-animation 2000ms infinite forwards;
    -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
            animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-animation-play-state: paused;
            animation-play-state: paused; }
  .type-light.animate {
    -webkit-animation-play-state: running;
            animation-play-state: running; }
  .type-light .word {
    will-change: font-varation-settings; }
    .type-light .word.auto-animate {
      -webkit-animation: type-light-animation 1500ms 6 forwards;
              animation: type-light-animation 1500ms 6 forwards;
      -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
              animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
      -webkit-animation-play-state: paused;
              animation-play-state: paused; }
    .type-light .word.animate {
      -webkit-animation-play-state: running;
              animation-play-state: running; }

@-webkit-keyframes type-bold-animation {
  0% {
    font-variation-settings: "wght" 700, "wdth" 400; }
  50% {
    font-variation-settings: "wght" 300, "wdth" 400; }
  100% {
    font-variation-settings: "wght" 700, "wdth" 400; } }

@keyframes type-bold-animation {
  0% {
    font-variation-settings: "wght" 700, "wdth" 400; }
  50% {
    font-variation-settings: "wght" 300, "wdth" 400; }
  100% {
    font-variation-settings: "wght" 700, "wdth" 400; } }

@-webkit-keyframes type-semibold-animation {
  0% {
    font-variation-settings: "wght" 600, "wdth" 400; }
  50% {
    font-variation-settings: "wght" 300, "wdth" 400; }
  100% {
    font-variation-settings: "wght" 600, "wdth" 400; } }

@keyframes type-semibold-animation {
  0% {
    font-variation-settings: "wght" 600, "wdth" 400; }
  50% {
    font-variation-settings: "wght" 300, "wdth" 400; }
  100% {
    font-variation-settings: "wght" 600, "wdth" 400; } }

@-webkit-keyframes type-regular-animation {
  0% {
    font-variation-settings: "wght" 400, "wdth" 400; }
  50% {
    font-variation-settings: "wght" 700, "wdth" 400; }
  100% {
    font-variation-settings: "wght" 400, "wdth" 400; } }

@keyframes type-regular-animation {
  0% {
    font-variation-settings: "wght" 400, "wdth" 400; }
  50% {
    font-variation-settings: "wght" 700, "wdth" 400; }
  100% {
    font-variation-settings: "wght" 400, "wdth" 400; } }

@-webkit-keyframes type-light-animation {
  0% {
    font-variation-settings: "wght" 300, "wdth" 400; }
  50% {
    font-variation-settings: "wght" 700, "wdth" 400; }
  100% {
    font-variation-settings: "wght" 300, "wdth" 400; } }

@keyframes type-light-animation {
  0% {
    font-variation-settings: "wght" 300, "wdth" 400; }
  50% {
    font-variation-settings: "wght" 700, "wdth" 400; }
  100% {
    font-variation-settings: "wght" 300, "wdth" 400; } }

.type-outline {
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  color: black !important;
  mix-blend-mode: screen; }

.title {
  font-size: 400px; }
  @media only screen and (max-width: 1023px) {
    .title {
      font-size: 280px; } }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .title {
    font-size: 185px;
    line-height: 0.75; } }

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .title {
    font-size: 185px; } }

@media only screen and (max-width: 374px) and (orientation: portrait) {
  .title {
    font-size: 155px; } }

@media only screen and (max-width: 374px) and (orientation: landscape) {
  .title {
    font-size: 185px; } }

.red {
  color: #ff2e2e; }

/* — — — — — — — — — — — - — — — — — — — — — — — - — — — — — — — — — — — -
2. MAIN BLOCKS
— — — — — — — — — — — - — — — — — — — — — — — - — — — — — — — — — — — - */
.overlay-content-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 100; }

/* — — — — — — — — — — — - — — — — — — — — — — — - — — — — — — — — — — — -
2. UI ELEMENTS
— — — — — — — — — — — - — — — — — — — — — — — - — — — — — — — — — — — - */
.intro-splash-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: transparent;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }
  @media only screen and (max-width: 1200px) {
    .intro-splash-wrapper {
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100); } }
  .intro-splash-wrapper .helper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    position: relative; }
    .intro-splash-wrapper .helper-wrapper .mouse-cursor {
      display: block;
      width: 30px;
      height: 30px;
      position: relative;
      margin-bottom: 30px;
      left: 30px;
      border-radius: 30px;
      background-color: #000000;
      opacity: 0; }
      .intro-splash-wrapper .helper-wrapper .mouse-cursor .arrow-left {
        position: absolute;
        top: calc(50% - 7.5px);
        left: -70px; }
      .intro-splash-wrapper .helper-wrapper .mouse-cursor .arrow-right {
        position: absolute;
        top: calc(50% - 8px);
        right: -70px; }
      .intro-splash-wrapper .helper-wrapper .mouse-cursor .ball {
        display: block;
        width: 4px;
        height: 4px;
        background-color: #000000;
        border-radius: 4px; }
        .intro-splash-wrapper .helper-wrapper .mouse-cursor .ball.left-ball {
          position: absolute;
          top: calc(50% - 2px);
          left: -18px; }
        .intro-splash-wrapper .helper-wrapper .mouse-cursor .ball.right-ball {
          position: absolute;
          top: calc(50% - 2px);
          right: -18px; }
    .intro-splash-wrapper .helper-wrapper p {
      opacity: 0;
      font-family: "Apercu Pro";
      font-weight: normal;
      font-weight: 300;
      font-size: calc(16.57143px + 0.08403vw);
      color: #000000;
      line-height: 1.5em;
      letter-spacing: 0; }
      @media (min-width: 1700px) {
        .intro-splash-wrapper .helper-wrapper p {
          font-size: 18px; } }
  .intro-splash-wrapper .images-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100vw;
    height: 100vh;
    -webkit-transform: scale(1.5) rotate(-25deg);
            transform: scale(1.5) rotate(-25deg);
    -webkit-transform-origin: center;
            transform-origin: center; }
    .intro-splash-wrapper .images-wrapper .col {
      position: relative;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      opacity: 0; }
      @media only screen and (max-width: 1023px) {
        .intro-splash-wrapper .images-wrapper .col {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 90%;
                  flex: 0 0 90%;
          max-width: 90%; } }
      .intro-splash-wrapper .images-wrapper .col img {
        padding: 10px; }
        @media only screen and (max-width: 767px) {
          .intro-splash-wrapper .images-wrapper .col img {
            padding: 5px; } }
  .intro-splash-wrapper .type-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100vw;
    height: 100vh;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    -webkit-transform-origin: center;
            transform-origin: center; }
    @media only screen and (max-width: 1200px) {
      .intro-splash-wrapper .type-wrapper {
        height: calc(var(--vh, 1vh) * 100); } }
    .intro-splash-wrapper .type-wrapper .subtitle {
      font-family: "Apercu Pro";
      font-weight: normal;
      font-weight: "normal";
      font-size: calc(16.57143px + 0.08403vw);
      color: #000000;
      line-height: 1.5em;
      letter-spacing: 0;
      margin-bottom: 0;
      opacity: 0;
      -webkit-transform: translateY(10px);
              transform: translateY(10px); }
      @media (min-width: 1700px) {
        .intro-splash-wrapper .type-wrapper .subtitle {
          font-size: 18px; } }
      .intro-splash-wrapper .type-wrapper .subtitle.lower-title {
        position: absolute;
        top: initial;
        left: 0;
        right: 0;
        bottom: 100px;
        margin: 0 auto;
        max-width: 535px; }
        @media only screen and (max-height: 767px) {
          .intro-splash-wrapper .type-wrapper .subtitle.lower-title {
            bottom: 40px; } }
        @media only screen and (max-width: 1200px) {
          .intro-splash-wrapper .type-wrapper .subtitle.lower-title {
            bottom: 40px; } }
        @media only screen and (max-width: 1023px) {
          .intro-splash-wrapper .type-wrapper .subtitle.lower-title {
            position: relative;
            margin-top: 40px;
            bottom: initial;
            top: initial; } }
        @media only screen and (max-width: 767px) {
          .intro-splash-wrapper .type-wrapper .subtitle.lower-title {
            padding: 0 40px;
            font-size: 14px; }
            .intro-splash-wrapper .type-wrapper .subtitle.lower-title strong {
              font-size: 14px; }
            .intro-splash-wrapper .type-wrapper .subtitle.lower-title svg {
              width: 15px;
              height: 27px; } }
      @media only screen and (max-width: 1440px) {
        .intro-splash-wrapper .type-wrapper .subtitle {
          font-size: 16px; } }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .intro-splash-wrapper .type-wrapper .subtitle.upper-title {
    margin-bottom: 30px; } }

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .intro-splash-wrapper .type-wrapper .subtitle {
    margin-bottom: 0px; } }
      .intro-splash-wrapper .type-wrapper .subtitle strong {
        font-family: "Apercu Pro";
        font-weight: normal;
        font-weight: 500;
        font-size: calc(16.57143px + 0.08403vw);
        color: #000000;
        line-height: 1.5em;
        letter-spacing: 0; }
        @media (min-width: 1700px) {
          .intro-splash-wrapper .type-wrapper .subtitle strong {
            font-size: 18px; } }
      .intro-splash-wrapper .type-wrapper .subtitle.animate-in {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
        opacity: 1; }
    .intro-splash-wrapper .type-wrapper .ctas-wrapper {
      position: absolute;
      top: 55%;
      left: 0;
      right: 0;
      margin: 0 auto;
      pointer-events: none;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media only screen and (max-width: 1023px) {
        .intro-splash-wrapper .type-wrapper .ctas-wrapper {
          position: relative;
          top: 0;
          margin-top: -100px; } }
      @media only screen and (max-width: 767px) {
        .intro-splash-wrapper .type-wrapper .ctas-wrapper {
          margin-top: -30px; } }
      @media only screen and (max-width: 767px) {
        .intro-splash-wrapper .type-wrapper .ctas-wrapper {
          margin-top: -20px; } }
      .intro-splash-wrapper .type-wrapper .ctas-wrapper .cta-button {
        position: relative;
        top: initial;
        left: initial;
        margin: 0;
        border-radius: 50%; }
      .intro-splash-wrapper .type-wrapper .ctas-wrapper .call-for-sponsors-wrapper {
        position: relative; }
        .intro-splash-wrapper .type-wrapper .ctas-wrapper .call-for-sponsors-wrapper .cta-button {
          position: relative;
          left: -10px; }
    .intro-splash-wrapper .type-wrapper .region-title {
      position: relative; }
    .intro-splash-wrapper .type-wrapper .ctas-wrapper {
      top: 60%; }
      @media only screen and (max-width: 1023px) {
        .intro-splash-wrapper .type-wrapper .ctas-wrapper {
          top: initial; } }
    @media only screen and (max-width: 1023px) {
      .intro-splash-wrapper .type-wrapper .upper-title {
        margin-top: 50px; } }
    @media only screen and (max-height: 600px) {
      .intro-splash-wrapper .type-wrapper .upper-title {
        margin-top: 100px; } }
    @media only screen and (max-height: 600px) {
      .intro-splash-wrapper .type-wrapper .lower-title {
        visibility: hidden; } }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .intro-splash-wrapper .type-wrapper .title {
    display: block; } }
    .intro-splash-wrapper .type-wrapper .title {
      text-align: center;
      color: #ffffff; }

.world-explorer-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: visible;
  cursor: -webkit-grab;
  cursor: grab; }
  .world-explorer-wrapper .dom-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .world-explorer-wrapper .dom-container .dom-map-image {
      position: absolute;
      width: 150%;
      max-width: 150%;
      height: 150%;
      top: 0%;
      left: -25%;
      -o-object-fit: cover;
         object-fit: cover;
      opacity: 0;
      visibility: hidden; }
    .world-explorer-wrapper .dom-container .place {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
      pointer-events: visible; }
      .world-explorer-wrapper .dom-container .place:hover .type {
        color: #ff2e2e; }
      .world-explorer-wrapper .dom-container .place img {
        visibility: hidden;
        pointer-events: none;
        max-width: none; }
      .world-explorer-wrapper .dom-container .place .type {
        color: #000000;
        -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .world-explorer-wrapper .dom-container .world-inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .world-explorer-wrapper .dom-container .region {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background-color: transparent !important;
      pointer-events: none; }
      .world-explorer-wrapper .dom-container .region:nth-child(1) .region-title {
        opacity: 0; }
      @media only screen and (max-width: 1200px) {
        .world-explorer-wrapper .dom-container .region:nth-child(8) .subtitle.lower-title {
          bottom: 80px; } }
      @media only screen and (max-height: 767px) {
        .world-explorer-wrapper .dom-container .region:nth-child(8) .subtitle.lower-title {
          bottom: 40px; } }
      @media only screen and (max-width: 1200px) {
        .world-explorer-wrapper .dom-container .region:nth-child(8) .subtitle.lower-title {
          bottom: 40px; } }
      @media only screen and (max-width: 1023px) {
        .world-explorer-wrapper .dom-container .region:nth-child(8) .subtitle.lower-title {
          margin-top: 40px;
          bottom: initial;
          top: initial; } }
      .world-explorer-wrapper .dom-container .region .region-content {
        position: relative; }
      .world-explorer-wrapper .dom-container .region .figma-logo {
        position: relative;
        top: 10px;
        margin-left: 5px; }
      .world-explorer-wrapper .dom-container .region .subtitle {
        font-family: "Apercu Pro";
        font-weight: normal;
        font-weight: "normal";
        font-size: calc(16.57143px + 0.08403vw);
        color: #000000;
        line-height: 1.5em;
        letter-spacing: 0;
        margin-bottom: 0;
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px); }
        @media (min-width: 1700px) {
          .world-explorer-wrapper .dom-container .region .subtitle {
            font-size: 18px; } }
        .world-explorer-wrapper .dom-container .region .subtitle.lower-title {
          position: absolute;
          top: initial;
          left: 0;
          right: 0;
          bottom: 100px;
          margin: 0 auto;
          max-width: 535px; }
          @media only screen and (max-height: 767px) {
            .world-explorer-wrapper .dom-container .region .subtitle.lower-title {
              bottom: 40px; } }
          @media only screen and (max-width: 1200px) {
            .world-explorer-wrapper .dom-container .region .subtitle.lower-title {
              bottom: 40px; } }
          @media only screen and (max-width: 1023px) {
            .world-explorer-wrapper .dom-container .region .subtitle.lower-title {
              position: relative;
              margin-top: 40px;
              bottom: initial;
              top: initial; } }
          @media only screen and (max-width: 767px) {
            .world-explorer-wrapper .dom-container .region .subtitle.lower-title {
              padding: 0 40px;
              font-size: 14px; }
              .world-explorer-wrapper .dom-container .region .subtitle.lower-title strong {
                font-size: 14px; }
              .world-explorer-wrapper .dom-container .region .subtitle.lower-title svg {
                width: 15px;
                height: 27px; } }
        @media only screen and (max-width: 1440px) {
          .world-explorer-wrapper .dom-container .region .subtitle {
            font-size: 16px; } }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .world-explorer-wrapper .dom-container .region .subtitle.upper-title {
    margin-bottom: 30px; } }

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .world-explorer-wrapper .dom-container .region .subtitle {
    margin-bottom: 0px; } }
        .world-explorer-wrapper .dom-container .region .subtitle strong {
          font-family: "Apercu Pro";
          font-weight: normal;
          font-weight: 500;
          font-size: calc(16.57143px + 0.08403vw);
          color: #000000;
          line-height: 1.5em;
          letter-spacing: 0; }
          @media (min-width: 1700px) {
            .world-explorer-wrapper .dom-container .region .subtitle strong {
              font-size: 18px; } }
        .world-explorer-wrapper .dom-container .region .subtitle.animate-in {
          -webkit-transform: translateY(0px);
                  transform: translateY(0px);
          opacity: 1; }
      .world-explorer-wrapper .dom-container .region .ctas-wrapper {
        position: absolute;
        top: 55%;
        left: 0;
        right: 0;
        margin: 0 auto;
        pointer-events: none;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media only screen and (max-width: 1023px) {
          .world-explorer-wrapper .dom-container .region .ctas-wrapper {
            position: relative;
            top: 0;
            margin-top: -100px; } }
        @media only screen and (max-width: 767px) {
          .world-explorer-wrapper .dom-container .region .ctas-wrapper {
            margin-top: -30px; } }
        @media only screen and (max-width: 767px) {
          .world-explorer-wrapper .dom-container .region .ctas-wrapper {
            margin-top: -20px; } }
        .world-explorer-wrapper .dom-container .region .ctas-wrapper .cta-button {
          position: relative;
          top: initial;
          left: initial;
          margin: 0;
          border-radius: 50%; }
        .world-explorer-wrapper .dom-container .region .ctas-wrapper .call-for-sponsors-wrapper {
          position: relative; }
          .world-explorer-wrapper .dom-container .region .ctas-wrapper .call-for-sponsors-wrapper .cta-button {
            position: relative;
            left: -10px; }
      .world-explorer-wrapper .dom-container .region .region-title {
        position: relative; }
      .world-explorer-wrapper .dom-container .region .places-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none; }
        .world-explorer-wrapper .dom-container .region .places-wrapper .place {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        @media only screen and (max-width: 1200px) {
          .world-explorer-wrapper .dom-container .region .places-wrapper img {
            max-width: 300px !important;
            height: auto !important; } }
        @media only screen and (max-width: 1023px) {
          .world-explorer-wrapper .dom-container .region .places-wrapper img {
            max-width: 250px !important;
            height: auto !important; } }
        @media only screen and (max-width: 767px) {
          .world-explorer-wrapper .dom-container .region .places-wrapper img {
            max-width: 200px !important;
            height: auto !important; } }
        .world-explorer-wrapper .dom-container .region .places-wrapper .type {
          position: relative;
          top: -12px;
          margin-left: 10px;
          font-size: 80px;
          white-space: nowrap; }
        .world-explorer-wrapper .dom-container .region .places-wrapper .place-01 {
          position: absolute;
          top: 30%;
          left: 60%; }
          @media only screen and (max-width: 767px) {
            .world-explorer-wrapper .dom-container .region .places-wrapper .place-01 {
              left: 20%; } }
        .world-explorer-wrapper .dom-container .region .places-wrapper .place-02 {
          position: absolute;
          top: 0%;
          left: initial;
          right: -20%; }
        .world-explorer-wrapper .dom-container .region .places-wrapper .place-03 {
          position: absolute;
          top: initial;
          bottom: 10%;
          left: 20%; }
        .world-explorer-wrapper .dom-container .region .places-wrapper .place-04 {
          position: absolute;
          top: 35%;
          left: 10%; }
          @media only screen and (orientation: portrait) {
            .world-explorer-wrapper .dom-container .region .places-wrapper .place-04 {
              top: 60%;
              left: 20%; } }
        .world-explorer-wrapper .dom-container .region .places-wrapper .place-05 {
          position: absolute;
          top: 60%;
          left: 0%; }
        .world-explorer-wrapper .dom-container .region .places-wrapper .place-06 {
          position: absolute;
          top: 0%;
          left: initial;
          right: 10%; }
      .world-explorer-wrapper .dom-container .region p {
        font-family: "Apercu Pro";
        font-weight: normal;
        font-weight: "normal";
        font-size: calc(17.71429px + 0.2521vw);
        color: #000000;
        line-height: 1.5em;
        letter-spacing: 0;
        margin-bottom: 1em; }
        @media (min-width: 1700px) {
          .world-explorer-wrapper .dom-container .region p {
            font-size: 22px; } }
        @media only screen and (max-width: 767px) {
          .world-explorer-wrapper .dom-container .region p {
            font-size: 14px; } }
        @media only screen and (max-width: 374px) {
          .world-explorer-wrapper .dom-container .region p {
            font-size: 12px; } }
        .world-explorer-wrapper .dom-container .region p.highlight {
          font-family: "Apercu Pro";
          font-weight: normal;
          font-weight: "normal";
          font-size: calc(21.71429px + 0.84034vw);
          color: #000000;
          line-height: 1.4em;
          letter-spacing: 0; }
          @media (min-width: 1700px) {
            .world-explorer-wrapper .dom-container .region p.highlight {
              font-size: 36px; } }
          .world-explorer-wrapper .dom-container .region p.highlight strong {
            font-family: "Apercu Pro";
            font-weight: normal;
            font-weight: 500;
            font-size: calc(21.71429px + 0.84034vw);
            color: #000000;
            line-height: 1.4em;
            letter-spacing: 0; }
            @media (min-width: 1700px) {
              .world-explorer-wrapper .dom-container .region p.highlight strong {
                font-size: 36px; } }
            .world-explorer-wrapper .dom-container .region p.highlight strong a {
              font-family: "Apercu Pro";
              font-weight: normal;
              font-weight: 500;
              font-size: calc(21.71429px + 0.84034vw);
              color: #000000;
              line-height: 1.4em;
              letter-spacing: 0; }
              @media (min-width: 1700px) {
                .world-explorer-wrapper .dom-container .region p.highlight strong a {
                  font-size: 36px; } }
          .world-explorer-wrapper .dom-container .region p.highlight a {
            font-family: "Apercu Pro";
            font-weight: normal;
            font-weight: "normal";
            font-size: calc(21.71429px + 0.84034vw);
            color: #000000;
            line-height: 1.4em;
            letter-spacing: 0;
            text-decoration: none;
            -webkit-transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
            -o-transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
            transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
            pointer-events: visible; }
            @media (min-width: 1700px) {
              .world-explorer-wrapper .dom-container .region p.highlight a {
                font-size: 36px; } }
            .world-explorer-wrapper .dom-container .region p.highlight a:hover {
              color: #ff2e2e; }
          @media only screen and (max-width: 767px) {
            .world-explorer-wrapper .dom-container .region p.highlight {
              font-size: calc(18.28571px + 0.33613vw); } }
  @media only screen and (max-width: 767px) and (min-width: 1700px) {
    .world-explorer-wrapper .dom-container .region p.highlight {
      font-size: 24px; } }
          @media only screen and (max-width: 767px) {
              .world-explorer-wrapper .dom-container .region p.highlight strong {
                font-size: calc(18.28571px + 0.33613vw); } }
    @media only screen and (max-width: 767px) and (min-width: 1700px) {
      .world-explorer-wrapper .dom-container .region p.highlight strong {
        font-size: 24px; } }
          @media only screen and (max-width: 767px) {
                .world-explorer-wrapper .dom-container .region p.highlight strong a {
                  font-size: calc(18.28571px + 0.33613vw); } }
      @media only screen and (max-width: 767px) and (min-width: 1700px) {
        .world-explorer-wrapper .dom-container .region p.highlight strong a {
          font-size: 24px; } }
          @media only screen and (max-width: 767px) {
              .world-explorer-wrapper .dom-container .region p.highlight a {
                font-size: calc(18.28571px + 0.33613vw); } }
    @media only screen and (max-width: 767px) and (min-width: 1700px) {
      .world-explorer-wrapper .dom-container .region p.highlight a {
        font-size: 24px; } }
          @media only screen and (max-width: 374px) {
            .world-explorer-wrapper .dom-container .region p.highlight {
              font-size: 16px; }
              .world-explorer-wrapper .dom-container .region p.highlight strong {
                font-size: 16px; }
                .world-explorer-wrapper .dom-container .region p.highlight strong a {
                  font-size: 16px; }
              .world-explorer-wrapper .dom-container .region p.highlight a {
                font-size: 16px; } }
        .world-explorer-wrapper .dom-container .region p a {
          font-family: "Apercu Pro";
          font-weight: normal;
          font-weight: "normal";
          font-size: calc(17.71429px + 0.2521vw);
          color: #000000;
          line-height: 1.5em;
          letter-spacing: 0;
          text-decoration: none;
          -webkit-transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          -o-transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          pointer-events: visible; }
          @media (min-width: 1700px) {
            .world-explorer-wrapper .dom-container .region p a {
              font-size: 22px; } }
          .world-explorer-wrapper .dom-container .region p a:hover {
            color: #ff2e2e; }
          @media only screen and (max-width: 767px) {
            .world-explorer-wrapper .dom-container .region p a {
              font-size: 16px; } }
          @media only screen and (max-width: 374px) {
            .world-explorer-wrapper .dom-container .region p a {
              font-size: 12px; } }
        .world-explorer-wrapper .dom-container .region p strong {
          font-family: "Apercu Pro";
          font-weight: normal;
          font-weight: 500;
          font-size: calc(17.71429px + 0.2521vw);
          color: #000000;
          line-height: 1.5em;
          letter-spacing: 0; }
          @media (min-width: 1700px) {
            .world-explorer-wrapper .dom-container .region p strong {
              font-size: 22px; } }
          @media only screen and (max-width: 767px) {
            .world-explorer-wrapper .dom-container .region p strong {
              font-size: 14px; } }
          @media only screen and (max-width: 374px) {
            .world-explorer-wrapper .dom-container .region p strong {
              font-size: 12px; } }
      .world-explorer-wrapper .dom-container .region.center-center {
        top: 0%;
        left: 0%;
        background-color: rgba(255, 218, 185, 0.5); }
        .world-explorer-wrapper .dom-container .region.center-center .ctas-wrapper {
          top: 60%; }
          @media only screen and (max-width: 1023px) {
            .world-explorer-wrapper .dom-container .region.center-center .ctas-wrapper {
              top: initial; } }
        @media only screen and (max-width: 1023px) {
          .world-explorer-wrapper .dom-container .region.center-center .upper-title {
            margin-top: 50px; } }
        @media only screen and (max-height: 600px) {
          .world-explorer-wrapper .dom-container .region.center-center .upper-title {
            margin-top: 100px; } }
        @media only screen and (max-height: 600px) {
          .world-explorer-wrapper .dom-container .region.center-center .lower-title {
            visibility: hidden; } }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .world-explorer-wrapper .dom-container .region.center-center .title {
    display: block; } }
      .world-explorer-wrapper .dom-container .region.top-center {
        position: relative;
        top: 100%;
        left: 0%;
        background-color: rgba(205, 133, 63, 0.5); }
        .world-explorer-wrapper .dom-container .region.top-center.active-region:before {
          opacity: 1; }
        .world-explorer-wrapper .dom-container .region.top-center:before {
          content: '';
          display: block;
          width: 110vh;
          height: 110vh;
          position: absolute;
          top: auto;
          left: auto;
          right: auto;
          bottom: auto;
          margin: auto;
          border-radius: 100%;
          background-color: #ffffff;
          opacity: 0;
          -webkit-transition: opacity 1s ease-in-out;
          -o-transition: opacity 1s ease-in-out;
          transition: opacity 1s ease-in-out; }
          @media only screen and (min-width: 1650px) {
            .world-explorer-wrapper .dom-container .region.top-center:before {
              width: 90vh;
              height: 90vh; } }
          @media only screen and (orientation: portrait) {
            .world-explorer-wrapper .dom-container .region.top-center:before {
              width: 120vw;
              height: 180vw; } }
        .world-explorer-wrapper .dom-container .region.top-center .region-content {
          margin-top: 80px; }
        @media only screen and (min-width: 1023px) {
          .world-explorer-wrapper .dom-container .region.top-center .ctas-wrapper {
            position: absolute;
            top: auto;
            left: auto;
            right: auto;
            bottom: auto;
            margin: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
            width: 110vh;
            height: 110vh;
            position: absolute;
            border-radius: 100%; } }
  @media only screen and (min-width: 1023px) and (orientation: portrait) {
    .world-explorer-wrapper .dom-container .region.top-center .ctas-wrapper {
      width: 75vw;
      height: 75vw; } }
        @media only screen and (min-width: 1023px) {
            .world-explorer-wrapper .dom-container .region.top-center .ctas-wrapper .cta-button {
              left: 100px; }
              .world-explorer-wrapper .dom-container .region.top-center .ctas-wrapper .cta-button:nth-child(1) {
                z-index: 1; }
                .world-explorer-wrapper .dom-container .region.top-center .ctas-wrapper .cta-button:nth-child(1) .background {
                  background-color: rgba(255, 46, 46, 0.92); }
              .world-explorer-wrapper .dom-container .region.top-center .ctas-wrapper .cta-button:nth-child(2) {
                left: 60px;
                top: -10px;
                width: calc(51.42857px + 5.21008vw);
                height: calc(51.42857px + 5.21008vw);
                z-index: 2; } }
      @media only screen and (min-width: 1023px) and (min-width: 1700px) {
        .world-explorer-wrapper .dom-container .region.top-center .ctas-wrapper .cta-button:nth-child(2) {
          width: 140px; } }
      @media only screen and (min-width: 1023px) and (min-width: 1700px) {
        .world-explorer-wrapper .dom-container .region.top-center .ctas-wrapper .cta-button:nth-child(2) {
          height: 140px; } }
        @media only screen and (min-width: 1023px) {
                .world-explorer-wrapper .dom-container .region.top-center .ctas-wrapper .cta-button:nth-child(2) .background {
                  background: rgba(255, 255, 255, 0.3);
                  -webkit-box-shadow: 0px 0px 60px 15px rgba(0, 0, 0, 0.15);
                          box-shadow: 0px 0px 60px 15px rgba(0, 0, 0, 0.15); }
                .world-explorer-wrapper .dom-container .region.top-center .ctas-wrapper .cta-button:nth-child(2) .text {
                  color: #000000; } }
        @media only screen and (min-width: 1650px) {
          .world-explorer-wrapper .dom-container .region.top-center .ctas-wrapper {
            width: 90vh;
            height: 90vh; } }
        @media only screen and (max-width: 1023px) {
          .world-explorer-wrapper .dom-container .region.top-center .ctas-wrapper {
            margin-top: 0px; }
            .world-explorer-wrapper .dom-container .region.top-center .ctas-wrapper .cta-button:nth-child(1) {
              left: 5px;
              z-index: 1; }
              .world-explorer-wrapper .dom-container .region.top-center .ctas-wrapper .cta-button:nth-child(1) .background {
                background-color: #ff2e2e; }
            .world-explorer-wrapper .dom-container .region.top-center .ctas-wrapper .cta-button:nth-child(2) {
              width: calc(60px + 6.47059vw);
              height: calc(60px + 6.47059vw);
              z-index: 2;
              left: -5px; } }
    @media only screen and (max-width: 1023px) and (min-width: 1700px) {
      .world-explorer-wrapper .dom-container .region.top-center .ctas-wrapper .cta-button:nth-child(2) {
        width: 170px; } }
    @media only screen and (max-width: 1023px) and (min-width: 1700px) {
      .world-explorer-wrapper .dom-container .region.top-center .ctas-wrapper .cta-button:nth-child(2) {
        height: 170px; } }
        @media only screen and (max-width: 1023px) {
              .world-explorer-wrapper .dom-container .region.top-center .ctas-wrapper .cta-button:nth-child(2) .background {
                background-color: #ffffff;
                -webkit-box-shadow: 0px 0px 60px 15px rgba(0, 0, 0, 0.15);
                        box-shadow: 0px 0px 60px 15px rgba(0, 0, 0, 0.15); }
              .world-explorer-wrapper .dom-container .region.top-center .ctas-wrapper .cta-button:nth-child(2) .text {
                color: #000000; } }
      .world-explorer-wrapper .dom-container .region.bottom-center {
        top: 200%;
        left: 0%;
        background-color: rgba(128, 0, 128, 0.5); }
      .world-explorer-wrapper .dom-container .region.top-right {
        height: 100%;
        top: 0%;
        left: 100%;
        background-color: rgba(0, 0, 255, 0.5); }
      .world-explorer-wrapper .dom-container .region.center-right {
        height: 100%;
        top: 100%;
        left: 100%;
        background-color: rgba(255, 192, 203, 0.5); }
      .world-explorer-wrapper .dom-container .region.bottom-right {
        height: 100%;
        top: 200%;
        left: 100%;
        background-color: rgba(0, 128, 0, 0.5); }
      .world-explorer-wrapper .dom-container .region.top-left {
        height: 100%;
        top: 0%;
        left: -100%;
        background-color: rgba(152, 251, 152, 0.5); }
      .world-explorer-wrapper .dom-container .region.center-left {
        height: 100%;
        top: 100%;
        left: -100%;
        background-color: rgba(255, 0, 0, 0.5); }
      .world-explorer-wrapper .dom-container .region.bottom-left {
        height: 100%;
        top: 200%;
        left: -100%;
        background-color: rgba(0, 0, 255, 0.5); }
        .world-explorer-wrapper .dom-container .region.bottom-left .ctas-wrapper .cta-button {
          left: 10px; }
        .world-explorer-wrapper .dom-container .region.bottom-left .ctas-wrapper .call-for-sponsors-wrapper {
          right: 10px; }
          .world-explorer-wrapper .dom-container .region.bottom-left .ctas-wrapper .call-for-sponsors-wrapper .cta-button {
            left: auto; }
        @media only screen and (max-width: 767px) {
          .world-explorer-wrapper .dom-container .region.bottom-left .title {
            display: inline-block; } }
  .world-explorer-wrapper .webgl-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden; }
    .world-explorer-wrapper .webgl-container .gallery-title-wrapper {
      opacity: 0; }
    .world-explorer-wrapper .webgl-container .gallery-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.1);
      z-index: 10;
      opacity: 0;
      pointer-events: none; }
    .world-explorer-wrapper .webgl-container canvas {
      position: absolute;
      background: url("/public/imgs/map-background.jpg") no-repeat center center fixed;
      background-size: cover;
      z-index: 5; }
    .world-explorer-wrapper .webgl-container .map {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      opacity: 0; }

#header-main {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 103;
  overflow: hidden; }

.main-menu-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100px;
  z-index: 100; }
  @media only screen and (max-width: 1023px) {
    .main-menu-wrapper {
      height: 85px; } }
  .main-menu-wrapper .hamburguer {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 0;
    z-index: 2; }

@media only screen and (orientation: portrait) and (max-width: 1023px) {
  .main-menu-wrapper .hamburguer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
    .main-menu-wrapper .hamburguer.hidden:after {
      -webkit-transform: scale(0);
              transform: scale(0); }
    .main-menu-wrapper .hamburguer:after {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #000000;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
      border-radius: 50%;
      pointer-events: none;
      z-index: -1; }
    .main-menu-wrapper .hamburguer span {
      width: 22px;
      height: 1px;
      background-color: #ffffff;
      display: inline-block;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1); }
      .main-menu-wrapper .hamburguer span:nth-child(2) {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) scaleX(1);
                transform: translateY(-50%) scaleX(1); }
      .main-menu-wrapper .hamburguer span.hidden {
        -webkit-transform: scaleX(0);
                transform: scaleX(0); }
        .main-menu-wrapper .hamburguer span.hidden:nth-child(2) {
          -webkit-transform: translateY(-50%) scaleX(0);
                  transform: translateY(-50%) scaleX(0); }
      .main-menu-wrapper .hamburguer span.new-origin {
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
  .main-menu-wrapper .main-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%; }
    .main-menu-wrapper .main-menu .main-menu-background {
      width: 100%;
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.6);
      pointer-events: none;
      opacity: 0;
      z-index: -1; }
    .main-menu-wrapper .main-menu-mobile {
      padding-top: 30px;
      width: 100vw;
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
      position: absolute;
      top: 0;
      right: 0;
      background-color: #ffffff;
      padding-left: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
      @media only screen and (min-width: 1023px) {
        .main-menu-wrapper .main-menu-mobile {
          display: none; } }
      @media only screen and (max-width: 767px) {
        .main-menu-wrapper .main-menu-mobile {
          width: 100vw;
          padding-left: 0px; } }
      .main-menu-wrapper .main-menu-mobile .cta-button {
        margin: 20px 0 30px 0;
        opacity: 1;
        width: 160px;
        height: 160px; }
        @media only screen and (max-width: 767px) {
          .main-menu-wrapper .main-menu-mobile .cta-button {
            width: 140px;
            height: 140px; } }
        .main-menu-wrapper .main-menu-mobile .cta-button .text {
          opacity: 1;
          font-size: calc(16.28571px + 0.04202vw); }
          @media (min-width: 1700px) {
            .main-menu-wrapper .main-menu-mobile .cta-button .text {
              font-size: 17px; } }
      .main-menu-wrapper .main-menu-mobile .colaboration {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 auto;
        left: 0;
        right: 0;
        opacity: 1;
        visibility: visible;
        text-align: center; }
      .main-menu-wrapper .main-menu-mobile .labels {
        margin-bottom: 20px;
        font-family: "Apercu Pro";
        font-style: normal;
        font-weight: normal;
        font-size: calc(22.85714px + 1.0084vw);
        line-height: 1;
        display: block;
        color: #000000; }
        @media (min-width: 1700px) {
          .main-menu-wrapper .main-menu-mobile .labels {
            font-size: 40px; } }
        .main-menu-wrapper .main-menu-mobile .labels.sponsors {
          font-size: calc(18.28571px + 0.33613vw); }
          @media (min-width: 1700px) {
            .main-menu-wrapper .main-menu-mobile .labels.sponsors {
              font-size: 24px; } }
      .main-menu-wrapper .main-menu-mobile ul {
        margin: 28px 0; }
        @media only screen and (max-height: 600px) {
          .main-menu-wrapper .main-menu-mobile ul {
            margin-top: 15px; } }
        @media only screen and (max-width: 374px) {
          .main-menu-wrapper .main-menu-mobile ul {
            margin: 20px 0; } }
        .main-menu-wrapper .main-menu-mobile ul li {
          font-family: "Apercu Pro";
          font-style: normal;
          font-weight: normal;
          font-size: calc(16.57143px + 0.08403vw);
          line-height: 1.2;
          color: #000000;
          margin-bottom: 8px; }
          @media (min-width: 1700px) {
            .main-menu-wrapper .main-menu-mobile ul li {
              font-size: 18px; } }
          @media only screen and (max-width: 374px) {
            .main-menu-wrapper .main-menu-mobile ul li {
              font-size: 14px; } }
          .main-menu-wrapper .main-menu-mobile ul li:last-of-type {
            margin-bottom: 0; }
      .main-menu-wrapper .main-menu-mobile p {
        position: absolute;
        bottom: 18px;
        left: 54px;
        opacity: 0;
        visibility: hidden;
        font-family: "Apercu Pro";
        font-weight: normal;
        font-weight: "normal";
        font-size: 14px;
        color: #000000;
        line-height: 1.5em;
        letter-spacing: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media only screen and (max-width: 767px) {
          .main-menu-wrapper .main-menu-mobile p {
            left: 20px; } }
        @media only screen and (max-width: 374px) {
          .main-menu-wrapper .main-menu-mobile p {
            opacity: 1;
            visibility: visible; } }
        .main-menu-wrapper .main-menu-mobile p strong {
          font-family: "Apercu Pro";
          font-weight: normal;
          font-weight: 500;
          font-size: 14px;
          color: #000000;
          line-height: 1.5em;
          letter-spacing: 0; }
        .main-menu-wrapper .main-menu-mobile p svg {
          margin-left: 12px;
          width: 15px;
          height: 27px; }
  .main-menu-wrapper .block {
    position: relative;
    height: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .main-menu-wrapper .block.center {
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      .main-menu-wrapper .block.center button.active {
        pointer-events: visible; }
    .main-menu-wrapper .block.right ul {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    @media only screen and (orientation: portrait) {
      .main-menu-wrapper .block.right, .main-menu-wrapper .block.left-size {
        display: none; } }

@media only screen and (orientation: portrait) and (max-width: 1023px) {
  .main-menu-wrapper .block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
    .main-menu-wrapper .block ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      width: 100%; }
      .main-menu-wrapper .block ul li {
        position: relative;
        margin: 0 40px;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        opacity: 0;
        font-family: "Apercu Pro";
        font-weight: normal;
        font-weight: "normal";
        font-size: 15px;
        color: #000000;
        line-height: 1em;
        letter-spacing: 0; }

@media only screen and (orientation: landscape) and (max-width: 1023px) {
  .main-menu-wrapper .block ul li {
    margin: 0 20px; } }
  .main-menu-wrapper button:not(.hamburguer) {
    cursor: pointer;
    -webkit-transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
    .main-menu-wrapper button:not(.hamburguer) > * {
      pointer-events: none; }
    .main-menu-wrapper button:not(.hamburguer).active {
      pointer-events: none;
      color: #ff2e2e; }
    @media (hover: hover) {
      .main-menu-wrapper button:not(.hamburguer):hover {
        color: #ff2e2e; }
        .main-menu-wrapper button:not(.hamburguer):hover .awwwards-logo {
          -webkit-transition-delay: 0.15s;
               -o-transition-delay: 0.15s;
                  transition-delay: 0.15s;
          -webkit-transform: translateX(0px);
                  transform: translateX(0px); }
          .main-menu-wrapper button:not(.hamburguer):hover .awwwards-logo .hidden-letters {
            opacity: 1; }
            .main-menu-wrapper button:not(.hamburguer):hover .awwwards-logo .hidden-letters:nth-child(1) {
              -webkit-transition-delay: 0.17s;
                   -o-transition-delay: 0.17s;
                      transition-delay: 0.17s; }
            .main-menu-wrapper button:not(.hamburguer):hover .awwwards-logo .hidden-letters:nth-child(2) {
              -webkit-transition-delay: 0.19s;
                   -o-transition-delay: 0.19s;
                      transition-delay: 0.19s; }
            .main-menu-wrapper button:not(.hamburguer):hover .awwwards-logo .hidden-letters:nth-child(3) {
              -webkit-transition-delay: 0.21s;
                   -o-transition-delay: 0.21s;
                      transition-delay: 0.21s; }
            .main-menu-wrapper button:not(.hamburguer):hover .awwwards-logo .hidden-letters:nth-child(4) {
              -webkit-transition-delay: 0.23s;
                   -o-transition-delay: 0.23s;
                      transition-delay: 0.23s; }
            .main-menu-wrapper button:not(.hamburguer):hover .awwwards-logo .hidden-letters:nth-child(5) {
              -webkit-transition-delay: 0.25s;
                   -o-transition-delay: 0.25s;
                      transition-delay: 0.25s; }
            .main-menu-wrapper button:not(.hamburguer):hover .awwwards-logo .hidden-letters:nth-child(6) {
              -webkit-transition-delay: 0.27s;
                   -o-transition-delay: 0.27s;
                      transition-delay: 0.27s; }
            .main-menu-wrapper button:not(.hamburguer):hover .awwwards-logo .hidden-letters:nth-child(7) {
              -webkit-transition-delay: 0.29s;
                   -o-transition-delay: 0.29s;
                      transition-delay: 0.29s; }
            .main-menu-wrapper button:not(.hamburguer):hover .awwwards-logo .hidden-letters:nth-child(8) {
              -webkit-transition-delay: 0.31s;
                   -o-transition-delay: 0.31s;
                      transition-delay: 0.31s; }
          .main-menu-wrapper button:not(.hamburguer):hover .awwwards-logo #logo-p {
            -webkit-transition-delay: 0.15s;
                 -o-transition-delay: 0.15s;
                    transition-delay: 0.15s;
            -webkit-transform: translateX(0px);
                    transform: translateX(0px); } }
  .main-menu-wrapper .awwwards-logo {
    position: relative;
    height: 20px;
    -webkit-transform: translateX(37px);
            transform: translateX(37px);
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer; }
    @media only screen and (max-width: 1023px) {
      .main-menu-wrapper .awwwards-logo {
        -webkit-transition: -webkit-transform 0.75s 0.25s cubic-bezier(0.19, 1, 0.22, 1);
        transition: -webkit-transform 0.75s 0.25s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: transform 0.75s 0.25s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 0.75s 0.25s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 0.75s 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.75s 0.25s cubic-bezier(0.19, 1, 0.22, 1); } }
    .main-menu-wrapper .awwwards-logo.menu-open {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1); }
    @media only screen and (max-width: 1023px) {
      .main-menu-wrapper .awwwards-logo {
        -webkit-transform: translateX(38px);
                transform: translateX(38px); } }
    .main-menu-wrapper .awwwards-logo .hidden-letters {
      opacity: 0; }
    .main-menu-wrapper .awwwards-logo #logo-p {
      -webkit-transform: translateX(-98px);
              transform: translateX(-98px);
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

.places-directions-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  opacity: 0; }
  @media only screen and (max-width: 767px) {
    .places-directions-wrapper {
      display: none; } }
  .places-directions-wrapper .place {
    position: absolute;
    width: 60px;
    height: 20px;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: visible;
    cursor: pointer; }
    @media (hover: hover) {
      .places-directions-wrapper .place:hover p {
        color: #ff2e2e; }
      .places-directions-wrapper .place:hover .point-wrapper {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); } }
  .places-directions-wrapper .point-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .places-directions-wrapper .point-wrapper {
    position: absolute;
    left: 100%;
    top: calc(50% - 5px);
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .places-directions-wrapper .point-wrapper .arrow {
      display: block;
      position: absolute;
      top: 1px;
      left: 130%;
      width: 0;
      height: 0;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid black; }
    .places-directions-wrapper .point-wrapper .point {
      display: block;
      position: relative;
      width: 10px;
      height: 10px;
      border-radius: 10px;
      background-color: #000000; }
  .places-directions-wrapper p {
    position: relative;
    font-family: "Apercu Pro";
    font-weight: normal;
    font-weight: "normal";
    font-size: 10px;
    color: #000000;
    line-height: 1em;
    letter-spacing: 0;
    -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .places-directions-wrapper .corners-points {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .places-directions-wrapper .corners-points .corner {
      pointer-events: visible; }
      @media (hover: hover) {
        .places-directions-wrapper .corners-points .corner:hover .labels .label,
        .places-directions-wrapper .corners-points .corner:hover .labels .comma {
          color: #ff2e2e; } }
      .places-directions-wrapper .corners-points .corner .point-wrapper {
        top: calc(50% - 7px);
        width: 14px;
        height: 14px; }
        .places-directions-wrapper .corners-points .corner .point-wrapper .arrow {
          top: 3px;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          border-left: 4px solid black; }
        .places-directions-wrapper .corners-points .corner .point-wrapper .point {
          width: 14px;
          height: 14px;
          border-radius: 14px; }
      .places-directions-wrapper .corners-points .corner p {
        font-family: "Apercu Pro";
        font-weight: normal;
        font-weight: "normal";
        font-size: 10px;
        color: #000000;
        line-height: 1em;
        letter-spacing: 0;
        display: none; }
      .places-directions-wrapper .corners-points .corner .labels {
        position: absolute;
        top: -32px;
        white-space: nowrap;
        padding: 20px 0;
        cursor: pointer; }
        .places-directions-wrapper .corners-points .corner .labels .label,
        .places-directions-wrapper .corners-points .corner .labels .comma {
          display: inline-block;
          font-family: "Apercu Pro";
          font-weight: normal;
          font-weight: "normal";
          font-size: 10px;
          color: #000000;
          line-height: 1em;
          letter-spacing: 0;
          -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          pointer-events: none; }
      .places-directions-wrapper .corners-points .corner.top-left {
        position: absolute;
        top: 120px;
        left: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 10px;
        opacity: 0;
        visibility: hidden; }
        .places-directions-wrapper .corners-points .corner.top-left .point-container {
          -webkit-transform: rotate(-135deg);
                  transform: rotate(-135deg); }
        .places-directions-wrapper .corners-points .corner.top-left .labels {
          left: 0; }
      .places-directions-wrapper .corners-points .corner.bottom-left {
        position: absolute;
        bottom: 50px;
        left: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 10px;
        opacity: 0;
        visibility: hidden; }
        .places-directions-wrapper .corners-points .corner.bottom-left .point-container {
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg); }
        .places-directions-wrapper .corners-points .corner.bottom-left .labels {
          left: 0; }
      .places-directions-wrapper .corners-points .corner.bottom-right {
        position: absolute;
        bottom: 50px;
        right: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 10px;
        opacity: 0;
        visibility: hidden; }
        .places-directions-wrapper .corners-points .corner.bottom-right .point-container {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .places-directions-wrapper .corners-points .corner.bottom-right .labels {
          right: 0; }
      .places-directions-wrapper .corners-points .corner.top-right {
        position: absolute;
        top: 120px;
        right: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 10px;
        opacity: 0;
        visibility: hidden; }
        .places-directions-wrapper .corners-points .corner.top-right .point-container {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        .places-directions-wrapper .corners-points .corner.top-right .labels {
          right: 0; }

.places-gallery-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  pointer-events: none; }
  .places-gallery-wrapper.webgl-gallery .title-wrapper {
    background-color: transparent; }
  .places-gallery-wrapper.webgl-gallery .title-wrapper .region-title .type-outline {
    text-shadow: none;
    color: #ffffff !important;
    mix-blend-mode: normal; }
  .places-gallery-wrapper.webgl-gallery .title-wrapper .region-title .place-title {
    color: #ffffff; }
  .places-gallery-wrapper.open {
    opacity: 1;
    visibility: visible;
    pointer-events: visible; }
  .places-gallery-wrapper .dom-gallery-wrapper {
    display: block;
    width: 100%;
    height: 100%; }
    .places-gallery-wrapper .dom-gallery-wrapper:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.1);
      pointer-events: none;
      z-index: 1; }
    .places-gallery-wrapper .dom-gallery-wrapper .places-gallery-item {
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden; }
      .places-gallery-wrapper .dom-gallery-wrapper .places-gallery-item img {
        pointer-events: none; }
  .places-gallery-wrapper .gallery-user-interface {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; }
    .places-gallery-wrapper .gallery-user-interface .helper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 100px; }
      @media only screen and (max-height: 767px) {
        .places-gallery-wrapper .gallery-user-interface .helper-wrapper {
          bottom: 80px; } }
      @media only screen and (max-height: 374px) {
        .places-gallery-wrapper .gallery-user-interface .helper-wrapper {
          bottom: 90px; } }
      .places-gallery-wrapper .gallery-user-interface .helper-wrapper .mouse-cursor {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        margin-bottom: 30px;
        left: 30px;
        border-radius: 30px;
        background-color: #ffffff;
        opacity: 0; }
        @media only screen and (max-height: 767px) {
          .places-gallery-wrapper .gallery-user-interface .helper-wrapper .mouse-cursor {
            margin-bottom: 10px; } }
        .places-gallery-wrapper .gallery-user-interface .helper-wrapper .mouse-cursor .arrow-left {
          position: absolute;
          top: calc(50% - 7.5px);
          left: -70px; }
        .places-gallery-wrapper .gallery-user-interface .helper-wrapper .mouse-cursor .arrow-right {
          position: absolute;
          top: calc(50% - 8px);
          right: -70px; }
        .places-gallery-wrapper .gallery-user-interface .helper-wrapper .mouse-cursor .ball {
          display: block;
          width: 4px;
          height: 4px;
          background-color: #ffffff;
          border-radius: 4px; }
          .places-gallery-wrapper .gallery-user-interface .helper-wrapper .mouse-cursor .ball.left-ball {
            position: absolute;
            top: calc(50% - 2px);
            left: -18px; }
          .places-gallery-wrapper .gallery-user-interface .helper-wrapper .mouse-cursor .ball.right-ball {
            position: absolute;
            top: calc(50% - 2px);
            right: -18px; }
      .places-gallery-wrapper .gallery-user-interface .helper-wrapper p {
        opacity: 0;
        font-family: "Apercu Pro";
        font-weight: normal;
        font-weight: 300;
        font-size: calc(16.57143px + 0.08403vw);
        color: #ffffff;
        line-height: 1.5em;
        letter-spacing: 0; }
        @media (min-width: 1700px) {
          .places-gallery-wrapper .gallery-user-interface .helper-wrapper p {
            font-size: 18px; } }
        @media only screen and (max-height: 767px) {
          .places-gallery-wrapper .gallery-user-interface .helper-wrapper p {
            font-size: 16px; } }
    .places-gallery-wrapper .gallery-user-interface .prev-hitzone {
      display: block;
      width: 25%;
      height: 25%;
      position: absolute;
      top: 37.5%;
      left: 0%;
      visibility: visible;
      cursor: pointer; }
    .places-gallery-wrapper .gallery-user-interface .next-hitzone {
      display: block;
      width: 25%;
      height: 25%;
      position: absolute;
      top: 37.5%;
      left: 75%;
      visibility: visible;
      cursor: pointer; }
    .places-gallery-wrapper .gallery-user-interface button {
      position: absolute;
      top: 30px;
      right: 30px;
      width: 50px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      z-index: 1; }
      .places-gallery-wrapper .gallery-user-interface button span {
        pointer-events: none; }
      @media only screen and (max-width: 1023px) {
        .places-gallery-wrapper .gallery-user-interface button {
          top: 20px;
          right: 20px; } }
      @media only screen and (max-width: 767px) {
        .places-gallery-wrapper .gallery-user-interface button {
          top: 10px;
          right: 10px;
          z-index: 10;
          width: 40px;
          height: 40px;
          pointer-events: all; } }
      .places-gallery-wrapper .gallery-user-interface button:focus {
        outline: none; }
      .places-gallery-wrapper .gallery-user-interface button.thumbs-btn {
        right: 0;
        top: 25%;
        left: 0;
        width: auto;
        max-width: 150px;
        margin: 0 auto; }
        .places-gallery-wrapper .gallery-user-interface button.thumbs-btn:before {
          content: "";
          width: 130%;
          height: 100%;
          position: absolute;
          top: 0;
          left: -14%;
          border: 1px solid #ffffff;
          border-radius: 50px;
          -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
        @media only screen and (max-height: 767px) {
          .places-gallery-wrapper .gallery-user-interface button.thumbs-btn {
            top: 20%; } }
        @media only screen and (max-height: 650px) {
          .places-gallery-wrapper .gallery-user-interface button.thumbs-btn {
            top: 15%; } }
        .places-gallery-wrapper .gallery-user-interface button.thumbs-btn:hover .square:nth-child(1) {
          -webkit-transform: translate(-1px, -1px);
                  transform: translate(-1px, -1px); }
        .places-gallery-wrapper .gallery-user-interface button.thumbs-btn:hover .square:nth-child(2) {
          -webkit-transform: translate(1px, -1px);
                  transform: translate(1px, -1px); }
        .places-gallery-wrapper .gallery-user-interface button.thumbs-btn:hover .square:nth-child(3) {
          -webkit-transform: translate(-1px, 1px);
                  transform: translate(-1px, 1px); }
        .places-gallery-wrapper .gallery-user-interface button.thumbs-btn:hover .square:nth-child(4) {
          -webkit-transform: translate(1px, 1px);
                  transform: translate(1px, 1px); }
        .places-gallery-wrapper .gallery-user-interface button.thumbs-btn:hover:before {
          width: 150%;
          left: -24%; }
        .places-gallery-wrapper .gallery-user-interface button.thumbs-btn svg {
          width: 58px; }
        .places-gallery-wrapper .gallery-user-interface button.thumbs-btn .btns-container {
          position: relative;
          width: 22px;
          height: 22px;
          margin-right: 17px; }
          .places-gallery-wrapper .gallery-user-interface button.thumbs-btn .btns-container .square {
            position: absolute;
            width: 10px;
            height: 10px;
            background-color: #ffffff;
            -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
            transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
            -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
            transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
            transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
            .places-gallery-wrapper .gallery-user-interface button.thumbs-btn .btns-container .square:nth-child(1) {
              top: 0;
              left: 0; }
            .places-gallery-wrapper .gallery-user-interface button.thumbs-btn .btns-container .square:nth-child(2) {
              top: 0;
              left: 12px; }
            .places-gallery-wrapper .gallery-user-interface button.thumbs-btn .btns-container .square:nth-child(3) {
              bottom: 0;
              left: 0; }
            .places-gallery-wrapper .gallery-user-interface button.thumbs-btn .btns-container .square:nth-child(4) {
              bottom: 0;
              left: 12px; }
        .places-gallery-wrapper .gallery-user-interface button.thumbs-btn .text {
          font-family: "Apercu Pro";
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 1;
          text-align: center;
          color: #ffffff; }
      .places-gallery-wrapper .gallery-user-interface button.close-btn {
        right: initial;
        top: initial;
        left: calc(50% - 30px);
        bottom: 20px;
        width: 70px;
        height: 70px; }
        @media only screen and (max-width: 374px) {
          .places-gallery-wrapper .gallery-user-interface button.close-btn {
            width: 40px;
            height: 40px;
            left: calc(50% - 20px); } }
        .places-gallery-wrapper .gallery-user-interface button.close-btn:hover .background {
          -webkit-transform: scale(1.2);
                  transform: scale(1.2); }
        .places-gallery-wrapper .gallery-user-interface button.close-btn .background {
          width: 50px;
          height: 50px;
          left: 10px;
          top: 10px;
          -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          -webkit-box-shadow: 0px 6px 19px rgba(0, 0, 0, 0.07);
                  box-shadow: 0px 6px 19px rgba(0, 0, 0, 0.07);
          background-color: #ffffff; }
        .places-gallery-wrapper .gallery-user-interface button.close-btn .bar {
          width: 20px;
          background-color: #000000; }
      .places-gallery-wrapper .gallery-user-interface button.next-btn {
        top: calc(50% - 15px);
        right: 30px; }
        @media (hover: hover) {
          .places-gallery-wrapper .gallery-user-interface button.next-btn:hover .background, .places-gallery-wrapper .gallery-user-interface button.next-btn.active .background {
            -webkit-transform: scale(2);
                    transform: scale(2); } }
        @media only screen and (max-width: 1023px) {
          .places-gallery-wrapper .gallery-user-interface button.next-btn {
            right: 20px; } }
        @media only screen and (max-width: 767px) {
          .places-gallery-wrapper .gallery-user-interface button.next-btn {
            right: 10px; } }
        @media only screen and (max-width: 374px) {
          .places-gallery-wrapper .gallery-user-interface button.next-btn {
            display: none; } }
        .places-gallery-wrapper .gallery-user-interface button.next-btn .background {
          width: 20%;
          height: 20%; }
      .places-gallery-wrapper .gallery-user-interface button.prev-btn {
        top: calc(50% - 15px);
        left: 30px; }
        @media only screen and (max-width: 1023px) {
          .places-gallery-wrapper .gallery-user-interface button.prev-btn {
            left: 20px; } }
        @media only screen and (max-width: 767px) {
          .places-gallery-wrapper .gallery-user-interface button.prev-btn {
            left: 10px; } }
        @media only screen and (max-width: 374px) {
          .places-gallery-wrapper .gallery-user-interface button.prev-btn {
            display: none; } }
        @media (hover: hover) {
          .places-gallery-wrapper .gallery-user-interface button.prev-btn:hover .background, .places-gallery-wrapper .gallery-user-interface button.prev-btn.active .background {
            -webkit-transform: scale(2);
                    transform: scale(2); } }
        .places-gallery-wrapper .gallery-user-interface button.prev-btn .background {
          width: 20%;
          height: 20%; }
      .places-gallery-wrapper .gallery-user-interface button .background {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        border-radius: 50%;
        z-index: -1;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .places-gallery-wrapper .gallery-user-interface button .bar {
        width: 10px;
        height: 1px;
        background-color: #000000;
        display: block; }
        .places-gallery-wrapper .gallery-user-interface button .bar:nth-child(2) {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          margin: 0 auto;
          -webkit-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg); }
        .places-gallery-wrapper .gallery-user-interface button .bar:first-of-type {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        @media only screen and (max-width: 767px) {
          .places-gallery-wrapper .gallery-user-interface button .bar {
            width: 10px; } }

.gallery-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
  background-color: black;
  mix-blend-mode: screen; }
  .gallery-title-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    pointer-events: none;
    z-index: 0; }
  .gallery-title-wrapper .region-title {
    position: relative; }
    @media only screen and (max-width: 1023px) {
      .gallery-title-wrapper .region-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; } }
    .gallery-title-wrapper .region-title .type {
      position: relative;
      display: inline-block;
      color: white;
      -webkit-animation: none;
              animation: none;
      white-space: nowrap; }
      @media only screen and (max-width: 1200px) {
        .gallery-title-wrapper .region-title .type {
          font-size: 250px; } }
      @media only screen and (max-width: 1023px) {
        .gallery-title-wrapper .region-title .type {
          font-size: 250px;
          line-height: 0.75;
          white-space: normal; } }
      @media only screen and (max-width: 767px) {
        .gallery-title-wrapper .region-title .type {
          font-size: 135px; } }
    .gallery-title-wrapper .region-title .type-outline {
      position: relative;
      white-space: nowrap; }
    .gallery-title-wrapper .region-title .place-title {
      position: absolute;
      top: 0;
      right: 0; }
      @media only screen and (max-width: 1023px) {
        .gallery-title-wrapper .region-title .place-title {
          position: relative;
          top: auto;
          left: auto;
          text-align: center; } }

.cta-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(64.28571px + 7.10084vw);
  height: calc(64.28571px + 7.10084vw);
  border-radius: 100%;
  pointer-events: visible;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  text-decoration: none; }
  @media (min-width: 1700px) {
    .cta-button {
      width: 185px; } }
  @media (min-width: 1700px) {
    .cta-button {
      height: 185px; } }
  @media only screen and (max-width: 1200px) {
    .cta-button {
      width: calc(72.85714px + 8.36134vw);
      height: calc(72.85714px + 8.36134vw); } }
  @media only screen and (max-width: 1200px) and (min-width: 1700px) {
    .cta-button {
      width: 215px; } }
  @media only screen and (max-width: 1200px) and (min-width: 1700px) {
    .cta-button {
      height: 215px; } }
  @media only screen and (max-width: 1023px) {
    .cta-button {
      width: calc(81.42857px + 9.62185vw);
      height: calc(81.42857px + 9.62185vw); } }
  @media only screen and (max-width: 1023px) and (min-width: 1700px) {
    .cta-button {
      width: 245px; } }
  @media only screen and (max-width: 1023px) and (min-width: 1700px) {
    .cta-button {
      height: 245px; } }
  @media only screen and (max-width: 767px) {
    .cta-button {
      width: 123px;
      height: 123px; } }
  @media only screen and (max-width: 374px) {
    .cta-button {
      width: 100px;
      height: 100px; } }
  .cta-button span {
    pointer-events: none; }
  @media (hover: hover) {
    .cta-button:hover .background {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); } }
  .cta-button .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff2e2e;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 60px 15px rgba(255, 55, 55, 0.5);
            box-shadow: 0px 0px 60px 15px rgba(255, 55, 55, 0.5);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: background-color 1s 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-backdrop-filter 1s 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: background-color 1s 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-backdrop-filter 1s 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), background-color 1s 1s cubic-bezier(0.19, 1, 0.22, 1), backdrop-filter 1s 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), background-color 1s 1s cubic-bezier(0.19, 1, 0.22, 1), backdrop-filter 1s 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), background-color 1s 1s cubic-bezier(0.19, 1, 0.22, 1), backdrop-filter 1s 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-backdrop-filter 1s 1s cubic-bezier(0.19, 1, 0.22, 1); }
    .cta-button .background.add-filter {
      -webkit-backdrop-filter: blur(14px);
              backdrop-filter: blur(14px);
      background-color: rgba(255, 46, 46, 0.92); }
  .cta-button .text {
    position: relative;
    font-family: "Apercu Pro";
    font-weight: normal;
    font-weight: "bold";
    font-size: calc(16.85714px + 0.12605vw);
    color: #ffffff;
    line-height: 1.3em;
    letter-spacing: 0;
    opacity: 0; }
    @media (min-width: 1700px) {
      .cta-button .text {
        font-size: 19px; } }
    @media only screen and (max-width: 767px) {
      .cta-button .text {
        font-size: 12px; } }

.call-for-sponsors-wrapper .cta-button {
  width: calc(54.28571px + 5.63025vw);
  height: calc(54.28571px + 5.63025vw); }
  @media (min-width: 1700px) {
    .call-for-sponsors-wrapper .cta-button {
      width: 150px; } }
  @media (min-width: 1700px) {
    .call-for-sponsors-wrapper .cta-button {
      height: 150px; } }
  .call-for-sponsors-wrapper .cta-button .background {
    background: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px 0px 60px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 60px 15px rgba(0, 0, 0, 0.15); }
  .call-for-sponsors-wrapper .cta-button .text {
    color: #000000; }

.safari .cta-button .background {
  background-color: rgba(255, 46, 46, 0.98); }

.safari .call-for-sponsors-wrapper .cta-button .background {
  background: rgba(255, 255, 255, 0.98); }

.safari .world-explorer-wrapper .dom-container .region.top-center .ctas-wrapper .cta-button:nth-child(2) .background {
  background: rgba(255, 255, 255, 0.98); }

.mouse-cursor-wrapper {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: difference; }
  @media only screen and (max-width: 1023px) {
    .mouse-cursor-wrapper {
      display: none; } }
  .mouse-cursor-wrapper .mouse-cursor {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: -15px;
    left: -15px; }
    .mouse-cursor-wrapper .mouse-cursor .close-icon {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
      .mouse-cursor-wrapper .mouse-cursor .close-icon .bar {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 30px;
        height: 1px;
        background-color: #000000;
        display: block; }
        .mouse-cursor-wrapper .mouse-cursor .close-icon .bar:nth-child(2) {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          margin: 0 auto;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: center;
                  transform-origin: center; }
        .mouse-cursor-wrapper .mouse-cursor .close-icon .bar:first-of-type {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          -webkit-transform-origin: center;
                  transform-origin: center; }
    .mouse-cursor-wrapper .mouse-cursor .next-icon {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
      .mouse-cursor-wrapper .mouse-cursor .next-icon .bar {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 15px;
        height: 1px;
        background-color: #000000;
        display: block; }
        .mouse-cursor-wrapper .mouse-cursor .next-icon .bar:nth-child(2) {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          margin: 0 auto;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: right;
                  transform-origin: right; }
        .mouse-cursor-wrapper .mouse-cursor .next-icon .bar:first-of-type {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          -webkit-transform-origin: right;
                  transform-origin: right; }
    .mouse-cursor-wrapper .mouse-cursor .prev-icon {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
      .mouse-cursor-wrapper .mouse-cursor .prev-icon .bar {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 15px;
        height: 1px;
        background-color: #000000;
        display: block; }
        .mouse-cursor-wrapper .mouse-cursor .prev-icon .bar:nth-child(2) {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          margin: 0 auto;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: left;
                  transform-origin: left; }
        .mouse-cursor-wrapper .mouse-cursor .prev-icon .bar:first-of-type {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          -webkit-transform-origin: left;
                  transform-origin: left; }
    .mouse-cursor-wrapper .mouse-cursor .handlers-wrapper {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .mouse-cursor-wrapper .mouse-cursor .handlers-wrapper .inner {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-transform-origin: center;
                transform-origin: center; }
      .mouse-cursor-wrapper .mouse-cursor .handlers-wrapper .handler {
        position: absolute;
        display: block;
        width: 6px;
        height: 6px;
        top: calc(50% - 3px);
        border-radius: 100%;
        background-color: rgba(255, 255, 255, 0.1);
        opacity: 0; }
        .mouse-cursor-wrapper .mouse-cursor .handlers-wrapper .handler.handler-1 {
          left: -22px; }
        .mouse-cursor-wrapper .mouse-cursor .handlers-wrapper .handler.handler-2 {
          right: -22px; }
    .mouse-cursor-wrapper .mouse-cursor .inner-pointer {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
      .mouse-cursor-wrapper .mouse-cursor .inner-pointer .inner {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background-color: rgba(255, 255, 255, 0.1);
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transition: background-color 0.25s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: background-color 0.25s cubic-bezier(0.19, 1, 0.22, 1);
        transition: background-color 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
        .mouse-cursor-wrapper .mouse-cursor .inner-pointer .inner.white {
          background-color: white; }

.remove-cursor * {
  cursor: none !important; }

.windows .info-modal-wrapper .background-modal-inner {
  visibility: hidden; }

.mobile .info-modal-wrapper .info-modal-inner h2 .type {
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }

.info-modal-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  pointer-events: none;
  opacity: 0;
  visibility: hidden; }
  .info-modal-wrapper.opened {
    pointer-events: visible; }
  .info-modal-wrapper.open {
    opacity: 1;
    visibility: visible;
    pointer-events: visible; }
    .info-modal-wrapper.open .background-modal {
      opacity: 1; }
    .info-modal-wrapper.open .info-modal-inner .inner {
      opacity: 1;
      visibility: visible; }
  .info-modal-wrapper .background-modal {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    cursor: pointer;
    opacity: 0; }
    @media (hover: hover) {
      .info-modal-wrapper .background-modal {
        pointer-events: all; } }
  .info-modal-wrapper .background-modal-inner {
    display: block;
    width: 60%;
    height: 100%;
    position: fixed;
    top: 100px;
    left: 20%;
    background-color: #ffffff;
    pointer-events: none;
    opacity: 0;
    visibility: hidden; }
    @media only screen and (max-width: 1200px) {
      .info-modal-wrapper .background-modal-inner {
        width: 70%;
        left: 15%; } }
    @media only screen and (max-width: 1023px) {
      .info-modal-wrapper .background-modal-inner {
        margin-top: 20px;
        width: 80%;
        left: 10%; } }
    @media only screen and (max-width: 767px) {
      .info-modal-wrapper .background-modal-inner {
        margin-top: 10px;
        width: 95%;
        left: 2.5%; } }
  .info-modal-wrapper .info-modal-close-btn {
    position: absolute;
    right: initial;
    top: initial;
    left: calc(50% - 25px);
    bottom: 20px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 111;
    opacity: 0;
    visibility: hidden;
    cursor: pointer; }
    @media (pointer: fine) {
      .info-modal-wrapper .info-modal-close-btn {
        display: none; } }
    @media only screen and (max-width: 374px) {
      .info-modal-wrapper .info-modal-close-btn {
        width: 40px;
        height: 40px;
        left: calc(50% - 20px); } }
    .info-modal-wrapper .info-modal-close-btn:hover .info-modal-close-background {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
    .info-modal-wrapper .info-modal-close-btn:focus {
      outline: none; }
    .info-modal-wrapper .info-modal-close-btn .info-modal-close-background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #000000;
      border-radius: 50%;
      z-index: -1;
      -webkit-box-shadow: 0px 6px 19px rgba(0, 0, 0, 0.07);
              box-shadow: 0px 6px 19px rgba(0, 0, 0, 0.07);
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transform-origin: center;
              transform-origin: center; }
    .info-modal-wrapper .info-modal-close-btn .bar {
      width: 20px;
      height: 1px;
      background-color: #ffffff;
      display: block; }
      .info-modal-wrapper .info-modal-close-btn .bar:nth-child(2) {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg); }
      .info-modal-wrapper .info-modal-close-btn .bar:first-of-type {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .info-modal-wrapper .info-modal-inner-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    overflow-y: scroll;
    z-index: 12; }
  .info-modal-wrapper .info-modal-inner {
    position: relative;
    display: block;
    width: 60%;
    height: auto;
    min-height: 100%;
    position: relative;
    top: 0;
    left: 20%;
    z-index: 12;
    overflow: hidden;
    pointer-events: visible;
    margin-top: 100px; }
    @media only screen and (max-width: 1200px) {
      .info-modal-wrapper .info-modal-inner {
        width: 70%;
        left: 15%; } }
    @media only screen and (max-width: 1023px) {
      .info-modal-wrapper .info-modal-inner {
        width: 80%;
        left: 10%; } }
    @media only screen and (max-width: 767px) {
      .info-modal-wrapper .info-modal-inner {
        margin-top: 10px;
        width: 95%;
        left: 2.5%; } }
    .info-modal-wrapper .info-modal-inner .inner {
      position: relative;
      background-color: #ffffff;
      z-index: 11;
      min-height: 100vh;
      margin-bottom: 100vh;
      opacity: 0;
      visibility: hidden;
      overflow: hidden;
      padding: calc(30px + 2.05882vw) calc(28.57143px + 1.84874vw) calc(38.57143px + 3.31933vw) calc(28.57143px + 1.84874vw); }
      @media (min-width: 1700px) {
        .info-modal-wrapper .info-modal-inner .inner {
          padding: 65px 60px 95px 60px; } }
      @media only screen and (max-width: 1023px) {
        .info-modal-wrapper .info-modal-inner .inner {
          padding-left: 40px;
          padding-right: 40px;
          padding-top: 70px;
          padding-bottom: 100px; }
          .info-modal-wrapper .info-modal-inner .inner .row,
          .info-modal-wrapper .info-modal-inner .inner .columns {
            padding: 0; } }
      @media only screen and (max-width: 767px) {
        .info-modal-wrapper .info-modal-inner .inner {
          padding-left: 20px;
          padding-right: 20px; } }
    .info-modal-wrapper .info-modal-inner .modal-image {
      position: relative;
      margin-top: calc(28.57143px + 1.84874vw);
      width: 120%;
      max-width: 120%;
      left: -10%; }
      @media (min-width: 1700px) {
        .info-modal-wrapper .info-modal-inner .modal-image {
          margin-top: 60px; } }
    .info-modal-wrapper .info-modal-inner .twitter-sign {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 20px 20px 20px 50px;
      border-radius: 100px;
      background: #ffffff;
      -webkit-box-shadow: 0px 6px 19px rgba(0, 0, 0, 0.07);
              box-shadow: 0px 6px 19px rgba(0, 0, 0, 0.07);
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .info-modal-wrapper .info-modal-inner .twitter-sign {
          padding: 26px; } }
      @media only screen and (max-width: 374px) {
        .info-modal-wrapper .info-modal-inner .twitter-sign {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 0px;
          -webkit-box-shadow: 0px 6px 19px rgba(0, 0, 0, 0);
                  box-shadow: 0px 6px 19px rgba(0, 0, 0, 0);
          text-align: center; } }
      .info-modal-wrapper .info-modal-inner .twitter-sign:hover .tweet-now:before {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .info-modal-wrapper .info-modal-inner .twitter-sign p {
        padding-right: 20px;
        margin-bottom: 0; }
        @media only screen and (max-width: 767px) {
          .info-modal-wrapper .info-modal-inner .twitter-sign p {
            font-size: 11px;
            padding-right: 10px; } }
        @media only screen and (max-width: 374px) {
          .info-modal-wrapper .info-modal-inner .twitter-sign p {
            text-align: center;
            padding-right: 0; } }
      .info-modal-wrapper .info-modal-inner .twitter-sign .tweet-now {
        position: relative;
        width: 100px;
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 50px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100px;
                flex: 0 0 100px;
        font-family: "Apercu Pro";
        font-weight: normal;
        font-weight: 500;
        font-size: 16px;
        color: #ffffff;
        line-height: 1.3em;
        letter-spacing: 0; }
        @media only screen and (max-width: 767px) {
          .info-modal-wrapper .info-modal-inner .twitter-sign .tweet-now {
            width: 60px;
            height: 60px;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 60px;
                    flex: 0 0 60px;
            font-size: 12px; } }
        @media only screen and (max-width: 374px) {
          .info-modal-wrapper .info-modal-inner .twitter-sign .tweet-now {
            margin-top: 20px;
            font-size: 14px;
            width: 100px;
            height: 100px;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100px;
                    flex: 0 0 100px; } }
        .info-modal-wrapper .info-modal-inner .twitter-sign .tweet-now .text {
          position: relative; }
        .info-modal-wrapper .info-modal-inner .twitter-sign .tweet-now:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          border-radius: 100%;
          background-color: #ff2e2e;
          -webkit-transform-origin: center;
                  transform-origin: center;
          -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .info-modal-wrapper .info-modal-inner .title {
      display: inline-block; }
    .info-modal-wrapper .info-modal-inner .block {
      margin-top: calc(31.42857px + 2.26891vw); }
      @media (min-width: 1700px) {
        .info-modal-wrapper .info-modal-inner .block {
          margin-top: 70px; } }
    .info-modal-wrapper .info-modal-inner .text-center {
      text-align: center; }
    .info-modal-wrapper .info-modal-inner h2 {
      position: relative;
      margin-bottom: calc(20.57143px + 0.67227vw); }
      @media (min-width: 1700px) {
        .info-modal-wrapper .info-modal-inner h2 {
          margin-bottom: 32px; } }
      @media only screen and (max-width: 767px) {
        .info-modal-wrapper .info-modal-inner h2 {
          margin-bottom: 52px; } }
      .info-modal-wrapper .info-modal-inner h2 .type {
        font-size: 180px; }
        @media only screen and (max-width: 767px) {
          .info-modal-wrapper .info-modal-inner h2 .type {
            font-size: 120px;
            line-height: 0.7; } }
    .info-modal-wrapper .info-modal-inner .figma-logo {
      position: absolute;
      bottom: 40px;
      right: 40px; }
    .info-modal-wrapper .info-modal-inner a {
      text-decoration: none;
      color: #000000;
      text-decoration: underline;
      -webkit-text-decoration-color: #ffffff;
              text-decoration-color: #ffffff;
      -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-text-decoration 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-text-decoration 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), text-decoration 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), text-decoration 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), text-decoration 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-text-decoration 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .info-modal-wrapper .info-modal-inner a:hover {
        color: #ff2e2e;
        text-decoration: underline; }
    .info-modal-wrapper .info-modal-inner .subtitle {
      text-align: center;
      font-family: "Apercu Pro";
      font-weight: normal;
      font-weight: "normal";
      font-size: calc(21.71429px + 0.84034vw);
      color: #000000;
      line-height: 1.3em;
      letter-spacing: 0; }
      @media (min-width: 1700px) {
        .info-modal-wrapper .info-modal-inner .subtitle {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .info-modal-wrapper .info-modal-inner .subtitle {
          font-size: 24px; } }
      .info-modal-wrapper .info-modal-inner .subtitle.email {
        margin-top: calc(31.42857px + 2.26891vw);
        font-family: "Apercu Pro";
        font-weight: normal;
        font-weight: "normal";
        font-size: calc(19.42857px + 0.5042vw);
        color: #000000;
        line-height: 1.3em;
        letter-spacing: 0; }
        @media (min-width: 1700px) {
          .info-modal-wrapper .info-modal-inner .subtitle.email {
            margin-top: 70px; } }
        @media (min-width: 1700px) {
          .info-modal-wrapper .info-modal-inner .subtitle.email {
            font-size: 28px; } }
      .info-modal-wrapper .info-modal-inner .subtitle.mission-subtitle {
        margin-bottom: calc(28.57143px + 1.84874vw);
        margin-top: calc(17.14286px + 0.16807vw); }
        @media (min-width: 1700px) {
          .info-modal-wrapper .info-modal-inner .subtitle.mission-subtitle {
            margin-bottom: 60px; } }
        @media (min-width: 1700px) {
          .info-modal-wrapper .info-modal-inner .subtitle.mission-subtitle {
            margin-top: 20px; } }
    .info-modal-wrapper .info-modal-inner .sub-subtitle {
      text-align: center;
      font-family: "Apercu Pro";
      font-weight: normal;
      font-weight: "normal";
      font-size: calc(18.28571px + 0.33613vw);
      color: #000000;
      line-height: 1.3em;
      letter-spacing: 0; }
      @media (min-width: 1700px) {
        .info-modal-wrapper .info-modal-inner .sub-subtitle {
          font-size: 24px; } }
    .info-modal-wrapper .info-modal-inner .col-text {
      position: relative;
      margin-top: calc(20px + 0.58824vw);
      max-height: 300px;
      text-align: left;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 50px;
         -moz-column-gap: 50px;
              column-gap: 50px; }
      @media (min-width: 1700px) {
        .info-modal-wrapper .info-modal-inner .col-text {
          margin-top: 30px; } }
      @media only screen and (max-width: 1200px) {
        .info-modal-wrapper .info-modal-inner .col-text {
          -webkit-column-count: 1;
             -moz-column-count: 1;
                  column-count: 1;
          -webkit-column-gap: 0;
             -moz-column-gap: 0;
                  column-gap: 0;
          max-height: none; } }
    .info-modal-wrapper .info-modal-inner p {
      text-align: left;
      font-family: "Apercu Pro";
      font-weight: normal;
      font-weight: "normal";
      font-size: calc(16.57143px + 0.08403vw);
      color: #000000;
      line-height: 1.5em;
      letter-spacing: 0;
      margin-bottom: 10px; }
      @media (min-width: 1700px) {
        .info-modal-wrapper .info-modal-inner p {
          font-size: 18px; } }
      @media only screen and (max-width: 1200px) {
        .info-modal-wrapper .info-modal-inner p {
          margin-bottom: 15px; } }
      .info-modal-wrapper .info-modal-inner p strong {
        font-family: "Apercu Pro";
        font-weight: normal;
        font-weight: 500;
        font-size: calc(16.57143px + 0.08403vw);
        color: #000000;
        line-height: 1.5em;
        letter-spacing: 0; }
        @media (min-width: 1700px) {
          .info-modal-wrapper .info-modal-inner p strong {
            font-size: 18px; } }
    .info-modal-wrapper .info-modal-inner .email {
      margin-top: calc(21.71429px + 0.84034vw);
      font-family: "Apercu Pro";
      font-weight: normal;
      font-weight: "normal";
      font-size: calc(17.71429px + 0.2521vw);
      color: #000000;
      line-height: 1.3em;
      letter-spacing: 0; }
      @media (min-width: 1700px) {
        .info-modal-wrapper .info-modal-inner .email {
          margin-top: 36px; } }
      @media (min-width: 1700px) {
        .info-modal-wrapper .info-modal-inner .email {
          font-size: 22px; } }
    .info-modal-wrapper .info-modal-inner h3 {
      text-align: center;
      font-family: "Apercu Pro";
      font-weight: normal;
      font-weight: "normal";
      font-size: calc(17.71429px + 0.2521vw);
      color: #000000;
      line-height: 1.3em;
      letter-spacing: 0;
      margin-bottom: calc(28.57143px + 1.84874vw);
      margin-top: calc(28.57143px + 1.84874vw);
      padding: 0 calc(22.85714px + 1.0084vw); }
      @media (min-width: 1700px) {
        .info-modal-wrapper .info-modal-inner h3 {
          font-size: 22px; } }
      @media (min-width: 1700px) {
        .info-modal-wrapper .info-modal-inner h3 {
          margin-bottom: 60px; } }
      @media (min-width: 1700px) {
        .info-modal-wrapper .info-modal-inner h3 {
          margin-top: 60px; } }
      @media (min-width: 1700px) {
        .info-modal-wrapper .info-modal-inner h3 {
          padding: 0 40px; } }
      @media only screen and (max-width: 1023px) {
        .info-modal-wrapper .info-modal-inner h3 {
          padding: 0 10px; } }
    .info-modal-wrapper .info-modal-inner .columns-wrapper {
      margin-top: 0; }
    .info-modal-wrapper .info-modal-inner .column {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: calc(18.57143px + 0.37815vw); }
      @media (min-width: 1700px) {
        .info-modal-wrapper .info-modal-inner .column {
          margin-top: 25px; } }
      .info-modal-wrapper .info-modal-inner .column p {
        font-family: "Apercu Pro";
        font-weight: normal;
        font-weight: "normal";
        font-size: calc(16.57143px + 0.08403vw);
        color: #000000;
        line-height: 1.5em;
        letter-spacing: 0;
        margin-bottom: 0;
        margin-top: 0; }
        @media (min-width: 1700px) {
          .info-modal-wrapper .info-modal-inner .column p {
            font-size: 18px; } }
      .info-modal-wrapper .info-modal-inner .column .numbers {
        position: relative;
        margin-top: 0;
        margin-right: 27px;
        font-size: 100px; }
      @media only screen and (max-width: 1023px) {
        .info-modal-wrapper .info-modal-inner .column {
          padding: 0; } }
  .info-modal-wrapper .submit-form {
    margin-top: 30px; }
    .info-modal-wrapper .submit-form label {
      position: relative;
      display: block;
      margin-top: 10px;
      font-family: "Apercu Pro";
      font-weight: normal;
      font-weight: "normal";
      font-size: calc(16.57143px + 0.08403vw);
      color: #000000;
      line-height: 1.5em;
      letter-spacing: 0; }
      @media (min-width: 1700px) {
        .info-modal-wrapper .submit-form label {
          font-size: 18px; } }
      .info-modal-wrapper .submit-form label.radio-label {
        margin-top: calc(17.14286px + 0.16807vw);
        margin-bottom: 20px; }
        @media (min-width: 1700px) {
          .info-modal-wrapper .submit-form label.radio-label {
            margin-top: 20px; } }
    .info-modal-wrapper .submit-form .arrow-down {
      position: absolute;
      bottom: 21px;
      right: 21px;
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      -webkit-transform-origin: center;
              transform-origin: center;
      border-top: 8px solid #d6d6d6; }
    .info-modal-wrapper .submit-form .input-wrapper {
      position: relative;
      margin: calc(17.14286px + 0.16807vw) 0; }
      @media (min-width: 1700px) {
        .info-modal-wrapper .submit-form .input-wrapper {
          margin: 20px 0; } }
      .info-modal-wrapper .submit-form .input-wrapper.group-wrapper {
        margin: calc(18.57143px + 0.37815vw) 0; }
        @media (min-width: 1700px) {
          .info-modal-wrapper .submit-form .input-wrapper.group-wrapper {
            margin: 25px 0; } }
      .info-modal-wrapper .submit-form .input-wrapper .city-list {
        position: absolute;
        top: 100%;
        left: 0.625rem;
        border: 1px solid #000000;
        border-top: none;
        width: calc(100% - 1.25rem);
        z-index: 1;
        background: white;
        max-height: 150px;
        overflow: hidden;
        overflow-y: scroll;
        padding-left: 1.25rem;
        border-radius: 2px;
        height: 0;
        opacity: 0; }
        @media only screen and (max-width: 1023px) {
          .info-modal-wrapper .submit-form .input-wrapper .city-list {
            left: 0;
            width: 100%; } }
        .info-modal-wrapper .submit-form .input-wrapper .city-list ul li {
          font-family: "Apercu Pro";
          font-weight: normal;
          font-weight: "normal";
          font-size: 16px;
          color: #8b8b8b;
          line-height: 1.3em;
          letter-spacing: 0;
          margin-bottom: 8px;
          cursor: pointer; }
          .info-modal-wrapper .submit-form .input-wrapper .city-list ul li:first-of-type {
            padding-top: 0.625rem; }
          @media (hover: hover) {
            .info-modal-wrapper .submit-form .input-wrapper .city-list ul li:hover {
              color: #000000; } }
    .info-modal-wrapper .submit-form .error-message {
      position: absolute;
      bottom: -20px;
      left: 10px;
      font-family: "Apercu Pro";
      font-weight: normal;
      font-weight: "normal";
      font-size: 14px;
      color: #ff2e2e;
      line-height: 1em;
      letter-spacing: 0; }
    .info-modal-wrapper .submit-form input {
      position: relative;
      padding: 0 20px;
      height: 50px;
      line-height: 50px;
      width: 100%;
      border: 1px solid #d6d6d6;
      border-radius: 2px;
      border-bottom-right-radius: none;
      border-bottom-left-radius: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      font-family: "Apercu Pro";
      font-weight: normal;
      font-weight: "normal";
      font-size: 16px;
      color: #000000;
      line-height: 1em;
      letter-spacing: 0;
      -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      outline: none; }
      .info-modal-wrapper .submit-form input.error {
        border-color: #ff2e2e; }
      .info-modal-wrapper .submit-form input:hover, .info-modal-wrapper .submit-form input:focus,
      .info-modal-wrapper .submit-form input .active {
        border: 1px solid #000000;
        color: #000000; }
        .info-modal-wrapper .submit-form input:hover.error, .info-modal-wrapper .submit-form input:focus.error,
        .info-modal-wrapper .submit-form input .active.error {
          border-color: #ff2e2e; }
    .info-modal-wrapper .submit-form ::-webkit-input-placeholder {
      color: #d6d6d6;
      opacity: 1;
      /* Firefox */ }
    .info-modal-wrapper .submit-form ::-moz-placeholder {
      color: #d6d6d6;
      opacity: 1;
      /* Firefox */ }
    .info-modal-wrapper .submit-form :-ms-input-placeholder {
      color: #d6d6d6;
      opacity: 1;
      /* Firefox */ }
    .info-modal-wrapper .submit-form ::-ms-input-placeholder {
      color: #d6d6d6;
      opacity: 1;
      /* Firefox */ }
    .info-modal-wrapper .submit-form ::placeholder {
      color: #d6d6d6;
      opacity: 1;
      /* Firefox */ }
    .info-modal-wrapper .submit-form :-ms-input-placeholder {
      color: #d6d6d6; }
    .info-modal-wrapper .submit-form ::-ms-input-placeholder {
      color: #d6d6d6; }
    .info-modal-wrapper .submit-form textarea {
      position: relative;
      padding: 20px;
      width: 100%;
      height: 120px;
      border: 1px solid #d6d6d6;
      border-radius: 2px;
      line-height: 50px;
      font-family: "Apercu Pro";
      font-weight: normal;
      font-weight: "normal";
      font-size: 16px;
      color: #d6d6d6;
      line-height: 1.5em;
      letter-spacing: 0;
      outline: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      .info-modal-wrapper .submit-form textarea:hover, .info-modal-wrapper .submit-form textarea:focus,
      .info-modal-wrapper .submit-form textarea .active {
        border: 1px solid #000000;
        color: #000000; }
        .info-modal-wrapper .submit-form textarea:hover.error, .info-modal-wrapper .submit-form textarea:focus.error,
        .info-modal-wrapper .submit-form textarea .active.error {
          border-color: #ff2e2e; }
      .info-modal-wrapper .submit-form textarea.error {
        border-color: #ff2e2e; }
    .info-modal-wrapper .submit-form .radio-wrapper {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: calc(25.71429px + 1.42857vw);
      cursor: pointer; }
      @media (min-width: 1700px) {
        .info-modal-wrapper .submit-form .radio-wrapper {
          margin-right: 50px; } }
      .info-modal-wrapper .submit-form .radio-wrapper.active {
        pointer-events: none; }
        .info-modal-wrapper .submit-form .radio-wrapper.active .radio-element .radio-inner {
          border: 2px solid #000000;
          -webkit-transform: translateX(0px);
                  transform: translateX(0px); }
      .info-modal-wrapper .submit-form .radio-wrapper > * {
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
      @media only screen and (max-width: 1200px) {
        .info-modal-wrapper .submit-form .radio-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-right: 0;
          margin-bottom: 8px; } }
      .info-modal-wrapper .submit-form .radio-wrapper:last-child {
        margin-right: 0; }
        @media only screen and (max-width: 1200px) {
          .info-modal-wrapper .submit-form .radio-wrapper:last-child {
            margin-bottom: 0px; } }
      .info-modal-wrapper .submit-form .radio-wrapper input {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        opacity: 0;
        visibility: hidden; }
      .info-modal-wrapper .submit-form .radio-wrapper .radio-element {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        border: 1px solid #000000;
        overflow: hidden; }
        .info-modal-wrapper .submit-form .radio-wrapper .radio-element .radio-inner {
          position: relative;
          width: 10px;
          height: 10px;
          border-radius: 10px;
          background-color: #000000;
          -webkit-transform: translateX(-20px);
                  transform: translateX(-20px); }
      .info-modal-wrapper .submit-form .radio-wrapper label {
        display: inline-block;
        margin-left: 10px;
        margin-bottom: 0;
        margin-top: 0;
        top: 1px; }
    .info-modal-wrapper .submit-form .submit {
      position: relative;
      margin: calc(18.57143px + 0.37815vw);
      -webkit-transform: translateX(42.5px);
              transform: translateX(42.5px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 85px;
      height: 85px;
      border-radius: 85px; }
      @media (min-width: 1700px) {
        .info-modal-wrapper .submit-form .submit {
          margin: 25px; } }
      .info-modal-wrapper .submit-form .submit:hover .background {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
        .info-modal-wrapper .submit-form .submit:hover .background.confirm {
          -webkit-transform: scale(1.2);
                  transform: scale(1.2); }
      .info-modal-wrapper .submit-form .submit .text {
        position: relative;
        display: block;
        font-family: "Apercu Pro";
        font-weight: normal;
        font-weight: "normal";
        font-size: calc(16.57143px + 0.08403vw);
        color: #ffffff;
        line-height: 1.3em;
        letter-spacing: 0; }
        @media (min-width: 1700px) {
          .info-modal-wrapper .submit-form .submit .text {
            font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          .info-modal-wrapper .submit-form .submit .text {
            font-size: 12px; } }
      .info-modal-wrapper .submit-form .submit .background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        border-radius: 100%;
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
        .info-modal-wrapper .submit-form .submit .background.confirm {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
    .info-modal-wrapper .submit-form .cancel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 85px;
      height: 85px;
      border-radius: 85px;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      cursor: pointer; }
      .info-modal-wrapper .submit-form .cancel .text {
        position: relative;
        display: block;
        font-family: "Apercu Pro";
        font-weight: normal;
        font-weight: "normal";
        font-size: calc(16.57143px + 0.08403vw);
        color: #000000;
        line-height: 1.3em;
        letter-spacing: 0;
        text-decoration: underline; }
        @media (min-width: 1700px) {
          .info-modal-wrapper .submit-form .cancel .text {
            font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          .info-modal-wrapper .submit-form .cancel .text {
            font-size: 12px; } }
    .info-modal-wrapper .submit-form .notice-text {
      display: block;
      width: 100%;
      margin-top: 40px;
      text-align: center;
      font-family: "Apercu Pro";
      font-weight: normal;
      font-weight: "normal";
      font-size: calc(16.57143px + 0.08403vw);
      color: #000000;
      line-height: 1.3em;
      letter-spacing: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      @media (min-width: 1700px) {
        .info-modal-wrapper .submit-form .notice-text {
          font-size: 18px; } }
  .info-modal-wrapper .count-down-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100vh;
    z-index: 10;
    opacity: 0;
    visibility: hidden; }
    .info-modal-wrapper .count-down-wrapper .label {
      display: block;
      margin-bottom: 20px;
      margin-top: 30vh;
      text-align: center;
      font-family: "Apercu Pro";
      font-weight: normal;
      font-weight: "normal";
      font-size: calc(16.57143px + 0.08403vw);
      color: #000000;
      line-height: 1.3em;
      letter-spacing: 0; }
      @media (min-width: 1700px) {
        .info-modal-wrapper .count-down-wrapper .label {
          font-size: 18px; } }
    .info-modal-wrapper .count-down-wrapper .count-down {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 84px;
      height: 84px; }
      .info-modal-wrapper .count-down-wrapper .count-down svg {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
        .info-modal-wrapper .count-down-wrapper .count-down svg.active .count-circle {
          stroke-dashoffset: 0; }
        .info-modal-wrapper .count-down-wrapper .count-down svg .count-circle {
          stroke-dashoffset: 254.5;
          stroke-dasharray: 254.5;
          -webkit-transition: stroke-dashoffset 5s linear;
          -o-transition: stroke-dashoffset 5s linear;
          transition: stroke-dashoffset 5s linear; }
      .info-modal-wrapper .count-down-wrapper .count-down .time {
        font-family: "Apercu Pro";
        font-weight: normal;
        font-weight: "normal";
        font-size: calc(16.57143px + 0.08403vw);
        color: #000000;
        line-height: 1.3em;
        letter-spacing: 0; }
        @media (min-width: 1700px) {
          .info-modal-wrapper .count-down-wrapper .count-down .time {
            font-size: 18px; } }

.thumbs-view-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: white;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  opacity: 0;
  visibility: hidden; }
  .thumbs-view-wrapper.webgl-thumbs-view {
    background-color: transparent; }
    .thumbs-view-wrapper.webgl-thumbs-view .images-wrapper .title-container:before {
      display: none; }
    .thumbs-view-wrapper.webgl-thumbs-view .images-wrapper .image.background-image:after {
      display: none; }
  .thumbs-view-wrapper button {
    position: absolute;
    top: 30px;
    right: calc(10vw + 30px);
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1; }
    .thumbs-view-wrapper button.close-btn {
      top: initial;
      left: calc(50% - 30px);
      bottom: 20px;
      width: 70px;
      height: 70px;
      opacity: 0;
      visibility: hidden; }
      @media only screen and (max-width: 374px) {
        .thumbs-view-wrapper button.close-btn {
          width: 40px;
          height: 40px;
          left: calc(50% - 20px); } }
      .thumbs-view-wrapper button.close-btn:hover .background {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
      .thumbs-view-wrapper button.close-btn .background {
        width: 50px;
        height: 50px;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-box-shadow: 0px 6px 19px rgba(0, 0, 0, 0.07);
                box-shadow: 0px 6px 19px rgba(0, 0, 0, 0.07);
        background-color: #ffffff; }
      .thumbs-view-wrapper button.close-btn .bar {
        width: 20px; }
    .thumbs-view-wrapper button span {
      pointer-events: none; }
    @media only screen and (max-width: 1023px) {
      .thumbs-view-wrapper button {
        top: 20px;
        right: 20px; } }
    @media only screen and (max-width: 767px) {
      .thumbs-view-wrapper button {
        top: 10px;
        right: 10px;
        z-index: 10;
        width: 40px;
        height: 40px;
        pointer-events: all; } }
    .thumbs-view-wrapper button:focus {
      outline: none; }
    .thumbs-view-wrapper button.next-btn {
      top: calc(50% - 15px);
      right: 30px;
      opacity: 0;
      visibility: hidden; }
      @media only screen and (max-width: 1023px) {
        .thumbs-view-wrapper button.next-btn {
          right: 20px; } }
      @media only screen and (max-width: 767px) {
        .thumbs-view-wrapper button.next-btn {
          right: 10px; } }
      @media (hover: hover) {
        .thumbs-view-wrapper button.next-btn {
          opacity: 0;
          visibility: hidden; } }
      .thumbs-view-wrapper button.next-btn .bar:nth-child(2) {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: right;
                transform-origin: right; }
      .thumbs-view-wrapper button.next-btn .bar:first-of-type {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: right;
                transform-origin: right; }
    .thumbs-view-wrapper button.prev-btn {
      top: calc(50% - 15px);
      left: 30px;
      opacity: 0;
      visibility: hidden; }
      @media (hover: hover) {
        .thumbs-view-wrapper button.prev-btn {
          opacity: 0;
          visibility: hidden; } }
      @media only screen and (max-width: 1023px) {
        .thumbs-view-wrapper button.prev-btn {
          left: 20px; } }
      @media only screen and (max-width: 767px) {
        .thumbs-view-wrapper button.prev-btn {
          left: 10px; } }
      .thumbs-view-wrapper button.prev-btn .bar:nth-child(2) {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: left;
                transform-origin: left; }
      .thumbs-view-wrapper button.prev-btn .bar:first-of-type {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: left;
                transform-origin: left; }
    .thumbs-view-wrapper button .background {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      border-radius: 50%;
      z-index: -1; }
    .thumbs-view-wrapper button .bar {
      width: 10px;
      height: 1px;
      background-color: #000000;
      display: block; }
      .thumbs-view-wrapper button .bar:nth-child(2) {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg); }
      .thumbs-view-wrapper button .bar:first-of-type {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      @media only screen and (max-width: 767px) {
        .thumbs-view-wrapper button .bar {
          width: 10px; } }
  .thumbs-view-wrapper .images-wrapper {
    position: relative;
    display: block;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .thumbs-view-wrapper .images-wrapper .images-wrapper-inner {
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg); }
    .thumbs-view-wrapper .images-wrapper .title-container {
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%;
      -webkit-transition: opacity .25s ease-out;
      -o-transition: opacity .25s ease-out;
      transition: opacity .25s ease-out;
      opacity: 1; }
      @media (hover: hover) {
        .thumbs-view-wrapper .images-wrapper .title-container {
          opacity: 0; } }
      @media only screen and (max-width: 1200px) {
        .thumbs-view-wrapper .images-wrapper .title-container {
          opacity: 1; } }
      .thumbs-view-wrapper .images-wrapper .title-container .title {
        position: relative;
        font-size: calc(62.85714px + 6.89076vw);
        color: #ffffff;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        @media (min-width: 1700px) {
          .thumbs-view-wrapper .images-wrapper .title-container .title {
            font-size: 180px; } }
      .thumbs-view-wrapper .images-wrapper .title-container:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2); }
    .thumbs-view-wrapper .images-wrapper .image {
      position: relative;
      width: 50vw;
      height: 50vh;
      margin: 0;
      padding: 0;
      display: inline-block;
      padding: 0px;
      overflow: hidden;
      cursor: pointer; }
      .thumbs-view-wrapper .images-wrapper .image > * {
        pointer-events: none; }
      .thumbs-view-wrapper .images-wrapper .image:hover .title-container {
        opacity: 1; }
      .thumbs-view-wrapper .images-wrapper .image.background-image {
        pointer-events: none; }
        .thumbs-view-wrapper .images-wrapper .image.background-image:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.7); }
        .thumbs-view-wrapper .images-wrapper .image.background-image .title-container {
          visibility: hidden; }

.ie {
  overflow: visible; }
  .ie body {
    overflow: visible; }
  .ie .ie-splash-wrapper {
    display: block; }
  .ie #header-main {
    z-index: 10001;
    pointer-events: none; }
    .ie #header-main .left-size,
    .ie #header-main .right {
      visibility: hidden; }
  .ie #loading-page {
    display: none !important; }

.ie-splash-wrapper {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background-color: white;
  display: none;
  text-align: center; }
  .ie-splash-wrapper img {
    margin: 100px auto 0 auto;
    max-width: 50%; }
  .ie-splash-wrapper .row {
    height: 100vh; }
    .ie-splash-wrapper .row .title {
      font-size: 400px;
      font-weight: 500; }
  .ie-splash-wrapper p {
    font-family: "Apercu Pro";
    font-weight: normal;
    font-weight: "normal";
    font-size: calc(18.28571px + 0.33613vw);
    color: #000000;
    line-height: 1.6em;
    letter-spacing: 0; }
    @media (min-width: 1700px) {
      .ie-splash-wrapper p {
        font-size: 24px; } }
    .ie-splash-wrapper p a {
      color: #000000; }

.atlantis-map-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 100;
  display: none;
  opacity: 0; }
  .atlantis-map-wrapper .atlawwwtis {
    opacity: 0.2; }
  .atlantis-map-wrapper .ship {
    position: absolute;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .atlantis-map-wrapper .map-wrapper {
    position: absolute;
    top: 0;
    left: 0; }
  .atlantis-map-wrapper .region {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent !important;
    pointer-events: none; }
    .atlantis-map-wrapper .region .region-content {
      position: relative; }
    .atlantis-map-wrapper .region .figma-logo {
      position: relative;
      top: 10px;
      margin-left: 5px; }
    .atlantis-map-wrapper .region .subtitle {
      font-family: "Apercu Pro";
      font-weight: normal;
      font-weight: "normal";
      font-size: calc(16.57143px + 0.08403vw);
      color: #000000;
      line-height: 1.5em;
      letter-spacing: 0;
      margin-bottom: 0; }
      @media (min-width: 1700px) {
        .atlantis-map-wrapper .region .subtitle {
          font-size: 18px; } }
      .atlantis-map-wrapper .region .subtitle.lower-title {
        position: absolute;
        top: initial;
        left: 0;
        right: 0;
        bottom: 100px;
        margin: 0 auto;
        max-width: 535px; }
        @media only screen and (max-height: 767px) {
          .atlantis-map-wrapper .region .subtitle.lower-title {
            bottom: 40px; } }
        @media only screen and (max-width: 1200px) {
          .atlantis-map-wrapper .region .subtitle.lower-title {
            bottom: 40px; } }
        @media only screen and (max-width: 1023px) {
          .atlantis-map-wrapper .region .subtitle.lower-title {
            position: relative;
            margin-top: 40px;
            bottom: initial;
            top: initial; } }
        @media only screen and (max-width: 767px) {
          .atlantis-map-wrapper .region .subtitle.lower-title {
            padding: 0 40px;
            font-size: 14px; }
            .atlantis-map-wrapper .region .subtitle.lower-title strong {
              font-size: 14px; }
            .atlantis-map-wrapper .region .subtitle.lower-title svg {
              width: 15px;
              height: 27px; } }
      @media only screen and (max-width: 1440px) {
        .atlantis-map-wrapper .region .subtitle {
          font-size: 16px; } }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .atlantis-map-wrapper .region .subtitle.upper-title {
    margin-bottom: 30px; } }

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .atlantis-map-wrapper .region .subtitle {
    margin-bottom: 0px; } }
      .atlantis-map-wrapper .region .subtitle strong {
        font-family: "Apercu Pro";
        font-weight: normal;
        font-weight: 500;
        font-size: calc(16.57143px + 0.08403vw);
        color: #000000;
        line-height: 1.5em;
        letter-spacing: 0; }
        @media (min-width: 1700px) {
          .atlantis-map-wrapper .region .subtitle strong {
            font-size: 18px; } }
      .atlantis-map-wrapper .region .subtitle.animate-in {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
        opacity: 1; }
    .atlantis-map-wrapper .region .ctas-wrapper {
      position: absolute;
      top: 55%;
      left: 0;
      right: 0;
      margin: 0 auto;
      pointer-events: none;
      z-index: 100;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media only screen and (max-width: 1023px) {
        .atlantis-map-wrapper .region .ctas-wrapper {
          position: relative;
          top: 0;
          margin-top: -100px; } }
      @media only screen and (max-width: 767px) {
        .atlantis-map-wrapper .region .ctas-wrapper {
          margin-top: -30px; } }
      @media only screen and (max-width: 767px) {
        .atlantis-map-wrapper .region .ctas-wrapper {
          margin-top: -20px; } }
      .atlantis-map-wrapper .region .ctas-wrapper .cta-button {
        position: relative;
        top: initial;
        left: initial;
        margin: 0;
        border-radius: 50%;
        opacity: 1; }
        .atlantis-map-wrapper .region .ctas-wrapper .cta-button .text {
          opacity: 1; }
    .atlantis-map-wrapper .region .region-title {
      position: relative;
      z-index: 99; }
    .atlantis-map-wrapper .region .places-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
      .atlantis-map-wrapper .region .places-wrapper .place {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      @media only screen and (max-width: 1200px) {
        .atlantis-map-wrapper .region .places-wrapper img {
          max-width: 300px !important;
          height: auto !important; } }
      @media only screen and (max-width: 1023px) {
        .atlantis-map-wrapper .region .places-wrapper img {
          max-width: 250px !important;
          height: auto !important; } }
      @media only screen and (max-width: 767px) {
        .atlantis-map-wrapper .region .places-wrapper img {
          max-width: 200px !important;
          height: auto !important; } }
      .atlantis-map-wrapper .region .places-wrapper .type {
        position: relative;
        top: -12px;
        margin-left: 10px;
        font-size: 80px;
        white-space: nowrap; }
      .atlantis-map-wrapper .region .places-wrapper .place-01 {
        position: absolute;
        top: 30%;
        left: 60%; }
        @media only screen and (max-width: 767px) {
          .atlantis-map-wrapper .region .places-wrapper .place-01 {
            left: 20%; } }
      .atlantis-map-wrapper .region .places-wrapper .place-02 {
        position: absolute;
        top: 0%;
        left: initial;
        right: -20%; }
      .atlantis-map-wrapper .region .places-wrapper .place-03 {
        position: absolute;
        top: initial;
        bottom: 10%;
        left: 20%; }
      .atlantis-map-wrapper .region .places-wrapper .place-04 {
        position: absolute;
        top: 35%;
        left: 10%; }
        @media only screen and (orientation: portrait) {
          .atlantis-map-wrapper .region .places-wrapper .place-04 {
            top: 60%;
            left: 20%; } }
      .atlantis-map-wrapper .region .places-wrapper .place-05 {
        position: absolute;
        top: 60%;
        left: 0%; }
      .atlantis-map-wrapper .region .places-wrapper .place-06 {
        position: absolute;
        top: 0%;
        left: initial;
        right: 10%; }
    .atlantis-map-wrapper .region p {
      font-family: "Apercu Pro";
      font-weight: normal;
      font-weight: "normal";
      font-size: calc(17.71429px + 0.2521vw);
      color: #000000;
      line-height: 1.5em;
      letter-spacing: 0;
      margin-bottom: 1em; }
      @media (min-width: 1700px) {
        .atlantis-map-wrapper .region p {
          font-size: 22px; } }
      @media only screen and (max-width: 767px) {
        .atlantis-map-wrapper .region p {
          font-size: 14px; } }
      @media only screen and (max-width: 374px) {
        .atlantis-map-wrapper .region p {
          font-size: 12px; } }
      .atlantis-map-wrapper .region p.highlight {
        font-family: "Apercu Pro";
        font-weight: normal;
        font-weight: "normal";
        font-size: calc(21.71429px + 0.84034vw);
        color: #000000;
        line-height: 1.4em;
        letter-spacing: 0; }
        @media (min-width: 1700px) {
          .atlantis-map-wrapper .region p.highlight {
            font-size: 36px; } }
        .atlantis-map-wrapper .region p.highlight strong {
          font-family: "Apercu Pro";
          font-weight: normal;
          font-weight: 500;
          font-size: calc(21.71429px + 0.84034vw);
          color: #000000;
          line-height: 1.4em;
          letter-spacing: 0; }
          @media (min-width: 1700px) {
            .atlantis-map-wrapper .region p.highlight strong {
              font-size: 36px; } }
          .atlantis-map-wrapper .region p.highlight strong a {
            font-family: "Apercu Pro";
            font-weight: normal;
            font-weight: 500;
            font-size: calc(21.71429px + 0.84034vw);
            color: #000000;
            line-height: 1.4em;
            letter-spacing: 0; }
            @media (min-width: 1700px) {
              .atlantis-map-wrapper .region p.highlight strong a {
                font-size: 36px; } }
        .atlantis-map-wrapper .region p.highlight a {
          font-family: "Apercu Pro";
          font-weight: normal;
          font-weight: "normal";
          font-size: calc(21.71429px + 0.84034vw);
          color: #000000;
          line-height: 1.4em;
          letter-spacing: 0;
          text-decoration: none;
          -webkit-transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          -o-transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          pointer-events: visible; }
          @media (min-width: 1700px) {
            .atlantis-map-wrapper .region p.highlight a {
              font-size: 36px; } }
          .atlantis-map-wrapper .region p.highlight a:hover {
            color: #ff2e2e; }
        @media only screen and (max-width: 767px) {
          .atlantis-map-wrapper .region p.highlight {
            font-size: calc(18.28571px + 0.33613vw); } }
  @media only screen and (max-width: 767px) and (min-width: 1700px) {
    .atlantis-map-wrapper .region p.highlight {
      font-size: 24px; } }
        @media only screen and (max-width: 767px) {
            .atlantis-map-wrapper .region p.highlight strong {
              font-size: calc(18.28571px + 0.33613vw); } }
    @media only screen and (max-width: 767px) and (min-width: 1700px) {
      .atlantis-map-wrapper .region p.highlight strong {
        font-size: 24px; } }
        @media only screen and (max-width: 767px) {
              .atlantis-map-wrapper .region p.highlight strong a {
                font-size: calc(18.28571px + 0.33613vw); } }
      @media only screen and (max-width: 767px) and (min-width: 1700px) {
        .atlantis-map-wrapper .region p.highlight strong a {
          font-size: 24px; } }
        @media only screen and (max-width: 767px) {
            .atlantis-map-wrapper .region p.highlight a {
              font-size: calc(18.28571px + 0.33613vw); } }
    @media only screen and (max-width: 767px) and (min-width: 1700px) {
      .atlantis-map-wrapper .region p.highlight a {
        font-size: 24px; } }
        @media only screen and (max-width: 374px) {
          .atlantis-map-wrapper .region p.highlight {
            font-size: 16px; }
            .atlantis-map-wrapper .region p.highlight strong {
              font-size: 16px; }
              .atlantis-map-wrapper .region p.highlight strong a {
                font-size: 16px; }
            .atlantis-map-wrapper .region p.highlight a {
              font-size: 16px; } }
      .atlantis-map-wrapper .region p a {
        font-family: "Apercu Pro";
        font-weight: normal;
        font-weight: "normal";
        font-size: calc(17.71429px + 0.2521vw);
        color: #000000;
        line-height: 1.5em;
        letter-spacing: 0;
        text-decoration: none;
        -webkit-transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        pointer-events: visible; }
        @media (min-width: 1700px) {
          .atlantis-map-wrapper .region p a {
            font-size: 22px; } }
        .atlantis-map-wrapper .region p a:hover {
          color: #ff2e2e; }
        @media only screen and (max-width: 767px) {
          .atlantis-map-wrapper .region p a {
            font-size: 16px; } }
        @media only screen and (max-width: 374px) {
          .atlantis-map-wrapper .region p a {
            font-size: 12px; } }
      .atlantis-map-wrapper .region p strong {
        font-family: "Apercu Pro";
        font-weight: normal;
        font-weight: 500;
        font-size: calc(17.71429px + 0.2521vw);
        color: #000000;
        line-height: 1.5em;
        letter-spacing: 0; }
        @media (min-width: 1700px) {
          .atlantis-map-wrapper .region p strong {
            font-size: 22px; } }
        @media only screen and (max-width: 767px) {
          .atlantis-map-wrapper .region p strong {
            font-size: 14px; } }
        @media only screen and (max-width: 374px) {
          .atlantis-map-wrapper .region p strong {
            font-size: 12px; } }
    .atlantis-map-wrapper .region.center-center {
      top: 0%;
      left: 0%;
      background-color: rgba(255, 218, 185, 0.5); }
      .atlantis-map-wrapper .region.center-center .ctas-wrapper {
        top: 60%; }
        @media only screen and (max-width: 1023px) {
          .atlantis-map-wrapper .region.center-center .ctas-wrapper {
            top: initial; } }
      @media only screen and (max-width: 1023px) {
        .atlantis-map-wrapper .region.center-center .upper-title {
          margin-top: 50px; } }
      @media only screen and (max-height: 600px) {
        .atlantis-map-wrapper .region.center-center .upper-title {
          margin-top: 100px; } }
      @media only screen and (max-height: 600px) {
        .atlantis-map-wrapper .region.center-center .lower-title {
          visibility: hidden; } }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .atlantis-map-wrapper .region.center-center .title {
    display: block; } }
    .atlantis-map-wrapper .region.top-center {
      position: relative;
      top: 100%;
      left: 0%;
      background-color: rgba(205, 133, 63, 0.5); }
      .atlantis-map-wrapper .region.top-center.active-region:before {
        opacity: 1; }
      .atlantis-map-wrapper .region.top-center:before {
        content: "";
        display: block;
        width: 110vh;
        height: 110vh;
        position: absolute;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin: auto;
        border-radius: 100%;
        background-color: #ffffff;
        opacity: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out; }
        @media only screen and (min-width: 1650px) {
          .atlantis-map-wrapper .region.top-center:before {
            width: 90vh;
            height: 90vh; } }
        @media only screen and (orientation: portrait) {
          .atlantis-map-wrapper .region.top-center:before {
            width: 120vw;
            height: 180vw; } }
      .atlantis-map-wrapper .region.top-center .region-content {
        margin-top: 80px; }
      @media only screen and (min-width: 1023px) {
        .atlantis-map-wrapper .region.top-center .ctas-wrapper {
          position: absolute;
          top: auto;
          left: auto;
          right: auto;
          bottom: auto;
          margin: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          width: 110vh;
          height: 110vh;
          position: absolute;
          border-radius: 100%; } }
  @media only screen and (min-width: 1023px) and (orientation: portrait) {
    .atlantis-map-wrapper .region.top-center .ctas-wrapper {
      width: 75vw;
      height: 75vw; } }
      @media only screen and (min-width: 1023px) {
          .atlantis-map-wrapper .region.top-center .ctas-wrapper .cta-button {
            left: 100px; }
            .atlantis-map-wrapper .region.top-center .ctas-wrapper .cta-button:nth-child(1) {
              z-index: 1; }
              .atlantis-map-wrapper .region.top-center .ctas-wrapper .cta-button:nth-child(1) .background {
                background-color: rgba(255, 46, 46, 0.92); }
            .atlantis-map-wrapper .region.top-center .ctas-wrapper .cta-button:nth-child(2) {
              left: 60px;
              top: -10px;
              width: calc(51.42857px + 5.21008vw);
              height: calc(51.42857px + 5.21008vw);
              z-index: 2; } }
      @media only screen and (min-width: 1023px) and (min-width: 1700px) {
        .atlantis-map-wrapper .region.top-center .ctas-wrapper .cta-button:nth-child(2) {
          width: 140px; } }
      @media only screen and (min-width: 1023px) and (min-width: 1700px) {
        .atlantis-map-wrapper .region.top-center .ctas-wrapper .cta-button:nth-child(2) {
          height: 140px; } }
      @media only screen and (min-width: 1023px) {
              .atlantis-map-wrapper .region.top-center .ctas-wrapper .cta-button:nth-child(2) .background {
                background: rgba(255, 255, 255, 0.3);
                -webkit-box-shadow: 0px 0px 60px 15px rgba(0, 0, 0, 0.15);
                        box-shadow: 0px 0px 60px 15px rgba(0, 0, 0, 0.15); }
              .atlantis-map-wrapper .region.top-center .ctas-wrapper .cta-button:nth-child(2) .text {
                color: #000000; } }
      @media only screen and (min-width: 1650px) {
        .atlantis-map-wrapper .region.top-center .ctas-wrapper {
          width: 90vh;
          height: 90vh; } }
      @media only screen and (max-width: 1023px) {
        .atlantis-map-wrapper .region.top-center .ctas-wrapper {
          margin-top: 0px; }
          .atlantis-map-wrapper .region.top-center .ctas-wrapper .cta-button:nth-child(1) {
            left: 5px;
            z-index: 1; }
            .atlantis-map-wrapper .region.top-center .ctas-wrapper .cta-button:nth-child(1) .background {
              background-color: #ff2e2e; }
          .atlantis-map-wrapper .region.top-center .ctas-wrapper .cta-button:nth-child(2) {
            width: calc(60px + 6.47059vw);
            height: calc(60px + 6.47059vw);
            z-index: 2;
            left: -5px; } }
    @media only screen and (max-width: 1023px) and (min-width: 1700px) {
      .atlantis-map-wrapper .region.top-center .ctas-wrapper .cta-button:nth-child(2) {
        width: 170px; } }
    @media only screen and (max-width: 1023px) and (min-width: 1700px) {
      .atlantis-map-wrapper .region.top-center .ctas-wrapper .cta-button:nth-child(2) {
        height: 170px; } }
      @media only screen and (max-width: 1023px) {
            .atlantis-map-wrapper .region.top-center .ctas-wrapper .cta-button:nth-child(2) .background {
              background-color: #ffffff;
              -webkit-box-shadow: 0px 0px 60px 15px rgba(0, 0, 0, 0.15);
                      box-shadow: 0px 0px 60px 15px rgba(0, 0, 0, 0.15); }
            .atlantis-map-wrapper .region.top-center .ctas-wrapper .cta-button:nth-child(2) .text {
              color: #000000; } }

.home-page {
  position: relative;
  height: 100vh; }
  @media only screen and (max-width: 1200px) {
    .home-page {
      height: calc(var(--vh, 1vh) * 100); } }
  .home-page .page-content {
    position: relative;
    height: 100%;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .home-page .page-content h1 {
      z-index: 1; }

