/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*-----------------------------------------------------------------------------------*/
/*      0.0 Reset
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------------------------------------*/
/*      1.0 Icomoon
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/fonts/icomoon.eot?2pha8");
  src: url("../icomoon/fonts/icomoon.eot?2pha8#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?2pha8") format("truetype"), url("../icomoon/fonts/icomoon.woff?2pha8") format("woff"), url("../icomoon/fonts/icomoon.svg?2pha8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e901";
  color: #3b0f47;
}

.icon-youtube:before {
  content: "\e905";
  color: #3b0f47;
}

.icon-instagram:before {
  content: "\e906";
  color: #3b0f47;
}

.icon-close:before {
  content: "\e900";
}

.icon-search:before {
  content: "\e902";
}

.icon-navigate_before:before {
  content: "\e903";
}

.icon-navigate_next:before {
  content: "\e904";
}

.icon-chevron_right:before {
  content: "\e904";
}

/*-----------------------------------------------------------------------------------*/
/*      2.0 Helper
/*-----------------------------------------------------------------------------------*/
/* 2.1 FLOATS */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

/* 2.2 CONTENT/BG COVER */
.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img, .object-fit-con img, .overlay-go {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2.3 VISIBILITY */
.hidden {
  display: none;
}

@media only screen and (max-width: 1020px) {
  .hidden--mobile {
    display: none;
  }
}

@media only screen and (min-width: 1021px) {
  .hidden--desktop {
    display: none;
  }
}

.sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* 2.4 CLEARFIX */
.container::after, .clearfix::after, .cf::after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*      3.0 Media
/*-----------------------------------------------------------------------------------*/
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

iframe {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*  4.0 Grid System
/*-----------------------------------------------------------------------------------*/
/*  4.1 Width */
.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.two-fifths {
  width: 40%;
}

@media only screen and (max-width: 1400px) {
  .xl-one-whole {
    width: 100%;
  }

  .xl-one-half {
    width: 50%;
  }

  .xl-one-third {
    width: 33.333%;
  }

  .xl-two-thirds {
    width: 66.666%;
  }

  .xl-one-quarter {
    width: 25%;
  }

  .xl-three-quarters {
    width: 75%;
  }

  .xl-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) {
  .content-one-whole {
    width: 100%;
  }

  .content-one-half {
    width: 50%;
  }

  .content-one-third {
    width: 33.333%;
  }

  .content-two-thirds {
    width: 66.666%;
  }

  .content-one-quarter {
    width: 25%;
  }

  .content-three-quarters {
    width: 75%;
  }

  .content-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 1020px) {
  .lg-one-whole {
    width: 100%;
  }

  .lg-one-half {
    width: 50%;
  }

  .lg-one-third {
    width: 33.333%;
  }

  .lg-two-thirds {
    width: 66.666%;
  }

  .lg-one-quarter {
    width: 25%;
  }

  .lg-three-quarters {
    width: 75%;
  }

  .lg-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 800px) {
  .md-one-whole {
    width: 100%;
  }

  .md-one-half {
    width: 50%;
  }

  .md-one-third {
    width: 33.333%;
  }

  .md-two-thirds {
    width: 66.666%;
  }

  .md-one-quarter {
    width: 25%;
  }

  .md-three-quarters {
    width: 75%;
  }

  .md-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .sm-one-whole {
    width: 100%;
  }

  .sm-one-half {
    width: 50%;
  }

  .sm-one-third {
    width: 33.333%;
  }

  .sm-two-thirds {
    width: 66.666%;
  }

  .sm-one-quarter {
    width: 25%;
  }

  .sm-three-quarters {
    width: 75%;
  }

  .sm-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }

  .xs-one-half {
    width: 50%;
  }

  .xs-one-third {
    width: 33.333%;
  }

  .xs-two-thirds {
    width: 66.666%;
  }

  .xs-one-quarter {
    width: 25%;
  }

  .xs-three-quarters {
    width: 75%;
  }

  .xs-two-fifths {
    width: 40%;
  }
}
/*  4.2 Container */
.container {
  max-width: 76rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-left: 2.22222rem;
  padding-right: 2.22222rem;
}

.container--full {
  max-width: 100%;
}

.container--small {
  max-width: 58rem !important;
}

.container--tiny {
  max-width: 40rem !important;
}

/*  4.4 Flexgrid */
.flexgrid, .flex {
  display: flex;
}

.flexgrid--gutter {
  margin-left: -2.22222rem;
}
.flexgrid--gutter .flex__item {
  padding-left: 2.22222rem;
}

.flexgrid--narrow {
  margin-left: -1.11111rem;
}
.flexgrid--narrow .flex__item {
  padding-left: 1.11111rem;
}

.flexgrid--wide {
  margin-left: -4.44444rem;
}
.flexgrid--wide .flex__item {
  padding-left: 4.44444rem;
}

.flex--end {
  justify-content: flex-end;
}

.flex--middle {
  align-items: center;
}
.flex--middle p:last-child {
  margin-bottom: 0;
}

.flex--column {
  flex-direction: column;
}

.flex--center {
  justify-content: center;
}

.flex--bottom {
  align-items: flex-end;
}

.flex1 {
  flex: 1 0 auto;
}

.flex--wrap {
  flex-wrap: wrap;
}

/*-----------------------------------------------------------------------------------*/
/*  5.0 Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-family: "gillsans", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

*::selection {
  background: #3B0F47;
  color: white;
}

[data-target] {
  cursor: pointer;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: #3B0F47;
}
a:hover {
  color: #18061d;
}
a:focus, a:active {
  outline: none;
}

a, i {
  -webkit-tap-highlight-color: transparent;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "gillsans", "Arial", sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.11111rem;
  color: #000;
}

/*  5.2 Headlines */
h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}

