/* IMPORTS */
/* FONTS */
/* COLOURS */
/* MIXINS */
.swiper-button-next::after {
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f2ec" !important;
  font-weight: 900;
  font-size: 16px !important;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.swiper-button-prev::after {
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f2ec" !important;
  font-weight: 900;
  font-size: 16px !important;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  content: "";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

#gdpr-cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #414241;
  z-index: 10000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#gdpr-cookie-message a {
  color: #71CC98;
  font-weight: bold;
  text-decoration: underline;
}
#gdpr-cookie-message h5 {
  margin: 1rem 0;
  color: #71CC98;
}
@media (min-width: 885px) {
  #gdpr-cookie-message #gdpr-cookie-types {
    margin-left: 40px;
  }
}
#gdpr-cookie-message label {
  color: white;
}
#gdpr-cookie-message .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #00263A;
}
@media (max-width: 885px) {
  #gdpr-cookie-message .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
  }
}
#gdpr-cookie-message p {
  margin: 0.6em 0;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  padding: 0 10px;
  color: white;
}
@media (min-width: 60em) {
  #gdpr-cookie-message p {
    text-align: left;
  }
}
@media (min-width: 885px) {
  #gdpr-cookie-message p {
    padding: unset;
    padding-left: 20px;
  }
}
#gdpr-cookie-message h4 {
  display: none;
}
#gdpr-cookie-message p:last-child {
  margin: 0.6em 0;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}
#gdpr-cookie-message li > * {
  margin: 0.6em 0;
  font-size: 14px;
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}
#gdpr-cookie-message button,
#gdpr-cookie-message button#ihavecookiesBtn {
  block-size: -webkit-fit-content;
  block-size: -moz-fit-content;
  block-size: fit-content;
  border: none;
  color: #000000;
  font-size: 15px;
  padding: 10px;
  margin-left: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 5px;
  font-family: "brandon-grotesque";
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.3px;
  background: #71CC98;
}
#gdpr-cookie-message button#gdpr-cookie-accept {
  background: #71CC98;
}
#gdpr-cookie-message button#gdpr-cookie-accept:hover {
  background: #00263A;
  border: 1px solid #71CC98;
  color: #71CC98;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button#gdpr-cookie-advanced {
  background: #00263A;
  color: #71CC98;
  border: 1px solid #71CC98 !important;
  margin-right: 20px;
}
#gdpr-cookie-message button#gdpr-cookie-advanced:hover {
  background: #71CC98;
  color: #00263A;
  border: 1px solid #000000;
}
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type=checkbox] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "poppins", serif;
  font-weight: 400;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 16px;
}

#page,
#content {
  position: relative;
  overflow: hidden;
}

#content {
  overflow: hidden;
  margin-top: 113px;
}
@media (min-width: 60em) {
  #content {
    padding-top: 0px;
  }
}

@supports (display: grid) {
  section, .section {
    grid-template-columns: 1fr minmax(auto, 1074px) 1fr;
    display: grid;
  }
}
section.section--large, .section.section--large {
  grid-template-columns: 1fr minmax(auto, 1517px) 1fr;
}
section.section--medium, .section.section--medium {
  grid-template-columns: 1fr minmax(auto, 1346px) 1fr;
}

@supports (display: grid) {
  .container {
    grid-column: 2/3;
    grid-auto-flow: row;
  }
}

span {
  display: inline-block;
}

@supports (display: grid) {
  .col {
    display: grid;
  }
}

@supports (display: grid) {
  .col-2 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 60em) {
  @supports (display: grid) {
    .col-2 {
      grid-template-columns: 1fr 1fr;
    }
  }
}

@supports (display: grid) {
  .col-3 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 60em) {
  @supports (display: grid) {
    .col-3 {
      grid-template-columns: 1fr 1fr;
    }
  }
}
@media (min-width: 64em) {
  @supports (display: grid) {
    .col-3 {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}

@supports (display: grid) {
  .col-4 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 48em) {
  @supports (display: grid) {
    .col-4 {
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px;
    }
  }
}
@media (min-width: 60em) {
  @supports (display: grid) {
    .col-4 {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}
@media (min-width: 64em) {
  .col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.ph {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 48em) {
  .ph {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mh {
  margin-left: 30px;
  margin-right: 30px;
}

.pv {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt {
  padding-top: 20px;
}

.pb {
  padding-bottom: 20px;
}

.pr {
  padding-right: 20px;
}

.pl {
  padding-left: 20px;
}

.mt {
  margin-top: 20px;
}

.mv {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mb {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.section-pt {
  padding-top: 25px;
}
@media (min-width: 60em) {
  .section-pt {
    padding-top: 50px;
  }
}

.section-pb {
  padding-bottom: 25px;
}
@media (min-width: 60em) {
  .section-pb {
    padding-bottom: 50px;
  }
}

.np {
  padding-top: 0;
  padding-bottom: 0;
}

.section-pv {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 60em) {
  .section-pv {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.cover {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: cover;
  background-size: cover !important;
}

.center {
  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;
}

.textcenter {
  text-align: center;
}

.heading-padding-bottom {
  margin-bottom: 30px;
}

.hidden {
  display: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #00263A;
  display: block;
  max-width: 100%;
  margin: 0.6em 0;
  max-width: unset;
}

h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 50px;
}
@media (max-width: 60em) {
  h1 {
    font-size: 23px;
  }
}

h2 {
  font-size: 55px;
  font-family: "poppins", serif;
  font-weight: bold;
  color: #00263A;
  letter-spacing: -1px;
  margin: 0.3em 0;
}
@media (max-width: 60em) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 23px;
  font-family: "poppins", serif;
  font-weight: bold;
  color: #00263A;
  letter-spacing: -1px;
}
@media (max-width: 60em) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 23px;
  font-family: "poppins", serif;
  font-weight: bold;
  color: #00263A;
}

.f-m {
  font-size: 23px;
}

.f-l {
  font-size: 33px;
}

.f-xl {
  font-size: 55px;
}

p {
  margin-bottom: 0.6em;
  color: #00263A;
}

ul,
ol {
  margin-bottom: 40px;
  list-style-position: inside;
}
ul li,
ol li {
  color: #000000;
  font-weight: normal;
  margin-bottom: 10px;
  position: relative;
  padding-left: 0;
}
ul li > ul,
ol li > ul {
  margin: 10px 0;
}
ul li a,
ol li a {
  display: inline-block;
}

.basic-content ul {
  list-style-position: outside;
  padding-left: 20px;
  margin-bottom: 15px;
}

.table-wrap {
  width: 100%;
  margin-bottom: 40px;
}

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
table tr {
  text-align: left;
}
table tr td {
  padding: 10px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.1em;
}
table thead td {
  font-family: "poppins", serif;
}
table tbody tr td {
  font-family: "poppins", serif;
  border-bottom: 1px solid #000000;
}
@media (max-width: 64em) {
  table {
    border: 1px solid #e4e4e4;
  }
  table thead {
    display: none;
  }
  table tr td {
    display: block;
    border-bottom: 1px solid #e4e4e4;
  }
  table tbody tr {
    width: 100% !important;
  }
  table tbody tr td {
    display: block;
    text-align: right;
    width: 100% !important;
    height: auto !important;
  }
  table tbody tr td:before {
    content: attr(data-th);
    display: inline-block;
    float: left;
    text-transform: uppercase;
  }
}

a, a:visited {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
}
a .fas, a:visited .fas {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover, a:visited:hover {
  cursor: pointer;
}

button, a.button, .button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
button .button-wrapper, a.button .button-wrapper, .button .button-wrapper {
  padding: 9px 15px;
  position: relative;
  border: 1px solid #00263A;
  background: #00263A;
  color: #ffffff;
  font-family: "brandon-grotesque";
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.3px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
button .button-wrapper::before, a.button .button-wrapper::before, .button .button-wrapper::before {
  border: 1px solid #00263A;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  z-index: -1;
}
button:hover, a.button:hover, .button:hover {
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
button:hover .button-wrapper::before, a.button:hover .button-wrapper::before, .button:hover .button-wrapper::before {
  top: 9px;
  left: -9px;
}
button--green-hover .button-wrapper:hover, .banner-slider button .button-wrapper:hover, .grid-links__container button .button-wrapper:hover, .media-and-content button .button-wrapper:hover, .selected-posts button .button-wrapper:hover, .container-archive-btn button .button-wrapper:hover, .show-block button .competitions-with-image-and-text-block button .button-wrapper:hover, .related-content button .button-wrapper:hover, a.button--green-hover .button-wrapper:hover, .banner-slider a.button .button-wrapper:hover, .grid-links__container a.button .button-wrapper:hover, .media-and-content a.button .button-wrapper:hover, .selected-posts a.button .button-wrapper:hover, .container-archive-btn a.button .button-wrapper:hover, .show-block button .competitions-with-image-and-text-block a.button .button-wrapper:hover, .related-content a.button .button-wrapper:hover, .button--green-hover .button-wrapper:hover, .banner-slider .button .button-wrapper:hover, .grid-links__container .button .button-wrapper:hover, .media-and-content .button .button-wrapper:hover, .selected-posts .button .button-wrapper:hover, .container-archive-btn .button .button-wrapper:hover, .show-block button .competitions-with-image-and-text-block .button .button-wrapper:hover, .related-content .button .button-wrapper:hover, .show-block a.button .competitions-with-image-and-text-block button .button-wrapper:hover, .show-block a.button .competitions-with-image-and-text-block a.button .button-wrapper:hover, .show-block a.button .competitions-with-image-and-text-block .button .button-wrapper:hover, .show-block .button .competitions-with-image-and-text-block button .button-wrapper:hover, .show-block .button .competitions-with-image-and-text-block a.button .button-wrapper:hover, .show-block .button .competitions-with-image-and-text-block .button .button-wrapper:hover {
  color: #71CC98;
}
button--green-hover .button-wrapper::before, .banner-slider button .button-wrapper::before, .grid-links__container button .button-wrapper::before, .media-and-content button .button-wrapper::before, .selected-posts button .button-wrapper::before, .container-archive-btn button .button-wrapper::before, .show-block button .competitions-with-image-and-text-block button .button-wrapper::before, .related-content button .button-wrapper::before, a.button--green-hover .button-wrapper::before, .banner-slider a.button .button-wrapper::before, .grid-links__container a.button .button-wrapper::before, .media-and-content a.button .button-wrapper::before, .selected-posts a.button .button-wrapper::before, .container-archive-btn a.button .button-wrapper::before, .show-block button .competitions-with-image-and-text-block a.button .button-wrapper::before, .related-content a.button .button-wrapper::before, .button--green-hover .button-wrapper::before, .banner-slider .button .button-wrapper::before, .grid-links__container .button .button-wrapper::before, .media-and-content .button .button-wrapper::before, .selected-posts .button .button-wrapper::before, .container-archive-btn .button .button-wrapper::before, .show-block button .competitions-with-image-and-text-block .button .button-wrapper::before, .related-content .button .button-wrapper::before, .show-block a.button .competitions-with-image-and-text-block button .button-wrapper::before, .show-block a.button .competitions-with-image-and-text-block a.button .button-wrapper::before, .show-block a.button .competitions-with-image-and-text-block .button .button-wrapper::before, .show-block .button .competitions-with-image-and-text-block button .button-wrapper::before, .show-block .button .competitions-with-image-and-text-block a.button .button-wrapper::before, .show-block .button .competitions-with-image-and-text-block .button .button-wrapper::before {
  background: #71CC98;
  border: 1px solid #71CC98;
}
.grid-links__footer button .button-wrapper, .two-col-banner-text__col-2 button .button-wrapper, .grid-links__footer a.button .button-wrapper, .two-col-banner-text__col-2 a.button .button-wrapper, .grid-links__footer .button .button-wrapper, .two-col-banner-text__col-2 .button .button-wrapper {
  background: #71CC98;
  color: #00263A;
}
.grid-links__footer button .button-wrapper::before, .two-col-banner-text__col-2 button .button-wrapper::before, .grid-links__footer a.button .button-wrapper::before, .two-col-banner-text__col-2 a.button .button-wrapper::before, .grid-links__footer .button .button-wrapper::before, .two-col-banner-text__col-2 .button .button-wrapper::before {
  border: 1px solid #71CC98;
}

.competitions-with-image-and-text-block .button-wrapper:hover {
  color: #71CC98;
}
.competitions-with-image-and-text-block .button-wrapper::before {
  background: #71CC98;
  border: 1px solid #71CC98 !important;
}

.two-col-banner__links .button--secondary .button-wrapper {
  background: #71CC98;
  border: 1px solid #00263A;
  color: #00263A;
}
.two-col-banner__links .button--secondary .button-wrapper::before {
  background: #00263A;
}

.grid-links__item:hover button, .grid-links__item:hover a.button, .grid-links__item:hover .button,
.upcoming-guest:hover button,
.upcoming-guest:hover a.button,
.upcoming-guest:hover .button {
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.grid-links__item:hover button .button-wrapper::before, .grid-links__item:hover a.button .button-wrapper::before, .grid-links__item:hover .button .button-wrapper::before,
.upcoming-guest:hover button .button-wrapper::before,
.upcoming-guest:hover a.button .button-wrapper::before,
.upcoming-guest:hover .button .button-wrapper::before {
  top: 9px;
  left: -9px;
}
.grid-links__item:hover .button-wrapper,
.upcoming-guest:hover .button-wrapper {
  color: #71CC98;
}
.grid-links__item:hover .button-wrapper::before,
.upcoming-guest:hover .button-wrapper::before {
  background: #71CC98;
  border: 1px solid #71CC98;
}

.main-search-results .button--secondary .button-wrapper,
.grid-links__header .button--secondary .button-wrapper {
  background: #71CC98;
  color: #00263A;
}
.main-search-results .button--secondary .button-wrapper::before,
.grid-links__header .button--secondary .button-wrapper::before {
  background: #00263A;
  border: 1px solid #71CC98;
}

.upcoming-guest .button .button-wrapper {
  background: #00263A;
  color: #ffffff;
}
.upcoming-guest .button .button-wrapper::before {
  background: #71CC98;
  border: 1px solid #00263A;
}

.terms-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookie-btn {
  color: white !important;
}

button.t-preference-button:hover,
button[data-tid=banner-decline]:hover,
button[data-tid=banner-accept]:hover {
  -webkit-transform: none !important;
          transform: none !important;
}

.grecaptcha-badge {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.mc4wp-checkbox input {
  margin-right: 15px;
}

.video-block {
  position: relative;
  width: 100%;
}
.video-block .video-wrapper {
  overflow: hidden;
}
.video-block .wp-video,
.video-block video.wp-video-shortcode,
.video-block .mejs-container,
.video-block .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}
.video-block .wp-video,
.video-block video.wp-video-shortcode {
  max-width: 100% !important;
}
.video-block video.wp-video-shortcode {
  position: relative;
}
.video-block .mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-block .mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}
.video-block .mejs-overlay-button {
  width: 42px !important;
  height: 48px !important;
  background-image: url("../../src/images/play-white.svg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.no-touchevents .video-block .mejs-overlay-button:hover {
  opacity: 0.6;
}
.video-block .mejs-controls {
  opacity: 0 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.video-block .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #000000 !important;
}
.video-block .mejs-container {
  padding-top: 56.25%;
}
.no-touchevents .video-block .mejs-container:hover .mejs-controls {
  opacity: 1 !important;
}

.media-embed {
  background-color: #000000;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.media-embed .poster,
.media-embed .iframe-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-embed .poster {
  z-index: 10;
  cursor: pointer;
}
.media-embed .poster a {
  display: block;
  width: 100%;
  height: 100%;
}
.media-embed .poster a::before {
  display: block;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.media-embed .poster img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.media-embed .poster .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.media-embed .poster .play i {
  font-size: 60px;
  font-size: 3.75rem;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.no-touchevents .media-embed .poster:hover .play i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 48em) {
  .iframe-container {
    margin: 0 auto;
  }
}

.highlights a[title=Gr8BritishRadio] {
  display: none !important;
}

header#masthead {
  overflow: hidden;
  position: relative;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: #00263A;
  height: 145px;
  z-index: 999;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
header#masthead.scrolled {
  border-bottom: 5px solid #71CC98;
  height: 90px;
}
header#masthead.scrolled .site-branding a {
  padding: 0;
  height: 60px;
}
header#masthead.scrolled .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
header#masthead .container {
  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-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.mobile-navigation--open header#masthead .container {
  grid-row: 1/2;
  grid-column: 1/2;
  height: 100%;
}
header#masthead .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header#masthead .site-branding a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  width: 130px;
}
header#masthead .site-branding a img,
header#masthead .site-branding a svg {
  width: 100%;
}
@media (max-width: 80em) {
  header#masthead .site-branding a {
    height: 77px;
  }
}
header#masthead .menu-toggle {
  width: 23px;
  height: 18px;
  display: none;
  -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;
  position: relative;
  z-index: 4;
}
header#masthead .menu-toggle span {
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.no-touchevents header#masthead .menu-toggle:hover {
  cursor: pointer;
}
.no-touchevents header#masthead .menu-toggle:hover span {
  background: #ffffff;
}
.mobile-navigation--open header#masthead .menu-toggle:before {
  color: #ffffff;
}
.mobile-navigation--open header#masthead .menu-toggle span {
  background: #ffffff;
}
.mobile-navigation--open header#masthead .menu-toggle span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.mobile-navigation--open header#masthead .menu-toggle span:nth-child(2) {
  width: 0;
}
.mobile-navigation--open header#masthead .menu-toggle span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 80em) {
  header#masthead .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-navigation--open header#masthead {
  height: unset;
}
@media (max-width: 80em) {
  header#masthead {
    height: 100px;
  }
}
@media (max-width: 64em) {
  header#masthead .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  header#masthead .site-branding a {
    width: 100px;
    height: 70px;
  }
}
header #searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: unset;
  max-width: unset;
}
header #searchform input {
  margin-bottom: 0;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 33px;
  color: #ffffff;
  height: 49px;
  font-size: 14px;
  width: 100%;
  max-width: 160px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
