@charset "UTF-8";
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * 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 `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  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 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * 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; }

/**
 * 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,
.strong {
  font-weight: bold; }

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * 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.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * 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; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  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/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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; }

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Stylesheet: Variables
******************************************************************/
/******************************************************************
Stylesheet: Typography
******************************************************************/
@font-face {
  font-family: "fixture";
  src: url("../fonts/FixtureUltra-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "fixture";
  src: url("../fonts/FixtureUltra-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "fixture";
  src: url("../fonts/FixtureUltra-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "prospectus";
  src: url("../fonts/ProspectusLReg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "prospectus";
  src: url("../fonts/ProspectusLBld.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

p {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual; }

.prospectus {
  font-family: "prospectus", serif !important; }

.fixture-bold {
  font-family: "fixture", sans-serif !important;
  font-weight: 700 !important; }

.fixture-regular {
  font-family: "fixture", sans-serif !important;
  font-weight: 400 !important; }

/******************************************************************
Stylesheet: Form Styles
******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #000000;
  border-radius: 3px;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  width: 100%;
  /*max-width: 400px;*/
  font-family: "museo-sans", serif;
  background-color: #ebebeb; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: whitesmoke;
    outline: none; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #b2b2b2;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #0077ee; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 100px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS41IiBoZWlnaHQ9IjEzLjUiIHZpZXdCb3g9IjAgMCAyNS41IDEzLjUiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0Ljc1IDEyLjc1KSByb3RhdGUoMTgwKSI+PHBhdGggZD0iTTAsMTIuNzVhLjc0OC43NDgsMCwwLDEtLjUzLS4yMi43NS43NSwwLDAsMSwwLTEuMDYxbDEyLTEyYS43NS43NSwwLDAsMSwxLjA2MSwwLC43NS43NSwwLDAsMSwwLDEuMDYxbC0xMiwxMkEuNzQ4Ljc0OCwwLDAsMSwwLDEyLjc1WiIgZmlsbD0iIzkzNzc1NSIvPjxwYXRoIGQ9Ik0xMiwxMi43NWEuNzQ4Ljc0OCwwLDAsMS0uNTMtLjIybC0xMi0xMkEuNzUuNzUsMCwwLDEtLjUzLS41My43NS43NSwwLDAsMSwuNTMtLjUzbDEyLDEyQS43NS43NSwwLDAsMSwxMiwxMi43NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyKSIgZmlsbD0iIzkzNzc1NSIvPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px; }

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }

/*********************
GENERAL STYLES
*********************/
html {
  position: relative; }

body {
  font-family: "museo-sans", serif;
  display: block;
  width: 100%;
  font-size: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1900px) {
    body {
      font-size: 120%; } }
  body.has-menu-open {
    overflow: hidden; }

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

a,
a:visited {
  text-decoration: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent; }
  a:not(.button):focus,
  a:visited:not(.button):focus {
    outline: none; }

p {
  text-rendering: optimizelegibility;
  line-height: 160%;
  letter-spacing: 0em;
  font-size: 1em;
  margin-bottom: 20px;
  margin-top: 0;
  font-family: "museo-sans", serif;
  white-space: normal;
  -webkit-transition: color 0.25s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: color 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: color 0.25s cubic-bezier(0, 0, 0.2, 1);
  text-wrap: pretty; }
  p a {
    color: inherit;
    white-space: normal;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px; }

.content-wrap .wp-block-group > *,
.content-wrap .wp-block-columns,
.content-wrap .wp-block-buttons,
.content-wrap .wp-block-heading,
.content-wrap .wp-block-paragraph,
.content-wrap .wp-block-image,
.content-wrap .wp-block-separator,
.content-wrap .form-section,
.content-wrap .form-row,
.content-wrap .block-faq .faq-item,
.content-wrap p,
.content-wrap ul,
.content-wrap .intro-split-content > *,
.content-wrap .uagb-container-inner-blocks-wrap > * {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1), transform 0.6s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1), transform 0.6s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1), transform 0.6s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1); }
  .content-wrap .wp-block-group > *.in-view,
  .content-wrap .wp-block-columns.in-view,
  .content-wrap .wp-block-buttons.in-view,
  .content-wrap .wp-block-heading.in-view,
  .content-wrap .wp-block-paragraph.in-view,
  .content-wrap .wp-block-image.in-view,
  .content-wrap .wp-block-separator.in-view,
  .content-wrap .form-section.in-view,
  .content-wrap .form-row.in-view,
  .content-wrap .block-faq .faq-item.in-view,
  .content-wrap p.in-view,
  .content-wrap ul.in-view,
  .content-wrap .intro-split-content > *.in-view,
  .content-wrap .uagb-container-inner-blocks-wrap > *.in-view {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.wp-block-image img {
  width: 100%; }

.wp-block-separator {
  background-color: black;
  height: 3px;
  border: 0;
  width: 100%;
  margin: 1.5em auto; }

.content-wrap ul {
  margin-bottom: 10px; }
  .content-wrap ul li {
    margin-bottom: 0.5em;
    list-style-type: disc;
    margin-left: 0.75em;
    line-height: 150%; }
    .content-wrap ul li ul {
      margin-top: 0.5em; }
      .content-wrap ul li ul li {
        list-style-type: circle;
        line-height: 160%; }

/***********************
HEADINGS
***********************/
h1,
.h1,
h2,
.h2,
.day-month,
h3,
.h3,
h4,
.h4,
.event-calendar-heading,
.events-calendar-weeknav .week-label,
h5,
.h5,
h6,
.h6 {
  text-rendering: optimizelegibility;
  margin-top: 0em;
  margin-bottom: 20px;
  line-height: 108%;
  font-weight: normal;
  text-wrap: pretty; }
  h1.no-margin-bottom,
  .h1.no-margin-bottom,
  h2.no-margin-bottom,
  .h2.no-margin-bottom,
  .no-margin-bottom.day-month,
  h3.no-margin-bottom,
  .h3.no-margin-bottom,
  h4.no-margin-bottom,
  .h4.no-margin-bottom,
  .no-margin-bottom.event-calendar-heading,
  .events-calendar-weeknav .no-margin-bottom.week-label,
  h5.no-margin-bottom,
  .h5.no-margin-bottom,
  h6.no-margin-bottom,
  .h6.no-margin-bottom {
    margin-bottom: 0; }
  h1.no-margin-top,
  .h1.no-margin-top,
  h2.no-margin-top,
  .h2.no-margin-top,
  .no-margin-top.day-month,
  h3.no-margin-top,
  .h3.no-margin-top,
  h4.no-margin-top,
  .h4.no-margin-top,
  .no-margin-top.event-calendar-heading,
  .events-calendar-weeknav .no-margin-top.week-label,
  h5.no-margin-top,
  .h5.no-margin-top,
  h6.no-margin-top,
  .h6.no-margin-top {
    margin-top: 0; }
  h1 strong,
  .h1 strong,
  h2 strong,
  .h2 strong,
  .day-month strong,
  h3 strong,
  .h3 strong,
  h4 strong,
  .h4 strong,
  .event-calendar-heading strong,
  .events-calendar-weeknav .week-label strong,
  h5 strong,
  .h5 strong,
  h6 strong,
  .h6 strong {
    font-weight: 600; }

h1,
.h1 {
  font-size: clamp(2.75em, 6vw, 7.1875em); }

h2,
.h2,
.day-month {
  font-size: clamp(2.325em, 10vw, 3.245em);
  font-family: "mongoose", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 1.5rem; }

h3,
.h3 {
  font-size: clamp(1.875em, 3.5vw, 2em); }

h4,
.h4,
.event-calendar-heading,
.events-calendar-weeknav .week-label {
  font-size: 1.25em;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  font-family: "museo-sans", serif;
  font-weight: 900; }

h5,
.h5 {
  font-size: 1.125em;
  text-transform: uppercase; }

h6,
.h6 {
  font-size: 0.875em;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  font-family: "museo-sans", serif;
  font-weight: 900; }

.title, .watch-party-form-success h3, .form-terms h5 {
  letter-spacing: 0.125em;
  text-transform: uppercase;
  font-family: "museo-sans", serif;
  font-weight: 900; }

.has-font-size-small,
.has-small-font-size {
  font-size: 0.875em !important; }

.has-font-size-medium,
.has-medium-font-size {
  font-size: 1.125em !important;
  line-height: 125%; }
  @media (min-width: 767px) {
    .has-font-size-medium,
    .has-medium-font-size {
      font-size: 1.375em !important; } }

.has-font-size-large,
.has-large-font-size {
  font-size: 1.625em !important;
  line-height: 130%; }
  @media (min-width: 767px) {
    .has-font-size-large,
    .has-large-font-size {
      font-size: 1.75em !important; } }

.has-font-size-xlarge,
.has-x-large-font-size {
  font-size: clamp(2.275em, 5.25vw, 5em) !important;
  line-height: 0.9;
  margin: 0; }

.jumbo {
  font-size: clamp(3.75em, 25vw, 16.75em);
  line-height: 0.7;
  margin: 0 0 40px;
  margin-top: 0em; }
  @media (max-width: 766px) {
    .jumbo {
      margin-bottom: 20px; } }

/*********************
BRAND COLORS (Gutenberg)
*********************/
.has-brand-green-color {
  color: #2ec086; }

.has-brand-green-dark-color {
  color: #239166; }

.has-brand-blue-color {
  color: #007ab6; }

.has-brand-blue-dark-color {
  color: #046493; }

.has-brand-light-blue-color {
  color: #00bcf2; }

.has-brand-black-color {
  color: #000000; }

.has-white-color {
  color: #fff; }

.has-light-gray-color {
  color: #ebebeb; }

.has-brand-green-background-color {
  background-color: #2ec086; }

.has-brand-green-dark-background-color {
  background-color: #239166; }

.has-brand-blue-background-color {
  background-color: #007ab6; }

.has-brand-blue-dark-background-color {
  background-color: #046493; }

.has-brand-light-blue-background-color {
  background-color: #00bcf2; }

.has-brand-black-background-color {
  background-color: #000000; }

.has-white-background-color {
  background-color: #fff; }

.has-light-gray-background-color {
  background-color: #ebebeb; }

.has-green-to-blue-gradient-background {
  background: -webkit-linear-gradient(315deg, #2ec086 0%, #007ab6 100%);
  background: -o-linear-gradient(315deg, #2ec086 0%, #007ab6 100%);
  background: linear-gradient(135deg, #2ec086 0%, #007ab6 100%); }

.has-green-to-blue-horizontal-gradient-background {
  background: -webkit-gradient(linear, left top, right top, from(#2ec086), to(#007ab6));
  background: -webkit-linear-gradient(left, #2ec086 0%, #007ab6 100%);
  background: -o-linear-gradient(left, #2ec086 0%, #007ab6 100%);
  background: linear-gradient(to right, #2ec086 0%, #007ab6 100%); }

.has-blue-to-green-gradient-background {
  background: -webkit-linear-gradient(315deg, #007ab6 0%, #2ec086 100%);
  background: -o-linear-gradient(315deg, #007ab6 0%, #2ec086 100%);
  background: linear-gradient(135deg, #007ab6 0%, #2ec086 100%); }

.has-green-gradient-gradient-background {
  background: -webkit-gradient(linear, left top, left bottom, from(#2ec086), to(#239166));
  background: -webkit-linear-gradient(top, #2ec086 0%, #239166 100%);
  background: -o-linear-gradient(top, #2ec086 0%, #239166 100%);
  background: linear-gradient(to bottom, #2ec086 0%, #239166 100%); }

.has-blue-gradient-gradient-background {
  background: -webkit-gradient(linear, left top, left bottom, from(#007ab6), to(#046493));
  background: -webkit-linear-gradient(top, #007ab6 0%, #046493 100%);
  background: -o-linear-gradient(top, #007ab6 0%, #046493 100%);
  background: linear-gradient(to bottom, #007ab6 0%, #046493 100%); }

.has-black-to-green-gradient-background {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #000000), color-stop(75%, #239166));
  background: -webkit-linear-gradient(left, #000000 25%, #239166 75%);
  background: -o-linear-gradient(left, #000000 25%, #239166 75%);
  background: linear-gradient(to right, #000000 25%, #239166 75%); }

.has-black-to-blue-gradient-background {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #000000), color-stop(75%, #046493));
  background: -webkit-linear-gradient(left, #000000 25%, #046493 75%);
  background: -o-linear-gradient(left, #000000 25%, #046493 75%);
  background: linear-gradient(to right, #000000 25%, #046493 75%); }

.corner-triangle-br {
  position: relative;
  overflow: hidden; }
  .corner-triangle-br::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25vw;
    height: 25vw;
    background: url(../images/triangle-gradient.png) no-repeat bottom right;
    background-size: cover; }
    @media (min-width: 767px) {
      .corner-triangle-br::after {
        width: 25vw;
        height: 25vw; } }
  .corner-triangle-br.fans::after {
    background-image: url(../images/triangle-gradient-blue.png); }

/*********************
BUTTONS
*********************/
.wp-block-buttons {
  gap: 1rem; }

.wp-block-button .wp-block-button__link {
  font-family: "museo-sans", serif;
  font-weight: 700;
  font-size: 0.8125em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 1em 2.5em;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  white-space: normal;
  text-wrap: pretty; }
  .wp-block-button .wp-block-button__link:hover {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025); }

.wp-block-button:not(.is-style-outline):not(.is-style-white):not(.is-style-blue) .wp-block-button__link {
  background-color: #2ec086;
  color: #fff; }
  .wp-block-button:not(.is-style-outline):not(.is-style-white):not(.is-style-blue) .wp-block-button__link:hover {
    color: #fff; }

.wp-block-button.is-style-white .wp-block-button__link {
  background-color: #fff;
  color: #000000; }
  .wp-block-button.is-style-white .wp-block-button__link:hover {
    color: #000000; }

.wp-block-button.is-style-blue .wp-block-button__link {
  background-color: #007ab6;
  color: #fff; }
  .wp-block-button.is-style-blue .wp-block-button__link:hover {
    color: #fff; }

.wp-block-button.is-style-link-line .wp-block-button__link {
  background-color: transparent !important;
  color: #2ec086 !important;
  padding: 0.5em 0;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  gap: 1em; }
  .wp-block-button.is-style-link-line .wp-block-button__link::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #2ec086;
    -webkit-transition: width 0.2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: width 0.2s cubic-bezier(0, 0, 0.2, 1);
    transition: width 0.2s cubic-bezier(0, 0, 0.2, 1);
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .wp-block-button.is-style-link-line .wp-block-button__link:hover {
    color: #2ec086;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    .wp-block-button.is-style-link-line .wp-block-button__link:hover::before {
      width: 60px; }

/*********************
DECORATIVEfooter-
*********************/
.image-overlay-stripes {
  position: relative;
  overflow: hidden; }
  .image-overlay-stripes::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/triangle-for-image-overlay-1.png") no-repeat top left;
    background-size: 15vw auto;
    z-index: 2;
    pointer-events: none; }
  .image-overlay-stripes::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../images/lines-for-image-overlay-1.png") no-repeat bottom right;
    background-size: 100% auto;
    z-index: 2;
    pointer-events: none; }

.image-overlay-stripes-2 {
  position: relative;
  overflow: hidden; }
  .image-overlay-stripes-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/triangle-for-image-overlay-1.png") no-repeat top left;
    background-size: 15vw auto;
    z-index: 2;
    pointer-events: none; }
  .image-overlay-stripes-2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../images/lines-for-image-overlay-2.png") no-repeat bottom right;
    background-size: 100% auto;
    z-index: 2;
    pointer-events: none; }

.image-overlay-triangle-br {
  position: relative;
  overflow: hidden; }
  .image-overlay-triangle-br::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../images/triangle-for-image-overlay-2.png") no-repeat bottom right;
    background-size: calc(25vw - 15px) auto;
    z-index: 0;
    pointer-events: none; }

.corner-triangle {
  position: relative; }
  .corner-triangle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(30px, 5vw, 60px);
    height: clamp(30px, 5vw, 60px);
    background: #2ec086;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 2;
    pointer-events: none; }
  .corner-triangle.corner-triangle-blue::before {
    background: #007ab6; }

.corner-triangle-lg {
  position: relative; }
  .corner-triangle-lg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10vw;
    height: 10vw;
    background: #2ec086;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 2;
    pointer-events: none; }

/*********************
LAYOUT
*********************/
.wrap-full {
  width: 100%; }

/*********************
HEADER
*********************/
.header {
  width: calc(100% - 36px);
  left: 18px;
  position: fixed;
  top: 0;
  z-index: 100;
  background: #000000;
  overflow: hidden; }

.header-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto; }
  .header-inner.mobile {
    display: none; }
    @media (max-width: 766px) {
      .header-inner.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.75rem 18px; } }
  @media (max-width: 766px) {
    .header-inner.desktop {
      display: none; } }

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4vw; }
  @media (max-width: 766px) {
    .header-logo {
      padding: 0; } }
  .header-logo a {
    display: block;
    text-decoration: none; }
  .header-logo img {
    height: 40px;
    width: auto; }
    @media (max-width: 766px) {
      .header-logo img {
        height: 30px; } }

.header-right {
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.header-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 5px; }

.header-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 2.25rem 3vw 0.65em 2.5em;
  font-family: "mongoose", sans-serif;
  font-size: 1.5625em;
  text-transform: uppercase;
  letter-spacing: 0.135em;
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .header-tab:hover {
    color: #fff; }
  .header-tab.tab-fans {
    background: -webkit-gradient(linear, left top, left bottom, from(#007ab6), to(#046493));
    background: -webkit-linear-gradient(top, #007ab6, #046493);
    background: -o-linear-gradient(top, #007ab6, #046493);
    background: linear-gradient(to bottom, #007ab6, #046493); }
  .header-tab.tab-businesses {
    background: -webkit-gradient(linear, left top, left bottom, from(#2ec086), to(#239166));
    background: -webkit-linear-gradient(top, #2ec086, #239166);
    background: -o-linear-gradient(top, #2ec086, #239166);
    background: linear-gradient(to bottom, #2ec086, #239166); }

.header-nav {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.section-nav {
  display: none;
  list-style: none;
  margin: 0;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0em 5%;
  gap: 0; }
  .section-nav.section-nav-businesses {
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, #000000), color-stop(35%, #2ec086));
    background: -webkit-linear-gradient(left, #000000 5%, #2ec086 35%);
    background: -o-linear-gradient(left, #000000 5%, #2ec086 35%);
    background: linear-gradient(to right, #000000 5%, #2ec086 35%); }
  .section-nav.section-nav-fans {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #000000), color-stop(75%, #046493));
    background: -webkit-linear-gradient(left, #000000 25%, #046493 75%);
    background: -o-linear-gradient(left, #000000 25%, #046493 75%);
    background: linear-gradient(to right, #000000 25%, #046493 75%); }
    .section-nav.section-nav-fans li a:hover {
      color: #007ab6; }
  .section-nav.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .section-nav.active li {
      -webkit-animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards; }
      .section-nav.active li:nth-child(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s; }
      .section-nav.active li:nth-child(2) {
        -webkit-animation-delay: 0.05s;
        animation-delay: 0.05s; }
      .section-nav.active li:nth-child(3) {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s; }
      .section-nav.active li:nth-child(4) {
        -webkit-animation-delay: 0.15s;
        animation-delay: 0.15s; }
      .section-nav.active li:nth-child(5) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s; }
      .section-nav.active li:nth-child(6) {
        -webkit-animation-delay: 0.25s;
        animation-delay: 0.25s; }
  .section-nav li {
    position: relative;
    opacity: 0;
    height: 100%; }
    .section-nav li a {
      display: block;
      height: 100%;
      padding: 1.95em 1.75em;
      font-family: "museo-sans", serif;
      font-weight: 600;
      font-size: 0.8125em;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 0.135em;
      -webkit-transition: color 0.3s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: color 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: color 0.3s cubic-bezier(0, 0, 0.2, 1);
      white-space: nowrap; }
      .section-nav li a:hover {
        color: #2ec086;
        background-color: white; }
    .section-nav li.current-menu-item > a,
    .section-nav li.current_page_item > a {
      color: #2ec086;
      position: relative;
      background-color: white; }

/*********************
MOBILE NAV
*********************/
.menu-button {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  padding: 0;
  width: 1.625em;
  z-index: 10; }
  @media (min-width: 767px) {
    .menu-button {
      padding: 0.5em; } }
  .menu-button span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .menu-button.exit span:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg); }
  .menu-button.exit span:nth-child(2) {
    opacity: 0; }
  .menu-button.exit span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }

.mobile-nav-wrap {
  width: 100%;
  background: #000000;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: max-height 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: max-height 0.2s cubic-bezier(0, 0, 0.2, 1); }
  .mobile-nav-wrap.open {
    max-height: 100vh; }
    .mobile-nav-wrap.open .mobile-nav-section:nth-child(1) .mobile-nav-tab {
      -webkit-animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      -webkit-animation-delay: 0.05s;
      animation-delay: 0.05s; }
    .mobile-nav-wrap.open .mobile-nav-section:nth-child(1) .mobile-section-nav li:nth-child(1) {
      -webkit-animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      -webkit-animation-delay: 0.09s;
      animation-delay: 0.09s; }
    .mobile-nav-wrap.open .mobile-nav-section:nth-child(1) .mobile-section-nav li:nth-child(2) {
      -webkit-animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      -webkit-animation-delay: 0.13s;
      animation-delay: 0.13s; }
    .mobile-nav-wrap.open .mobile-nav-section:nth-child(1) .mobile-section-nav li:nth-child(3) {
      -webkit-animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      -webkit-animation-delay: 0.17s;
      animation-delay: 0.17s; }
    .mobile-nav-wrap.open .mobile-nav-section:nth-child(1) .mobile-section-nav li:nth-child(4) {
      -webkit-animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      -webkit-animation-delay: 0.21s;
      animation-delay: 0.21s; }
    .mobile-nav-wrap.open .mobile-nav-section:nth-child(1) .mobile-section-nav li:nth-child(5) {
      -webkit-animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      -webkit-animation-delay: 0.25s;
      animation-delay: 0.25s; }
    .mobile-nav-wrap.open .mobile-nav-section:nth-child(1) .mobile-section-nav li:nth-child(6) {
      -webkit-animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      -webkit-animation-delay: 0.29s;
      animation-delay: 0.29s; }
    .mobile-nav-wrap.open .mobile-nav-section:nth-child(2) .mobile-nav-tab {
      -webkit-animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    .mobile-nav-wrap.open .mobile-nav-section:nth-child(2) .mobile-section-nav li:nth-child(1) {
      -webkit-animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      -webkit-animation-delay: 0.34s;
      animation-delay: 0.34s; }
    .mobile-nav-wrap.open .mobile-nav-section:nth-child(2) .mobile-section-nav li:nth-child(2) {
      -webkit-animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      -webkit-animation-delay: 0.38s;
      animation-delay: 0.38s; }
    .mobile-nav-wrap.open .mobile-nav-section:nth-child(2) .mobile-section-nav li:nth-child(3) {
      -webkit-animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      -webkit-animation-delay: 0.42s;
      animation-delay: 0.42s; }
    .mobile-nav-wrap.open .mobile-nav-section:nth-child(2) .mobile-section-nav li:nth-child(4) {
      -webkit-animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      -webkit-animation-delay: 0.46s;
      animation-delay: 0.46s; }
    .mobile-nav-wrap.open .mobile-nav-section:nth-child(2) .mobile-section-nav li:nth-child(5) {
      -webkit-animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
    .mobile-nav-wrap.open .mobile-nav-section:nth-child(2) .mobile-section-nav li:nth-child(6) {
      -webkit-animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      animation: navFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
      -webkit-animation-delay: 0.54s;
      animation-delay: 0.54s; }

.mobile-nav-section .mobile-nav-tab {
  display: block;
  width: 100%;
  padding: 0.85rem 0;
  font-family: "mongoose", sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 1.5625em;
  text-transform: uppercase;
  letter-spacing: 0.135em;
  opacity: 0; }
  .mobile-nav-section .mobile-nav-tab.active::after {
    content: "●";
    font-size: 10px;
    margin-left: 0.5em;
    vertical-align: middle; }
  .mobile-nav-section .mobile-nav-tab.tab-fans.active::after {
    color: #007ab6; }
  .mobile-nav-section .mobile-nav-tab.tab-businesses.active::after {
    color: #2ec086; }

.mobile-section-nav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }
  .mobile-section-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0; }
    .mobile-section-nav li a {
      display: block;
      padding: 0.85rem 1.25rem 0.85rem 1.75rem;
      font-family: "museo-sans", serif;
      font-weight: 600;
      font-size: 0.8rem;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 0.08em; }
    .mobile-section-nav li.current-menu-item > a::after,
    .mobile-section-nav li.current_page_item > a::after {
      content: "●";
      font-size: 10px;
      margin-left: 0.5em;
      vertical-align: middle; }
  .mobile-section-nav.mobile-section-nav-fans li a {
    color: #007ab6; }
  .mobile-section-nav.mobile-section-nav-businesses li a {
    color: #2ec086; }

/*********************
BLOCKS
*********************/
.block-hero-home {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 1/0.75; }
  @media (min-width: 1030px) {
    .block-hero-home {
      height: calc(100vh - var(--header-height, 80px) - 18px + 20px);
      margin-top: -14px;
      aspect-ratio: unset; } }

.hero-home-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-transition: opacity 0.8s cubic-bezier(0, 0, 0.2, 1) 0.1s, -webkit-transform 1.2s cubic-bezier(0, 0, 0.2, 1) 0.1s;
  transition: opacity 0.8s cubic-bezier(0, 0, 0.2, 1) 0.1s, -webkit-transform 1.2s cubic-bezier(0, 0, 0.2, 1) 0.1s;
  -o-transition: opacity 0.8s cubic-bezier(0, 0, 0.2, 1) 0.1s, transform 1.2s cubic-bezier(0, 0, 0.2, 1) 0.1s;
  transition: opacity 0.8s cubic-bezier(0, 0, 0.2, 1) 0.1s, transform 1.2s cubic-bezier(0, 0, 0.2, 1) 0.1s;
  transition: opacity 0.8s cubic-bezier(0, 0, 0.2, 1) 0.1s, transform 1.2s cubic-bezier(0, 0, 0.2, 1) 0.1s, -webkit-transform 1.2s cubic-bezier(0, 0, 0.2, 1) 0.1s; }
  .in-view .hero-home-bg {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  @media (max-width: 766px) {
    .hero-home-bg {
      width: 100%;
      height: 100%; } }
  .hero-home-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top left;
    object-position: top left; }

.hero-home-badge {
  position: absolute;
  top: 15px;
  right: 5%;
  z-index: 4;
  height: clamp(100px, 20vw, 30vh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.14s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1) 0.14s;
  transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.14s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1) 0.14s;
  -o-transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.14s, transform 1s cubic-bezier(0, 0, 0.2, 1) 0.14s;
  transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.14s, transform 1s cubic-bezier(0, 0, 0.2, 1) 0.14s;
  transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.14s, transform 1s cubic-bezier(0, 0, 0.2, 1) 0.14s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1) 0.14s; }
  .in-view .hero-home-badge {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .hero-home-badge img {
    width: clamp(2.5em, 10vw, 9em);
    height: auto; }

.hero-home-text {
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0s, transform 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0s, transform 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0s, transform 1s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1) 0s; }
  .in-view .hero-home-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .hero-home-text span {
    font-family: "fixture", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: black;
    line-height: 1;
    display: block;
    font-size: clamp(4em, 30vw, 30em); }

.block-hero-secondary {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding-bottom: 50px; }
  @media (max-width: 766px) {
    .block-hero-secondary {
      padding-bottom: 30px; } }

.hero-secondary-lines {
  position: relative;
  z-index: 1;
  mix-blend-mode: multiply;
  min-height: 100px;
  height: clamp(100px, 20vw, 30vh);
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s; }
  .in-view .hero-secondary-lines {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .hero-secondary-lines img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right bottom;
    object-position: right bottom; }

.hero-secondary-title {
  padding: 0px 6vw 0px 6vw;
  position: relative;
  z-index: 4;
  font-family: "fixture", sans-serif;
  font-weight: 500;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  font-size: clamp(3.75em, 25vw, 15em);
  color: #2ec086;
  text-transform: uppercase;
  line-height: 0.72;
  margin: 0;
  margin-top: -11px; }
  .in-view .hero-secondary-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  @media (min-width: 767px) {
    .hero-secondary-title {
      padding: 0 10vw 0 10vw;
      margin-top: clamp(-25px, -4vw, -30px); } }
  @media (min-width: 1030px) {
    .hero-secondary-title {
      margin-top: clamp(-26px, -4vw, -30px); } }
  @media (min-width: 1900px) {
    .hero-secondary-title {
      margin-top: clamp(-32px, -4vw, -30px); } }

.hero-secondary-players {
  position: absolute;
  top: 0;
  left: 60vw;
  height: 95%;
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0.1s;
  -o-transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1) 0.1s, transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1) 0.1s, transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1) 0.1s, transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0.1s; }
  .in-view .hero-secondary-players {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  @media (max-width: 766px) {
    .hero-secondary-players {
      width: 50%;
      left: 25vw; } }
  .hero-secondary-players img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top left;
    object-position: top left; }

.hero-secondary-badge {
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 4;
  height: clamp(100px, 20vw, 30vh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.14s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1) 0.14s;
  transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.14s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1) 0.14s;
  -o-transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.14s, transform 1s cubic-bezier(0, 0, 0.2, 1) 0.14s;
  transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.14s, transform 1s cubic-bezier(0, 0, 0.2, 1) 0.14s;
  transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.14s, transform 1s cubic-bezier(0, 0, 0.2, 1) 0.14s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1) 0.14s; }
  .in-view .hero-secondary-badge {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .hero-secondary-badge img {
    width: clamp(2.5em, 10vw, 9em);
    height: auto; }

.block-upcoming-matches {
  padding: 0; }

.upcoming-matches-title {
  color: #2ec086;
  margin: 0 0 1.5rem; }

.upcoming-match {
  padding: 0.75em 0; }

.upcoming-match-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: -0.5em; }

.upcoming-match-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.upcoming-match-month {
  font-family: "mongoose", sans-serif;
  font-weight: 700;
  font-size: clamp(3.125em, 10vw, 5em);
  color: #000000;
  text-transform: uppercase;
  line-height: 1; }
  .upcoming-match-month::after {
    content: "";
    display: inline-block;
    width: 0.15em; }

.upcoming-match-day {
  font-family: "mongoose", sans-serif;
  font-weight: 700;
  font-size: clamp(3.125em, 10vw, 5em);
  color: #000000;
  line-height: 1; }
  .upcoming-match-day::after {
    content: "";
    display: inline-block;
    width: 0.15em; }

.upcoming-match-round {
  font-family: "mongoose", sans-serif;
  font-weight: 700;
  font-size: clamp(3.125em, 10vw, 6.25em);
  color: #2ec086;
  text-transform: uppercase;
  line-height: 1; }

.upcoming-match-teams {
  font-family: "museo-sans", serif;
  font-weight: 900;
  font-size: 0.875em;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0; }

.upcoming-matches-cta {
  margin-top: 1.5rem; }

.upcoming-matches-button {
  display: inline-block;
  font-family: "museo-sans", serif;
  font-weight: 700;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.75rem 2rem;
  background: #2ec086;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1); }
  .upcoming-matches-button:hover {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
    color: #fff; }

.block-faq {
  width: 100%; }

.faq-item {
  padding: 1em 0;
  border-top: 1px solid #000000;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .faq-item:last-child {
    border-bottom: 1px solid #000000; }
  .faq-item.active {
    background-color: #f7f5f5; }

.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 1em 1em;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 1rem; }
  @media (min-width: 767px) {
    .faq-question {
      padding: 1.5em 2em; } }
  .faq-question span:first-child {
    font-family: "prospectus", serif;
    font-weight: 700;
    font-size: 1.25em;
    color: #000000;
    line-height: 1.4; }
  .faq-question .faq-icon {
    position: relative;
    width: 28px;
    height: 28px;
    border: 1px solid #000000;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .faq-question .faq-icon::before, .faq-question .faq-icon::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      background: #000000;
      -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
      transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1);
      transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1);
      transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1); }
    .faq-question .faq-icon::before {
      width: 12px;
      height: 1.5px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .faq-question .faq-icon::after {
      width: 1.5px;
      height: 12px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .faq-item.active .faq-question .faq-icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg); }

.faq-answer {
  overflow: hidden; }

.faq-answer-inner {
  padding: 0.25em 4em 1.25em 2em; }
  @media (max-width: 766px) {
    .faq-answer-inner {
      padding: 0.25em 1em 1.25em 1em; } }
  .faq-answer-inner p {
    font-size: 1.125em;
    color: #000000; }

.faq-link {
  margin-top: 0.75em; }
  .faq-link a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75em;
    font-family: "museo-sans", serif;
    font-weight: 700;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #2ec086;
    text-decoration: none; }
    .faq-link a .faq-link-line {
      display: inline-block;
      width: 40px;
      height: 2px;
      background: #2ec086;
      -webkit-transition: width 0.2s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: width 0.2s cubic-bezier(0, 0, 0.2, 1);
      transition: width 0.2s cubic-bezier(0, 0, 0.2, 1);
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .faq-link a:hover .faq-link-line {
      width: 60px; }

.block-intro-split {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  @media (max-width: 766px) {
    .block-intro-split {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      min-height: auto;
      margin-bottom: -5px; } }

.intro-split-content {
  position: relative;
  width: 50%;
  padding: 6vw 10vw calc(12vw + 2px) 10vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#2ec086), to(#007ab6));
  background: -webkit-linear-gradient(top, #2ec086 0%, #007ab6 100%);
  background: -o-linear-gradient(top, #2ec086 0%, #007ab6 100%);
  background: linear-gradient(180deg, #2ec086 0%, #007ab6 100%);
  z-index: 2;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }
  @media (max-width: 766px) {
    .intro-split-content {
      width: 100%;
      padding: 3em 6% 25%; } }
  .intro-split-content::after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: calc(25% + 3px);
    aspect-ratio: 1;
    background: #fff;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 3; }
    @media (min-width: 767px) {
      .intro-split-content::after {
        right: -1px;
        width: unset;
        height: calc(15vw + 2px); } }
  .intro-split-content h2 {
    color: #fff;
    margin: 0 0 1.5rem; }
  .intro-split-content p {
    font-family: "museo-sans", serif;
    font-weight: 300;
    font-size: 1em;
    color: #fff;
    line-height: 1.6;
    margin: 0 0 1rem; }

.intro-split-link {
  margin-top: 0.75em; }
  .intro-split-link a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75em;
    font-family: "museo-sans", serif;
    font-weight: 700;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    text-decoration: none;
    white-space: normal; }
    .intro-split-link a .intro-split-link-line {
      display: inline-block;
      width: 40px;
      height: 2px;
      background: #fff;
      -webkit-transition: width 0.2s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: width 0.2s cubic-bezier(0, 0, 0.2, 1);
      transition: width 0.2s cubic-bezier(0, 0, 0.2, 1);
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .intro-split-link a:hover {
      color: #fff; }
      .intro-split-link a:hover .intro-split-link-line {
        width: 60px; }

.intro-split-image {
  position: relative;
  overflow: hidden;
  width: 50%; }
  @media (max-width: 766px) {
    .intro-split-image {
      width: 100%; } }
  .intro-split-image::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 75%;
    aspect-ratio: 1;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 2; }
    @media (min-width: 767px) {
      .intro-split-image::before {
        width: unset;
        height: calc(100% - 15vw + 2px); } }
  .intro-split-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    @media (max-width: 766px) {
      .intro-split-image img {
        position: relative; } }

/*********************
EVENT CALENDAR SLIDER
*********************/
.block-event-calendar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  overflow: hidden; }
  @media (max-width: 766px) {
    .block-event-calendar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.event-calendar-nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background: #2ec086;
  color: #fff;
  padding: 2.5rem 2rem 4rem 4vw;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
  z-index: 2; }
  @media (max-width: 766px) {
    .event-calendar-nav {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 1.5rem;
      gap: 2.5rem; } }
  @media (min-width: 767px) {
    .event-calendar-nav {
      aspect-ratio: 1 / 1;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
      flex: 0 0 33%; } }
  @media (min-width: 1030px) {
    .event-calendar-nav {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%; } }

.event-calendar-heading {
  color: #fff; }
  @media (max-width: 766px) {
    .event-calendar-heading br {
      display: none; } }

.event-calendar-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem; }

.event-calendar-prev,
.event-calendar-next {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0;
  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;
  -webkit-transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1); }
  .event-calendar-prev:hover,
  .event-calendar-next:hover {
    opacity: 0.7; }
  .event-calendar-prev svg,
  .event-calendar-next svg {
    width: 100%;
    height: 100%; }

.event-calendar-btn {
  display: inline-block;
  font-family: "museo-sans", serif;
  font-weight: 700;
  font-size: 0.6875em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.65rem 1.5rem;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  white-space: nowrap; }
  .event-calendar-btn:hover {
    background: #fff;
    color: #2ec086; }

.event-calendar-track-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  min-width: 0; }

.event-calendar-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1); }

.event-calendar-track.is-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.event-calendar-card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  cursor: pointer;
  position: relative; }
  @media (max-width: 766px) {
    .event-calendar-card {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  @media (min-width: 767px) and (max-width: 1029px) {
    .event-calendar-card {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
  .event-calendar-card:hover .event-card-image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.event-card-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden; }
  .event-card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1);
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none; }

.event-card-info {
  padding: 1.25rem 0.5rem 2.5rem 0; }

.event-card-title {
  font-family: "prospectus", serif;
  font-size: 1.25em;
  margin: 0 0 0.25rem;
  color: #000000; }

.event-card-date {
  font-family: "museo-sans", serif;
  font-weight: 700;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000000;
  margin: 0 0 0.25rem; }

.event-card-venue {
  font-family: "museo-sans", serif;
  font-size: 0.8125em;
  color: #000000;
  margin: 0 0 0.75rem; }

.event-card-excerpt {
  font-family: "museo-sans", serif;
  font-size: 0.8125em;
  color: #000000;
  line-height: 1.5;
  margin: 0 0 1rem; }

.event-calendar-card .wp-block-button.is-style-link-line .wp-block-button__link {
  color: #000000 !important; }
  .event-calendar-card .wp-block-button.is-style-link-line .wp-block-button__link::before {
    background: #000000 !important; }

.event-calendar-card:focus-visible,
.featured-event-card:focus-visible,
.venue-item:focus-visible {
  outline: 2px solid #2ec086;
  outline-offset: 2px; }

.event-modal-close:focus-visible,
.event-modal-directions:focus-visible,
.event-modal-learn-more:focus-visible {
  outline: 2px solid #2ec086;
  outline-offset: 3px; }

.event-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  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;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1), visibility 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1), visibility 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1), visibility 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .event-modal-overlay.is-active {
    opacity: 1;
    visibility: visible; }
  .event-modal-overlay[hidden] {
    display: none; }

.event-modal {
  background: #fff;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  padding: 2.5rem;
  -webkit-transform: scale(0.92);
  -ms-transform: scale(0.92);
  transform: scale(0.92);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.2s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.2s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.2s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.2s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.2s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.2s; }
  .is-active .event-modal {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  @media (max-width: 766px) {
    .event-modal {
      padding: 1.5rem; } }

.event-modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #000000;
  line-height: 1;
  z-index: 2;
  padding: 0.25rem; }
  .event-modal-close:hover {
    opacity: 0.6; }

.event-modal-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem; }
  @media (max-width: 766px) {
    .event-modal-inner {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 1.5rem; } }

.event-modal-header-date {
  font-family: "museo-sans", serif;
  font-weight: 900;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  letter-spacing: 0.05em; }

.event-modal-header-time {
  font-family: "museo-sans", serif;
  font-size: 0.8125em;
  color: #000000;
  margin: 0 0 1rem;
  text-transform: uppercase;
  line-height: 1;
  color: #000000;
  font-weight: 700; }

.event-modal-header-title {
  font-family: "mongoose", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #000000;
  margin: 30px 0 0.25rem; }

.event-modal-header-venue {
  font-family: "museo-sans", serif;
  font-weight: 900;
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000000;
  margin: 0; }

.event-modal-header-venue-type {
  font-family: "museo-sans", serif;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000000;
  margin: 0 0 1rem; }

.event-modal-header-details {
  font-family: "museo-sans", serif;
  font-size: 0.8125em;
  line-height: 1.6;
  color: #000000;
  margin: 0 0 1.5rem; }

.event-modal-country-host {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 0 0.5em;
  border-top: 1px solid black; }

.event-modal-country-flag {
  width: 40px;
  height: auto;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.event-modal-country-label {
  font-family: "museo-sans", serif;
  font-size: 0.6875em;
  color: black;
  display: block;
  font-weight: 300; }

.event-modal-country-name {
  font-family: "museo-sans", serif;
  font-weight: 700;
  font-size: 0.875em;
  color: #000000;
  display: block; }

.event-modal-address-row {
  margin-bottom: 1.5rem; }

.event-modal-address-text {
  font-family: "museo-sans", serif;
  font-size: 0.8125em;
  color: #000000;
  margin: 0; }

.event-modal-directions {
  font-family: "museo-sans", serif;
  font-size: 0.8125em;
  color: #2ec086;
  text-decoration: underline; }

.event-modal-learn-more {
  display: inline-block;
  font-family: "museo-sans", serif;
  font-weight: 700;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.65rem 2rem;
  background: #2ec086;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  margin-bottom: 1.5rem;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1); }
  .event-modal-learn-more:hover {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
    color: #fff; }

.event-modal-footnote {
  font-family: "museo-sans", serif;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 125%;
  color: #000000;
  margin: 0; }

.event-modal-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem; }

.event-modal-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #ebebeb;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.4s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0, 0, 0.2, 1); }
  .event-modal-photo.is-loaded {
    opacity: 1; }

.event-modal-icons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem; }
  @media (max-width: 766px) {
    .event-modal-icons {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }

.event-modal-icon {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 0.5rem; }
  .event-modal-icon img {
    width: 36px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain; }
  .event-modal-icon span {
    font-family: "museo-sans", serif;
    font-weight: 700;
    font-size: 0.625em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #000000;
    line-height: 1.2; }

/*********************
FEATURED EVENTS (dark slider, 4-up)
*********************/
.block-featured-events {
  width: 100%; }

.featured-events-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 766px) {
    .featured-events-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 1.5rem; } }

.featured-events-nav {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px; }
  @media (min-width: 767px) {
    .featured-events-nav {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      padding-left: 5vw;
      padding-bottom: 50px; } }
  @media (min-width: 1030px) {
    .featured-events-nav {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%; } }

.featured-events-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem; }

.featured-events-prev,
.featured-events-next {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  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-transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1); }
  .featured-events-prev:hover,
  .featured-events-next:hover {
    opacity: 0.7; }
  .featured-events-prev img,
  .featured-events-next img {
    width: 100%;
    height: 100%; }

.featured-events-track-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  min-width: 0;
  width: 100%; }

.featured-events-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1); }
  .featured-events-track.is-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: -webkit-grabbing;
    cursor: grabbing; }

.featured-event-card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  cursor: pointer; }
  @media (min-width: 767px) {
    .featured-event-card {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2);
      flex: 0 0 calc(100% / 2); } }
  @media (min-width: 1030px) {
    .featured-event-card {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 4);
      flex: 0 0 calc(100% / 4); } }
  .featured-event-card:hover .featured-event-image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.featured-event-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 1rem; }
  .featured-event-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1);
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none; }

.featured-event-info {
  color: #fff; }

.featured-event-date {
  font-family: "museo-sans", serif;
  font-weight: 700;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  margin: 0 0 0.35rem; }

.featured-event-title {
  font-family: "prospectus", serif;
  font-weight: 400;
  font-size: 1.25em;
  color: #fff;
  margin: 0 0 0.75rem;
  padding-right: 0.5em;
  text-wrap: pretty; }

.featured-event-card .wp-block-button.is-style-link-line .wp-block-button__link {
  color: #fff !important; }
  .featured-event-card .wp-block-button.is-style-link-line .wp-block-button__link::before {
    background: #fff !important; }

/*********************
EVENTS CALENDAR (weekly view)
*********************/
.events-calendar-heading {
  font-family: "mongoose", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 1.5rem;
  line-height: 1; }

.events-calendar-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1.5rem 2rem;
  padding: 1rem 0 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ebebeb; }
  .events-calendar-filters .filter-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 18vw; }
    .events-calendar-filters .filter-field label {
      font-family: "museo-sans", serif;
      font-weight: 700;
      font-size: 0.75em;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: #000000; }
    .events-calendar-filters .filter-field select {
      font-family: "museo-sans", serif;
      font-size: 0.8125em;
      padding: 0.4rem 1.5rem 0.4rem 0;
      border: none;
      border-bottom: 1px solid #000000;
      background: transparent;
      -moz-appearance: none;
      appearance: none;
      -webkit-appearance: none;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path d='M0 0 L5 6 L10 0' fill='%23000'/></svg>");
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 10px 6px;
      cursor: pointer;
      border-radius: 0; }
  .events-calendar-filters .filter-checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem; }
  .events-calendar-filters .filter-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    font-family: "museo-sans", serif;
    font-weight: 700;
    font-size: 0.6875em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #000000;
    cursor: pointer; }
    .events-calendar-filters .filter-checkbox input[type="checkbox"] {
      width: 18px;
      height: 18px;
      margin: 0;
      cursor: pointer; }
  .events-calendar-filters .filter-update {
    font-family: "museo-sans", serif;
    font-weight: 700;
    font-size: 0.6875em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: #2ec086;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0.65rem 2rem;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1); }
    .events-calendar-filters .filter-update:hover {
      -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
      transform: scale(1.03); }

.events-calendar-weeknav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem; }
  .events-calendar-weeknav .week-prev,
  .events-calendar-weeknav .week-next {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    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-transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1); }
    .events-calendar-weeknav .week-prev:hover,
    .events-calendar-weeknav .week-next:hover {
      opacity: 0.6; }
    .events-calendar-weeknav .week-prev[disabled],
    .events-calendar-weeknav .week-next[disabled] {
      opacity: 0.3;
      cursor: not-allowed; }
    .events-calendar-weeknav .week-prev svg,
    .events-calendar-weeknav .week-next svg {
      width: 100%;
      height: 100%; }
  .events-calendar-weeknav .week-label {
    color: #000000;
    margin: 0; }

.events-calendar-week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem; }
  .events-calendar-week[hidden] {
    display: none; }

.events-calendar-day {
  background: #f5f5f5;
  padding: 3rem 4rem 2rem 4rem;
  position: relative;
  overflow: hidden; }
  @media (max-width: 766px) {
    .events-calendar-day {
      padding: 4rem 1.5rem 1.5rem 3rem; } }

.with-corner-accent {
  position: relative; }
  .with-corner-accent::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: #007ab6;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 1;
    pointer-events: none; }
    @media (min-width: 767px) {
      .with-corner-accent::after {
        width: 90px;
        height: 90px; } }

.has-corner-accent,
.day-corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background: #00bcf2;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1; }
  .has-corner-accent .day-num,
  .day-corner .day-num {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: "prospectus", serif;
    font-weight: 700;
    font-size: 1.5625em;
    color: #fff;
    line-height: 1; }

.day-month {
  font-family: "mongoose", sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  margin: 0 0 1.5rem; }

.day-matches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem; }

.day-match.is-hidden {
  display: none; }

.match-heading {
  font-family: "museo-sans", serif;
  font-weight: 900;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000000;
  margin: 0 0 0.75rem; }

.match-venues {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 2rem; }
  @media (max-width: 766px) {
    .match-venues {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  @media (min-width: 767px) and (max-width: 1029px) {
    .match-venues {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }

.venue-item {
  text-wrap: pretty;
  cursor: pointer;
  font-family: "museo-sans", serif;
  font-weight: 900;
  font-size: 0.8125em;
  letter-spacing: 0.05em;
  color: #000000;
  text-decoration: underline;
  line-height: 1;
  list-style: none !important;
  margin-left: 0 !important; }
  .venue-item.is-hidden {
    display: none; }
  .venue-item:hover .venue-link {
    color: #2ec086; }

.match-no-venues {
  font-family: "museo-sans", serif;
  font-size: 0.75em;
  font-style: italic;
  color: black;
  margin: 0; }

/*********************
BLUE THEME VARIANTS (Fans)
*********************/
.block-hero-secondary.theme-blue .hero-secondary-title {
  color: #007ab6; }

.block-hero-secondary.hero-businesses .hero-secondary-lines {
  height: clamp(150px, 20vw, 30vh); }

.block-hero-secondary.hero-fans .hero-secondary-lines {
  height: clamp(150px, 20vw, 30vh);
  position: relative; }

.block-hero-secondary.hero-fans .hero-secondary-lines-bottom {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  -o-object-position: right top;
  object-position: right top;
  opacity: 0; }
  @media (min-width: 1030px) {
    .block-hero-secondary.hero-fans .hero-secondary-lines-bottom {
      min-height: 380px;
      opacity: 1; } }

.block-hero-secondary.hero-fans .hero-secondary-players {
  left: 40vw; }
  @media (max-width: 766px) {
    .block-hero-secondary.hero-fans .hero-secondary-players {
      left: 25vw;
      width: 70%; } }

.block-upcoming-matches.theme-blue .upcoming-matches-title {
  color: #00bcf2; }

.block-upcoming-matches.theme-blue .upcoming-match-round {
  color: #00bcf2; }

.block-upcoming-matches.theme-blue .upcoming-matches-button {
  background: #00bcf2; }
  .block-upcoming-matches.theme-blue .upcoming-matches-button:hover {
    background: #00a8d9; }

.block-event-calendar.theme-blue .event-calendar-nav {
  background: -webkit-gradient(linear, left bottom, left top, from(#007ab6), to(#00bcf2));
  background: -webkit-linear-gradient(bottom, #007ab6 0%, #00bcf2 100%);
  background: -o-linear-gradient(bottom, #007ab6 0%, #00bcf2 100%);
  background: linear-gradient(0deg, #007ab6 0%, #00bcf2 100%); }

.block-faq.theme-blue .faq-link a {
  color: #007ab6; }

.block-faq.theme-blue .faq-link-line {
  background: #007ab6; }

/*********************
WATCH PARTY FORM
*********************/
.watch-party-form {
  width: 100%; }

.watch-party-form-success {
  padding: 2rem 2em 1em;
  background: rgba(46, 192, 134, 0.1);
  border-left: 3px solid #2ec086; }
  .watch-party-form-success h3 {
    margin-top: 0;
    font-size: 1.25em; }

.watch-party-form-error {
  padding: 1rem;
  background: rgba(190, 38, 37, 0.1);
  border-left: 3px solid #be2625;
  margin-bottom: 1.5rem; }
  .watch-party-form-error p {
    margin: 0;
    color: #be2625; }

.watch-party-form hr {
  border: none;
  height: 2px;
  background: #000000;
  margin: 2em 0; }

.form-section {
  padding: 2em 0em; }
  @media (min-width: 767px) {
    .form-section {
      padding: 1em 0em; } }
  @media (min-width: 1030px) {
    .form-section {
      padding: 3em 2em; } }

.form-section-title {
  margin-top: 0;
  font-size: 0.875em; }

.venue-details .form-field {
  text-wrap: pretty; }
  .venue-details .form-field label {
    font-family: "museo-sans", serif;
    font-weight: 700;
    font-size: 0.8125em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
    color: #000000; }

.form-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem; }
  .form-section-header h4 {
    margin: 0; }

.form-note {
  font-family: "museo-sans", serif;
  font-size: 0.9375em;
  font-style: italic;
  color: #000000; }

.form-description {
  font-size: 0.9375em !important;
  color: #000000 !important; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 766px) {
    .form-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 1rem; } }
  .form-row > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .form-row.form-row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
    @media (min-width: 1030px) {
      .form-row.form-row-2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; } }

.form-row-2 > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.form-row-3 > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .form-field label {
    font-family: "museo-sans", serif;
    font-weight: 900;
    font-size: 0.875em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
    color: #000000; }
    .form-field label.required::after,
    .form-field label[for] + input[required] ~ .form-field label::after {
      content: " *";
      color: #2ec086; }
  .form-field label:has(+ input[required])::after,
  .form-field label:has(+ select[required])::after,
  .form-field label:has(+ textarea[required])::after,
  .form-field label:has(+ .form-radio-group input[required])::after {
    content: " *";
    color: #2ec086; }
  .form-field input[type="text"],
  .form-field input[type="email"],
  .form-field input[type="tel"],
  .form-field input[type="url"],
  .form-field select,
  .form-field textarea {
    font-family: "museo-sans", serif;
    font-size: 0.875em;
    padding: 0.5rem 0.5em;
    border: none;
    border: 1px solid transparent;
    border-bottom-color: #000000;
    border-radius: 0;
    background: white;
    color: #000000;
    outline: none;
    width: 100%;
    -webkit-transition: border-color 0.2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: border-color 0.2s cubic-bezier(0, 0, 0.2, 1);
    transition: border-color 0.2s cubic-bezier(0, 0, 0.2, 1); }
    .form-field input[type="text"]:focus,
    .form-field input[type="email"]:focus,
    .form-field input[type="tel"]:focus,
    .form-field input[type="url"]:focus,
    .form-field select:focus,
    .form-field textarea:focus {
      border-bottom-color: #2ec086;
      border: 1px solid #2ec086; }
    .form-field input[type="text"]::-webkit-input-placeholder,
    .form-field input[type="email"]::-webkit-input-placeholder,
    .form-field input[type="tel"]::-webkit-input-placeholder,
    .form-field input[type="url"]::-webkit-input-placeholder,
    .form-field select::-webkit-input-placeholder,
    .form-field textarea::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.3); }
    .form-field input[type="text"]:-ms-input-placeholder,
    .form-field input[type="email"]:-ms-input-placeholder,
    .form-field input[type="tel"]:-ms-input-placeholder,
    .form-field input[type="url"]:-ms-input-placeholder,
    .form-field select:-ms-input-placeholder,
    .form-field textarea:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.3); }
    .form-field input[type="text"]::-ms-input-placeholder,
    .form-field input[type="email"]::-ms-input-placeholder,
    .form-field input[type="tel"]::-ms-input-placeholder,
    .form-field input[type="url"]::-ms-input-placeholder,
    .form-field select::-ms-input-placeholder,
    .form-field textarea::-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.3); }
    .form-field input[type="text"]::placeholder,
    .form-field input[type="email"]::placeholder,
    .form-field input[type="tel"]::placeholder,
    .form-field input[type="url"]::placeholder,
    .form-field select::placeholder,
    .form-field textarea::placeholder {
      color: rgba(0, 0, 0, 0.3); }
  .form-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23000000' d='M5 6L0 0h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 5px center;
    padding-right: 1.5rem;
    cursor: pointer;
    max-width: 300px; }
  .form-field textarea {
    padding: 0.75rem;
    resize: vertical; }
    .form-field textarea:focus {
      border-color: #2ec086; }

.form-char-limit {
  font-family: "museo-sans", serif;
  font-size: 0.75em;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 0.25rem; }

.form-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  padding-top: 0.25rem; }
  .form-radio-group label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.35rem;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.875em;
    cursor: pointer; }
  .form-radio-group input[type="radio"] {
    accent-color: #2ec086; }

.form-file-upload {
  cursor: pointer; }
  .form-file-upload input[type="file"] {
    display: none; }
  .form-file-upload .form-file-button {
    display: inline-block;
    font-family: "museo-sans", serif;
    font-weight: 700;
    font-size: 0.8125em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.75rem 2rem;
    background: #2ec086;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1); }
    .form-file-upload .form-file-button:hover {
      -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
      transform: scale(1.025); }

.match-group {
  padding: 1em 0.5em; }
  @media (min-width: 767px) {
    .match-group {
      padding: 1.5rem; } }
  .match-group:nth-child(even) {
    background: rgba(0, 0, 0, 0.03); }

.match-group-title {
  margin: 0 0 0.75rem;
  font-family: "museo-sans", serif;
  font-weight: 700;
  font-size: 0.8125em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
  color: #000000; }

.match-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1em; }
  @media (max-width: 766px) {
    .match-grid {
      -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr); } }

.match-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.4rem 0;
  font-family: "museo-sans", serif;
  font-size: 0.9375em;
  color: #000000;
  cursor: pointer; }
  .match-checkbox input[type="checkbox"] {
    accent-color: #2ec086;
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .match-checkbox .match-info {
    white-space: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 120%; }

.form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem; }
  @media (max-width: 766px) {
    .form-footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

.form-terms {
  max-width: 100%; }
  @media (min-width: 767px) {
    .form-terms {
      max-width: 50%; } }
  .form-terms h5 {
    margin: 0 0 0.5rem;
    font-size: 0.875em; }
  .form-terms p {
    font-size: 0.9375em !important;
    color: #000000 !important;
    line-height: 1.5; }

.form-submit {
  font-family: "museo-sans", serif;
  font-weight: 700;
  font-size: 0.8125em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.75rem 3rem;
  background: #2ec086;
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .form-submit:hover {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025); }

/*********************
FOOTER
*********************/
.footer {
  width: 100%;
  padding: 0;
  color: #fff; }
  .footer a {
    color: #fff;
    text-decoration: none;
    white-space: normal; }
    .footer a:hover {
      color: #2ec086; }
  .footer p {
    color: rgba(255, 255, 255, 0.7); }

.footer-content {
  margin: 0 auto;
  padding: 10vw 4vw 3vw 4vw;
  background-color: black; }
  @media (min-width: 767px) {
    .footer-content {
      padding: 3vw 4vw; } }

.footer-land {
  padding: 0 0 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  @media (min-width: 1030px) {
    .footer-land {
      padding-right: 33%; } }
  .footer-land p {
    font-size: 1.25em;
    line-height: 1.6;
    color: white;
    font-family: "prospectus", serif;
    margin: 0; }

.footer-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0; }
  @media (max-width: 766px) {
    .footer-middle {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 2rem;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem; }
  .footer-links a {
    font-family: "museo-sans", serif;
    font-weight: 900;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.1em; }

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-social a {
    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;
    color: #777777;
    -webkit-transition: color 0.2s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: color 0.2s cubic-bezier(0, 0, 0.2, 1);
    transition: color 0.2s cubic-bezier(0, 0, 0.2, 1); }
    .footer-social a:hover {
      color: #2ec086; }
    .footer-social a svg {
      width: 1.5em;
      height: 1.5em; }

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 2rem 0; }
  @media (max-width: 766px) {
    .footer-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 2rem;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media (min-width: 1030px) {
    .footer-bottom {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 50%; }
  @media (max-width: 766px) {
    .footer-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100%; } }

@media (max-width: 766px) {
  .footer-newsletter {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; } }

@media (max-width: 766px) {
  .footer-contact {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

@media (max-width: 766px) {
  .footer-logos {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; } }

.footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding-right: 5em;
  gap: 1em 2em; }
  @media (max-width: 766px) {
    .footer-logos {
      width: 100%;
      padding-right: 0em;
      gap: 1em 1em;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }
  .footer-logos img {
    height: clamp(60px, 6vw, 100px);
    width: auto; }
    @media (max-width: 766px) {
      .footer-logos img {
        height: clamp(50px, 12vw, 70px); } }

.footer-contact {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 15.625em; }
  @media (max-width: 766px) {
    .footer-contact {
      width: 100%; } }
  .footer-contact p {
    font-family: "museo-sans", serif;
    font-size: 0.9375em;
    line-height: 1.6;
    color: white;
    margin: 0 0 0.5rem; }
    .footer-contact p a:hover {
      color: white;
      text-decoration: underline; }

.footer-newsletter {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media (max-width: 766px) {
    .footer-newsletter {
      width: 100%; } }
  .footer-newsletter h6 {
    font-family: "prospectus", serif;
    font-weight: 400;
    font-size: 1.25em;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 1rem; }

#mc_embed_signup {
  background: transparent !important;
  padding: 0 !important; }
  #mc_embed_signup form {
    padding: 0 !important; }

.newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem; }
  .newsletter-form input[type="email"],
  .newsletter-form .email {
    font-family: "museo-sans", serif !important;
    font-size: 0.8125em !important;
    padding: 0.75rem 1.25rem !important;
    border: none !important;
    border-radius: 50px !important;
    background: #fff !important;
    color: #000000 !important;
    outline: none;
    width: 100% !important;
    height: auto !important; }
    .newsletter-form input[type="email"]::-webkit-input-placeholder,
    .newsletter-form .email::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.4) !important;
      text-transform: uppercase;
      letter-spacing: 0.08em; }
    .newsletter-form input[type="email"]:-ms-input-placeholder,
    .newsletter-form .email:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.4) !important;
      text-transform: uppercase;
      letter-spacing: 0.08em; }
    .newsletter-form input[type="email"]::-ms-input-placeholder,
    .newsletter-form .email::-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.4) !important;
      text-transform: uppercase;
      letter-spacing: 0.08em; }
    .newsletter-form input[type="email"]::placeholder,
    .newsletter-form .email::placeholder {
      color: rgba(0, 0, 0, 0.4) !important;
      text-transform: uppercase;
      letter-spacing: 0.08em; }

.newsletter-submit,
#mc-embedded-subscribe {
  font-family: "museo-sans", serif !important;
  font-weight: 700 !important;
  font-size: 0.8125em !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.75rem 2.5rem !important;
  background: #2ec086 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  height: auto !important;
  line-height: normal !important; }
  .newsletter-submit:hover,
  #mc-embedded-subscribe:hover {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025); }

.footer-copyright {
  padding: 0.75em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em; }
  .footer-copyright p {
    font-family: "museo-sans", serif;
    font-size: 0.75em;
    margin: 0;
    color: black;
    opacity: 1 !important; }
    .footer-copyright p a {
      text-decoration: underline;
      color: black; }
      .footer-copyright p a:hover {
        color: #2ec086; }

/*********************
ANIMATIONS
*********************/
.anim {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1), transform 0.6s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1), transform 0.6s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1), transform 0.6s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1); }
  .anim.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.fade-in {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
  padding: 0 18px 18px; }
  .fade-in.disabled {
    opacity: 0; }

/*********************
404 PAGE
*********************/
.page-404 {
  text-align: center;
  padding: 4rem 2rem; }
  .page-404 h4 {
    margin-bottom: 2rem; }

.button-wrap a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #1e1915;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: background 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .button-wrap a:hover {
    background: #4b3f35;
    color: #fff; }

/*********************
KEYFRAMES
*********************/
@-webkit-keyframes navFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes navFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