h1, .alpha {
  font-size: 3.88889rem;
  line-height: 1.2;
  margin-bottom: 2.22222rem;
}

h2, .beta {
  font-size: 2.77778rem;
  line-height: 1.16;
}

h3, .gamma {
  font-size: 1.22222rem;
  line-height: 1.22727;
}

h4, .delta {
  font-size: 0.77778rem;
  line-height: 1.14286;
}

h5, .epsilon {
  font-size: 0.88889rem;
  line-height: 1.25;
}

h6, .zeta {
  font-size: 0.77778rem;
  line-height: 1.21429;
}

p, blockquote,
pre, dl {
  margin: 0 0 1.11111rem;
}

p small {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/*  5.3 Alignment */
.text--center,
.has-text-align-center {
  text-align: center;
}

.text--right,
.has-text-align-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.alignleft img {
  margin-left: 0;
}

.alignright img {
  margin-right: 0;
}

.text--big {
  font-size: 1.5rem;
}

/*  5.4 Quotes */
blockquote {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 1.5em;
  font-style: italic;
}
blockquote cite {
  margin: 0;
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #EFF1EC;
  margin: 4.44444rem 0;
}

q {
  font-style: italic;
}

pre {
  padding: 2.22222rem;
  border-radius: 5px;
  border: 1px solid #999999;
}

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'gillsans';
  src: url("../fonts/gillsans-light-webfont.woff2") format("woff2"), url("../fonts/gillsans-light-webfont-600.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gillsans';
  src: url("../fonts/gillsans-semibold-webfont.woff2") format("woff2"), url("../fonts/gillsans-semibold-webfont-600.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'gillsans';
  src: url("../fonts/gillsans-bold-webfont.woff2") format("woff2"), url("../fonts/gillsans-bold-webfont-600.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn, input[type="button"],
input[type="submit"] {
  font-size: 0.83333rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #3B0F47;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  padding: 0.75rem 1.25rem 0.65rem;
  border-radius: 0;
  text-decoration: none !important;
  text-align: center;
  letter-spacing: 0.3em;
  color: #3B0F47;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover, input[type="button"]:hover,
input[type="submit"]:hover {
  color: white;
  background-color: #3B0F47;
}
.btn:active, input[type="button"]:active,
input[type="submit"]:active, .btn:focus, input[type="button"]:focus,
input[type="submit"]:focus {
  outline: none;
}

.btn--ghost {
  font-size: 1rem;
  color: #FFF;
  border: 1px solid #FFF;
  background: #3B0F47;
}
.btn--ghost svg {
  display: inline-block;
  vertical-align: -0.15em;
}
.btn--ghost:hover {
  background: #FFF;
  color: #3B0F47;
}
.btn--ghost:hover svg * {
  stroke: #3B0F47 !important;
}

.link {
  font-size: 0.66667rem;
  display: inline-block;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  position: relative;
  padding: 0.2rem 0;
}
.link::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #3B0F47;
  left: 0;
  right: 0.3em;
}

.btn--toggle {
  padding: 0 0.5em;
  height: 42px;
  width: 42px;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  z-index: 10001;
}
.btn--toggle .icon-bar {
  display: block;
  background: #3B0F47;
  position: relative;
  width: 34px;
  height: 2px;
  margin: 5px auto;
  transition: transform 0.25s ease-out;
}
.nav-mobile-active .btn--toggle {
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -7px;
}

/*  6.2 Forms */
select,
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"],
textarea {
  font-size: 1.55556rem;
  width: 100%;
  border: 1px solid #3B0F47;
  padding: 0.75rem 1rem 0.6rem;
  background: transparent;
  outline: none;
  font-weight: 900;
  border-radius: 10px;
  box-shadow: none;
}
.sign-in select, .sign-in
input[type="text"], .sign-in input[type="tel"], .sign-in input[type="email"], .sign-in input[type="password"], .sign-in input[type="number"], .sign-in
textarea {
  font-size: 1.1rem;
  border-radius: 0;
  font-weight: normal;
}

textarea {
  resize: vertical;
  height: 160px !important;
}

input[type="text"]::-ms-clear {
  display: none;
}

input[type="button"],
input[type="submit"] {
  background: transparent;
}
input[type="button"]:hover,
input[type="submit"]:hover {
  background: #3B0F47;
}

p.error {
  color: #D11F1F;
}

label {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0;
}
.sign-in label {
  border: 0;
  padding: 0.5rem 0;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.66667rem;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
  opacity: 0.8;
}

::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  opacity: 0.8;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
  opacity: 0.8;
}

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
}
.header-nav li {
  float: left;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 9999;
  padding-top: 2.22222rem;
}

.site-branding {
  float: left;
  position: relative;
  width: 320px;
  z-index: 9;
}

.site-header__toggle {
  display: none;
}
@media only screen and (max-width: 1020px) {
  .site-header__toggle {
    display: inline-block;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
.margin-bottom {
  margin-bottom: 2.22222rem;
}

.margin-top {
  margin-top: 2.22222rem;
}

.margin-bottom--small {
  margin-bottom: 1.11111rem;
}

.margin-bottom--big {
  margin-bottom: 4.44444rem;
}

.margin-bottom--huge {
  margin-bottom: 6.66667rem;
}

.spacing {
  padding-top: 2.22222rem;
  padding-bottom: 2.22222rem;
}

.spacing--big {
  padding-top: 4.44444rem;
  padding-bottom: 4.44444rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 2.22222rem;
}

.padding-top {
  padding-top: 2.22222rem;
}

.padding-top--small {
  padding-top: 1.11111rem;
}

.padding-bottom--small {
  padding-bottom: 1.11111rem;
}

.object-fit-con {
  position: relative;
}
.object-fit-con img {
  position: absolute;
  object-fit: cover;
}

.fullheight {
  min-height: calc(100vh - 4.25rem);
  background: #EFF1EC;
}
.fullheight .inner {
  max-width: 41rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}
.fullheight .inner--done h3 {
  font-size: 1.5rem;
  font-weight: normal;
}
.fullheight .inner--done p {
  max-width: 21rem;
  margin-left: auto;
  margin-right: auto;
}

.show--md .logo {
  position: relative;
  width: 12rem;
  margin: 0 auto;
  transform: translateY(-50%);
  left: auto;
  height: auto;
  margin-bottom: -3rem;
}
.show--md .logo img {
  width: 100%;
}

.banner {
  min-height: 65vh;
  background: #EFF1EC;
}
.banner .inner {
  max-width: 41rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}

label {
  display: block;
  padding: 1.66667rem;
  border: 1px solid #FFF;
}
label.checked {
  border: 1px solid #3B0F47;
}
label .object-fit-con {
  padding-bottom: 100%;
}
label .object-fit-con img {
  object-fit: contain;
}
label:hover .btn, label:hover input[type="button"],
label:hover input[type="submit"] {
  background: #3B0F47;
  color: #FFF;
}
label input {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
label p {
  font-size: 0.77778rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #3B0F47;
}
label.forced {
  pointer-events: none;
}
label.forced span {
  display: none;
}
label.forced span.remove {
  opacity: 0.3;
}
label.forced input + span {
  display: none;
}
label.forced input + span + span.remove {
  display: block;
}

.submit {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1);
  width: 15.25rem;
  padding: 1.11111rem;
  background: #FFF;
  transition: all 0.25s ease-out;
  opacity: 0;
  pointer-events: none;
}
.scrolled .submit {
  opacity: 1;
  pointer-events: auto;
}
.submit .btn, .submit input[type="button"],
.submit input[type="submit"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
}
.submit p {
  font-size: 0.88889rem;
  opacity: 0.8;
}
.submit.disabled .btn, .submit.disabled input[type="button"],
.submit.disabled input[type="submit"] {
  pointer-events: none;
  opacity: 0.4;
}

.form-code input {
  font-family: Arial;
  margin: 2px;
  width: 3rem;
  text-align: center;
}

.cb-label {
  position: relative;
  background: #EFF1EC;
  border-radius: 1.25rem;
  padding: 3rem 1rem;
}
.cb-label .forced-text {
  position: absolute;
  left: 1rem;
  bottom: 0;
  min-height: 2rem;
  margin-bottom: 0.8rem;
  max-width: 50%;
  display: flex;
  align-items: center;
}
.cb-label .absolute {
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  max-width: calc(100% - 2rem);
  z-index: 99;
}
.cb-label h3 {
  font-size: 0.88889rem;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cb-label p {
  font-size: 0.83333rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.blocked .cb-label:has(input:not(:checked)) {
  pointer-events: none;
}
.blocked .cb-label:has(input:not(:checked)) span.plus {
  display: none;
}

.overlay-go {
  position: fixed;
  z-index: 999;
  background: #FFF;
}
@media only screen and (max-width: 800px) {
  .overlay-go .inner {
    transform: translateY(-4rem);
  }
}
.overlay-go.hidden {
  display: none !important;
}

div.bar {
  position: relative;
  background: #EFF1EC;
  height: 0.7rem;
  box-shadow: inset 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
div.bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #3B0F47;
}

.header-info {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.07);
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
}
.header-info .text--big p {
  line-height: 1.25;
}

.header-info--final {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.07);
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  background: #3B0F47;
}
.header-info--final p {
  margin-bottom: 0;
}

@media (min-height: 500px) {
  .header-info {
    position: fixed;
  }

  .home div.logged-in {
    padding-top: 10rem;
  }
}
.home div.logged-in {
  padding-bottom: 2rem;
}
.home div.logged-in + .site-footer {
  padding-bottom: 8rem;
}

.form-footer {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #3B0F47;
  padding: 1rem 0 2rem;
  text-align: center;
}
.form-footer p {
  margin-bottom: 1rem;
}
.form-footer * {
  color: #FFF;
}

span.plus {
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
  background: #3B0F47;
  z-index: 9;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.75rem;
  border: 1px solid #3B0F47;
}
span.plus svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: auto;
  transform: translate3d(-50%, -50%, 0);
}
input:checked + span.plus {
  display: none;
}

span.remove {
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
  background: #FFF;
  z-index: 9;
  height: 2.5rem;
  width: 5rem;
  border-radius: 0.75rem;
  border: 1px solid #3B0F47;
  display: none;
  color: #3B0F47;
}
span.remove span {
  font-family: Arial;
  position: absolute;
  font-weight: 900;
  text-align: center;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 100%;
  border-left: 1px solid #3B0F47;
  display: inline-block;
  text-align: center;
  line-height: 2.5rem;
}
span.remove svg {
  position: absolute;
  left: 26%;
  top: 52%;
  width: 0.75rem;
  height: auto;
  transform: translate3d(-50%, -50%, 0);
}
input:checked + span + span.remove {
  display: block;
}

.page-template-page-win h5 {
  font-size: 0.9rem;
  font-weight: normal;
  color: #3B0F47;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.page-template-page-win h1 {
  line-height: 1.1;
}
.page-template-page-win h1 em {
  font-weight: normal;
  font-style: normal;
}
.page-template-page-win .text--right p {
  font-size: 1.1rem;
  color: #3B0F47;
}

.tab {
  padding: 2rem 2rem 0.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  width: 25rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
}
.tab h2 {
  font-size: 2.5rem;
  font-weight: normal;
}

.table .flex div {
  padding: 1.11111rem;
}
.table .flex {
  border-bottom: 1px solid #B7B7B7;
}
.table .flex:last-child {
  border-bottom: 0;
}
.table .flex:first-child {
  background: #F8E8FC;
}
.table .flex__no,
.table .flex__type {
  font-size: 1.22222rem;
  text-transform: uppercase;
}
.table .flex .flex__name {
  padding-left: 2.22222rem;
  padding-right: 2.22222rem;
}
.table .flex .flex__type {
  padding-right: 2.22222rem;
}
.table h3 {
  margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  position: relative;
  z-index: 99;
  border-top: 1px solid #B7B7B7;
  background: #EFF1EC;
}
.site-footer .container {
  height: 4.25rem;
}
.site-footer .inner {
  padding-left: 10rem;
}

.footer-nav ul {
  display: flex;
}
.footer-nav li {
  margin-right: 2.22222rem;
}
.footer-nav li:last-child {
  margin-right: 0 !important;
}
.footer-nav a {
  display: inline-block;
  padding: 0.25rem 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-nav + a {
  margin-left: 2rem;
}

.social {
  margin-right: 1rem;
}
.social a {
  display: inline-block;
  font-size: 1.5rem;
  padding: 0.25rem;
  margin-right: 1rem;
  line-height: 1;
}
.social i.icon-youtube {
  font-size: 1.25rem;
}

.site-branding {
  position: absolute;
  z-index: 100;
  left: 2.22222rem;
  bottom: 0;
  padding: 0.75rem;
  width: 7.5rem;
  height: 7.5rem;
  background: #EFF1EC;
  border-top: 1px solid #B7B7B7;
}
.site-branding::before, .site-branding::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 3.2rem;
  width: 1px;
  background: #B7B7B7;
}
.site-branding::after {
  left: auto;
  right: 0;
}
.site-branding img {
  width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1320px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 15px;
  }

  h1, .alpha {
    font-size: 3.5rem;
  }

  h2, .beta {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1020px) {
  .submit {
    position: static;
    transform: none;
    margin-left: auto;
    margin-right: auto;
    width: 20rem;
    max-width: 90%;
    margin-bottom: 1rem;
    opacity: 1;
    pointer-events: auto;
  }

  h3, .gamma {
    font-size: 1.1rem;
  }

  .home .flexgrid--gutter {
    margin-left: -1rem;
  }
  .home .flexgrid--gutter .flex__item {
    padding-left: 1rem;
    margin-bottom: 1rem;
  }

  .cb-label {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .fullheight {
    min-height: 50vw;
    background: transparent;
  }

  .banner {
    min-height: 50vw;
  }

  .page-template-page-win .banner,
  .page-template-page-win .fullheight {
    min-height: 74vw;
  }

  .table .flex .flex__name,
  .table .flex div,
  .table .flex .flex__type {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .show--md {
    display: block !important;
  }

  .site-main {
    min-height: 77vh;
  }

  .footer-nav a {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 640px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .site-footer .inner {
    padding-left: 8rem;
  }

  .social a {
    margin-right: 0.75rem;
  }

  .site-branding {
    left: 1.5rem;
    bottom: 0;
    padding: 0.5rem;
    width: 7rem;
    height: 7rem;
  }
  .site-branding::before, .site-branding::after {
    height: 2.65rem;
  }

  .footer-nav a {
    font-size: 0.8rem;
  }

  .footer-nav li {
    margin-right: 1.5rem;
  }

  .footer-nav + a {
    margin-left: 0.75rem;
    font-size: 0.8rem;
    position: absolute;
    top: -3rem;
    right: 1.5rem;
  }

  .table .flex__no,
  .table .flex__type {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 540px) {
  .site-footer .site-branding {
    display: none;
  }

  .container {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .table .flex__type {
    display: none;
  }

  .table .hidden {
    display: block !important;
  }

  .site-footer .inner {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }

  h1, .alpha {
    font-size: 2.8rem;
  }

  h2, .beta {
    font-size: 2rem;
  }

  h3, .gamma {
    font-size: 1rem;
  }

  .hidden--xs {
    display: none;
  }

  .site-footer {
    background: #FFF;
    border: 0;
  }

  .footer-nav a {
    font-size: 0.9rem;
  }

  .site-footer .inner {
    display: block;
    text-align: center;
  }

  .site-footer .container {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  .site-footer .social {
    margin-right: 0;
    justify-content: center;
  }

  .site-footer .social a {
    margin: 1rem;
  }

  .cb-label {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 2rem;
  }
  .cb-label h3 {
    font-size: 0.8rem;
  }
}
@media (max-width: 389px) {
  .cb-label .absolute {
    left: 0.8rem;
    max-width: calc(100% - 1.6rem);
  }
}