header #searchform input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
  font-size: 14px;
}
header #searchform input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  font-size: 14px;
}
header #searchform input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  font-size: 14px;
}
header #searchform input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  font-size: 14px;
}
header #searchform input::placeholder {
  color: #ffffff;
  opacity: 1;
  font-size: 14px;
}
header #searchform input:focus, header #searchform input:hover {
  -webkit-animation-name: growInput;
          animation-name: growInput;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
header #searchform button {
  background: #00263A;
  color: white;
  position: absolute;
  right: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  padding: 0;
  width: 48px !important;
  height: 48px !important;
  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;
}
header #searchform i {
  font-size: 24px;
}
@media (max-width: 80em) {
  header #searchform {
    position: absolute;
    right: 65px;
  }
  header #searchform input {
    display: none;
  }
  header #searchform button {
    border: none;
  }
}

@-webkit-keyframes growInput {
  from {
    max-width: 160px;
  }
  to {
    max-width: 250px;
  }
}

@keyframes growInput {
  from {
    max-width: 160px;
  }
  to {
    max-width: 250px;
  }
}
.mobile-nav__contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#menu-mobile-menu .fa-chevron-down, #menu-mobile-menu .fa-chevron-up {
  color: white;
}

.mobile-navigation--open #masthead .container {
  z-index: 1;
}

.site-branding {
  z-index: 50 !important;
}

.header-nav-wrap {
  position: relative;
  position: fixed;
  width: 100%;
  z-index: 999;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.header-nav-wrap.scrolled #site-navigation.main-navigation {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-nav-wrap.scrolled #site-navigation.main-navigation li {
  padding: 0 25px;
}
.header-nav-wrap.scrolled #site-navigation.main-navigation span {
  font-size: 16px;
}
.header-nav-wrap #site-navigation.main-navigation ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 80em) {
  .header-nav-wrap #site-navigation.main-navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-nav-wrap #site-navigation.main-navigation li {
    padding: 0 25px;
  }
  .header-nav-wrap #site-navigation.main-navigation span {
    font-size: 16px;
  }
}

.player-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.player-header__info-wrap {
  margin-right: 40px;
  position: relative;
}
.player-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  overflow: hidden;
  border-radius: 40px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 49px;
  width: 396px;
}
.player-header__image {
  width: 36px;
  height: 36px;
  margin-right: 20px;
}
.player-header__now-playing {
  color: #00263A;
  font-family: "poppins", serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1;
  text-wrap: nowrap;
}
.player-header__heading {
  color: #ffffff;
  text-align: center;
  margin-bottom: 2px;
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
}
.player-header__button {
  font-size: 24px;
  line-height: 4px;
}
.player-header__button i {
  color: #00263A;
}
.scrolled .player-header .player-header__heading {
  display: none;
}
@media (max-width: 80em) {
  .player-header .player-header__heading {
    display: none;
  }
}
@media (max-width: 80em) {
  .player-header {
    display: none;
  }
}

.player-header__audio-wrap {
  position: relative;
}

.player-header__control {
  cursor: pointer;
  background: #ffffff;
  width: 173px;
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
}
.player-header__control:hover {
  background: #71CC98;
}

.page-template-player-template #site-navigation.main-navigation {
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#mobile-navigation .player-header-mobile {
  width: 100%;
  position: relative;
  margin-top: 0;
}

.player-header-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  background: #62BE8A;
  margin-top: 100px;
  height: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 80em) {
  .player-header-mobile {
    display: none;
  }
}
.player-header-mobile__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
.player-header-mobile__info {
  padding-left: 15px;
  padding-right: 15px;
}
.player-header-mobile__image {
  width: 75px;
  height: 75px;
}
.player-header-mobile__now-playing {
  color: #00263A;
  font-family: "poppins", serif !important;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 1.2;
  font-size: 14px;
}
.player-header-mobile__heading {
  color: #00263A;
  margin-bottom: 2px;
  margin-top: 0;
  font-size: 14px;
  letter-spacing: 0;
}
.player-header-mobile__button {
  font-size: 20px;
  line-height: 4px;
}
.player-header-mobile__button i {
  color: #00263A;
}

.player-header-mobile__audio-wrap {
  position: relative;
  width: 135px;
  background-color: #71CC98;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}
.player-header-mobile__audio-wrap h3 {
  text-align: center;
}

.player-header-mobile__control {
  cursor: pointer;
  background: #ffffff;
  width: 108px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  border: 2px solid #00263A;
}
.player-header-mobile__control:hover {
  color: #71CC98;
}

.two-col-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 30px !important;
}

#site-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #71CC98;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media (max-width: 80em) {
  #site-navigation {
    display: none !important;
  }
}
#site-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-navigation ul li {
  position: relative;
}
#site-navigation ul li a, #site-navigation ul li span {
  text-decoration: none;
  font-size: 20px;
  font-family: "poppins", serif;
  color: #00263A;
}
#site-navigation ul li.active a, #site-navigation ul li.active span {
  font-weight: bold;
}
#site-navigation ul li.level-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 25px;
  margin-bottom: 0;
}
#site-navigation ul li.level-0 a {
  font-size: 16px;
  font-size: 1rem;
}
#site-navigation ul li.level-0 i {
  margin-left: 15px;
}
#site-navigation ul li:nth-last-child(1) {
  margin-right: 0;
  padding-right: 0;
}
#site-navigation ul li:first-child {
  padding-left: 0;
}
#site-navigation ul li.menu-item-has-children ul {
  display: block;
  width: 16rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 15px;
  background: #00263A;
  color: #71CC98;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#site-navigation ul li.menu-item-has-children ul span {
  font-size: 14px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  color: #ffffff;
}
#site-navigation ul li.menu-item-has-children ul.wide-nav {
  width: 21rem;
}
#site-navigation ul li.menu-item-has-children ul li {
  border-bottom: 1px solid #71CC98;
  margin-bottom: 0;
  padding: 0 !important;
}
#site-navigation ul li.menu-item-has-children ul li:hover span {
  font-weight: bold;
}
#site-navigation ul li.menu-item-has-children ul li a {
  padding: 6px 40px 6px 0;
}
.no-touchevents #site-navigation ul li.menu-item-has-children ul li a:hover {
  color: #000000;
}
#site-navigation ul li.menu-item-has-children ul li:last-of-type {
  border-bottom: 1px solid transparent;
}
.no-touchevents #site-navigation ul li.menu-item-has-children:hover ul, #site-navigation ul li.menu-item-has-children.current-tabbed ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#menu-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu-top-menu li {
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1rem;
}
#menu-top-menu li:last-child {
  padding-right: 0;
}

nav#mobile-navigation {
  display: none;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  background: #ffffff;
  width: 100vw;
  height: calc(100vh - 177px);
  grid-row: 2/3;
}
nav#mobile-navigation li {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 80em) {
  nav#mobile-navigation {
    display: none;
    padding-bottom: 40px;
  }
}
.mobile-navigation--open nav#mobile-navigation {
  display: none;
}
@media (max-width: 80em) {
  .mobile-navigation--open nav#mobile-navigation {
    display: block;
  }
  .mobile-navigation--open nav#mobile-navigation .menu-main-menu-container {
    display: block;
  }
  .mobile-navigation--open nav#mobile-navigation #menu-main-menu-1 {
    display: block;
  }
  .mobile-navigation--open nav#mobile-navigation #menu-main-menu-1 li {
    display: block;
    position: relative;
  }
  .mobile-navigation--open nav#mobile-navigation #menu-main-menu-1 li a {
    padding: 10px 0;
  }
  .mobile-navigation--open nav#mobile-navigation #menu-main-menu-1 li a:before {
    display: none;
  }
  .mobile-navigation--open nav#mobile-navigation #menu-main-menu-1 li.level-1 > a {
    color: #000000;
  }
  .mobile-navigation--open nav#mobile-navigation #menu-main-menu-1 li.level-1 > .menu-expand {
    color: #000000;
  }
  .mobile-navigation--open nav#mobile-navigation #menu-main-menu-1 li.menu-item-has-children {
    position: relative;
  }
  .mobile-navigation--open nav#mobile-navigation #menu-main-menu-1 li.menu-item-has-children .sub-menu {
    position: static;
    display: none;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    height: auto;
    top: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    max-height: none;
  }
  .mobile-navigation--open nav#mobile-navigation #menu-main-menu-1 li.menu-item-has-children .sub-menu li {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    margin: 0;
  }
  .mobile-navigation--open nav#mobile-navigation #menu-main-menu-1 li.menu-item-has-children .sub-menu li ul {
    display: none;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  .mobile-navigation--open nav#mobile-navigation #menu-main-menu-1 li.menu-item-has-children .sub-menu:before, .mobile-navigation--open nav#mobile-navigation #menu-main-menu-1 li.menu-item-has-children .sub-menu:after {
    display: none;
  }
  .mobile-navigation--open nav#mobile-navigation #menu-main-menu-1 li.menu-item-has-children .title {
    display: none;
  }
}

#mobile-navigation {
  height: calc(100vh - 180px) !important;
  padding-bottom: 0 !important;
}

#mobile-navigation {
  position: relative;
  background: #00263A !important;
}
#mobile-navigation ul {
  list-style: none;
  overflow-y: scroll;
  height: 100%;
}
#mobile-navigation .level-0 div > a {
  color: white;
  font-weight: bold;
  padding: 15px 0;
  font-size: 20px;
}
#mobile-navigation .level-1 > a {
  color: white;
  padding: 10px;
  font-size: 16px;
  padding-left: 0;
}
#mobile-navigation .level-0 .menu-item-link-wrap {
  position: relative;
}
#mobile-navigation .level-0 .menu-item-link-wrap::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #71CC98;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#mobile-navigation .sub-menu-open .menu-item-link-wrap::after {
  display: none;
}
#mobile-navigation .menu-item-has-children {
  position: relative;
}
#mobile-navigation .menu-item-has-children .sub-menu {
  position: static;
  display: none;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  height: auto;
  top: 0;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
  max-height: none;
}
#mobile-navigation .menu-item-has-children .sub-menu li {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  margin: 0;
}
#mobile-navigation .menu-item-has-children .sub-menu li ul {
  display: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#mobile-navigation .menu-item-has-children .sub-menu:before, #mobile-navigation .menu-item-has-children .sub-menu:after {
  display: none;
}
#mobile-navigation .menu-item-has-children .title {
  display: none;
}

.menu-expand {
  position: absolute;
  top: 18px;
  right: 0;
  cursor: pointer;
}
.menu-expand i {
  font-size: 20px;
  font-weight: 100;
}
.menu-expand .arrow-down {
  display: none;
}
.menu-expand.active .arrow-right {
  display: none;
}
.menu-expand.active .arrow-down {
  display: block;
}

#site-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 64em) {
  #site-navigation {
    display: none;
  }
}

.pagination {
  max-width: 76.47em;
  margin: 0 auto;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.pagination .page-numbers {
  opacity: 0.3;
  padding: 3px;
  text-decoration: none;
}
.dark-theme .pagination .page-numbers {
  color: #ffffff;
}
.pagination .page-numbers.current {
  opacity: 1;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  opacity: 1;
  position: relative;
  font-size: 0;
}
@media (min-width: 42.5em) {
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.dark-theme .pagination .page-numbers.prev, .dark-theme .pagination .page-numbers.next {
  color: #ffffff;
}
.pagination .page-numbers.prev::before, .pagination .page-numbers.next::before {
  display: block;
  width: 54px;
  height: 54px;
  border: 1px solid red;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pagination .page-numbers.prev.inactive, .pagination .page-numbers.next.inactive {
  opacity: 0.3;
}
.menu-item-bold {
  font-weight: bold !important;
}
.menu-item-bold a {
  font-weight: bold !important;
}

#site-navigation.main-navigation .level-0 a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

#site-navigation.main-navigation .level-0 a span:hover {
  font-weight: bold;
}

#site-navigation.main-navigation .level-0 a span::after {
  content: attr(data-text);
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  font-weight: bold;
}
@media speech {
  #site-navigation.main-navigation .level-0 a span::after {
    display: none;
  }
}

.mobile-navigation--open #mobile-navigation.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 100px) !important;
  padding-left: 0;
  padding-right: 0;
}
.mobile-navigation--open #mobile-navigation.main-navigation #menu-mobile-menu {
  padding-left: 30px;
  padding-right: 30px;
}
.mobile-navigation--open #mobile-navigation.main-navigation .player-header-mobile__info-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* 

	Banner Slider

*/
.banner-slider {
  position: relative;
  width: 100%;
  min-height: 654px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100vh - 221px);
}
@media (min-width: 80em) {
  .banner-slider {
    margin-top: 221px;
  }
}
.banner-slider__main-wrap {
  position: relative;
  overflow: hidden;
  max-width: 1162px;
  width: 100%;
}
.banner-slider h3 {
  margin: 0;
  letter-spacing: 0;
}
.banner-slider__swiper-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner-slider__swiper {
  width: 100%;
  height: 100%;
}
.banner-slider__image {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-slider .banner-slider__image-mobile {
  display: none;
}
.banner-slider .swiper-button-next,
.banner-slider .swiper-button-prev {
  color: #000000;
}
.banner-slider .swiper-pagination-bullet-active {
  background: #000000;
}
.banner-slider .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.banner-slider .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner-slider .swiper .button {
  position: absolute;
  bottom: 60px;
  left: 60px;
}
.banner-slider.banner-slider__no-schedule .swiper .button {
  bottom: 62px;
  left: unset;
  right: 20px;
}
.banner-slider .swiper-container-width {
  padding-top: 30px;
  padding-right: 200px;
  padding-left: 25px;
}
@media (min-width: 48em) {
  .banner-slider .swiper-container-width {
    padding-left: 50px;
  }
}
@media (min-width: 48em) {
  .banner-slider .swiper-container-width {
    padding-top: 70px;
  }
}
@media (min-width: 100em) {
  .banner-slider .swiper-container-width {
    padding-right: 400px;
  }
}
.banner-slider .content {
  -webkit-transform: rotate(355deg);
          transform: rotate(355deg);
  position: relative;
  display: inline-block;
}
.banner-slider .content .first-line,
.banner-slider .content .second-line {
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  text-align: center;
  letter-spacing: 0.05em;
}
.banner-slider .content .first-line {
  background: #00263A;
  color: #71CC98;
  font-size: 32px;
  display: block;
}
.banner-slider .content .second-line {
  background: #71CC98;
  color: #00263A;
  position: relative;
  font-size: 32px;
  left: 90px;
  top: -8px;
  z-index: -1;
}
@media (max-width: 60em) {
  .banner-slider .content .second-line {
    left: 20px;
  }
}
.banner-slider__no-schedule {
  max-height: unset !important;
  min-height: 351px !important;
  max-height: calc(50vh - 270px);
}
.banner-slider__no-schedule .banner-slider__main-wrap {
  max-width: unset;
}
@media (max-width: 64em) {
  .banner-slider__no-schedule {
    max-height: 318px;
  }
  .banner-slider__no-schedule .banner-slider__main-wrap {
    max-height: 318px;
  }
  .banner-slider__no-schedule .button {
    display: none;
  }
}
.banner-slider img {
  height: 100% !important;
}
.banner-slider .swiper-container-width {
  position: relative;
  max-width: 1346px;
  margin: 0 auto;
  height: 100%;
}
.banner-slider .swiper-container-width-arrows {
  position: relative;
  max-width: 1517px;
  margin: 0 auto;
  height: 100%;
  top: -100%;
}
.banner-slider svg {
  max-width: 357px;
  width: 100%;
  height: 100%;
}
.banner-slider .swiper-pagination {
  bottom: 60px !important;
}
@media (max-width: 64em) {
  .banner-slider {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: unset;
  }
  .banner-slider__main-wrap {
    height: 521px;
  }
}
@media (max-width: 90.625em) {
  .banner-slider .content .first-line, .banner-slider .content .second-line {
    font-size: 30px;
  }
  .banner-slider .swiper-container-width-arrows {
    padding: 35px;
  }
  .banner-slider .swiper .button {
    left: 30px;
    bottom: 30px;
  }
}
@media (max-width: 80em) {
  .banner-slider .content .first-line, .banner-slider .content .second-line {
    font-size: 23px;
    min-width: 215px;
    padding: 10px;
  }
}
@media (max-width: 64em) {
  .banner-slider .swiper-paginationm, .banner-slider .swiper-container-width-arrows, .banner-slider .banner-slider__image {
    display: none !important;
  }
  .banner-slider .content {
    left: 0;
  }
  .banner-slider .content .first-line, .banner-slider .content .second-line {
    font-size: 26px;
  }
  .banner-slider .banner-slider__image-mobile {
    display: block;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-slider .swiper .button {
    left: 20px;
  }
}
.banner-slider__image-mobile {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media (max-width: 42.5em) {
  .banner-slider .content .first-line, .banner-slider .content .second-line {
    font-size: 16px;
  }
  .banner-slider__image {
    display: none !important;
  }
  .banner-slider__image-mobile {
    display: block !important;
  }
}
.banner-slider .swiper-pagination-bullet {
  background: transparent !important;
  border: 1px solid black !important;
  opacity: 1 !important;
}
.banner-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black !important;
}

@media (max-width: 100em) {
  .banner-shows:not(.banner-slider__no-schedule) .content {
    padding-left: 0;
  }
  .banner-shows:not(.banner-slider__no-schedule) .content .first-line, .banner-shows:not(.banner-slider__no-schedule) .content .second-line {
    font-size: 33px;
  }
  .banner-shows:not(.banner-slider__no-schedule) .swiper-pagination, .banner-shows:not(.banner-slider__no-schedule) .swiper-container-width-arrows {
    display: none !important;
  }
}

@media (max-width: 90.625em) {
  .banner-slider__no-schedule .swiper-container-width {
    max-width: 1074px;
  }
}

@media (min-width: 64em) {
  .banner-slider__no-schedule:not(.banner-shows) .first-line, .banner-slider__no-schedule:not(.banner-shows) .second-line {
    min-width: 450px;
  }
}

.banner-shows-btn-page {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-bottom: 30px;
}
.banner-shows-btn-page .banner-shows-btn-page-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.banner-shows-btn-page .swiper-pagination {
  position: absolute !important;
  display: inline-block !important;
  height: 20px !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.banner-shows-btn-page .button {
  z-index: 20 !important;
  position: relative !important;
  display: inline-block !important;
}
@media (max-width: 60em) {
  .banner-shows-btn-page .swiper-pagination {
    display: none !important;
  }
}

.schedule {
  width: 100%;
  max-width: 637px;
  padding: 25px;
}
@media (min-width: 1900px) {
  .schedule {
    padding: 50px;
  }
}
.schedule__list {
  list-style-type: none;
}
.schedule__item {
  margin-bottom: 17px;
}
.schedule__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.schedule__item img {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.schedule__item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.schedule__header {
  position: relative;
  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;
  margin-bottom: 10px;
}
.schedule__header h2 {
  margin: 0;
  font-size: 35px;
}
.schedule__image-wrap {
  max-width: 188px;
  min-width: 188px;
  width: 100%;
  height: 157px;
  position: relative;
  overflow: hidden;
}
.schedule__image-wrap img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.schedule__content {
  width: 100%;
  margin-left: 50px;
  border-bottom: 1px solid #71CC98;
  padding-bottom: 20px;
}
.schedule__content p:first-of-type {
  font-size: 18px;
}
.schedule__content p:last-of-type {
  font-size: 16px;
  margin-bottom: 0;
}
.schedule__content .show-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.schedule__content .show-time > * {
  font-weight: 600;
}
.schedule__content .show-time p {
  font-size: 18px !important;
  margin-bottom: 0;
  font-family: "poppins", serif;
}
.schedule__content .show-time p:first-child {
  margin-right: 5px;
}
.schedule__content .show-time p:last-child {
  margin-left: 5px;
}
.schedule__image-content {
  -webkit-transform: rotate(355deg);
          transform: rotate(355deg);
  display: inline-block;
  padding-right: 45px;
  padding-top: 65px;
  padding-left: 10px;
}
@media (max-width: 32.5em) {
  .schedule__image-content {
    top: 43px;
    bottom: unset;
  }
}
.schedule .schedule__first-line,
.schedule .schedule__second-line {
  text-transform: uppercase;
  font-size: 9px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  text-align: center;
  letter-spacing: 0.05em;
}
.schedule .schedule__first-line {
  background: #00263A;
  color: #71CC98;
  display: block;
}
.schedule .schedule__second-line {
  background: #71CC98;
  color: #00263A;
  position: relative;
  left: 20px;
  top: -3px;
  z-index: -1;
}
@media (max-width: 80em) {
  .schedule {
    padding: 35px;
    max-width: 450px;
  }
  .schedule__image-wrap {
    max-width: 145px;
    min-width: 145px;
    height: 145px;
  }
  .schedule__content {
    margin-left: 20px;
  }
  .schedule__content h3, .schedule__content .show-time, .schedule__content .show-time p {
    font-size: 16px;
  }
  .schedule__content p:last-of-type {
    font-size: 14px;
  }
}
@media (max-width: 64em) {
  .schedule {
    padding: 30px;
    max-width: unset;
  }
}
@media (max-width: 48em) {
  .schedule {
    padding: 20px;
  }
}
@media (max-width: 32.5em) {
  .schedule__item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .schedule__image-wrap {
    max-width: unset;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .schedule__content {
    margin-left: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .schedule__content .show-time, .schedule__content .show-time p {
    font-size: 16px !important;
  }
  .schedule h2 {
    font-size: 30px;
  }
  .schedule__list {
    margin-bottom: 0;
  }
  .schedule__header {
    padding-bottom: 15px;
  }
}

.schedule__item .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.schedule__item .play svg {
  width: 55px;
  margin: 0 auto;
}
@media (max-width: 32.5em) {
  .schedule__item .play {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .schedule__item .play svg {
    margin-top: 0;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    height: 55px;
  }
}

/* 

	Banner Slider

*/
/* 

	Banner Image

*/
.banner-image {
  min-height: 443px;
  position: relative;
  width: 100vw;
  height: calc(100vh - 221px - 141px);
}
@media (min-width: 80em) {
  .banner-image {
    margin-top: 221px;
  }
}
@media (max-width: 60em) {
  .banner-image {
    max-height: unset;
  }
}
@media (max-width: 64em) {
  .banner-image {
    max-height: 600px;
  }
}
.banner-image__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
}
.banner-image__image, .banner-image__image-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-image h1 {
  margin: 0;
}
.banner-image .container {
  padding-left: 30px;
}
.banner-image .content {
  -webkit-transform: rotate(355deg);
          transform: rotate(355deg);
  position: relative;
  display: inline-block;
  max-width: 800px;
}
.banner-image .content .first-line,
.banner-image .content .second-line {
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  text-align: center;
  letter-spacing: 0.05em;
}
.banner-image .content .first-line {
  background: #00263A;
  color: #71CC98;
  font-size: 40px;
  display: block;
}
.banner-image .content .second-line {
  background: #71CC98;
  color: #00263A;
  font-size: 40px;
  position: relative;
  left: 90px;
  top: -8px;
  z-index: -1;
}
.banner-image .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-image__sponser {
  height: 141px;
}
.banner-image__sponser .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.banner-image__sponser p {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 40px;
}
.banner-image__sponser img {
  height: 108px;
}
.banner-image__image-mobile {
  display: none;
}
@media (max-width: 80em) {
  .banner-image {
    height: calc(100vh - 193px - 141px);
  }
  .banner-image__image-mobile {
    display: block;
  }
  .banner-image__image {
    display: none;
  }
}
@media (max-width: 64em) {
  .banner-image {
    height: calc(100vh - 100px - 141px);
  }
}
@media (max-width: 48em) {
  .banner-image__first-line, .banner-image__second-line {
    font-size: 24px;
  }
}
@media (max-width: 48em) {
  .banner-image__sponser p {
    font-size: 14px;
    font-weight: normal;
    margin-right: 0;
  }
  .banner-image__sponser .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-image__sponser img {
    height: 68px;
  }
}
@media (max-width: 64em) {
  .banner-image .content .first-line, .banner-image .content .second-line {
    font-size: 33px;
  }
  .banner-image .content .second-line.anim {
    left: 30px;
    top: -7px;
  }
}
@media (max-width: 80em) {
  .banner-image .content {
    max-width: 600px;
  }
  .banner-image .content .first-line, .banner-image .content .second-line {
    font-size: 28px;
  }
  .banner-image .content .second-line {
    left: 30px;
    top: -16px;
  }
}
@media (max-width: 48em) {
  .banner-image .content .first-line, .banner-image .content .second-line {
    font-size: 16px;
  }
  .banner-image .content .second-line {
    left: 30px;
  }
}

/* 

	Banner For Single

*/
@media (min-width: 80em) {
  .banner-single {
    margin-top: 221px;
  }
}
.banner-single h1 {
  margin-top: 0;
}
.banner-single__image-wrap {
  width: 100%;
  padding-bottom: 57%;
  position: relative;
  margin: 42px 0;
}
.banner-single__image-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-single__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-single__footer a {
  display: block;
}
.banner-single__footer a:first-of-type {
  padding-right: 25px;
}
@media (max-width: 60em) {
  .banner-single .banner-single__date, .banner-single h1, .banner-single .banner-single__footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner-single .banner-single__image-wrap {
    padding-bottom: 60%;
  }
}
@media (min-width: 60em) {
  .banner-single .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* 

	Banner For Single

*/
.banner-image-logo {
  position: relative;
  height: 50vh;
  min-height: 350px;
  max-height: 351px;
}
@media (min-width: 80em) {
  .banner-image-logo {
    margin-top: 221px;
  }
}
.banner-image-logo img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.banner-image-logo .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-image-logo svg {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 64em) {
  .banner-image-logo__image {
    display: none;
  }
}
@media (max-width: 80em) {
  .banner-image-logo .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .banner-image-logo svg {
    max-width: 110px;
  }
}
@media (max-width: 42.5em) {
  .banner-image-logo svg {
    display: none !important;
  }
}

.banner-half__image-mobile {
  display: none;
}
@media (max-width: 80em) {
  .banner-half__image-mobile {
    display: block;
  }
}

@media (min-width: 80em) {
  .search-section {
    margin-top: 221px;
  }
}

.home .banner-slider.banner .swiper-pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

@media (min-width: 1280px) {
  .banner-space {
    margin-top: 250px;
  }
}

@media (max-width: 48em) {
  .banner-slider__no-schedule .swiper-container-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .banner-slider__no-schedule .swiper-container-width .content {
    bottom: 90px;
  }
}

@media (min-width: 42.5em) {
  .home .banner-slider.banner .banner-slider__main-wrap .swiper-slide.banner-slider__image-mobile {
    display: none !important;
  }
  .home .banner-slider.banner .banner-slider__main-wrap .swiper-slide.banner-slider__image {
    display: block !important;
  }
}

/* 

	This is to make the slider height the same.

*/
.swiper-slide {
  height: auto !important;
}

/* 

	This is to make the slider height the same.

*/
/* 

	Smaller Image Slider

*/
.small-image-slider .swiper-button-next,
.small-image-slider .swiper-button-prev {
  color: #000000;
}
.small-image-slider .swiper-button-next::after,
.small-image-slider .swiper-button-prev::after {
  font-size: 30px;
}
.small-image-slider .swiper-button-prev {
  left: 30px !important;
}
.small-image-slider .swiper-button-next {
  right: 30px !important;
}
.small-image-slider .swiper-pagination-bullet-active {
  background: #000000;
}
.small-image-slider .swiper-pag,
.small-image-slider .swiper-pag-2,
.small-image-slider .swiper-pag-3,
.small-image-slider .swiper-pag-4 {
  bottom: 18px !important;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1210px) {
  .small-image-slider .swiper-pag,
  .small-image-slider .swiper-pag-2,
  .small-image-slider .swiper-pag-3,
  .small-image-slider .swiper-pag-4 {
    display: none;
  }
}
@media (max-width: 1210px) {
  .small-image-slider .swiper-button-next,
  .small-image-slider .swiper-button-prev {
    bottom: 0;
    top: unset;
  }
}
.small-image-slider__swiper {
  overflow: hidden;
}
.small-image-slider__image {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.small-image-slider .swiper-container,
.small-image-slider .swiper-container-width {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1346px;
}
.small-image-slider .swiper-container {
  position: relative;
  padding-bottom: 70px;
  padding-left: 0;
  padding-right: 0;
}
.small-image-slider .swiper-container .swiper-container-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
@media (min-width: 1074px) {
  .small-image-slider .swiper-container-width {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1210px) {
  .small-image-slider .swiper-container {
    max-width: 1346px;
    padding-bottom: 0;
  }
  .small-image-slider .swiper-container .swiper-container-width {
    max-width: 1074px;
  }
}
@media (min-width: 1515px) {
  .small-image-slider .swiper-container {
    max-width: 1517px;
  }
  .small-image-slider .swiper-container .swiper-container-width {
    max-width: 1346px;
    padding: 0 30px;
  }
}

/* 

	Smaller Image Slider

*/
/* 

	Large Image Slider

*/
.large-image-slider .swiper-button-next,
.large-image-slider .swiper-button-prev {
  color: #000000;
}
.large-image-slider .swiper-button-next::after,
.large-image-slider .swiper-button-prev::after {
  font-size: 30px;
}
.large-image-slider .swiper-button-prev {
  left: 30px !important;
}
.large-image-slider .swiper-button-next {
  right: 30px !important;
}
.large-image-slider .swiper-pagination-bullet-active {
  background: #000000;
}
.large-image-slider .swiper-pag,
.large-image-slider .swiper-pag-2,
.large-image-slider .swiper-pag-3,
.large-image-slider .swiper-pag-4 {
  bottom: 18px !important;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1210px) {
  .large-image-slider .swiper-pag,
  .large-image-slider .swiper-pag-2,
  .large-image-slider .swiper-pag-3,
  .large-image-slider .swiper-pag-4 {
    display: none;
  }
}
@media (max-width: 1210px) {
  .large-image-slider .swiper-button-next,
  .large-image-slider .swiper-button-prev {
    bottom: 0;
    top: unset;
  }
}
.large-image-slider__container--1, .large-image-slider__container--2,
.large-image-slider .swiper-container-width {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-width: 1346px;
  padding-left: 0;
  padding-right: 0;
}
.large-image-slider__container--1 .swiper-container-width, .large-image-slider__container--2 .swiper-container-width,
.large-image-slider .swiper-container-width .swiper-container-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.large-image-slider__container--1 {
  padding-bottom: 30px;
  display: none;
}
.large-image-slider__container--1 .swiper-slide {
  width: 100%;
  padding-bottom: 40%;
  position: relative;
}
.large-image-slider__container--1 .swiper-slide img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.large-image-slider__container--2 {
  padding-bottom: 70px;
}
.large-image-slider__container--2 .swiper-slide {
  width: 100%;
  padding-bottom: 20%;
  position: relative;
}
.large-image-slider__container--2 .swiper-slide img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.large-image-slider .swiper-slide {
  cursor: pointer;
}
@media (min-width: 60em) {
  .large-image-slider__container--1, .large-image-slider__container--2 {
    display: block;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .large-image-slider__container--2 .swiper-slide {
    width: 100%;
    padding-bottom: 10%;
    position: relative;
  }
  .large-image-slider__container--2 .swiper-slide img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1210px) {
  .large-image-slider__container--2 {
    padding-bottom: 0;
  }
  .large-image-slider__container--1, .large-image-slider__container--2 {
    max-width: 1346px;
  }
  .large-image-slider__container--1 .swiper-container-width, .large-image-slider__container--2 .swiper-container-width {
    max-width: 1074px;
  }
}
@media (min-width: 1515px) {
  .large-image-slider__container--1, .large-image-slider__container--2 {
    max-width: 1517px;
  }
  .large-image-slider__container--1 .swiper-container-width, .large-image-slider__container--2 .swiper-container-width {
    max-width: 1286px;
  }
}

/* 

	Large Image Slider

*/
/* 

	Reviews Slider

*/
.reviews .swiper-button-next,
.reviews .swiper-button-prev {
  color: #000000;
}
.reviews .swiper-button-next::after,
.reviews .swiper-button-prev::after {
  font-size: 30px;
}
.reviews .swiper-button-prev {
  left: 30px !important;
}
.reviews .swiper-button-next {
  right: 30px !important;
}
.reviews .swiper-pagination-bullet-active {
  background: #000000;
}
.reviews .swiper-pag,
.reviews .swiper-pag-2,
.reviews .swiper-pag-3,
.reviews .swiper-pag-4 {
  bottom: 18px !important;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1210px) {
  .reviews .swiper-pag,
  .reviews .swiper-pag-2,
  .reviews .swiper-pag-3,
  .reviews .swiper-pag-4 {
    display: none;
  }
}
@media (max-width: 1210px) {
  .reviews .swiper-button-next,
  .reviews .swiper-button-prev {
    bottom: 0;
    top: unset;
  }
}
.reviews__container {
  position: relative;
}
.reviews .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__swiper {
  overflow: hidden;
  max-width: 1072px;
  margin: 0 auto;
}
.reviews img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.reviews__stars i {
  color: rgb(199, 198, 198);
}
.reviews__stars--1 i:nth-child(1) {
  color: #000000;
}
.reviews__stars--2 i:nth-child(1),
.reviews__stars--2 i:nth-child(2) {
  color: #000000;
}
.reviews__stars--3 i:nth-child(1),
.reviews__stars--3 i:nth-child(2),
.reviews__stars--3 i:nth-child(3) {
  color: #000000;
}
.reviews__stars--4 i:nth-child(1),
.reviews__stars--4 i:nth-child(2),
.reviews__stars--4 i:nth-child(3),
.reviews__stars--4 i:nth-child(4) {
  color: #000000;
}
.reviews__stars--5 i:nth-child(1),
.reviews__stars--5 i:nth-child(2),
.reviews__stars--5 i:nth-child(3),
.reviews__stars--5 i:nth-child(4),
.reviews__stars--5 i:nth-child(5) {
  color: #000000;
}
.reviews__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reviews .swiper-container,
.reviews .swiper-container-width {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1346px;
}
.reviews .swiper-container {
  position: relative;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 0;
}
.reviews .swiper-container .swiper-container-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
@media (min-width: 600px) {
  .reviews .swiper-container-width {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1210px) {
  .reviews .swiper-container {
    max-width: 1346px;
    padding-bottom: 0;
  }
  .reviews .swiper-container .swiper-container-width {
    max-width: 1074px;
  }
}
@media (min-width: 1515px) {
  .reviews .swiper-container {
    max-width: 1346px;
  }
  .reviews .swiper-container .swiper-container-width {
    max-width: 1074px;
    padding: 0 30px;
  }
}

/* 

	Reviews Slider

*/
/* 

	Related Posts Slider (On Single)

*/
.related .swiper-button-next,
.related .swiper-button-prev {
  color: #000000;
}
.related .swiper-button-next::after,
.related .swiper-button-prev::after {
  font-size: 30px;
}
.related .swiper-button-prev {
  left: 30px !important;
}
.related .swiper-button-next {
  right: 30px !important;
}
.related .swiper-pagination-bullet-active {
  background: #000000;
}
.related .swiper-pag,
.related .swiper-pag-2,
.related .swiper-pag-3,
.related .swiper-pag-4 {
  bottom: 18px !important;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1210px) {
  .related .swiper-pag,
  .related .swiper-pag-2,
  .related .swiper-pag-3,
  .related .swiper-pag-4 {
    display: none;
  }
}
@media (max-width: 1210px) {
  .related .swiper-button-next,
  .related .swiper-button-prev {
    bottom: 0;
    top: unset;
  }
}
.related__swiper {
  overflow: hidden;
}
.related .swiper-container,
.related .swiper-container-width {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1346px;
}
.related .swiper-container {
  position: relative;
  padding-bottom: 70px;
}
.related .swiper-container .swiper-container-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1210px) {
  .related .swiper-container {
    max-width: 1346px;
    padding-bottom: 0;
  }
  .related .swiper-container .swiper-container-width {
    max-width: 1074px;
  }
}
@media (min-width: 1515px) {
  .related .swiper-container {
    max-width: 1517px;
  }
  .related .swiper-container .swiper-container-width {
    max-width: 1286px;
  }
}

/* 

	Related Posts Slider (On Single)

*/
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next i,
.swiper-button-prev i {
  font-size: 20px;
}

.banner-slider .swiper-button-next {
  right: 45px !important;
}
.banner-slider .swiper-button-prev {
  left: 45px !important;
}

ul.swiper-wrapper {
  margin-bottom: 0;
}

/* 

	Three Column content

*/
/* 

	Three Column content

*/
/* 

	Four Column content

*/
@supports (display: grid) {
  .four-column-content .col-4 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 42.5em) {
  @supports (display: grid) {
    .four-column-content .col-4 {
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px;
    }
  }
}
@media (min-width: 48em) {
  @supports (display: grid) {
    .four-column-content .col-4 {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}
@media (min-width: 60em) {
  .four-column-content .col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.four-column-content__image-wrap {
  width: 100%;
}
.four-column-content__image {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}

/* 

	Four Column content

*/
/* 

	Three Column Panels

*/
@supports (display: grid) {
  .three-column-panels .col-3 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 48em) {
  @supports (display: grid) {
    .three-column-panels .col-3 {
      grid-template-columns: 1fr 1fr;
    }
  }
}
@media (min-width: 60em) {
  @supports (display: grid) {
    .three-column-panels .col-3 {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}
.three-column-panels__col {
  position: relative;
}
.three-column-panels__image-wrap {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.three-column-panels__image-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.three-column-panels__image {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.three-column-panels__text {
  padding: 30px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* 

	Three Column Panels

*/
/* 

	Media Left/right and Content

*/
/* 

	Media Left/right and Content

*/
/* 

	Full Width Image/Video

*/
.full-width-media__image {
  width: 100%;
}
.full-width-media__image img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}

/* 

	Full Width Image/Video

*/
/* 

	Accordion

*/
.accordions .accordion {
  background: #71CC98;
  margin-bottom: 20px;
}
.accordions .accordion .label {
  position: relative;
}
.accordions .accordion .label a {
  height: 40px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #00263A;
  text-decoration: none;
}
.accordions .accordion .label a i {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  color: #00263A;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}
.accordions .accordion .label a h3 {
  margin: 0;
  font-size: 16px;
}
.accordions .accordion .label a.active {
  background: #00263A;
}
.accordions .accordion .label a.active h3, .accordions .accordion .label a.active i {
  color: #ffffff;
}
.accordions .text {
  background: white;
}

/* 

	Accordion

*/
/* 

	Featured Posts/Pages

*/
/* 

	Featured Posts/Pages

*/
/* 

	Three Column Images

*/
.three-column-image__image-wrap {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}
.three-column-image__image-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}

/* 

	Three Column Images

*/
/* 

	Two Column Images

*/
.two-column-image__image-wrap {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}
.two-column-image__image-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}

/* 

	Two Column Images

*/
.grid-links {
  position: relative;
  z-index: 1;
  background: #00263A;
  overflow: hidden;
}
.grid-links h2, .grid-links i {
  color: #ffffff;
}
.grid-links__container {
  width: 100%;
}
.grid-links__container .swiper-wrapper {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 0;
  z-index: 3;
  position: relative;
}
.grid-links__item {
  margin-bottom: 0;
  position: relative;
}
.grid-links__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.grid-links__item a img {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  display: block;
}
.grid-links__item a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.grid-links__item.feature {
  grid-column: 1/4;
}
.grid-links__item.feature .grid-links__item__image-mobile {
  display: none;
}
@media (min-width: 60em) {
  .grid-links__item.feature .grid-links__image-content {
    max-width: 400px;
  }
  .grid-links__item.feature .grid-links__first-line,
  .grid-links__item.feature .grid-links__second-line {
    font-size: 22px;
  }
  .grid-links__item.feature .grid-links__image-content {
    top: 40px;
    left: 40px;
  }
}
@media (min-width: 80em) {
  .grid-links__item.feature .grid-links__first-line,
  .grid-links__item.feature .grid-links__second-line {
    font-size: 33px;
  }
}
@media (max-width: 60em) {
  .grid-links__item.feature .grid-links__item__image-mobile {
    display: block !important;
  }
}
.grid-links__item .grid-links__image-wrap {
  overflow: hidden;
}
.grid-links__item img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-links__item .button {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 120px;
  z-index: 2;
}
.grid-links__item__image-mobile {
  display: none;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 60em) {
  .grid-links__item__image-mobile {
    display: block;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
       object-fit: cover;
  }
  .grid-links__item__image-feature {
    display: none;
  }
}
.grid-links__header {
  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;
  margin-bottom: 20px;
}
.grid-links__header .button {
  display: none;
}
@media (min-width: 60em) {
  .grid-links__header {
    display: block;
  }
}
.grid-links__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}
.grid-links__content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.grid-links__image-content {
  -webkit-transform: rotate(355deg);
          transform: rotate(355deg);
  position: relative;
  display: inline-block;
  top: 133px;
  left: 30px;
  max-width: 270px;
}
@media (max-width: 80em) {
  .grid-links__image-content {
    max-width: 215px;
    top: 95px;
    left: 20px;
  }
}
.grid-links__first-line, .grid-links__second-line {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 80em) {
  .grid-links__first-line, .grid-links__second-line {
    font-size: 14px;
  }
}
@media (max-width: 60em) {
  .grid-links__first-line, .grid-links__second-line {
    font-size: 13px;
  }
}
.grid-links__first-line {
  background: #00263A;
  color: #71CC98;
  display: block;
}
.grid-links__second-line {
  background: #71CC98;
  color: #00263A;
  position: relative;
  left: 90px;
  top: -3px;
  z-index: -1;
}
@media (max-width: 80em) {
  .grid-links__second-line {
    left: 30px;
  }
}
.grid-links__item a, .grid-links__image-wrap, .grid-links__wrap {
  height: 250px;
  width: 100%;
}
@media (min-width: 60em) {
  .grid-links__item a, .grid-links__image-wrap, .grid-links__wrap {
    height: 300px;
  }
}
@media (min-width: 80em) {
  .grid-links__item a, .grid-links__image-wrap, .grid-links__wrap {
    height: 350px;
  }
}
@media (min-width: 60em) {
  .grid-links__footer {
    margin-top: 50px;
  }
}
.grid-links .swiper-button-prev,
.grid-links .swiper-button-next,
.grid-links .swiper-pagination {
  display: none;
}
.grid-links .swiper-pagination {
  bottom: 21px !important;
}
.grid-links.slider-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-links.slider-active .grid-links__item {
  width: 100%;
}
.grid-links.slider-active .grid-links__container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: unset;
}
.grid-links.slider-active .grid-links__image-wrap {
  display: block;
  width: 100%;
  height: 100%;
  padding: unset;
  position: relative;
}
.grid-links.slider-active .grid-links__image-wrap img {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-links.slider-active .grid-links__image-wrap .feature {
  display: none;
}
.grid-links.slider-active .grid-links__footer .button {
  display: none;
}
.grid-links.slider-active .grid-links__header {
  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%;
}
.grid-links.slider-active .grid-links__header .button {
  display: block;
}
.grid-links.slider-active .swiper-pagination {
  position: absolute;
  bottom: 12px;
}
.grid-links.slider-active .grid-links__footer {
  height: 50px;
}
.grid-links.slider-active .swiper-button-prev,
.grid-links.slider-active .swiper-button-next {
  z-index: 11;
  display: block;
}
.grid-links.slider-active .swiper-pagination {
  display: block;
}
.grid-links.slider-active .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #71CC98;
}
.grid-links.slider-active .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #71CC98;
}

.grid-links .grid-links__header.has-more-words {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.two-col-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: #71CC98;
}
.two-col-banner img {
  width: 100%;
  height: 100%;
  min-width: 895px;
}
.two-col-banner__links {
  margin-top: 15px;
}
.two-col-banner__links .button {
  text-align: center;
}
.two-col-banner__links .button:last-of-type {
  min-width: 162px;
}
.two-col-banner__links .button:first-of-type {
  min-width: 162px;
  margin-left: 0;
  margin-right: 38px;
}
.two-col-banner__col-1 {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.two-col-banner__col-1 svg {
  position: relative;
  z-index: 1;
  margin-left: 60px;
  margin-top: 20px;
}
.two-col-banner__col-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 50%;
  max-width: 646px;
  padding-left: 60px;
  background: #71CC98;
  z-index: 5;
  padding-right: 20px;
}
.two-col-banner h2 {
  font-size: 33px;
  margin-bottom: 0;
}
@media (max-width: 64em) {
  .two-col-banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: unset;
  }
  .two-col-banner__col-1, .two-col-banner__col-2 {
    width: 100%;
  }
  .two-col-banner__col-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .two-col-banner img {
    min-width: unset;
  }
  .two-col-banner .button:first-of-type {
    margin-bottom: 15px;
  }
}

.two-col-banner-text {
  position: relative;
}
.two-col-banner-text__col-1, .two-col-banner-text__col-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.two-col-banner-text__col-1 h2, .two-col-banner-text__col-2 h2 {
  font-size: 33px;
  margin-bottom: 0;
  margin-top: 0;
}
.two-col-banner-text .container {
  grid-gap: 120px;
}
.two-col-banner-text__col-1::after {
  content: "";
  background: #71CC98;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.two-col-banner-text__col-2::after {
  content: "";
  background: #00263A;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.two-col-banner-text__col-2 h1, .two-col-banner-text__col-2 h2, .two-col-banner-text__col-2 h3, .two-col-banner-text__col-2 h4, .two-col-banner-text__col-2 h5, .two-col-banner-text__col-2 h6 {
  color: #71CC98;
}
.two-col-banner-text__col-2 p {
  color: #ffffff;
}
.two-col-banner-text__links {
  margin-top: 15px;
}
.two-col-banner-text__links .button {
  text-align: center;
}
.two-col-banner-text__links .button:last-of-type {
  margin-left: 38px;
  min-width: 162px;
}
.two-col-banner-text__links .button:first-of-type {
  min-width: 162px;
  margin-left: 0;
}
.two-col-banner-text__bk-green {
  background: #00263A;
}
.two-col-banner-text__bk-blue {
  background: #71CC98;
}
@media (max-width: 60em) {
  .two-col-banner-text .container.col.col-2 {
    grid-gap: 0;
  }
  .two-col-banner-text__col-1::after, .two-col-banner-text__col-2::after {
    height: 50%;
    width: 100%;
  }
  .two-col-banner-text__col-2::after {
    top: 50%;
  }
}

.two-col-text-banner-is-on-footer .two-col-banner-text__col-2 {
  border-bottom: 1px solid #71CC98;
}

.presenters-slider .swiper-pagination {
  position: relative !important;
  margin-bottom: 30px !important;
}
.presenters-slider .swiper-pagination-bullet {
  background: transparent !important;
  border: 1px solid black !important;
  opacity: 1 !important;
}
.presenters-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black !important;
}
.presenters-slider .selected-posts__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 48em) {
  .presenters-slider h2 {
    padding-left: 27px;
    padding-right: 127px;
  }
  .presenters-slider .swiper-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.presenters-block ul {
  list-style: none;
}
.presenters-block__footer {
  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;
}
.presenters-block__container {
  grid-gap: 70px;
}
.presenters-block__image-wrap {
  width: 100%;
}

.presenters-block__item a {
  width: 100%;
}
.presenters-block__item h3 {
  margin-top: 15px;
  padding-left: 32px;
  padding-right: 32px;
}
.presenters-block__item .presenters-block-image,
.presenters-block__item .presenters-block-giff {
  width: 95%;
}
.presenters-block__item .presenters-block-image {
  display: block;
}
.presenters-block__item .presenters-block-giff {
  display: none;
}
.presenters-block__item.has-giff:hover .presenters-block-image {
  display: none;
}
.presenters-block__item.has-giff:hover .presenters-block-giff {
  display: block;
}

.basic-content {
  position: relative;
  overflow: hidden;
}
.basic-content .container {
  z-index: 3;
}
.basic-content__bk-green {
  background: #71CC98;
}
.basic-content__large-section {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 48em) {
  .basic-content h1, .basic-content h2, .basic-content h3, .basic-content h4 h5, .basic-content h6, .basic-content p, .basic-content a {
    text-align: left !important;
  }
}

.three-column-content {
  position: relative;
  overflow: hidden;
  background: #71CC98;
}
.three-column-content .container {
  z-index: 3;
  position: relative;
}
@supports (display: grid) {
  .three-column-content .col-3 {
    grid-template-columns: 1fr;
    grid-gap: 35px;
  }
}
@media (min-width: 48em) {
  @supports (display: grid) {
    .three-column-content .col-3 {
      grid-template-columns: 1fr 1fr;
    }
  }
}
@media (min-width: 60em) {
  @supports (display: grid) {
    .three-column-content .col-3 {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}
.three-column-content__text {
  margin-top: 40px;
}
.three-column-content__image-wrap {
  width: 100%;
}
.three-column-content__image {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}

.competitions {
  background: #71CC98;
  position: relative;
  overflow: hidden;
}
.competitions .container {
  z-index: 3;
  position: relative;
}
.competitions__header {
  overflow: hidden;
  position: relative;
}
.competitions__header-content {
  display: inline-block;
}
.competitions__header-content::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #00263A;
  position: absolute;
  top: 45%;
  left: 0;
}
.competitions__container {
  margin-top: 25px;
}
@media (min-width: 80em) {
  .competitions__container {
    grid-gap: 30px;
  }
}
.competitions h2 {
  font-size: 33px;
  margin-bottom: 0;
  background-color: #71CC98;
  position: relative;
  display: block;
  z-index: 5;
  padding-right: 30px;
}
.competitions img {
  width: 100%;
}
.competitions__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 48em) {
  .competitions .mh {
    margin-right: 0;
  }
  .competitions .ph {
    padding-left: 0;
    padding-right: 0;
  }
  .competitions h2 {
    font-size: 30px;
  }
  .competitions .competitions__header-content::after {
    top: 55%;
  }
}

.competitions__container img {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.competitions a:hover img {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.media-and-content .media-and-content__content h3,
.media-and-content .media-and-content__content h2 {
  font-size: 33px;
  margin-bottom: 10px;
}
.media-and-content .section-video {
  max-width: 789px;
  margin-left: auto;
  width: 100%;
}
.media-and-content .media-embed {
  padding-top: 66%;
}
.media-and-content__media img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.media-and-content__media.contain-image img {
  font-family: "object-fit:contain";
  -o-object-fit: contain;
     object-fit: contain;
}
.media-and-content__content {
  max-width: 100%;
  width: 100%;
  justify-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (min-width: 64em) {
  .media-and-content__content {
    max-width: 444px;
  }
}
.media-and-content__has-image .media-right {
  grid-template-columns: 1.4fr 1fr;
}
.media-and-content__has-image .media-right .media-and-content__content {
  justify-self: flex-start;
  max-width: 596px;
}
.media-and-content__has-image .media-left {
  grid-template-columns: 1fr 1.4fr;
}
.media-and-content__has-image .media-left .media-and-content__content {
  max-width: 528px;
}
.media-and-content__has-video .media-left {
  grid-template-columns: 1.4fr 1fr;
}
.media-and-content__has-video .media-right {
  grid-template-columns: 1.4fr 1fr;
}
.media-and-content .media-right .media-and-content__media {
  grid-column: 1/2;
  grid-row: 2/3;
}
.media-and-content .media-right .media-and-content__content {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (min-width: 60em) {
  .media-and-content .media-right .media-and-content__media {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .media-and-content .media-right .media-and-content__content {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (max-width: 64em) {
  .media-and-content .container.col-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 60em) {
  .media-and-content .container.col-2 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }
  .media-and-content .container.col-2 .section-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .media-and-content .section-video {
    margin: 0 auto;
  }
}

.selected-posts {
  position: relative;
}
.selected-posts__heading {
  max-width: 668px;
}
.selected-posts__heading h2 {
  font-size: 33px;
  margin-bottom: 0.1em;
}
.selected-posts .selected-posts__header {
  max-width: unset;
}
.selected-posts__container {
  margin-top: 25px;
}
.selected-posts__thumbnail {
  width: 100%;
  height: 100%;
  max-height: 265px;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.selected-posts__footer {
  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;
}
.selected-posts .mySwiper3 {
  margin-top: 30px;
}
.selected-posts .swiper-button-next,
.selected-posts .swiper-button-prev {
  color: black;
}
.selected-posts .swiper-container,
.selected-posts .swiper-container-width {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1517px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.selected-posts .swiper-container {
  position: relative;
  padding-bottom: 70px;
}
.selected-posts .swiper-container .swiper-container-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.selected-posts__footer {
  margin-bottom: 20px;
}
@media (min-width: 1074px) {
  .selected-posts .swiper-container-width {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1346px) {
  .selected-posts .swiper-container {
    max-width: 1517px;
    padding-bottom: 0;
  }
  .selected-posts .swiper-container .swiper-container-width {
    max-width: 1346px;
  }
}
@media (min-width: 1515px) {
  .selected-posts .swiper-container {
    max-width: 1517px;
  }
  .selected-posts .swiper-container .swiper-container-width {
    max-width: 1346px;
    padding: 0 30px;
  }
}
@media (max-width: 48em) {
  .selected-posts h2 {
    font-size: 30px;
  }
}
@media (max-width: 80em) {
  .selected-posts .mySwiper2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
  .selected-posts .swiper-button-next, .selected-posts .swiper-button-prev {
    bottom: 0;
    top: unset;
    color: #71CC98;
    z-index: 12;
  }
  .selected-posts .swiper-button-next {
    right: 20px;
  }
  .selected-posts .swiper-button-prev {
    left: 20px;
  }
  .selected-posts .swiper-pagination-bullet {
    border: 1px solid #000000;
    background: transparent;
  }
  .selected-posts .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000000;
  }
  .selected-posts .swiper-container {
    padding-bottom: 0;
  }
}
@media (max-width: 42.5em) {
  .selected-posts__header {
    margin-bottom: 0;
  }
  .selected-posts__header h2 {
    text-align: left;
  }
}
@media (max-width: 48em) {
  .selected-posts h2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .selected-posts .selected-posts__container-heading {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 48em) {
  .featured-posts .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .featured-posts .swiper-wrapper .block {
    margin-bottom: 20px;
    display: none;
  }
  .featured-posts .swiper-wrapper .block:nth-of-type(1), .featured-posts .swiper-wrapper .block:nth-of-type(2), .featured-posts .swiper-wrapper .block:nth-of-type(3) {
    display: block;
  }
  .featured-posts .selected-posts__heading p {
    display: none;
  }
  .featured-posts .swiper-button-next, .featured-posts .swiper-button-prev {
    display: none !important;
  }
}
.featured-posts .selected-posts__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.featured-posts .swiper-pagination {
  position: relative !important;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
}
.featured-posts .swiper-pagination-bullet {
  background: transparent !important;
  border: 1px solid black !important;
  opacity: 1 !important;
}
.featured-posts .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black !important;
}
@media (max-width: 60em) {
  .featured-posts .swiper-pagination {
    display: none !important;
  }
}

.quote {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
.quote h2 {
  font-size: 40px;
}
.quote p {
  font-size: 35px;
  font-weight: 400;
}
.quote__bk-green {
  background: #71CC98;
  padding-top: 140px;
  padding-bottom: 140px;
}
.quote__large-section {
  padding-top: 200px;
  padding-bottom: 200px;
}
.quote .quote-1 {
  position: absolute;
  top: 30px;
  left: 50px;
  z-index: -1;
}
.quote .quote-1 svg {
  width: 100%;
  max-width: 170px;
}
.quote .container {
  position: relative;
  z-index: 5;
}
.quote .quote-2 {
  position: absolute;
  bottom: -18%;
  right: 84px;
  z-index: -1;
}
.quote .quote-2 svg {
  width: 100%;
  max-width: 170px;
}
@media (max-width: 60em) {
  .quote {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 48em) {
  .quote {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .quote p, .quote h2 {
    text-align: left;
  }
  .quote h2 {
    font-size: 30px;
  }
  .quote p {
    font-size: 20px;
    font-weight: 600;
  }
}
@media (max-width: 60em) {
  .quote.quote__bk-green {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.sponsor-block {
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.sponsor-block__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.sponsor-block .container::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.6993172269)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6993172269) 20%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  display: block;
}
.sponsor-block .container .content-wrap {
  position: relative;
  z-index: 3;
}
.sponsor-block__logo {
  width: 100%;
  max-width: 434px;
  margin-bottom: 150px;
}
.sponsor-block h1, .sponsor-block h2, .sponsor-block h3, .sponsor-block h4, .sponsor-block h5, .sponsor-block h5, .sponsor-block h6, .sponsor-block p, .sponsor-block a {
  color: white;
}
.sponsor-block h2 {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 11px;
  letter-spacing: 2.5px;
}

.shows-section {
  display: block;
}
@media (min-width: 60em) {
  .shows-section .show-block:nth-child(odd) .col1 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .shows-section .show-block:nth-child(odd) .col2 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.shows-section h2 {
  font-size: 40px;
}

.guests {
  background: #71CC98;
}
.guests__container {
  grid-gap: 150px;
  grid-template-columns: 1.34fr 1fr;
}
.guests .button {
  width: 106px !important;
  max-width: unset !important;
}
.guests .button div {
  width: 106px !important;
  max-width: unset !important;
}
.guests__container2 {
  grid-gap: 38px;
}
.guests .col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.guests .img-wrap {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.guests .img-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.guests .upcoming-guest {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.guests .previous-guest {
  height: 100%;
}
.guests .upcoming-guest-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.guests .upcoming-guest-footer div {
  max-width: 262px;
  width: 100%;
}
.guests h3 {
  font-size: 38px;
  margin-bottom: 20px;
}
.guests h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 20px;
  letter-spacing: 0;
}
.guests p {
  margin-bottom: 0;
}
.guests__container2 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media (min-width: 64em) {
  .guests__container2 {
    grid-gap: 25px;
  }
}
@media (max-width: 80em) {
  .guests__container {
    grid-gap: 50px;
  }
}
@media (max-width: 64em) {
  .guests .guest-excerpt {
    display: none;
  }
  .guests__container {
    grid-gap: 30px;
  }
  .guests h4 {
    font-size: 16px;
    font-weight: normal;
  }
  .guests p {
    display: none;
  }
}
@media (max-width: 48em) {
  .guests h2 {
    text-align: left;
  }
  .guests h3 {
    font-size: 20px;
  }
  .guests__container2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}
@media (max-width: 42.5em) {
  .guests__container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
  }
}
.guests .img-wrap {
  overflow: hidden;
}
.guests img {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.guests a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.page-title .container {
  margin: 25px 0;
}
.page-title h1 {
  text-align: center;
  font-size: 55px;
  font-family: "poppins", serif;
  font-weight: bold;
  color: #00263A;
  letter-spacing: -1px;
}
.page-title p {
  text-align: center;
}
.page-title.no-margin-bottom {
  margin-bottom: 30px;
}
.page-title.no-margin-bottom .container {
  max-width: 890px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page-title.no-margin-bottom h1 {
  margin-bottom: 10px;
}
@media (max-width: 64em) {
  .page-title .container {
    margin: 10px 0;
  }
}
@media (max-width: 48em) {
  .page-title h1 {
    text-align: left;
    font-size: 30px;
  }
  .page-title p {
    text-align: left;
  }
}

.highlights {
  position: relative;
}
@media (max-width: 48em) {
  .highlights h1, .highlights h2, .highlights h3, .highlights h4, .highlights h5, .highlights h6, .highlights p {
    text-align: left !important;
  }
}

.competitions-with-image-and-text {
  display: block;
}
.competitions-with-image-and-text .competitions-with-image-and-text-block:nth-child(odd) {
  margin-top: 20px;
}
.competitions-with-image-and-text h3 {
  font-size: 33px;
}
@media (min-width: 60em) {
  .competitions-with-image-and-text .competitions-with-image-and-text-block:nth-child(odd) {
    margin-top: 50px;
  }
  .competitions-with-image-and-text .competitions-with-image-and-text-block:nth-child(odd) .col1 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .competitions-with-image-and-text .competitions-with-image-and-text-block:nth-child(odd) .col2 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .competitions-with-image-and-text__header h2 {
    text-align: center;
  }
}
@media (max-width: 42.5em) {
  .competitions-with-image-and-text h3 {
    font-size: 20px;
  }
}

.competitions-with-image-and-text-block .col1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.competitions-with-image-and-text-block .col2 {
  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;
}
.competitions-with-image-and-text-block .col2 .content {
  max-width: 568px;
  width: 100%;
}
.competitions-with-image-and-text-block h2 {
  font-size: 33px;
}
.competitions-with-image-and-text-block .button {
  margin-top: 30px;
}
.competitions-with-image-and-text-block__img-wrap {
  width: 100%;
}
.competitions-with-image-and-text-block__img-wrap img {
  width: 100%;
  font-family: "object-fit:contain";
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 60em) {
  .competitions-with-image-and-text-block .col2 .content {
    max-width: 100%;
  }
}

.circle-image-text__image-wrap {
  max-width: 584px;
}
.circle-image-text__image-wrap img {
  width: 100%;
}
.circle-image-text .col2, .circle-image-text .col1 {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.circle-image-text .content-wrap {
  max-width: 528px;
  width: 100%;
}
.circle-image-text .content-wrap a {
  color: #71CC98;
}
.circle-image-text h2 {
  font-size: 30px;
}
.circle-image-text.right .col2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.circle-image-text.right .col1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 60em) {
  .circle-image-text .content-wrap {
    max-width: 100%;
  }
}

.two-column-content h1,
.full-width-media h1 {
  font-size: 55px;
  font-family: "poppins", serif;
  font-weight: bold;
  color: #00263A;
  letter-spacing: -1px;
}

.page-template-player-template footer {
  display: none;
}

.player {
  overflow: hidden;
  position: relative;
  background: #71CC98;
}
.player__details {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.player__image-wrap {
  position: relative;
  width: 500px;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}
.player .player-image {
  width: 500px;
  height: 500px;
  display: block;
}
.player .player-song-info {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(57%, rgba(0, 0, 0, 0.6629026611)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6629026611) 57%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  padding: 20px;
}
.player__now-playing {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}
.player__large-btn-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.player__large-play-btn {
  cursor: pointer;
  font-size: 50px;
  background: #71CC98;
  width: 120px;
  height: 120px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border-radius: 50%;
}
.player__controls {
  z-index: 3;
}
.player__controls .fa-play, .player__controls .fa-pause {
  cursor: pointer;
  font-size: 16px;
  background: #71CC98;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.player__controls .fa-pause {
  display: none;
}
.player__buttons {
  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;
  width: 500px;
  margin: 0 auto;
  background: #00263A;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.player__footer-info {
  padding-top: 20px;
  padding-bottom: 20px;
}
.player__footer-info p {
  color: white;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
}
.player__footer-info p:last-of-type {
  margin-bottom: 0;
}
.player__buttons-and-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
}
.player__image-footer {
  width: 89px;
  height: 89px;
  margin-right: 20px;
}
.player__footer-image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.player .audio-btn {
  padding-right: 20px;
}
.player .player__large-play-btn {
  padding-left: 5px;
}
@media (min-width: 42.5em) {
  .player .player__large-play-btn {
    padding-left: 9px;
  }
}
.player .player__buttons-and-name,
.player .player__large-play-btn {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.player .player__buttons-and-name:hover,
.player .player__large-play-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.player #volume-control {
  cursor: pointer;
}
.player #bars {
  display: none;
  height: 30px;
  left: 50%;
  margin: -30px 0 0 -20px;
  position: absolute;
  left: 42px;
  width: 40px;
}
.player .bar {
  background: #ffffff;
  bottom: 1px;
  height: 3px;
  position: absolute;
  width: 3px;
  -webkit-animation: sound 0ms -800ms linear infinite alternate;
          animation: sound 0ms -800ms linear infinite alternate;
}
@-webkit-keyframes sound {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 20px;
  }
}
@keyframes sound {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 20px;
  }
}
.player .bar:nth-child(1) {
  left: 1px;
  -webkit-animation-duration: 474ms;
          animation-duration: 474ms;
}
.player .bar:nth-child(2) {
  left: 5px;
  -webkit-animation-duration: 433ms;
          animation-duration: 433ms;
}
.player .bar:nth-child(3) {
  left: 9px;
  -webkit-animation-duration: 407ms;
          animation-duration: 407ms;
}
.player .bar:nth-child(4) {
  left: 13px;
  -webkit-animation-duration: 458ms;
          animation-duration: 458ms;
}
.player .bar:nth-child(5) {
  left: 17px;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
}
.player .bar:nth-child(6) {
  left: 21px;
  -webkit-animation-duration: 427ms;
          animation-duration: 427ms;
}
.player .bar:nth-child(7) {
  left: 25px;
  -webkit-animation-duration: 441ms;
          animation-duration: 441ms;
}
.player .bar:nth-child(8) {
  left: 29px;
  -webkit-animation-duration: 419ms;
          animation-duration: 419ms;
}
.player .bar:nth-child(9) {
  left: 33px;
  -webkit-animation-duration: 487ms;
          animation-duration: 487ms;
}
.player .bar:nth-child(10) {
  left: 37px;
  -webkit-animation-duration: 442ms;
          animation-duration: 442ms;
}
.player .player-audio {
  display: none;
}
.fa-volume {
  color: white;
  margin-right: 10px;
}

/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=range] {
    overflow: hidden;
    width: 80px;
    -webkit-appearance: none;
    background-color: transparent;
  }
  input[type=range]::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
    color: #71CC98;
    margin-top: -1px;
  }
  input[type=range]::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    height: 10px;
    cursor: ew-resize;
    background: #434343;
    -webkit-box-shadow: -80px 0 0 80px #71CC98;
            box-shadow: -80px 0 0 80px #71CC98;
  }
  .audio-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fa-volume {
    line-height: 1.3;
  }
}
/** FF*/
input[type=range]::-moz-range-progress {
  background-color: #71CC98;
}

input[type=range]::-moz-range-track {
  background-color: #ffffff;
}

/* IE*/
input[type=range]::-ms-fill-lower {
  background-color: #71CC98;
}

input[type=range]::-ms-fill-upper {
  background-color: #ffffff;
}

.player-audio {
  display: none !important;
  opacity: 0 !important;
  height: 0 !important;
}

.audio-btn {
  margin-right: 10px;
}

@media (max-width: 42.5em) {
  .player__image-wrap,
  .player-image {
    width: 250px;
    height: 250px;
  }
  .player-song-info {
    font-size: 13px;
    letter-spacing: 0;
    font-weight: normal;
  }
  .player__large-play-btn {
    font-size: 25px;
    width: 60px;
    height: 60px;
  }
  .player__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .player__footer-info {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .player__buttons-and-name {
    position: relative;
    margin: 0;
    width: 50%;
    display: unset;
    padding: 10px;
  }
  .player__footer-image-text {
    width: 100%;
    border-bottom: 1px solid #71CC98;
  }
  .player__footer-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .audio-btn {
    width: 40%;
    padding: 10px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .player__large-play-btn {
    padding-left: 6px;
  }
  .player__buttons-and-name:hover,
  .player__large-play-btn:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-height: 875px) {
  .player__image-wrap, .player .player-image {
    width: 300px;
    height: 300px;
  }
}
.player-playing .fa-play:not(.header-play-icon) {
  display: none !important;
}
.player-playing .fa-pause {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.player-playing #bars {
  display: block;
}

.player__buttons .fa-play {
  padding-left: 3px !important;
}

.page-template-player-template:not(.mobile-navigation--open) .header-nav-wrap {
  position: unset;
}
.page-template-player-template:not(.mobile-navigation--open) .player {
  height: calc(100vh - 255px);
}
@media (min-width: 42.5em) {
  .page-template-player-template:not(.mobile-navigation--open) .player {
    height: calc(100vh - 190.39px);
  }
}
@media (min-width: 80em) {
  .page-template-player-template:not(.mobile-navigation--open) .player {
    height: calc(100vh - 311.39px);
  }
}
@media (max-height: 500px) {
  .page-template-player-template:not(.mobile-navigation--open) .player {
    overflow-y: scroll;
    padding-top: 20px;
  }
}

.basic-content a, .basic-content a:visited, .two-column-content a, .two-column-content a:visited, .three-column-content a, .three-column-content a:visited {
  color: #71CC98 !important;
  font-weight: bold;
}
.basic-content a:hover, .basic-content a:visited:hover, .two-column-content a:hover, .two-column-content a:visited:hover, .three-column-content a:hover, .three-column-content a:visited:hover {
  color: #469568 !important;
}
.basic-content p, .basic-content a, .two-column-content p, .two-column-content a, .three-column-content p, .three-column-content a {
  font-size: 18px;
}

.page-template-templatesplayer-template-php .sub-menu {
  z-index: 3;
}
.page-template-templatesplayer-template-php .player-header-mobile {
  margin-top: 0;
}

.player-header-mobile__info {
  width: 125px;
}

.two-buttons .button:nth-child(1) {
  margin-right: 7px;
}
.two-buttons .button:nth-child(2) {
  margin-left: 7px;
}
@media (max-width: 48em) {
  .two-buttons .button {
    width: 100%;
  }
  .two-buttons .button:nth-child(1) {
    margin-bottom: 15px;
  }
  .two-buttons .button:nth-child(1), .two-buttons .button:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
}

/* 

	Posts/Pages Excerpt Blocks

*/
.news-block, .page-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.news-block:hover img, .page-block:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.news-block a, .page-block a {
  display: block;
}
.news-block__image-wrap, .page-block__image-wrap {
  overflow: hidden;
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  margin-bottom: 28px;
}
.news-block__image-wrap img, .page-block__image-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.news-block__image-wrap img, .page-block__image-wrap img {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.news-block__title, .page-block__title {
  height: 36px;
}
.news-block__content, .page-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-block__author, .page-block__author {
  text-decoration: underline;
  margin-top: auto;
  font-size: 15px;
  font-family: "poppins", serif;
}
.news-block__date, .page-block__date {
  font-size: 13px;
  font-family: "poppins", serif;
}
.news-block .first-cat, .page-block .first-cat {
  font-size: 15px;
  font-family: "poppins", serif;
}
.news-block a, .page-block a {
  margin-bottom: 0.6em;
}
.news-block h3, .page-block h3 {
  font-family: "poppins", serif;
  font-size: 20px;
  letter-spacing: 0;
  height: unset;
}
@media (max-width: 48em) {
  .news-block__content, .page-block__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 48em) {
  .posts-page__featured-container .news-block .news-block__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* 

	Posts Container (On Archive Template)

*/
@supports (display: grid) {
  #rooster_posts_wrap {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 42.5em) {
  @supports (display: grid) {
    #rooster_posts_wrap {
      grid-template-columns: 1fr 1fr;
    }
  }
}
@media (min-width: 48em) {
  @supports (display: grid) {
    #rooster_posts_wrap {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}
@media (max-width: 48em) {
  #rooster_posts_wrap .news-block__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 48em) {
  #rooster_posts_wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* 

	Posts Container (On Archive Template)

*/
/* 

	Load More Pagination (On Archive Template)

*/
.load-more-posts {
  width: 100%;
  clear: both;
  min-height: 80px;
  text-align: center;
  padding: 20px 0 0 0;
  grid-column: 1/-1;
}
.load-more-posts a {
  display: inline-block;
}
.load-more-posts .load {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  clear: both;
  display: inline-block;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
  border-right: 5px solid rgba(0, 0, 0, 0.1);
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  border-left: 5px solid #000000;
  -webkit-animation: loading 1s infinite linear;
          animation: loading 1s infinite linear;
}

/* 

	Load More Pagination (On Archive Template)

*/
/* 

	Social Icons (On Single)

*/
.social-share {
  padding-bottom: 50px;
}
.social-share__content {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 100%;
  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;
  padding-top: 20px;
  padding-bottom: 20px;
}
.social-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  list-style-type: none;
}
.social-share__list li {
  margin-bottom: 0;
  padding-left: 20px;
}
.social-share__list li a {
  border: 1px solid #000000;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  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;
}
.social-share__text {
  font-weight: bold;
}
@media (min-width: 48em) {
  .social-share__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* 

	Social Icons (On Single)

*/
/* 

	Filter Categories (On Archive Template)

*/
.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.filter .category-filter {
  margin: 0 30px;
  cursor: pointer;
  position: relative;
  width: 120px;
}
.filter .category-filter select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  width: 100%;
  cursor: pointer;
}
.filter .category-filter i {
  pointer-events: none;
  position: absolute;
  top: 4px;
  right: 0;
}
@media (max-width: 48em) {
  .filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .filter .category-filter {
    margin: 20px 0;
  }
}

/* 

	Filter Categories (On Archive Template)

*/
.archive-shows__title {
  font-size: 55px;
  font-family: "poppins", serif;
  font-weight: bold;
  color: #00263A;
  letter-spacing: -1px;
  text-align: center;
}
.archive-shows__filter ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  list-style-type: none;
  grid-gap: 15px;
  margin-bottom: 5px;
}
.archive-shows__filter ul li {
  background: #71CC98;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.archive-shows__filter ul li a {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 0;
  width: 100%;
  padding-left: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive-shows__filter ul li.selected {
  background: #00263A;
}
.archive-shows__filter ul li.selected a {
  color: #ffffff;
}
@media (max-width: 60em) {
  .archive-shows__filter ul li a {
    padding-left: 5px;
  }
}
.archive-shows #shows-list {
  margin-bottom: 0;
}
.archive-shows #shows-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.archive-shows #shows-list li a {
  grid-gap: 0;
}
.archive-shows #shows-list li .archive-shows__content-wrap {
  min-height: 250px;
  width: 678px;
  z-index: 2;
  position: relative;
  background: #f5f5f5;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  -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;
  padding-top: 40px;
  padding-bottom: 40px;
}
.archive-shows #shows-list li .archive-shows__content-wrap .content {
  max-width: 400px;
}
.archive-shows #shows-list li .archive-shows__content-wrap svg {
  position: absolute;
  width: 129px;
  top: 0;
  bottom: 0;
  right: 37px;
  margin: auto;
}
.archive-shows #shows-list li img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.archive-shows #shows-list li .play {
  position: unset;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.archive-shows #shows-list li .play:hover svg {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.archive-shows #shows-list li .schedule-row {
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
.archive-shows #shows-list li .archive-shows__image-wrap:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.archive-shows #shows-list li svg {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.archive-shows__outer-image-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 555;
  padding-top: 20px;
  padding-right: 200px;
  padding-left: 25px;
}
@media (max-width: 64em) {
  .archive-shows__outer-image-content {
    padding-right: 150px;
  }
}
.archive-shows__inner-image-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.archive-shows__inner-image-wrap img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.archive-shows__image-wrap {
  max-width: 664px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.archive-shows__image-content {
  -webkit-transform: rotate(355deg);
          transform: rotate(355deg);
  position: relative;
  display: inline-block;
}
.archive-shows__first-line, .archive-shows__second-line {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 80em) {
  .archive-shows__first-line, .archive-shows__second-line {
    font-size: 14px;
  }
}
@media (max-width: 64em) {
  .archive-shows__first-line, .archive-shows__second-line {
    font-size: 12px;
  }
}
.archive-shows__first-line {
  background: #00263A;
  color: #71CC98;
  display: block;
}
.archive-shows__second-line {
  background: #71CC98;
  color: #00263A;
  position: relative;
  left: 50px;
  top: -5px;
  z-index: -1;
}
@media (max-width: 64em) {
  .archive-shows__second-line {
    left: 30px;
  }
}
.archive-shows h3 {
  margin-bottom: 0;
  letter-spacing: 0;
}
.archive-shows .show-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.archive-shows .show-time > * {
  font-weight: 600;
}
.archive-shows .show-time p {
  font-size: 18px !important;
  margin-bottom: 0;
  font-family: "poppins", serif;
}
.archive-shows .show-time p:first-child {
  margin-right: 5px;
}
.archive-shows .show-time p:last-child {
  margin-left: 5px;
}
.archive-shows__image-mobile {
  display: none;
}
@media (max-width: 80em) {
  .archive-shows ul li a {
    font-size: 16px;
  }
  .archive-shows__image-wrap, .archive-shows #shows-list li .archive-shows__content-wrap {
    width: 50%;
    padding-right: 50px;
  }
  .archive-shows #shows-list li .archive-shows__content-wrap svg {
    width: 50px;
    top: unset;
    bottom: 15px;
    right: 15px;
  }
  .archive-shows__image-mobile {
    display: block;
  }
  .archive-shows__image {
    display: none;
  }
}
@media (max-width: 60em) {
  .archive-shows ul li a {
    font-size: 13px;
  }
}

@media (min-width: 800px) {
  .tax-days .accordions {
    display: none;
  }
}
@media (max-width: 800px) {
  .filter-shows-section,
  .section-schedule-posts {
    display: none;
  }
}
@media (min-width: 60em) {
  .all-shows .site-main .show-block:nth-child(even) .col1 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .all-shows .site-main .show-block:nth-child(even) .col2 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.show-block {
  padding-bottom: 100px;
}
.show-block .col1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.show-block .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.show-block .col2 .content {
  max-width: 528px;
  width: 100%;
}
.show-block h2 {
  font-size: 33px;
}
.show-block .button {
  margin-top: 30px;
}
.show-block__presenter {
  width: 240px !important;
  height: 240px !important;
  position: absolute !important;
  z-index: 99 !important;
  bottom: -20% !important;
  left: 100px;
  right: 385px !important;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
  top: unset !important;
}
.show-block__img-wrap {
  width: 100%;
  padding-bottom: 30%;
  position: relative;
  min-height: 500px;
  max-height: 527px;
}
.show-block__img-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.show-block__image-text-wrap {
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 200px;
  overflow: hidden;
  margin-top: 150px;
}
@media (max-width: 48em) {
  .show-block__image-text-wrap {
    padding-right: 30px;
    margin-top: 0;
  }
}
.show-block__image-content {
  -webkit-transform: rotate(355deg);
          transform: rotate(355deg);
  display: inline-block;
}
.show-block__image-content h3 {
  margin: 0;
}
.show-block__first-line, .show-block__second-line {
  text-transform: uppercase;
  font-size: 23px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 20px;
}
@media (max-width: 90.625em) {
  .show-block__first-line, .show-block__second-line {
    font-size: 16px;
  }
}
.show-block__first-line {
  background: #00263A;
  color: #71CC98;
  display: block;
}
.show-block__second-line {
  background: #71CC98;
  color: #00263A;
  position: relative;
  left: 90px;
  top: -8px;
  z-index: -1;
}
.show-block__main-image-mobile {
  display: block;
}
@media (max-width: 90.625em) {
  .show-block .show-block__second-line {
    top: -4px !important;
    left: 30px !important;
  }
}
@media (max-width: 80em) {
  .show-block {
    padding-bottom: 30px;
  }
  .show-block .col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .show-block__presenter {
    left: unset;
    right: 15px !important;
    width: 105px !important;
    height: 105px !important;
    bottom: -12% !important;
  }
}
@media (max-width: 90.625em) {
  .show-block__presenter {
    width: 170px !important;
    height: 170px !important;
    bottom: -12% !important;
  }
}
@media (max-width: 64em) {
  .show-block .col2 .content {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 42.5em) {
  .show-block .col2 .content {
    margin-top: unset;
  }
  .show-block__img-wrap {
    width: 100%;
    padding-bottom: 80%;
    position: relative;
    height: 316px !important;
    min-height: unset !important;
    max-height: unset !important;
  }
  .show-block__img-wrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
       object-fit: cover;
  }
  .show-block h2 {
    font-size: 20px;
  }
  .show-block__img-wrap {
    margin-bottom: 40px;
  }
}

.post-type-archive-shows main .show-block:last-of-type {
  margin-bottom: 50px;
}

.container-archive-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
@media (min-width: 60em) {
  .container-archive-btn {
    margin-top: 50px;
  }
}

.archive-presenter ul {
  list-style: none;
  grid-gap: 0;
}
@supports (display: grid) {
  .archive-presenter ul {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
@media (min-width: 42.5em) {
  @supports (display: grid) {
    .archive-presenter ul {
      grid-template-columns: 1fr 1fr;
    }
  }
}
.archive-presenter ul h3 {
  padding-left: 32px;
  padding-right: 32px;
}

.page-title-styled {
  height: 190px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-title-styled .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-title-styled .container .content {
  -webkit-transform: rotate(355deg);
          transform: rotate(355deg);
  position: relative;
  top: 40px;
  display: inline-block;
}
.page-title-styled .container .content .first-line,
.page-title-styled .container .content .second-line {
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  text-align: center;
  letter-spacing: 0.05em;
}
.page-title-styled .container .content .first-line {
  background: #00263A;
  color: #71CC98;
  font-size: 32px;
}
@media (min-width: 64em) {
  .page-title-styled .container .content .first-line {
    min-width: 350px;
  }
}
.page-title-styled .container .content .second-line {
  background: #71CC98;
  color: #00263A;
  position: absolute;
  bottom: -64%;
  left: 35%;
  z-index: -1;
  white-space: nowrap;
  font-size: 26px;
}
.page-title-styled h1 {
  margin: 0;
}
@media (max-width: 80em) {
  .page-title-styled {
    margin-bottom: 100px;
  }
}
@media (max-width: 48em) {
  .page-title-styled .first-line, .page-title-styled .second-line {
    font-size: 20px !important;
  }
  .page-title-styled .container .content .second-line {
    bottom: -80%;
  }
}

.posts-page__normal-heading {
  margin-bottom: 30px;
}
.posts-page__normal-heading h2 {
  font-size: 30px;
  margin-bottom: 0.1em;
}
@media (min-width: 60em) {
  .posts-page__normal-heading h2 {
    font-size: 33px;
    margin-bottom: 0.1em;
  }
}
.posts-page__feature-header {
  font-size: 30px;
  margin-bottom: 30px;
}
@media (min-width: 60em) {
  .posts-page__feature-header {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
.posts-page__featured-container {
  grid-gap: 70px;
}
@media (max-width: 60em) {
  .posts-page__featured-container {
    grid-gap: 20px;
  }
  @supports (display: grid) {
    .posts-page__featured-container {
      grid-template-columns: 1fr;
      grid-gap: 20px;
    }
  }
}
@media (max-width: 60em) and (min-width: 42.5em) {
  @supports (display: grid) {
    .posts-page__featured-container {
      grid-template-columns: 1fr 1fr;
    }
  }
}
@media (max-width: 60em) {
  .posts-page__normal-heading {
    margin-bottom: 15px;
  }
}
@media (max-width: 42.5em) {
  .posts-page .news-block__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 42.5em) {
  .posts-page__featured-container, #rooster_posts_wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .posts-page__featured-container .news-block__content, #rooster_posts_wrap .news-block__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-post h1, .single-press_release h1 {
  font-size: 40px;
  font-weight: 900;
  font-family: "poppins", serif;
  letter-spacing: -1px;
}

.related-content {
  background: #F7F7F7;
}
.related-content h2 {
  font-size: 33px;
  margin-bottom: 0.1em;
}
.related-content__button-container {
  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;
}
.related-content__heading-container {
  margin-bottom: 30px;
}
.related-content__heading-container h2 {
  font-size: 33px;
  margin-bottom: 0.1em;
}
@supports (display: grid) {
  .related-content .col-3 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 42.5em) {
  .related-content .col-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  @supports (display: grid) {
    .related-content .col-3 {
      grid-template-columns: 1fr 1fr;
    }
  }
}
@media (min-width: 48em) {
  @supports (display: grid) {
    .related-content .col-3 {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}

.search .search-result {
  background: #00263A;
  padding: 50px;
  margin-bottom: 30px;
  border-bottom: 5px solid #71CC98;
}
.search .search-result h2, .search .search-result h3, .search .search-result h3 a, .search .search-result h4, .search .search-result h5, .search .search-result h6, .search .search-result p {
  color: white;
}
.search .search-result .button {
  margin-top: 20px !important;
}
@media (max-width: 60em) {
  .search .search-result {
    padding: 25px;
  }
}
.search .search-form {
  max-width: 500px;
}
.search #searchsubmit {
  font-size: 16px;
}

.posts-page__container-header {
  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;
}
.posts-page__container-header .filter {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 60em) {
  .posts-page__container-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.pagination .nav-links {
  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;
}
.pagination i {
  font-size: 50px;
}
.pagination .page-numbers {
  font-size: 15px;
  padding: 0 10px;
}
.pagination .prev {
  margin-right: 50px;
}
.pagination .next {
  margin-left: 50px;
}

.post-type-archive-competition .site-main .block:nth-child(odd) .col1 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.post-type-archive-competition .site-main .block:nth-child(odd) .col2 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.accordion-show {
  width: 100%;
  overflow: hidden;
}
.accordion-show__image-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
@media (max-width: 450px) {
  .accordion-show__image-wrap {
    height: 170px;
  }
}
.accordion-show__image-wrap img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.accordion-show img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.accordion-show h3 {
  margin-bottom: 0;
  letter-spacing: 0;
}
.accordion-show .show-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.accordion-show .show-time > * {
  font-weight: 600;
}
.accordion-show .show-time p {
  font-size: 18px !important;
  margin-bottom: 0;
  font-family: "poppins", serif;
}
.accordion-show .show-time p:first-child {
  margin-right: 5px;
}
.accordion-show .show-time p:last-child {
  margin-left: 5px;
}
.accordion-show__content {
  max-width: 304px;
}
.accordion-show .play {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 5;
}
.accordion-show__image-wrap {
  padding-top: 20px;
  padding-right: 100px;
  padding-left: 20px;
}
.accordion-show img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.accordion-show__image-content {
  -webkit-transform: rotate(355deg);
          transform: rotate(355deg);
  display: inline-block;
  position: relative;
}
.accordion-show__first-line, .accordion-show__second-line {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 60em) {
  .accordion-show__first-line, .accordion-show__second-line {
    font-size: 12px;
  }
}
.accordion-show__first-line {
  background: #00263A;
  color: #71CC98;
  display: block;
}
.accordion-show__second-line {
  background: #71CC98;
  color: #00263A;
  position: relative;
  left: 50px;
  top: -5px;
  z-index: -1;
}
@media (max-width: 64em) {
  .accordion-show__second-line {
    left: 30px;
  }
}

.accordion .text a:first-child {
  padding-top: 15px;
}

.load-more-section {
  grid-column: 1/4;
}

.error404 {
  grid-column: 1/4;
}
@media (min-width: 90.625em) {
  .error404 section {
    margin-top: 250px;
  }
}
.error404 section h1 {
  text-align: center;
  font-size: 35px;
  font-family: "poppins", serif;
  font-weight: bold;
  color: #00263A;
  letter-spacing: -1px;
}
@media (min-width: 60em) {
  .error404 section h1 {
    font-size: 55px;
  }
}
.error404 section a {
  text-align: center;
  display: block;
}

@media (max-width: 550px) {
  .show-block__image-text-wrap {
    padding-top: 135px !important;
  }
  .show-block__first-line, .show-block__second-line {
    font-size: 13px !important;
    left: 20px !important;
    top: -4px !important;
  }
}
@media (max-width: 550px) {
  .show-block__image-text-wrap {
    padding-top: 105px !important;
  }
}
@media only screen and (min-width: 550px) and (max-width: 960px) {
  .show-block__image-text-wrap {
    padding-top: 200px !important;
  }
}
@-webkit-keyframes scrollText {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scrollText {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.player-wrap {
  overflow: hidden;
}
.player-wrap > * {
  -webkit-animation: scrollText 10s linear infinite;
          animation: scrollText 10s linear infinite;
  text-wrap: nowrap;
}

/* Scss Document */
form {
  /* RESPONSE / ERRORS*/
}
form p {
  margin: 0;
}
form textarea,
form input[type=tel],
form input[type=email],
form input[type=number],
form input[type=text],
form input[type=password] {
  width: 100%;
  padding: 16px;
  border-radius: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "poppins", serif;
  font-weight: 500;
  background-color: #f1f1f1;
}
form .select-wrap {
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}
form .select-wrap:before {
  content: "\f078";
  width: 25px;
  height: 14px;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 10px;
  top: 25%;
  color: #000000;
  z-index: 4;
}
form .select-wrap select {
  font-family: "poppins", serif;
  font-weight: 500;
  width: 100%;
  position: relative;
  z-index: 3;
  cursor: pointer;
  height: 100%;
  padding: 16px;
  text-indent: 1px;
  text-overflow: "";
  border: none;
  margin-bottom: 0;
  background-color: #f1f1f1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form textarea {
  resize: none;
  min-height: 170px;
  max-width: 100%;
  font-weight: 500;
  font-family: "poppins", serif;
}
form textarea,
form .select-wrap,
form input[type=tel],
form input[type=email],
form input[type=number],
form input[type=text],
form input[type=password] {
  margin-bottom: 20px;
}
form textarea:focus,
form .select-wrap:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form input[type=number]:focus,
form input[type=text]:focus,
form input[type=password]:focus {
  outline: none;
}
form input[type=checkbox] {
  cursor: pointer;
  position: relative;
  top: 4px;
}
form button,
form input[type=submit] {
  width: 136px !important;
  border: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif !important;
  letter-spacing: 0.05em;
  color: #00263A;
  font-weight: 900 !important;
  background-color: #71CC98;
  border: 1px solid transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 11px !important;
  height: 36.89px !important;
}
form .wpcf7-form-control-wrap {
  display: block;
}
form ::-webkit-input-placeholder {
  font-weight: 500;
}
form ::-moz-placeholder {
  font-weight: 500;
}
form :-ms-input-placeholder {
  font-weight: 500;
}
form :-moz-placeholder {
  font-weight: 500;
}
form .wpcf7-acceptance,
form .checkbox {
  margin-bottom: 20px;
}
form .wpcf7-acceptance .wpcf7-list-item,
form .checkbox .wpcf7-list-item {
  margin: 0 10px 20px 0;
}
form .wpcf7-acceptance .wpcf7-list-item label,
form .checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox],
form .checkbox .wpcf7-list-item label input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 5px 0;
  position: relative;
}
form .wpcf7-spinner,
form .wpcf7-spinner:after {
  border-radius: 50%;
  width: 22px !important;
  height: 22px !important;
}
form .wpcf7-spinner {
  clear: both;
  display: block;
  position: relative;
  margin: 0;
  left: 0;
  top: 20px;
  background-image: none !important;
  text-indent: -9999em;
  background-color: transparent !important;
  border-top: 4px solid #e4e4e4 !important;
  border-right: 4px solid #000000 !important;
  border-bottom: 4px solid #000000 !important;
  border-left: 4px solid #000000 !important;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: loading 1s infinite linear;
          animation: loading 1s infinite linear;
}
form .wpcf7-spinner:before {
  content: none;
}
form span.wpcf7-not-valid-tip {
  display: none;
}
form input[type=checkbox] + span.wpcf7-not-valid-tip {
  display: block;
  margin-bottom: 5px;
}
form .wpcf7-response-output {
  margin: 30px 0 !important;
  padding: 15px 20px;
  width: 100%;
  font-family: "poppins", serif;
  border-radius: 0;
}
form textarea.wpcf7-not-valid,
form select.wpcf7-not-valid,
form form .select-wrap select.wpcf7-not-valid,
form input[type=tel].wpcf7-not-valid,
form input[type=email].wpcf7-not-valid,
form input[type=text].wpcf7-not-valid {
  color: #0d2240;
  opacity: 1;
  background-color: #ffd4d4;
  border-color: red;
}
form .invalid .focus-input {
  background-color: #ffd4d4;
}
form div.wpcf7-mail-sent-ng,
form div.wpcf7-validation-errors {
  border: 2px solid red;
  background-color: #ffd4d4;
  width: 100%;
  padding: 16px 20px;
  color: #ec6c6c;
  color: red;
}
form div.wpcf7-mail-sent-ok {
  padding: 20px;
  border: 2px solid #55d2a6;
  margin-bottom: 20px;
  position: relative;
  background-color: #f2fffa;
  color: #0d2240;
}

.wpcf7 label {
  font-weight: bold !important;
}
.wpcf7 span {
  margin-top: 8px;
}

.contact-page {
  padding-top: 40px;
}
@media (min-width: 60em) {
  .contact-page {
    padding-top: 100px;
  }
}

.form-block {
  overflow: hidden;
  position: relative;
  background: #00263A;
}
.form-block .container {
  max-width: 840px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 4;
}
.form-block .wpcf7 {
  margin-top: 30px;
  width: 100%;
}
.form-block h3 {
  font-size: 33px;
}
.form-block br {
  display: none !important;
}
.form-block h1, .form-block h2, .form-block h3, .form-block h4, .form-block h5, .form-block h6, .form-block p {
  color: #ffffff;
}
@media (max-width: 60em) {
  .form-block br {
    display: none;
  }
}
@media (max-width: 48em) {
  .form-block h1, .form-block h2, .form-block h3, .form-block h4, .form-block h5, .form-block h6, .form-block p {
    text-align: left !important;
  }
  .form-block h3 {
    font-size: 20px;
  }
}
.form-block .wpcf7-checkbox {
  margin-top: 0;
  margin-bottom: 40px;
}
.form-block .wpcf7-checkbox .wpcf7-list-item, .form-block .wpcf7-checkbox .wpcf7-list-item-label {
  margin-left: 0;
  margin-top: 0;
}
.form-block .wpcf7-checkbox label {
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.form-block .wpcf7-checkbox input {
  width: 20px;
  height: 20px;
}

.wpcf7-response-output {
  color: white !important;
}

.two-col-banner--image.is-mailchimp {
  background: #00263A !important;
}
.two-col-banner--image.is-mailchimp .two-col-banner__col-2 {
  background: #00263A !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.two-col-banner--image.is-mailchimp h2 {
  color: #71CC98;
  font-size: 30px !important;
}
.two-col-banner--image.is-mailchimp p {
  color: white !important;
  font-size: 14px !important;
}
.two-col-banner--image.is-mailchimp form {
  margin: 0 !important;
}
.two-col-banner--image.is-mailchimp form h2 {
  display: none !important;
}
.two-col-banner--image.is-mailchimp .mc_embed_signup, .two-col-banner--image.is-mailchimp .helper_text, .two-col-banner--image.is-mailchimp #mc_embed_signup_scroll, .two-col-banner--image.is-mailchimp div.mce_inline_error {
  background: #00263A !important;
}
.two-col-banner--image.is-mailchimp label {
  color: white !important;
}
.two-col-banner--image.is-mailchimp .refferal_badge, .two-col-banner--image.is-mailchimp .indicates-required {
  display: none !important;
}
.two-col-banner--image.is-mailchimp #mc-embedded-subscribe, .two-col-banner--image.is-mailchimp #mc_embed_signup_scroll {
  background: #71CC98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.two-col-banner--image.is-mailchimp .mc-field-group {
  min-width: 245px;
  width: 46%;
  margin-right: 20px;
}
.two-col-banner--image.is-mailchimp .optionalParent {
  width: 100%;
  display: block;
}
.two-col-banner--image.is-mailchimp .button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
@media (max-width: 42.5em) {
  .two-col-banner--image.is-mailchimp .mc-field-group {
    width: 100% !important;
    margin-right: 0;
  }
}

.main-footer {
  background: #00263A;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}
.main-footer li a, .main-footer p {
  color: #ffffff;
}
.main-footer__logo {
  max-width: 178px;
  width: 100%;
  margin-bottom: 40px;
}
.main-footer__address {
  width: 50%;
}
.main-footer__address p {
  margin: 0;
}
.main-footer__rooster {
  justify-self: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-footer__rooster a, .main-footer__rooster span {
  color: #ffffff;
}
.main-footer__rooster span {
  margin-right: 4px;
}
.main-footer__rooster svg {
  margin-right: 10px;
}
.main-footer__phone, .main-footer__email {
  color: #ffffff;
}
.main-footer__copy {
  margin-right: 24px;
}
.main-footer__address-contact {
  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;
}
.main-footer__address-contact h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "brandon-grotesque", sans-serif;
}
.main-footer__address-contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.main-footer__phone-email-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 43%;
  margin-left: 20px;
}
.main-footer__small-text {
  color: #71CC98;
  font-size: 21px;
}
.main-footer__top-row, .main-footer__bottom-row-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-footer__top-nav {
  max-width: 290px;
  width: 100%;
}
.main-footer__top-nav ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
.main-footer__top-nav ul li {
  margin-bottom: 15px;
}
.main-footer__bottom-row {
  margin-top: 73px;
}
.main-footer__bottom-row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-footer__bottom-row ul li {
  margin-right: 24px;
  margin-bottom: 0;
}
.main-footer__top-nav ul, .main-footer__bottom-row ul {
  margin-bottom: 0;
  list-style: none;
}
.main-footer__bottom-row-content {
  border-top: 1px solid #71CC98;
  padding-top: 27px;
  padding-bottom: 27px;
}
.main-footer__copyright-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-footer__copyright-legal p {
  margin-bottom: 0;
}
.main-footer__copyright-legal a {
  text-decoration: underline;
}
.main-footer__social {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-footer__social a {
  width: 30px;
  height: 30px;
  border: 1px solid #71CC98;
  border-radius: 50%;
  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;
  margin-right: 20px;
}
.main-footer__social a i {
  color: #71CC98;
}
.main-footer__top-row > div {
  max-width: 541px;
  width: 100%;
}
.main-footer__nav-app-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-footer__nav-app-store > div {
  position: relative;
}
.main-footer__nav-app-store svg {
  width: 170px;
}
.main-footer .apple-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
}
.main-footer .google-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
}
.main-footer__top-row .main-footer__small-text {
  display: none;
  width: 45%;
  color: #71CC98;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  font-family: "brandon-grotesque", sans-serif;
  line-height: 1.25;
  font-weight: 900;
}
.main-footer__address-contact .main-footer__small-text {
  display: block;
  width: 100%;
}
@media (max-width: 60em) {
  .main-footer__top-row .main-footer__small-text {
    font-size: 15px;
  }
  .main-footer__top-row, .main-footer__bottom-row-content, .main-footer__address-contact, .main-footer__copyright-legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-footer__address-contact {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main-footer__copyright-legal {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .main-footer__phone-email-social {
    min-width: 300px;
    margin-left: 0;
  }
  .main-footer__top-row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main-footer__top-row .main-footer__small-text {
    display: block;
  }
  .main-footer__logo {
    margin-bottom: 0;
    width: 50%;
    margin-right: 30px;
    max-width: 100px;
  }
  .main-footer__nav-app-store {
    margin-top: 30px;
    margin-bottom: 40px;
    width: 100%;
  }
  .main-footer__app-links {
    display: none;
  }
  .main-footer__address-contact .main-footer__small-text {
    display: none;
  }
  .main-footer__address {
    margin-bottom: 30px;
  }
  .main-footer__copy, .main-footer .terms-menu, .main-footer__rooster {
    margin-bottom: 20px !important;
  }
  .main-footer__bottom-row {
    margin-top: 30px;
  }
  .main-footer__address-contact > div {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-footer__address-contact {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
@media (max-width: 80em) {
  .main-footer__nav-app-store {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-footer__top-nav {
    margin-bottom: 30px;
  }
}

.main-footer__top-row, .main-footer__bottom-row-content {
  position: relative;
  z-index: 5;
}

.main-footer a:hover {
  color: #71CC98 !important;
}

.main-footer__social a:hover {
  background: #71CC98;
  color: white;
}

/* Scss Document */
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 12%, 0);
            transform: translate3d(0, 12%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 12%, 0);
            transform: translate3d(0, 12%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-8%, 0, 0);
            transform: translate3d(-8%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-8%, 0, 0);
            transform: translate3d(-8%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(8%, 0, 0);
            transform: translate3d(8%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(8%, 0, 0);
            transform: translate3d(8%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

.no-touchevents .sm-fade,
.no-touchevents .sm-slideup,
.no-touchevents .sm-slideleft,
.no-touchevents .sm-slideright {
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.fade,
.sm-fade,
.sm-slideup,
.sm-slideleft,
.sm-slideright {
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.ie .sm-fade,
.ie .sm-slideup,
.ie .sm-slideleft,
.ie .sm-slideright,
.safari .sm-fade,
.safari .sm-slideup,
.safari .sm-slideleft,
.safari .sm-slideright {
  opacity: 1 !important;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes rotate-triangle {
  0% {
    -webkit-transform: translate(1px, 20px);
            transform: translate(1px, 20px);
  }
  50% {
    -webkit-transform: translate(var(--translatespeed), 50px);
            transform: translate(var(--translatespeed), 50px);
  }
  100% {
    -webkit-transform: translate(1px, 20px);
            transform: translate(1px, 20px);
  }
}

@keyframes rotate-triangle {
  0% {
    -webkit-transform: translate(1px, 20px);
            transform: translate(1px, 20px);
  }
  50% {
    -webkit-transform: translate(var(--translatespeed), 50px);
            transform: translate(var(--translatespeed), 50px);
  }
  100% {
    -webkit-transform: translate(1px, 20px);
            transform: translate(1px, 20px);
  }
}
.js-triangle {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}
.js-triangle:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 160px solid currentColor;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
          transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
  -webkit-animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
          animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
  color: #71CC98;
}
@media (max-width: 80em) {
  .js-triangle:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 110px solid currentColor;
  }
}
@media (max-width: 60em) {
  .js-triangle:before {
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 100px solid currentColor;
  }
}
@media (max-width: 48em) {
  .js-triangle:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 80px solid currentColor;
  }
}

.js-header-triangle {
  z-index: -1;
}
.js-header-triangle--1 {
  left: -4rem;
  top: 5rem;
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}
@media (max-width: 80em) {
  .js-header-triangle--1 {
    left: 2rem;
    top: 2rem;
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
  }
}
@media (max-width: 60em) {
  .js-header-triangle--1 {
    left: 2rem;
    top: 2rem;
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
  }
}
@media (max-width: 48em) {
  .js-header-triangle--1 {
    left: 2rem;
    top: 2rem;
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
  }
}
.js-header-triangle--2 {
  left: -8rem;
  top: 6rem;
  -webkit-transform: rotate(51deg);
          transform: rotate(51deg);
}
@media (max-width: 80em) {
  .js-header-triangle--2 {
    left: 1rem;
    top: 4rem;
    -webkit-transform: rotate(51deg);
            transform: rotate(51deg);
  }
}
@media (max-width: 60em) {
  .js-header-triangle--2 {
    left: 1rem;
    top: 4rem;
    -webkit-transform: rotate(51deg);
            transform: rotate(51deg);
  }
}
@media (max-width: 48em) {
  .js-header-triangle--2 {
    left: 1rem;
    top: 4rem;
    -webkit-transform: rotate(51deg);
            transform: rotate(51deg);
  }
}
.js-header-triangle--3 {
  left: 14rem;
  top: 9rem;
  -webkit-transform: rotate(313deg);
          transform: rotate(313deg);
}
@media (max-width: 80em) {
  .js-header-triangle--3 {
    left: 14rem;
    top: 3rem;
    -webkit-transform: rotate(204deg);
            transform: rotate(204deg);
  }
}
@media (max-width: 60em) {
  .js-header-triangle--3 {
    left: 12rem;
    top: 3rem;
    -webkit-transform: rotate(204deg);
            transform: rotate(204deg);
  }
}
@media (max-width: 48em) {
  .js-header-triangle--3 {
    left: 10rem;
    top: 3rem;
    -webkit-transform: rotate(204deg);
            transform: rotate(204deg);
  }
}
.js-header-triangle--4 {
  left: 35rem;
  bottom: -2rem;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
}
@media (max-width: 80em) {
  .js-header-triangle--4 {
    left: 12rem;
    bottom: -4rem;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}
@media (max-width: 60em) {
  .js-header-triangle--4 {
    left: 12rem;
    bottom: -4rem;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}
@media (max-width: 48em) {
  .js-header-triangle--4 {
    left: 6rem;
    bottom: -4rem;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}
.js-header-triangle--5 {
  left: 15rem;
  top: 4rem;
  -webkit-transform: rotate(248deg);
          transform: rotate(248deg);
}
@media (max-width: 80em) {
  .js-header-triangle--5 {
    left: 26rem;
    top: 3.5rem;
    -webkit-transform: rotate(244deg);
            transform: rotate(244deg);
  }
}
@media (max-width: 60em) {
  .js-header-triangle--5 {
    left: 19rem;
    top: 2.5rem;
    -webkit-transform: rotate(244deg);
            transform: rotate(244deg);
  }
}
@media (max-width: 48em) {
  .js-header-triangle--5 {
    left: 13rem;
    top: 2.5rem;
    -webkit-transform: rotate(244deg);
            transform: rotate(244deg);
  }
}
.js-header-triangle--6 {
  right: 34rem;
  top: 17rem;
  -webkit-transform: rotate(227deg);
          transform: rotate(227deg);
}
@media (max-width: 80em) {
  .js-header-triangle--6 {
    right: 18rem;
    top: 3rem;
    -webkit-transform: rotate(227deg);
            transform: rotate(227deg);
  }
}
@media (max-width: 60em) {
  .js-header-triangle--6 {
    right: 18rem;
    top: 2rem;
    -webkit-transform: rotate(227deg);
            transform: rotate(227deg);
  }
}
@media (max-width: 48em) {
  .js-header-triangle--6 {
    right: 5rem;
    top: 2rem;
    -webkit-transform: rotate(227deg);
            transform: rotate(227deg);
  }
}
.js-header-triangle--7 {
  right: 31rem;
  top: 4rem;
  -webkit-transform: rotate(216deg);
          transform: rotate(216deg);
}
@media (max-width: 80em) {
  .js-header-triangle--7 {
    right: -4rem;
    top: -4rem;
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg);
  }
}
@media (max-width: 60em) {
  .js-header-triangle--7 {
    right: -4rem;
    top: -2rem;
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg);
  }
}
@media (max-width: 48em) {
  .js-header-triangle--7 {
    right: -4rem;
    top: -2rem;
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg);
  }
}
.js-header-triangle--8 {
  right: 19rem;
  top: 5rem;
  -webkit-transform: rotate(232deg);
          transform: rotate(232deg);
}
@media (max-width: 80em) {
  .js-header-triangle--8 {
    right: 2rem;
    top: 5rem;
    -webkit-transform: rotate(318deg);
            transform: rotate(318deg);
  }
}
@media (max-width: 60em) {
  .js-header-triangle--8 {
    right: 2rem;
    top: 5rem;
    -webkit-transform: rotate(318deg);
            transform: rotate(318deg);
  }
}
@media (max-width: 48em) {
  .js-header-triangle--8 {
    right: 2rem;
    top: 5rem;
    -webkit-transform: rotate(318deg);
            transform: rotate(318deg);
  }
}
.js-header-triangle--9 {
  right: -13rem;
  top: 2rem;
  -webkit-transform: rotate(72deg);
          transform: rotate(72deg);
}
@media (max-width: 80em) {
  .js-header-triangle--9 {
    right: 29rem;
    top: 4rem;
    -webkit-transform: rotate(310deg);
            transform: rotate(310deg);
  }
}
@media (max-width: 60em) {
  .js-header-triangle--9 {
    right: 22rem;
    top: 5rem;
    -webkit-transform: rotate(310deg);
            transform: rotate(310deg);
  }
}
@media (max-width: 48em) {
  .js-header-triangle--9 {
    right: 13rem;
    top: 5rem;
    -webkit-transform: rotate(310deg);
            transform: rotate(310deg);
  }
}
.js-header-triangle--10 {
  right: 3rem;
  top: 9rem;
  -webkit-transform: rotate(321deg);
          transform: rotate(321deg);
}
@media (max-width: 80em) {
  .js-header-triangle--10 {
    right: 9rem;
    top: 7rem;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}
@media (max-width: 60em) {
  .js-header-triangle--10 {
    right: 6rem;
    top: 7rem;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}
@media (max-width: 48em) {
  .js-header-triangle--10 {
    right: 5rem;
    top: 7rem;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}

.js-triangle-grid {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.js-triangle-grid:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 420px solid currentColor;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
          transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
  -webkit-animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
          animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
  color: #083F5D;
}
@media (max-width: 60em) {
  .js-triangle-grid:before {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 120px solid currentColor;
  }
}

.js-grid-triangle--1 {
  left: 13rem;
  top: 10rem;
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}
@media (max-width: 60em) {
  .js-grid-triangle--1 {
    left: 15rem;
    top: 5rem;
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
  }
}
.js-grid-triangle--2 {
  left: 7rem;
  bottom: 28rem;
  -webkit-transform: rotate(51deg);
          transform: rotate(51deg);
}
@media (max-width: 60em) {
  .js-grid-triangle--2 {
    left: 5rem;
    bottom: 6rem;
    -webkit-transform: rotate(51deg);
            transform: rotate(51deg);
  }
}
.js-grid-triangle--3 {
  top: 25rem;
  right: 7rem;
  -webkit-transform: rotate(230deg);
          transform: rotate(230deg);
}
@media (max-width: 60em) {
  .js-grid-triangle--3 {
    bottom: 4rem;
    right: 3rem;
    -webkit-transform: rotate(333deg);
            transform: rotate(333deg);
  }
}
.js-grid-triangle--4 {
  right: 25rem;
  bottom: 2rem;
  -webkit-transform: rotate(313deg);
          transform: rotate(313deg);
}
@media (max-width: 60em) {
  .js-grid-triangle--4 {
    right: 9rem;
    bottom: 3rem;
    -webkit-transform: rotate(345deg);
            transform: rotate(345deg);
  }
}
.js-grid-triangle--5 {
  right: -20rem;
  bottom: 5rem;
  -webkit-transform: rotate(136deg);
          transform: rotate(136deg);
}
@media (max-width: 60em) {
  .js-grid-triangle--5 {
    display: none;
  }
}

.js-triangle-2-col-banner {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}
.js-triangle-2-col-banner:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 420px solid currentColor;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
          transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
  -webkit-animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
          animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
  color: #71CC98;
}

.js-2-col-banner-triangle {
  z-index: 2;
}
.js-2-col-banner-triangle--1 {
  left: 27rem;
  top: 6rem;
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}
.js-2-col-banner-triangle--2 {
  left: 29rem;
  top: 9rem;
  -webkit-transform: rotate(207deg);
          transform: rotate(207deg);
}

.js-triangle-basic-content {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.js-triangle-basic-content:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 420px solid currentColor;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
          transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
  -webkit-animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
          animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
  color: #62BE8A;
}
@media (max-width: 60em) {
  .js-triangle-basic-content {
    display: none;
  }
}

.js-basic-content-triangle--1 {
  left: 17rem;
  top: 11rem;
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}
.js-basic-content-triangle--2 {
  right: 15rem;
  top: 4rem;
  -webkit-transform: rotate(156deg);
          transform: rotate(156deg);
}
.js-basic-content-triangle--3 {
  right: 9rem;
  top: 21rem;
  -webkit-transform: rotate(238deg);
          transform: rotate(238deg);
}

.js-triangle-3-col-content {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.js-triangle-3-col-content:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 300px solid currentColor;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
          transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
  -webkit-animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
          animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
  color: #62BE8A;
}
@media (max-width: 60em) {
  .js-triangle-3-col-content {
    display: none;
  }
}

.js-3-col-content-triangle--1 {
  left: -7rem;
  top: 17rem;
  -webkit-transform: rotate(242deg);
          transform: rotate(242deg);
}
.js-3-col-content-triangle--2 {
  left: 9rem;
  bottom: 11rem;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
}
.js-3-col-content-triangle--3 {
  right: -8rem;
  top: -4rem;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}
.js-3-col-content-triangle--4 {
  right: -11rem;
  bottom: -7rem;
  -webkit-transform: rotate(129deg);
          transform: rotate(129deg);
}

.js-competition-content {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.js-competition-content:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 200px solid currentColor;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
          transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
  -webkit-animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
          animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
  color: #62BE8A;
}
@media (max-width: 60em) {
  .js-competition-content {
    display: none;
  }
}

.js-competition-triangle--1 {
  left: 14rem;
  bottom: 3rem;
  -webkit-transform: rotate(139deg);
          transform: rotate(139deg);
}
.js-competition-triangle--2 {
  right: 31rem;
  bottom: 3rem;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.js-competition-triangle--3 {
  right: -4rem;
  top: 10rem;
  -webkit-transform: rotate(126deg);
          transform: rotate(126deg);
}

.media-embed svg {
  width: 129px;
}
@media (max-width: 60em) {
  .media-embed svg {
    width: 90px;
  }
}

.js-triangle-footer {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}
.js-triangle-footer:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 170px solid currentColor;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
          transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
  -webkit-animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
          animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
  color: #71CC98;
}
@media (max-width: 64em) {
  .js-triangle-footer {
    display: none;
  }
}

.js-footer-triangle {
  z-index: 2;
}
.js-footer-triangle--1 {
  left: 10rem;
  top: 6rem;
  -webkit-transform: rotate(162deg);
          transform: rotate(162deg);
}
@media (max-width: 1590px) {
  .js-footer-triangle--1 {
    display: none;
  }
}
.js-footer-triangle--2 {
  left: 6rem;
  bottom: 6rem;
  -webkit-transform: rotate(52deg);
          transform: rotate(52deg);
}
@media (max-width: 1590px) {
  .js-footer-triangle--2 {
    display: none;
  }
}
.js-footer-triangle--3 {
  left: 37rem;
  top: 6rem;
  -webkit-transform: rotate(241deg);
          transform: rotate(241deg);
}
@media (max-width: 1622px) {
  .js-footer-triangle--3 {
    display: none;
  }
}
.js-footer-triangle--4 {
  left: 60rem;
  top: 26rem;
  -webkit-transform: rotate(136deg);
          transform: rotate(136deg);
}
@media (max-width: 1535px) {
  .js-footer-triangle--4 {
    display: none;
  }
}
@media (min-width: 1900px) {
  .js-footer-triangle--4 {
    display: none;
  }
}
.js-footer-triangle--5 {
  right: 55rem;
  bottom: -7rem;
  -webkit-transform: rotate(222deg);
          transform: rotate(222deg);
}
@media (max-width: 1350px) {
  .js-footer-triangle--5 {
    display: none;
  }
}
.js-footer-triangle--6 {
  right: 10rem;
  bottom: 2rem;
  -webkit-transform: rotate(316deg);
          transform: rotate(316deg);
}
@media (max-width: 1650px) {
  .js-footer-triangle--6 {
    display: none;
  }
}
.js-footer-triangle--7 {
  right: -6rem;
  bottom: 13em;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}
@media (max-width: 1590px) {
  .js-footer-triangle--7 {
    display: none;
  }
}
.js-footer-triangle--8 {
  right: 30rem;
  top: 8rem;
  -webkit-transform: rotate(220deg);
          transform: rotate(220deg);
}
.js-footer-triangle--9 {
  right: 50rem;
  top: 6rem;
  -webkit-transform: rotate(204deg);
          transform: rotate(204deg);
}
.js-footer-triangle--10 {
  left: 25rem;
  bottom: 0;
  -webkit-transform: rotate(316deg);
          transform: rotate(316deg);
}
@media (max-width: 1650px) {
  .js-footer-triangle--10 {
    display: none;
  }
}

.js-triangle-quote {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}
.js-triangle-quote:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 300px solid currentColor;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
          transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
  -webkit-animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
          animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
  color: #62BE8A;
}

.js-quote-triangle {
  z-index: 2;
}
.js-quote-triangle--1 {
  left: 17rem;
  top: 11rem;
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}
@media (max-width: 64em) {
  .js-quote-triangle--1 {
    left: 7rem;
    top: 1rem;
    -webkit-transform: rotate(119deg);
            transform: rotate(119deg);
  }
}
.js-quote-triangle--2 {
  left: 34rem;
  top: 5rem;
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
}
@media (max-width: 64em) {
  .js-quote-triangle--2 {
    left: 3rem;
    bottom: 7rem;
    top: unset;
    -webkit-transform: rotate(67deg);
            transform: rotate(67deg);
  }
}
.js-quote-triangle--3 {
  right: 31rem;
  top: 14rem;
  -webkit-transform: rotate(231deg);
          transform: rotate(231deg);
}
@media (max-width: 64em) {
  .js-quote-triangle--3 {
    left: 28rem;
    bottom: -9rem;
    top: unset;
    -webkit-transform: rotate(128deg);
            transform: rotate(128deg);
  }
}
.js-quote-triangle--4 {
  right: 5rem;
  top: 8rem;
  -webkit-transform: rotate(242deg);
          transform: rotate(242deg);
}
@media (max-width: 64em) {
  .js-quote-triangle--4 {
    right: 10rem;
    bottom: 2rem;
    top: unset;
    -webkit-transform: rotate(304deg);
            transform: rotate(304deg);
  }
}
.js-quote-triangle--5 {
  right: -3rem;
  top: 10rem;
  -webkit-transform: rotate(67deg);
          transform: rotate(67deg);
}
@media (max-width: 90.625em) {
  .js-quote-triangle--5 {
    right: -17rem;
    bottom: 8rem;
    top: unset;
    -webkit-transform: rotate(138deg);
            transform: rotate(138deg);
  }
}
.js-quote-triangle--6 {
  right: -7rem;
  bottom: -6rem;
  -webkit-transform: rotate(136deg);
          transform: rotate(136deg);
}
@media (max-width: 64em) {
  .js-quote-triangle--6 {
    left: 23rem;
    top: 7rem;
    -webkit-transform: rotate(245deg);
            transform: rotate(245deg);
  }
}
.js-quote-triangle--7 {
  right: 21rem;
  bottom: -6rem;
  -webkit-transform: rotate(144deg);
          transform: rotate(144deg);
}
@media (max-width: 90.625em) {
  .js-quote-triangle--7 {
    display: none;
  }
}
.js-quote-triangle--8 {
  left: 42rem;
  bottom: 11rem;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
@media (max-width: 64em) {
  .js-quote-triangle--8 {
    display: none;
  }
}
.js-quote-triangle--9 {
  left: 12rem;
  bottom: 13rem;
  -webkit-transform: rotate(58deg);
          transform: rotate(58deg);
}
@media (max-width: 64em) {
  .js-quote-triangle--9 {
    display: none;
  }
}
.js-quote-triangle--10 {
  left: -9rem;
  bottom: 9rem;
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (max-width: 64em) {
  .js-quote-triangle--10 {
    display: none;
  }
}

.js-triangle-highlights {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.js-triangle-highlights:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 300px solid currentColor;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
          transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
  -webkit-animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
          animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
  color: rgba(217, 217, 217, 0.2392156863);
}

.js-highlights-triangle--1 {
  top: 4rem;
  left: 11rem;
  -webkit-transform: rotate(139deg);
          transform: rotate(139deg);
}
.js-highlights-triangle--2 {
  left: 5rem;
  bottom: 12rem;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
}
.js-highlights-triangle--3 {
  right: 6rem;
  top: 9rem;
  -webkit-transform: rotate(230deg);
          transform: rotate(230deg);
}
.js-highlights-triangle--4 {
  right: -16rem;
  top: 29rem;
  -webkit-transform: rotate(126deg);
          transform: rotate(126deg);
}
.js-highlights-triangle--5 {
  right: 7rem;
  bottom: 0rem;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.js-triangle-form {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}
.js-triangle-form:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-bottom: 300px solid currentColor;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
          transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
  -webkit-animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
          animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
  color: #083F5D;
}

.js-form-triangle {
  z-index: 2;
}
.js-form-triangle--1 {
  top: 11rem;
  left: 16rem;
  -webkit-transform: rotate(139deg);
          transform: rotate(139deg);
}
@media (max-width: 60em) {
  .js-form-triangle--1 {
    display: none;
  }
}
.js-form-triangle--2 {
  left: 6rem;
  bottom: 27rem;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
}
.js-form-triangle--3 {
  right: 6rem;
  top: 17rem;
  -webkit-transform: rotate(232deg);
          transform: rotate(232deg);
}
@media (max-width: 60em) {
  .js-form-triangle--3 {
    right: -1rem;
    top: 8em;
    -webkit-transform: rotate(196deg);
            transform: rotate(196deg);
  }
}
.js-form-triangle--4 {
  right: -16rem;
  top: 46rem;
  -webkit-transform: rotate(126deg);
          transform: rotate(126deg);
}
.js-form-triangle--5 {
  right: 17rem;
  bottom: 3rem;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.js-triangle-mobile {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}
.js-triangle-mobile:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 70px solid currentColor;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
          transform: rotateX(calc(var(--rotate) - 45deg)) rotateY(-20deg);
  -webkit-animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
          animation: rotate-triangle var(--rotatespeed, 10s) linear infinite;
  color: #71CC98;
}

.js-mobile-triangle {
  z-index: 2;
}
.js-mobile-triangle--1 {
  top: 11rem;
  left: 2rem;
  -webkit-transform: rotate(139deg);
          transform: rotate(139deg);
}
.js-mobile-triangle--2 {
  left: 1.5rem;
  bottom: 12rem;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
}
.js-mobile-triangle--3 {
  right: 1rem;
  top: 15rem;
  -webkit-transform: rotate(202deg);
          transform: rotate(202deg);
}
.js-mobile-triangle--4 {
  right: 2rem;
  bottom: 13rem;
  -webkit-transform: rotate(302deg);
          transform: rotate(302deg);
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

/*
==================================
HEIGHT BASED MEDIA QUERY
==================================
*/
/* HEIGHT AND WIDTH */
/*# sourceMappingURL=styles.css.map */
