@charset "UTF-8";
:root {
  --border-radius: 8px;
  --panel-margin: 30px;
  --panel-margin-minus: -30px;
}
@media only screen and (min-width : 1200px) {
  :root {
    --panel-margin: 50px;
    --panel-margin-minus: -50px;
  }
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

address {
  font-style: normal;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased !important;
}

html,
body {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

:focus {
  outline: none;
}

ol,
ul {
  list-style: none;
}

img {
  border: none;
  width: auto;
  height: auto;
}

.clear {
  clear: both;
}

p:last-child {
  margin-bottom: 0;
}

::-moz-selection {
  background: #e2e2e2;
}

::selection {
  background: #e2e2e2;
  /* Safari */
}

::-moz-selection {
  background: #e2e2e2;
  /* Firefox */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
}

section.bgblack {
  background-color: #000000;
}
section.bgblack h1,
section.bgblack h2,
section.bgblack h3,
section.bgblack h4,
section.bgblack h5,
section.bgblack h6,
section.bgblack p,
section.bgblack li {
  color: #ffffff;
}
body section.bgblack .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
}
body section.bgblack .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E20613;
}
section.bgblack + section.bgblack {
  padding-top: 0;
}

article.bgwhite .text {
  background-color: #ffffff;
}
article.bgwhite .text h1,
article.bgwhite .text h2,
article.bgwhite .text h3,
article.bgwhite .text h4,
article.bgwhite .text h5,
article.bgwhite .text h6,
article.bgwhite .text p,
article.bgwhite .text li,
article.bgwhite .text .more {
  color: #000000;
}

section.bggrey {
  margin: var(--panel-margin) 0;
  position: relative;
}
section.bggrey:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: var(--border-radius);
}
section.bggrey + section.bgwhite {
  margin-top: var(--panel-margin-minus);
}

section.bgwhite section.bggrey {
  margin-top: 0;
}
section.bgwhite + section.bggrey {
  margin-top: 0;
}
section.bgwhite + section.bgwhite {
  padding-top: 0;
}
section.bgwhite .btn {
  background-color: #E20613;
  color: #ffffff;
}
section.bgwhite .btn:hover {
  background-color: #000000;
  color: #ffffff;
}

section.bgred {
  background-color: #E20613;
}
section.bgred h1,
section.bgred h2,
section.bgred h3,
section.bgred h4,
section.bgred h5,
section.bgred h6,
section.bgred p,
section.bgred li {
  color: #ffffff;
}
section.bgred h1 em,
section.bgred h2 em,
section.bgred h3 em,
section.bgred h4 em,
section.bgred h5 em,
section.bgred h6 em {
  color: #ffffff;
  font-weight: 700;
}
section.bgred .btn {
  background-color: #ffffff;
  color: #000000;
}
section.bgred .btn:hover {
  background-color: #000000;
  color: #ffffff;
}

article.bgblack .text {
  background: linear-gradient(45deg, rgb(55, 55, 55) 0%, rgba(0, 0, 0, 0.75) 66%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(41deg, rgba(88, 88, 88, 0.9) 0%, rgba(88, 88, 88, 0.2) 50%, rgba(34, 34, 34, 0) 100%);
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #343434;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}
article.bgblack .text h1,
article.bgblack .text h2,
article.bgblack .text h3,
article.bgblack .text h4,
article.bgblack .text h5,
article.bgblack .text h6,
article.bgblack .text p,
article.bgblack .text li,
article.bgblack .text .more {
  color: #ffffff;
}

body {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (max-width : 1399px) {
  body {
    font-size: 19px;
  }
}
@media only screen and (max-width : 1199px) {
  body {
    font-size: 19px;
  }
}
@media only screen and (max-width : 820px) {
  body {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  body {
    font-size: 17px;
  }
}
body {
  font-family: europa, sans-serif;
}

b,
strong,
th {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: good-times, sans-serif;
  font-weight: 500;
  font-style: italic;
  padding: 0;
  margin: 2em 0 1em;
  color: #000000;
}
@media only screen and (max-width : 740px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin: 1em 0 0.5em;
  }
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
  margin-bottom: 0;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
.h1 em,
.h2 em,
.h3 em,
.h4 em,
.h5 em,
.h6 em {
  font-style: normal;
  color: #E20613;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
.h1.light,
.h2.light,
.h3.light,
.h4.light,
.h5.light,
.h6.light {
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #000000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  color: #000000;
}

p,
ol,
ul,
table,
.intropara {
  padding: 0;
  margin: 0 0 1em 0;
}
p:last-child,
ol:last-child,
ul:last-child,
table:last-child,
.intropara:last-child {
  margin-bottom: 0;
}
p em,
ol em,
ul em,
table em,
.intropara em {
  color: #E20613;
  font-style: normal;
}

#header p,
#header ol,
#header ul,
#header table,
#footer p,
#footer ol,
#footer ul,
#footer table {
  margin: 0;
  padding: 0;
}

* > h1:first-child,
* > h2:first-child,
* > h3:first-child,
* > h4:first-child,
* > h5:first-child,
* > h6:first-child {
  margin-top: 0;
}

h1,
.h1 {
  font-size: 36px;
  line-height: 1.1;
}
@media screen and (min-width: 741px) {
  h1,
  .h1 {
    font-size: 51px;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 61px;
    line-height: 1;
  }
}
@media screen and (min-width: 1500px) {
  h1,
  .h1 {
    font-size: 71px;
    line-height: 0.95;
  }
}
@media screen and (min-width: 1920px) {
  h1,
  .h1 {
    font-size: 91px;
    line-height: 0.95;
  }
}

h2,
.h2 {
  font-size: 32px;
  line-height: 1.1;
}
@media screen and (min-width: 741px) {
  h2,
  .h2 {
    font-size: 37px;
    line-height: 1.05;
  }
}
@media screen and (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 42px;
    line-height: 1.05;
  }
}
@media screen and (min-width: 1500px) {
  h2,
  .h2 {
    font-size: 47px;
    line-height: 1;
  }
}
@media screen and (min-width: 1920px) {
  h2,
  .h2 {
    font-size: 51px;
    line-height: 1;
  }
}

h3,
.h3 {
  font-size: 28px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  h3,
  .h3 {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 35px;
    line-height: 1.05;
  }
}
@media screen and (min-width: 1500px) {
  h3,
  .h3 {
    font-size: 40px;
    line-height: 1.05;
  }
}
@media screen and (min-width: 1920px) {
  h3,
  .h3 {
    font-size: 46px;
    line-height: 1.05;
  }
}

h4,
.h4 {
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  h4,
  .h4 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1500px) {
  h4,
  .h4 {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1920px) {
  h4,
  .h4 {
    font-size: 30px;
    line-height: 1.1;
  }
}

h5,
.h5 {
  font-size: 18px;
  line-height: 1.25;
}
@media screen and (min-width: 741px) {
  h5,
  .h5 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 21px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1500px) {
  h5,
  .h5 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1920px) {
  h5,
  .h5 {
    font-size: 22px;
    line-height: 1.2;
  }
}

h6,
.h6 {
  font-size: 13px;
  line-height: 1.25;
}
@media screen and (min-width: 741px) {
  h6,
  .h6 {
    font-size: 15px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1200px) {
  h6,
  .h6 {
    font-size: 17px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1500px) {
  h6,
  .h6 {
    font-size: 18px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1920px) {
  h6,
  .h6 {
    font-size: 18px;
    line-height: 1.25;
  }
}

.introparabig {
  font-size: 28px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  .introparabig {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1200px) {
  .introparabig {
    font-size: 35px;
    line-height: 1.05;
  }
}
@media screen and (min-width: 1500px) {
  .introparabig {
    font-size: 40px;
    line-height: 1.05;
  }
}
@media screen and (min-width: 1920px) {
  .introparabig {
    font-size: 46px;
    line-height: 1.05;
  }
}
.introparabig {
  line-height: 1.35;
}
@media only screen and (min-width : 741px) {
  .introparabig {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1025px) {
  .introparabig {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1500px) {
  .introparabig {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1920px) {
  .introparabig {
    line-height: 1.35;
  }
}
@media only screen and (max-width : 740px) {
  .introparabig {
    font-size: 27px;
  }
}

.intropara {
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  .intropara {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .intropara {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1500px) {
  .intropara {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1920px) {
  .intropara {
    font-size: 30px;
    line-height: 1.1;
  }
}
.intropara {
  line-height: 1.35;
}
@media only screen and (min-width : 741px) {
  .intropara {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1025px) {
  .intropara {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1500px) {
  .intropara {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1920px) {
  .intropara {
    line-height: 1.35;
  }
}

.xl {
  font-size: 36px;
  line-height: 1.1;
}
@media screen and (min-width: 741px) {
  .xl {
    font-size: 67px;
    line-height: 0.95;
  }
}
@media screen and (min-width: 1200px) {
  .xl {
    font-size: 78px;
    line-height: 0.95;
  }
}
@media screen and (min-width: 1500px) {
  .xl {
    font-size: 89px;
    line-height: 0.95;
  }
}
@media screen and (min-width: 1920px) {
  .xl {
    font-size: 101px;
    line-height: 0.95;
  }
}

.wysiwyg h2,
.wysiwyg h3,
.flex-columns h2,
.flex-columns h3,
.post-content h2,
.post-content h3,
.page-template-gutenberg #website-wrap h2,
.page-template-gutenberg #website-wrap h3 {
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  .wysiwyg h2,
  .wysiwyg h3,
  .flex-columns h2,
  .flex-columns h3,
  .post-content h2,
  .post-content h3,
  .page-template-gutenberg #website-wrap h2,
  .page-template-gutenberg #website-wrap h3 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .wysiwyg h2,
  .wysiwyg h3,
  .flex-columns h2,
  .flex-columns h3,
  .post-content h2,
  .post-content h3,
  .page-template-gutenberg #website-wrap h2,
  .page-template-gutenberg #website-wrap h3 {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1500px) {
  .wysiwyg h2,
  .wysiwyg h3,
  .flex-columns h2,
  .flex-columns h3,
  .post-content h2,
  .post-content h3,
  .page-template-gutenberg #website-wrap h2,
  .page-template-gutenberg #website-wrap h3 {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1920px) {
  .wysiwyg h2,
  .wysiwyg h3,
  .flex-columns h2,
  .flex-columns h3,
  .post-content h2,
  .post-content h3,
  .page-template-gutenberg #website-wrap h2,
  .page-template-gutenberg #website-wrap h3 {
    font-size: 30px;
    line-height: 1.1;
  }
}
.wysiwyg h2,
.wysiwyg h3,
.flex-columns h2,
.flex-columns h3,
.post-content h2,
.post-content h3,
.page-template-gutenberg #website-wrap h2,
.page-template-gutenberg #website-wrap h3 {
  margin: 2em 0 1em;
}
.wysiwyg h2:first-child,
.wysiwyg h3:first-child,
.flex-columns h2:first-child,
.flex-columns h3:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.page-template-gutenberg #website-wrap h2:first-child,
.page-template-gutenberg #website-wrap h3:first-child {
  margin-top: 0;
}
.wysiwyg h2 + p,
.wysiwyg h2 + ul,
.wysiwyg h2 + ol,
.wysiwyg h3 + p,
.wysiwyg h3 + ul,
.wysiwyg h3 + ol,
.flex-columns h2 + p,
.flex-columns h2 + ul,
.flex-columns h2 + ol,
.flex-columns h3 + p,
.flex-columns h3 + ul,
.flex-columns h3 + ol,
.post-content h2 + p,
.post-content h2 + ul,
.post-content h2 + ol,
.post-content h3 + p,
.post-content h3 + ul,
.post-content h3 + ol,
.page-template-gutenberg #website-wrap h2 + p,
.page-template-gutenberg #website-wrap h2 + ul,
.page-template-gutenberg #website-wrap h2 + ol,
.page-template-gutenberg #website-wrap h3 + p,
.page-template-gutenberg #website-wrap h3 + ul,
.page-template-gutenberg #website-wrap h3 + ol {
  margin-top: 0;
}
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.flex-columns h4,
.flex-columns h5,
.flex-columns h6,
.post-content h4,
.post-content h5,
.post-content h6,
.page-template-gutenberg #website-wrap h4,
.page-template-gutenberg #website-wrap h5,
.page-template-gutenberg #website-wrap h6 {
  font-size: 18px;
  line-height: 1.25;
}
@media screen and (min-width: 741px) {
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6,
  .flex-columns h4,
  .flex-columns h5,
  .flex-columns h6,
  .post-content h4,
  .post-content h5,
  .post-content h6,
  .page-template-gutenberg #website-wrap h4,
  .page-template-gutenberg #website-wrap h5,
  .page-template-gutenberg #website-wrap h6 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6,
  .flex-columns h4,
  .flex-columns h5,
  .flex-columns h6,
  .post-content h4,
  .post-content h5,
  .post-content h6,
  .page-template-gutenberg #website-wrap h4,
  .page-template-gutenberg #website-wrap h5,
  .page-template-gutenberg #website-wrap h6 {
    font-size: 21px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1500px) {
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6,
  .flex-columns h4,
  .flex-columns h5,
  .flex-columns h6,
  .post-content h4,
  .post-content h5,
  .post-content h6,
  .page-template-gutenberg #website-wrap h4,
  .page-template-gutenberg #website-wrap h5,
  .page-template-gutenberg #website-wrap h6 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1920px) {
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6,
  .flex-columns h4,
  .flex-columns h5,
  .flex-columns h6,
  .post-content h4,
  .post-content h5,
  .post-content h6,
  .page-template-gutenberg #website-wrap h4,
  .page-template-gutenberg #website-wrap h5,
  .page-template-gutenberg #website-wrap h6 {
    font-size: 22px;
    line-height: 1.2;
  }
}
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.flex-columns h4,
.flex-columns h5,
.flex-columns h6,
.post-content h4,
.post-content h5,
.post-content h6,
.page-template-gutenberg #website-wrap h4,
.page-template-gutenberg #website-wrap h5,
.page-template-gutenberg #website-wrap h6 {
  margin: 2em 0 1em;
}
.wysiwyg h4:first-child,
.wysiwyg h5:first-child,
.wysiwyg h6:first-child,
.flex-columns h4:first-child,
.flex-columns h5:first-child,
.flex-columns h6:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child,
.page-template-gutenberg #website-wrap h4:first-child,
.page-template-gutenberg #website-wrap h5:first-child,
.page-template-gutenberg #website-wrap h6:first-child {
  margin-top: 0;
}
.wysiwyg h4 + p,
.wysiwyg h4 + ul,
.wysiwyg h4 + ol,
.wysiwyg h5 + p,
.wysiwyg h5 + ul,
.wysiwyg h5 + ol,
.wysiwyg h6 + p,
.wysiwyg h6 + ul,
.wysiwyg h6 + ol,
.flex-columns h4 + p,
.flex-columns h4 + ul,
.flex-columns h4 + ol,
.flex-columns h5 + p,
.flex-columns h5 + ul,
.flex-columns h5 + ol,
.flex-columns h6 + p,
.flex-columns h6 + ul,
.flex-columns h6 + ol,
.post-content h4 + p,
.post-content h4 + ul,
.post-content h4 + ol,
.post-content h5 + p,
.post-content h5 + ul,
.post-content h5 + ol,
.post-content h6 + p,
.post-content h6 + ul,
.post-content h6 + ol,
.page-template-gutenberg #website-wrap h4 + p,
.page-template-gutenberg #website-wrap h4 + ul,
.page-template-gutenberg #website-wrap h4 + ol,
.page-template-gutenberg #website-wrap h5 + p,
.page-template-gutenberg #website-wrap h5 + ul,
.page-template-gutenberg #website-wrap h5 + ol,
.page-template-gutenberg #website-wrap h6 + p,
.page-template-gutenberg #website-wrap h6 + ul,
.page-template-gutenberg #website-wrap h6 + ol {
  margin-top: 0;
}
.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol,
.flex-columns p,
.flex-columns ul,
.flex-columns ol,
.post-content p,
.post-content ul,
.post-content ol,
.page-template-gutenberg #website-wrap p,
.page-template-gutenberg #website-wrap ul,
.page-template-gutenberg #website-wrap ol {
  margin: 2.5em 0;
}
@media only screen and (max-width : 1199px) {
  .wysiwyg p,
  .wysiwyg ul,
  .wysiwyg ol,
  .flex-columns p,
  .flex-columns ul,
  .flex-columns ol,
  .post-content p,
  .post-content ul,
  .post-content ol,
  .page-template-gutenberg #website-wrap p,
  .page-template-gutenberg #website-wrap ul,
  .page-template-gutenberg #website-wrap ol {
    margin: 2em 0;
  }
}
@media only screen and (max-width : 740px) {
  .wysiwyg p,
  .wysiwyg ul,
  .wysiwyg ol,
  .flex-columns p,
  .flex-columns ul,
  .flex-columns ol,
  .post-content p,
  .post-content ul,
  .post-content ol,
  .page-template-gutenberg #website-wrap p,
  .page-template-gutenberg #website-wrap ul,
  .page-template-gutenberg #website-wrap ol {
    margin: 1.5em 0;
  }
}
.wysiwyg p:first-child,
.wysiwyg ul:first-child,
.wysiwyg ol:first-child,
.flex-columns p:first-child,
.flex-columns ul:first-child,
.flex-columns ol:first-child,
.post-content p:first-child,
.post-content ul:first-child,
.post-content ol:first-child,
.page-template-gutenberg #website-wrap p:first-child,
.page-template-gutenberg #website-wrap ul:first-child,
.page-template-gutenberg #website-wrap ol:first-child {
  margin-top: 0;
}
.wysiwyg p:last-child,
.wysiwyg ul:last-child,
.wysiwyg ol:last-child,
.flex-columns p:last-child,
.flex-columns ul:last-child,
.flex-columns ol:last-child,
.post-content p:last-child,
.post-content ul:last-child,
.post-content ol:last-child,
.page-template-gutenberg #website-wrap p:last-child,
.page-template-gutenberg #website-wrap ul:last-child,
.page-template-gutenberg #website-wrap ol:last-child {
  margin-bottom: 0;
}
.wysiwyg .btn,
.flex-columns .btn,
.post-content .btn,
.page-template-gutenberg #website-wrap .btn {
  margin: 2.5em 0;
}
@media only screen and (min-width : 1500px) {
  .wysiwyg .btn,
  .flex-columns .btn,
  .post-content .btn,
  .page-template-gutenberg #website-wrap .btn {
    font-size: 20px;
    padding: 20px 35px;
  }
}
.wysiwyg .btn:first-child,
.flex-columns .btn:first-child,
.post-content .btn:first-child,
.page-template-gutenberg #website-wrap .btn:first-child {
  margin-top: 0;
}
.wysiwyg .btn:last-child,
.flex-columns .btn:last-child,
.post-content .btn:last-child,
.page-template-gutenberg #website-wrap .btn:last-child {
  margin-bottom: 0;
}
.wysiwyg ul,
.flex-columns ul,
.post-content ul,
.page-template-gutenberg #website-wrap ul {
  display: grid;
  grid-row-gap: 10px;
}
.wysiwyg ul li,
.flex-columns ul li,
.post-content ul li,
.page-template-gutenberg #website-wrap ul li {
  padding-left: 93px;
  position: relative;
}
@media only screen and (max-width : 820px) {
  .wysiwyg ul li,
  .flex-columns ul li,
  .post-content ul li,
  .page-template-gutenberg #website-wrap ul li {
    padding-left: 53px;
  }
}
@media only screen and (max-width : 740px) {
  .wysiwyg ul li,
  .flex-columns ul li,
  .post-content ul li,
  .page-template-gutenberg #website-wrap ul li {
    padding-left: 33px;
  }
}
.wysiwyg ul li:before,
.flex-columns ul li:before,
.post-content ul li:before,
.page-template-gutenberg #website-wrap ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #E20613;
  left: 0;
  top: 0.8em;
}
@media only screen and (max-width : 820px) {
  .wysiwyg ul li:before,
  .flex-columns ul li:before,
  .post-content ul li:before,
  .page-template-gutenberg #website-wrap ul li:before {
    top: 0.7em;
    width: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .wysiwyg ul li:before,
  .flex-columns ul li:before,
  .post-content ul li:before,
  .page-template-gutenberg #website-wrap ul li:before {
    width: 20px;
  }
}
.wysiwyg ol li,
.flex-columns ol li,
.post-content ol li,
.page-template-gutenberg #website-wrap ol li {
  list-style-type: decimal;
  padding-left: 14px;
  margin-left: 20px;
}
.wysiwyg .video-block,
.wysiwyg .videowrapper,
.wysiwyg .table-block,
.wysiwyg .testimonial,
.wysiwyg .image-wrapper,
.wysiwyg .panel.quote,
.flex-columns .video-block,
.flex-columns .videowrapper,
.flex-columns .table-block,
.flex-columns .testimonial,
.flex-columns .image-wrapper,
.flex-columns .panel.quote,
.post-content .video-block,
.post-content .videowrapper,
.post-content .table-block,
.post-content .testimonial,
.post-content .image-wrapper,
.post-content .panel.quote,
.page-template-gutenberg #website-wrap .video-block,
.page-template-gutenberg #website-wrap .videowrapper,
.page-template-gutenberg #website-wrap .table-block,
.page-template-gutenberg #website-wrap .testimonial,
.page-template-gutenberg #website-wrap .image-wrapper,
.page-template-gutenberg #website-wrap .panel.quote {
  margin-top: 100px;
}
@media only screen and (max-width : 1499px) {
  .wysiwyg .video-block,
  .wysiwyg .videowrapper,
  .wysiwyg .table-block,
  .wysiwyg .testimonial,
  .wysiwyg .image-wrapper,
  .wysiwyg .panel.quote,
  .flex-columns .video-block,
  .flex-columns .videowrapper,
  .flex-columns .table-block,
  .flex-columns .testimonial,
  .flex-columns .image-wrapper,
  .flex-columns .panel.quote,
  .post-content .video-block,
  .post-content .videowrapper,
  .post-content .table-block,
  .post-content .testimonial,
  .post-content .image-wrapper,
  .post-content .panel.quote,
  .page-template-gutenberg #website-wrap .video-block,
  .page-template-gutenberg #website-wrap .videowrapper,
  .page-template-gutenberg #website-wrap .table-block,
  .page-template-gutenberg #website-wrap .testimonial,
  .page-template-gutenberg #website-wrap .image-wrapper,
  .page-template-gutenberg #website-wrap .panel.quote {
    margin-top: 80px;
  }
}
@media only screen and (max-width : 740px) {
  .wysiwyg .video-block,
  .wysiwyg .videowrapper,
  .wysiwyg .table-block,
  .wysiwyg .testimonial,
  .wysiwyg .image-wrapper,
  .wysiwyg .panel.quote,
  .flex-columns .video-block,
  .flex-columns .videowrapper,
  .flex-columns .table-block,
  .flex-columns .testimonial,
  .flex-columns .image-wrapper,
  .flex-columns .panel.quote,
  .post-content .video-block,
  .post-content .videowrapper,
  .post-content .table-block,
  .post-content .testimonial,
  .post-content .image-wrapper,
  .post-content .panel.quote,
  .page-template-gutenberg #website-wrap .video-block,
  .page-template-gutenberg #website-wrap .videowrapper,
  .page-template-gutenberg #website-wrap .table-block,
  .page-template-gutenberg #website-wrap .testimonial,
  .page-template-gutenberg #website-wrap .image-wrapper,
  .page-template-gutenberg #website-wrap .panel.quote {
    margin-top: 50px;
  }
}
.wysiwyg .video-block,
.wysiwyg .videowrapper,
.wysiwyg .table-block,
.wysiwyg .testimonial,
.wysiwyg .image-wrapper,
.wysiwyg .panel.quote,
.flex-columns .video-block,
.flex-columns .videowrapper,
.flex-columns .table-block,
.flex-columns .testimonial,
.flex-columns .image-wrapper,
.flex-columns .panel.quote,
.post-content .video-block,
.post-content .videowrapper,
.post-content .table-block,
.post-content .testimonial,
.post-content .image-wrapper,
.post-content .panel.quote,
.page-template-gutenberg #website-wrap .video-block,
.page-template-gutenberg #website-wrap .videowrapper,
.page-template-gutenberg #website-wrap .table-block,
.page-template-gutenberg #website-wrap .testimonial,
.page-template-gutenberg #website-wrap .image-wrapper,
.page-template-gutenberg #website-wrap .panel.quote {
  margin-bottom: 100px;
}
@media only screen and (max-width : 1499px) {
  .wysiwyg .video-block,
  .wysiwyg .videowrapper,
  .wysiwyg .table-block,
  .wysiwyg .testimonial,
  .wysiwyg .image-wrapper,
  .wysiwyg .panel.quote,
  .flex-columns .video-block,
  .flex-columns .videowrapper,
  .flex-columns .table-block,
  .flex-columns .testimonial,
  .flex-columns .image-wrapper,
  .flex-columns .panel.quote,
  .post-content .video-block,
  .post-content .videowrapper,
  .post-content .table-block,
  .post-content .testimonial,
  .post-content .image-wrapper,
  .post-content .panel.quote,
  .page-template-gutenberg #website-wrap .video-block,
  .page-template-gutenberg #website-wrap .videowrapper,
  .page-template-gutenberg #website-wrap .table-block,
  .page-template-gutenberg #website-wrap .testimonial,
  .page-template-gutenberg #website-wrap .image-wrapper,
  .page-template-gutenberg #website-wrap .panel.quote {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width : 740px) {
  .wysiwyg .video-block,
  .wysiwyg .videowrapper,
  .wysiwyg .table-block,
  .wysiwyg .testimonial,
  .wysiwyg .image-wrapper,
  .wysiwyg .panel.quote,
  .flex-columns .video-block,
  .flex-columns .videowrapper,
  .flex-columns .table-block,
  .flex-columns .testimonial,
  .flex-columns .image-wrapper,
  .flex-columns .panel.quote,
  .post-content .video-block,
  .post-content .videowrapper,
  .post-content .table-block,
  .post-content .testimonial,
  .post-content .image-wrapper,
  .post-content .panel.quote,
  .page-template-gutenberg #website-wrap .video-block,
  .page-template-gutenberg #website-wrap .videowrapper,
  .page-template-gutenberg #website-wrap .table-block,
  .page-template-gutenberg #website-wrap .testimonial,
  .page-template-gutenberg #website-wrap .image-wrapper,
  .page-template-gutenberg #website-wrap .panel.quote {
    margin-bottom: 50px;
  }
}
.wysiwyg .video-block:first-child,
.wysiwyg .videowrapper:first-child,
.wysiwyg .table-block:first-child,
.wysiwyg .testimonial:first-child,
.wysiwyg .image-wrapper:first-child,
.wysiwyg .panel.quote:first-child,
.flex-columns .video-block:first-child,
.flex-columns .videowrapper:first-child,
.flex-columns .table-block:first-child,
.flex-columns .testimonial:first-child,
.flex-columns .image-wrapper:first-child,
.flex-columns .panel.quote:first-child,
.post-content .video-block:first-child,
.post-content .videowrapper:first-child,
.post-content .table-block:first-child,
.post-content .testimonial:first-child,
.post-content .image-wrapper:first-child,
.post-content .panel.quote:first-child,
.page-template-gutenberg #website-wrap .video-block:first-child,
.page-template-gutenberg #website-wrap .videowrapper:first-child,
.page-template-gutenberg #website-wrap .table-block:first-child,
.page-template-gutenberg #website-wrap .testimonial:first-child,
.page-template-gutenberg #website-wrap .image-wrapper:first-child,
.page-template-gutenberg #website-wrap .panel.quote:first-child {
  margin-top: 0;
}
.wysiwyg .video-block:last-child,
.wysiwyg .videowrapper:last-child,
.wysiwyg .table-block:last-child,
.wysiwyg .testimonial:last-child,
.wysiwyg .image-wrapper:last-child,
.wysiwyg .panel.quote:last-child,
.flex-columns .video-block:last-child,
.flex-columns .videowrapper:last-child,
.flex-columns .table-block:last-child,
.flex-columns .testimonial:last-child,
.flex-columns .image-wrapper:last-child,
.flex-columns .panel.quote:last-child,
.post-content .video-block:last-child,
.post-content .videowrapper:last-child,
.post-content .table-block:last-child,
.post-content .testimonial:last-child,
.post-content .image-wrapper:last-child,
.post-content .panel.quote:last-child,
.page-template-gutenberg #website-wrap .video-block:last-child,
.page-template-gutenberg #website-wrap .videowrapper:last-child,
.page-template-gutenberg #website-wrap .table-block:last-child,
.page-template-gutenberg #website-wrap .testimonial:last-child,
.page-template-gutenberg #website-wrap .image-wrapper:last-child,
.page-template-gutenberg #website-wrap .panel.quote:last-child {
  margin-bottom: 0;
}
.wysiwyg .video-block:first-child,
.flex-columns .video-block:first-child,
.post-content .video-block:first-child,
.page-template-gutenberg #website-wrap .video-block:first-child {
  margin-top: 0;
}
.wysiwyg .video-block:last-child,
.flex-columns .video-block:last-child,
.post-content .video-block:last-child,
.page-template-gutenberg #website-wrap .video-block:last-child {
  margin-bottom: 0;
}
.wysiwyg .video-block img,
.flex-columns .video-block img,
.post-content .video-block img,
.page-template-gutenberg #website-wrap .video-block img {
  margin-bottom: 0;
}
.wysiwyg .table-block,
.flex-columns .table-block,
.post-content .table-block,
.page-template-gutenberg #website-wrap .table-block {
  width: 100%;
}
.wysiwyg p > .btn:first-child,
.flex-columns p > .btn:first-child,
.post-content p > .btn:first-child,
.page-template-gutenberg #website-wrap p > .btn:first-child {
  margin-top: 0;
}
.wysiwyg .btn,
.flex-columns .btn,
.post-content .btn,
.page-template-gutenberg #website-wrap .btn {
  display: flex;
}
@media only screen and (min-width : 741px) {
  .wysiwyg .btn,
  .flex-columns .btn,
  .post-content .btn,
  .page-template-gutenberg #website-wrap .btn {
    max-width: fit-content;
  }
}
.wysiwyg > figure,
.flex-columns > figure,
.post-content > figure,
.page-template-gutenberg #website-wrap > figure {
  overflow: hidden;
  border-radius: var(--border-radius);
}
table {
  display: grid;
  width: 100%;
  grid-row-gap: 10px;
}
table tr {
  background-color: #ffffff;
  display: grid;
  border-radius: var(--border-radius);
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
table thead,
table tbody {
  display: grid;
  width: 100%;
  /* grid-template-columns: 1fr 1fr 1fr; */
}
table tbody {
  grid-row-gap: 10px;
}
table tbody tr {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width : 740px) {
  table tbody tr {
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
  }
}
table td,
table th {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
table td:first-child,
table th:first-child {
  padding-left: 40px;
}
@media only screen and (max-width : 820px) {
  table td:first-child,
  table th:first-child {
    padding-left: 20px;
  }
}
@media only screen and (max-width : 740px) {
  table td:first-child,
  table th:first-child {
    padding-left: 10px;
  }
}
table td:last-child,
table th:last-child {
  padding-right: 40px;
}
@media only screen and (max-width : 820px) {
  table td:last-child,
  table th:last-child {
    padding-right: 20px;
  }
}
@media only screen and (max-width : 740px) {
  table td:last-child,
  table th:last-child {
    padding-right: 10px;
  }
  .leaderboard table td:last-child,
  .leaderboard table th:last-child {
    text-align: right;
  }
}
table th {
  white-space: nowrap;
  background-color: #000000;
  color: #ffffff;
  min-height: 76px;
  font-size: 16px;
  font-family: good-times, sans-serif;
  font-weight: 500;
  font-style: italic;
}
@media only screen and (max-width : 820px) {
  table th {
    min-height: 60px;
    font-size: 15px;
  }
}
@media only screen and (max-width : 740px) {
  table th {
    min-height: 50px;
    font-size: 11px;
    white-space: normal;
  }
}
table th:first-child {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
table th:last-child {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
table td {
  min-height: 100px;
}
@media only screen and (max-width : 820px) {
  table td {
    min-height: 80px;
  }
}
@media only screen and (min-width : 741px) and (max-width : 820px) {
  table td {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  table td {
    min-height: 65px;
    font-size: 15px;
  }
}
table td.noresults {
  text-align: center;
}

.sml {
  font-size: 13px;
}

.med {
  font-size: 16px;
}

.fontbold {
  font-weight: 700;
}

.fontmedium {
  font-weight: 500;
}

.fontnormal {
  font-weight: 500;
}

.fontlight {
  font-weight: 300;
}

.italic {
  font-style: italic;
}

.strikethrough {
  text-decoration: line-through;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: none;
  font-weight: 400;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media only screen and (max-width : 820px) {
  .text-center-sm {
    text-align: center;
  }
  .text-left-sm {
    text-align: left;
  }
}
@media only screen and (max-width : 740px) {
  .text-center-xs {
    text-align: center !important;
  }
  .text-left-xs {
    text-align: left !important;
  }
}
@media only screen and (max-width : 540px) {
  .text-center-xxs {
    text-align: center !important;
  }
  .text-left-xxs {
    text-align: left !important;
  }
}
a:focus {
  outline: none;
}

a {
  color: #000000;
  text-decoration: none;
}

ul.inline-block li {
  display: inline-block;
}

.btn,
input[type=submit] {
  font-size: 22px;
  padding: 30px 50px;
}
@media only screen and (max-width : 1919px) {
  .btn,
  input[type=submit] {
    font-size: 20px;
    padding: 25px 40px;
  }
}
@media only screen and (max-width : 1499px) {
  .btn,
  input[type=submit] {
    font-size: 19px;
    padding: 20px 30px;
  }
}
@media only screen and (max-width : 1399px) {
  .btn,
  input[type=submit] {
    font-size: 18px;
    padding: 16px 26px;
  }
}
@media only screen and (max-width : 740px) {
  .btn,
  input[type=submit] {
    font-size: 16px;
    padding: 10px;
  }
}
.btn,
input[type=submit] {
  font-weight: 700;
  font-family: good-times, sans-serif;
  font-style: italic;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius);
  vertical-align: middle;
  border-width: 0;
  cursor: pointer;
  line-height: 1.3;
  text-transform: uppercase;
  position: relative;
  display: flex;
  max-width: fit-content;
  background-color: #E20613;
  color: #ffffff;
}
.btn:hover,
input[type=submit]:hover {
  background-color: #ffffff;
  color: #000000;
}
.btn,
input[type=submit] {
  margin-top: 40px;
}
@media only screen and (max-width : 820px) {
  .btn,
  input[type=submit] {
    margin-top: 25px;
  }
}
@media only screen and (max-width : 740px) {
  .btn,
  input[type=submit] {
    margin-top: 20px;
  }
}
.btn,
input[type=submit] {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn.fullwidth,
input[type=submit].fullwidth {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.btn:after,
input[type=submit]:after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 0 12px;
  transition: transform 0.3s ease-in-out;
}
.btn:hover:after,
input[type=submit]:hover:after {
  transform: translateX(10px);
}
@media only screen and (min-width : 1500px) {
  .btn.btn-big,
  input[type=submit].btn-big {
    padding-left: 87px;
    padding-right: 87px;
  }
}

input[type=submit] {
  background-color: #E20613;
  color: #ffffff;
}
input[type=submit]:hover {
  background-color: #000000;
  color: #ffffff;
}

.btn-alt {
  background-color: #ffffff;
  color: #000000;
}
.btn-alt:hover {
  background-color: #E20613;
  color: #ffffff;
}

.more {
  padding: 0;
  border-width: 0;
  display: flex;
  align-items: center;
  max-width: fit-content;
  font-weight: 700;
  font-family: good-times, sans-serif;
  font-style: italic;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
}
.more.arrow:after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-weight: 300;
  margin: 0 0 0 12px;
  transition: transform 0.3s ease-in-out;
}
.more.arrow:hover:after {
  transform: translateX(10px);
}

button {
  border: 0;
}

html {
  height: 100%;
}
html body {
  color: #000000;
  background-color: #ffffff;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
    overflow: hidden;
  }
}
.outer {
  position: relative;
}

.container,
.container-fluid,
#nav .nav > li .sub-menu > li.megamenu,
.ctcc-inner {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media only screen and (min-width : 541px) {
  .container,
  .container-fluid,
  #nav .nav > li .sub-menu > li.megamenu,
  .ctcc-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width : 741px) {
  .container,
  .container-fluid,
  #nav .nav > li .sub-menu > li.megamenu,
  .ctcc-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width : 1025px) {
  .container,
  .container-fluid,
  #nav .nav > li .sub-menu > li.megamenu,
  .ctcc-inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.container,
#nav .nav > li .sub-menu > li.megamenu,
.ctcc-inner {
  max-width: 1840px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#website-wrap {
  overflow: hidden;
  z-index: 1;
}

.section {
  padding-top: 150px;
}
@media only screen and (max-width : 1499px) {
  .section {
    padding-top: 110px;
  }
}
@media only screen and (max-width : 740px) {
  .section {
    padding-top: 50px;
  }
}
.section {
  padding-bottom: 150px;
}
@media only screen and (max-width : 1499px) {
  .section {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width : 740px) {
  .section {
    padding-bottom: 50px;
  }
}
.section:first-child {
  padding-top: calc(150px + 90px);
}
@media only screen and (max-width : 1499px) {
  .section:first-child {
    padding-top: calc(110px + 90px);
  }
}
@media only screen and (max-width : 740px) {
  .section:first-child {
    padding-top: calc(50px + 70px);
  }
}

.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.videowrapper iframe,
.videowrapper .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-filter-results {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.search-filter-results > *:not(.pagination, [class*=owl]) > a {
  display: block;
  max-width: 100%;
}
.search-filter-results > *:not(.pagination, [class*=owl]) > a.btn {
  display: inline-block;
}
.search-filter-results > *:not(.pagination, [class*=owl]) > a > img {
  width: 100%;
  display: block;
}
.search-filter-results.columns-2 {
  grid-template-columns: 1fr 1fr;
}
.search-filter-results.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width : 820px) {
  .search-filter-results.columns-2, .search-filter-results.columns-3, .search-filter-results.columns-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width : 740px) {
  .search-filter-results.columns-2, .search-filter-results.columns-3, .search-filter-results.columns-4 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

figure > img {
  display: block;
  width: 100%;
}
figure.image-wrapper {
  margin: 0 auto;
}
figure.image-wrapper img {
  border-radius: var(--border-radius);
}
@media only screen and (min-width : 741px) {
  figure.image-wrapper.w50 {
    width: 50%;
  }
}
@media only screen and (min-width : 741px) {
  figure.image-wrapper.w75 {
    width: 75%;
  }
}
figure figcaption {
  padding-top: 10px;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
@media only screen and (max-width : 1199px) {
  figure figcaption {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  figure figcaption {
    font-size: 16px;
  }
}

article.panel {
  overflow: hidden;
  display: flex;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width : 740px) {
  article.panel {
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
  }
}
article.panel {
  border-radius: var(--border-radius);
}
article.panel.bgwhite {
  background-color: #ffffff;
}
article.panel.quote {
  background-color: rgba(0, 0, 0, 0.5);
}
article.panel figure {
  width: 100%;
  height: 0;
  padding-bottom: 51%;
  position: relative;
  overflow: hidden;
}
article.panel figure img {
  will-change: transform;
  transform: scale(1);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  width: 101%;
  transition: transform 2s cubic-bezier(0.625, 0.05, 0, 1);
}
article.panel header {
  display: grid;
  grid-row-gap: 12px;
  margin-bottom: 50px;
}
@media only screen and (max-width : 820px) {
  article.panel header {
    margin-bottom: 37.5px;
  }
}
@media only screen and (max-width : 740px) {
  article.panel header {
    margin-bottom: 25px;
  }
}
article.panel header p,
article.panel header h2,
article.panel header h3,
article.panel header h4,
article.panel header h5,
article.panel header h6 {
  margin: 0;
}
article.panel header p {
  font-size: 16px;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  font-family: good-times, sans-serif;
  font-weight: 500;
  font-style: italic;
}
@media only screen and (max-width : 740px) {
  article.panel header p {
    grid-column-gap: 5px;
    font-size: 13px;
  }
}
article.panel header p:before {
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  border-top: 2px solid #E20613;
  border-bottom: 2px solid #E20613;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0% 100%);
}
@media only screen and (max-width : 1199px) {
  article.panel header p:before {
    width: 40px;
  }
}
@media only screen and (max-width : 740px) {
  article.panel header p:before {
    width: 24px;
  }
}
article.panel header {
  margin-bottom: 40px;
}
@media only screen and (max-width : 820px) {
  article.panel header {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width : 740px) {
  article.panel header {
    margin-bottom: 20px;
  }
}
article.panel .text h4 {
  font-size: 18px;
  line-height: 1.25;
}
@media screen and (min-width: 741px) {
  article.panel .text h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  article.panel .text h4 {
    font-size: 21px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1500px) {
  article.panel .text h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1920px) {
  article.panel .text h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
article.panel .text > p {
  margin: 0;
}
article.panel .text > p em {
  color: #000000;
}
article.panel .text .more {
  margin-top: auto;
  font-weight: 500;
  padding-top: 50px;
}
@media only screen and (max-width : 820px) {
  article.panel .text .more {
    padding-top: 37.5px;
  }
}
@media only screen and (max-width : 740px) {
  article.panel .text .more {
    padding-top: 25px;
  }
}
article.panel .text {
  padding: 50px;
}
@media only screen and (max-width : 1199px) {
  article.panel .text {
    padding: 30px;
  }
}
@media only screen and (max-width : 740px) {
  article.panel .text {
    padding: 24px;
  }
}
article.panel:hover img {
  transform: scale(1.1);
}
article.panel:hover .more:after {
  transform: translateX(10px);
}

header.section-heading {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  margin-bottom: 70px;
}
@media only screen and (max-width : 820px) {
  header.section-heading {
    margin-bottom: 52.5px;
  }
}
@media only screen and (max-width : 740px) {
  header.section-heading {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width : 740px) {
  header.section-heading {
    grid-column-gap: 5px;
  }
}
header.section-heading h2 {
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  header.section-heading h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  header.section-heading h2 {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1500px) {
  header.section-heading h2 {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1920px) {
  header.section-heading h2 {
    font-size: 30px;
    line-height: 1.1;
  }
}
header.section-heading h2 {
  margin: 0;
}
header.section-heading:before {
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  border-top: 2px solid #E20613;
  border-bottom: 2px solid #E20613;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0% 100%);
}
@media only screen and (max-width : 820px) {
  header.section-heading:before {
    width: 40px;
  }
}
@media only screen and (max-width : 740px) {
  header.section-heading:before {
    width: 24px;
  }
}

header.preheading {
  display: grid;
  grid-row-gap: 12px;
  margin-bottom: 50px;
}
@media only screen and (max-width : 820px) {
  header.preheading {
    margin-bottom: 37.5px;
  }
}
@media only screen and (max-width : 740px) {
  header.preheading {
    margin-bottom: 25px;
  }
}
header.preheading p,
header.preheading h2,
header.preheading h3,
header.preheading h4,
header.preheading h5,
header.preheading h6 {
  margin: 0;
}
header.preheading p {
  font-size: 16px;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  font-family: good-times, sans-serif;
  font-weight: 500;
  font-style: italic;
}
@media only screen and (max-width : 740px) {
  header.preheading p {
    grid-column-gap: 5px;
    font-size: 13px;
  }
}
header.preheading p:before {
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  border-top: 2px solid #E20613;
  border-bottom: 2px solid #E20613;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0% 100%);
}
@media only screen and (max-width : 1199px) {
  header.preheading p:before {
    width: 40px;
  }
}
@media only screen and (max-width : 740px) {
  header.preheading p:before {
    width: 24px;
  }
}

header.preheading.centred {
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width : 1499px) {
  header.preheading.centred {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width : 740px) {
  header.preheading.centred {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width : 740px) {
  header.preheading.centred {
    margin-bottom: 30px;
  }
}
header.preheading.centred p {
  justify-content: center;
}
header.preheading.centred p:before {
  display: none;
}
header.preheading.centred h2:first-child {
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  header.preheading.centred h2:first-child {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  header.preheading.centred h2:first-child {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1500px) {
  header.preheading.centred h2:first-child {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1920px) {
  header.preheading.centred h2:first-child {
    font-size: 30px;
    line-height: 1.1;
  }
}
header.preheading.centred h2:first-child {
  padding-bottom: 8px;
  position: relative;
  max-width: fit-content;
}
header.preheading.centred h2:first-child:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  border-top: 2px solid #E20613;
  border-bottom: 2px solid #E20613;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0% 100%);
}
header.preheading.centred h2:first-child {
  padding-bottom: 18px;
}
header.preheading.centred h2:first-child:after {
  width: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.buttons {
  display: flex;
  justify-content: center;
  grid-column-gap: 20px;
}
@media only screen and (max-width : 740px) {
  .buttons {
    flex-direction: column;
    grid-row-gap: 10px;
  }
  .buttons .btn {
    max-width: 100%;
    width: 100%;
  }
}
.buttons .btn {
  margin: 0;
}

.racing-pattern-red,
.racing-pattern-white,
.racing-pattern-grey {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: auto;
  display: block;
}

section.section {
  position: relative;
}
section.section .racing-pattern-red {
  width: 50%;
  bottom: auto;
  top: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width : 740px) {
  section.section.bggrey .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.racing-pattern-grey {
  width: 100%;
}

section.column-section .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
section.column-section .container > section,
section.column-section .container > article,
section.column-section .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1399px) {
  section.column-section .container > section,
  section.column-section .container > article,
  section.column-section .container > header {
    grid-column: span 12;
  }
}
section.column-section .video-block,
section.column-section .image-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width : 820px) {
  section.column-section .video-block,
  section.column-section .image-wrapper {
    width: 66.6666%;
  }
}
@media only screen and (max-width : 740px) {
  section.column-section .video-block,
  section.column-section .image-wrapper {
    width: 100%;
  }
}

section.text-image-section .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
section.text-image-section .container > section,
section.text-image-section .container > article,
section.text-image-section .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1399px) {
  section.text-image-section .container > section,
  section.text-image-section .container > article,
  section.text-image-section .container > header {
    grid-column: span 12;
  }
}
section.text-image-section section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  grid-column-gap: 20%;
}
@media only screen and (max-width : 1199px) {
  section.text-image-section section {
    grid-column-gap: 10%;
  }
}
@media only screen and (max-width : 740px) {
  section.text-image-section section {
    display: flex;
    flex-direction: column;
  }
}
section.text-image-section section figure {
  overflow: hidden;
  border-radius: var(--border-radius);
}
@media only screen and (max-width : 740px) {
  section.text-image-section section figure {
    height: 0;
    padding-bottom: 100%;
  }
}
section.text-image-section section article {
  position: relative;
}
section.text-image-section section article p,
section.text-image-section section article ul,
section.text-image-section section article .btn {
  margin-bottom: 0;
  margin-top: 60px;
}
@media only screen and (max-width : 1499px) {
  section.text-image-section section article p,
  section.text-image-section section article ul,
  section.text-image-section section article .btn {
    margin-top: 50px;
  }
}
@media only screen and (max-width : 740px) {
  section.text-image-section section article p,
  section.text-image-section section article ul,
  section.text-image-section section article .btn {
    margin-top: 50px;
  }
}
@media only screen and (max-width : 740px) {
  section.text-image-section section article p,
  section.text-image-section section article ul,
  section.text-image-section section article .btn {
    margin-top: 30px;
  }
}
section.text-image-section section article header + p {
  margin-top: 0;
}
section.text-image-section section article ul {
  display: grid;
  grid-row-gap: 10px;
}
section.text-image-section section article ul li {
  padding-left: 93px;
  position: relative;
}
@media only screen and (max-width : 820px) {
  section.text-image-section section article ul li {
    padding-left: 53px;
  }
}
@media only screen and (max-width : 740px) {
  section.text-image-section section article ul li {
    padding-left: 33px;
  }
}
section.text-image-section section article ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #E20613;
  left: 0;
  top: 0.8em;
}
@media only screen and (max-width : 820px) {
  section.text-image-section section article ul li:before {
    top: 0.7em;
    width: 40px;
  }
}
@media only screen and (max-width : 740px) {
  section.text-image-section section article ul li:before {
    width: 20px;
  }
}
section.text-image-section section article article.quote {
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 100%;
  transform: translateX(100%);
}
@media only screen and (max-width : 740px) {
  section.text-image-section section article article.quote {
    position: static;
    transform: none;
    margin: 30px 0 0;
  }
}
@media only screen and (max-width : 1199px) {
  section.text-image-section.bleed-off section {
    grid-column-gap: 20%;
  }
}
@media only screen and (min-width : 741px) {
  section.text-image-section.img-right section {
    direction: rtl;
  }
  section.text-image-section.img-right section article,
  section.text-image-section.img-right section figure {
    direction: ltr;
  }
}
@media only screen and (min-width : 741px) {
  section.text-image-section.img-right.bleed-off figure {
    margin-right: calc(-50vw + 125%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media only screen and (min-width : 741px) {
  section.text-image-section.img-left.bleed-off figure {
    margin-left: calc(-50vw + 125%);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media only screen and (min-width : 741px) {
  section.text-image-section.img-left article article.quote {
    left: auto;
    right: 25%;
    transform: translateX(-100%);
  }
}

label {
  display: inline-block;
  margin-bottom: 20px;
}
@media only screen and (max-width : 740px) {
  label {
    margin-bottom: 10px;
  }
}

form input[type=text],
form input[type=email],
form input[type=number],
form input[type=tel],
form input[type=month],
form input[type=password],
form input[type=search],
form input[type=time],
form input[type=url],
form input[type=week],
form textarea {
  display: block;
  width: 100%;
  appearance: none;
  border-width: 0;
  color: #000000;
  padding: 0 25px;
  background-color: #ffffff;
  height: 60px;
  line-height: 60px;
  margin-bottom: 14px;
  border-radius: var(--border-radius);
  transition: all 0.3s ease-in-out;
}
form input[type=text]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=number]::-webkit-input-placeholder,
form input[type=tel]::-webkit-input-placeholder,
form input[type=month]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form input[type=search]::-webkit-input-placeholder,
form input[type=time]::-webkit-input-placeholder,
form input[type=url]::-webkit-input-placeholder,
form input[type=week]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #000000;
}
form input[type=text]:-moz-placeholder,
form input[type=email]:-moz-placeholder,
form input[type=number]:-moz-placeholder,
form input[type=tel]:-moz-placeholder,
form input[type=month]:-moz-placeholder,
form input[type=password]:-moz-placeholder,
form input[type=search]:-moz-placeholder,
form input[type=time]:-moz-placeholder,
form input[type=url]:-moz-placeholder,
form input[type=week]:-moz-placeholder,
form textarea:-moz-placeholder {
  color: #000000;
}
form input[type=text]::-moz-placeholder,
form input[type=email]::-moz-placeholder,
form input[type=number]::-moz-placeholder,
form input[type=tel]::-moz-placeholder,
form input[type=month]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form input[type=search]::-moz-placeholder,
form input[type=time]::-moz-placeholder,
form input[type=url]::-moz-placeholder,
form input[type=week]::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #000000;
}
form input[type=text]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=number]:-ms-input-placeholder,
form input[type=tel]:-ms-input-placeholder,
form input[type=month]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder,
form input[type=search]:-ms-input-placeholder,
form input[type=time]:-ms-input-placeholder,
form input[type=url]:-ms-input-placeholder,
form input[type=week]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #000000;
}
@media only screen and (max-width : 820px) {
  form input[type=text],
  form input[type=email],
  form input[type=number],
  form input[type=tel],
  form input[type=month],
  form input[type=password],
  form input[type=search],
  form input[type=time],
  form input[type=url],
  form input[type=week],
  form textarea {
    padding: 0 20px;
  }
}
@media only screen and (max-width : 740px) {
  form input[type=text],
  form input[type=email],
  form input[type=number],
  form input[type=tel],
  form input[type=month],
  form input[type=password],
  form input[type=search],
  form input[type=time],
  form input[type=url],
  form input[type=week],
  form textarea {
    margin-bottom: 8px;
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
    font-size: 16px;
  }
}
form input[type=checkbox],
form input[type=radio] {
  margin: 0 10px 0 0;
  transform: translateY(-1px);
}
form button {
  margin-bottom: 0 !important;
}
form button[type=submit] {
  margin-top: 20px;
}
@media only screen and (max-width : 820px) {
  form button[type=submit] {
    margin-top: 20px;
  }
}
@media only screen and (max-width : 740px) {
  form button[type=submit] {
    margin-top: 20px;
  }
}
@media only screen and (max-width : 740px) {
  form button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
form textarea {
  height: 230px;
  line-height: 1.7;
  padding-top: 16px;
  display: block;
}
@media only screen and (max-width : 820px) {
  form textarea {
    height: 180px;
  }
}

.select-css-wrap {
  background-color: #ffffff;
  margin-bottom: 14px;
}
@media only screen and (max-width : 740px) {
  .select-css-wrap {
    margin-bottom: 8px;
  }
}
.select-css-wrap select {
  display: block;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (max-width : 1399px) {
  .select-css-wrap select {
    font-size: 19px;
  }
}
@media only screen and (max-width : 1199px) {
  .select-css-wrap select {
    font-size: 19px;
  }
}
@media only screen and (max-width : 820px) {
  .select-css-wrap select {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .select-css-wrap select {
    font-size: 17px;
  }
}
.select-css-wrap select {
  font-family: europa, sans-serif;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border-width: 0;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  color: #000000;
  padding: 0 60px 0 25px;
}
@media only screen and (max-width : 820px) {
  .select-css-wrap select {
    padding: 0 50px 0 20px;
  }
}
@media only screen and (max-width : 740px) {
  .select-css-wrap select {
    padding: 0 40px 0 12px;
    font-size: 16px;
  }
}
.select-css-wrap select {
  height: 60px;
  line-height: 60px;
}
@media only screen and (max-width : 740px) {
  .select-css-wrap select {
    height: 50px;
    line-height: 50px;
  }
}
.select-css-wrap select {
  position: relative;
  z-index: 2;
}
.select-css-wrap select::-ms-expand {
  display: none;
}
.select-css-wrap select:focus {
  outline: none;
}
.select-css-wrap select option {
  font-weight: normal;
}
.select-css-wrap {
  position: relative;
}
.select-css-wrap:after {
  content: "\f107";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-left-width: 0;
  z-index: 1;
  font-size: 25px;
  background-color: #ffffff;
  color: #E20613;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
@media only screen and (max-width : 740px) {
  .select-css-wrap:after {
    width: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
  }
}

body .gform_wrapper.gravity-theme .gform_fields {
  display: block;
}

.gform_wrapper ul li {
  padding: 0;
  margin: 0;
}
.gform_wrapper ul li:last-child {
  border-width: 0;
}
.gform_wrapper ul li.ui-state-focus {
  background-color: transparent;
}
.gform_wrapper .gfield_label,
.gform_wrapper label:not(.gfield_consent_label) {
  display: none;
}
.gform_wrapper form input[type=text],
.gform_wrapper form input[type=email],
.gform_wrapper form input[type=number],
.gform_wrapper form input[type=tel],
.gform_wrapper form input[type=month],
.gform_wrapper form input[type=password],
.gform_wrapper form input[type=search],
.gform_wrapper form input[type=time],
.gform_wrapper form input[type=url],
.gform_wrapper form input[type=week],
.gform_wrapper form textarea {
  display: block;
  width: 100%;
  appearance: none;
  border-width: 0;
  color: #000000;
  padding: 0 25px;
  background-color: #ffffff;
  height: 60px;
  line-height: 60px;
  margin-bottom: 14px;
  border-radius: var(--border-radius);
  transition: all 0.3s ease-in-out;
}
.gform_wrapper form input[type=text]::-webkit-input-placeholder,
.gform_wrapper form input[type=email]::-webkit-input-placeholder,
.gform_wrapper form input[type=number]::-webkit-input-placeholder,
.gform_wrapper form input[type=tel]::-webkit-input-placeholder,
.gform_wrapper form input[type=month]::-webkit-input-placeholder,
.gform_wrapper form input[type=password]::-webkit-input-placeholder,
.gform_wrapper form input[type=search]::-webkit-input-placeholder,
.gform_wrapper form input[type=time]::-webkit-input-placeholder,
.gform_wrapper form input[type=url]::-webkit-input-placeholder,
.gform_wrapper form input[type=week]::-webkit-input-placeholder,
.gform_wrapper form textarea::-webkit-input-placeholder {
  color: #000000;
}
.gform_wrapper form input[type=text]:-moz-placeholder,
.gform_wrapper form input[type=email]:-moz-placeholder,
.gform_wrapper form input[type=number]:-moz-placeholder,
.gform_wrapper form input[type=tel]:-moz-placeholder,
.gform_wrapper form input[type=month]:-moz-placeholder,
.gform_wrapper form input[type=password]:-moz-placeholder,
.gform_wrapper form input[type=search]:-moz-placeholder,
.gform_wrapper form input[type=time]:-moz-placeholder,
.gform_wrapper form input[type=url]:-moz-placeholder,
.gform_wrapper form input[type=week]:-moz-placeholder,
.gform_wrapper form textarea:-moz-placeholder {
  color: #000000;
}
.gform_wrapper form input[type=text]::-moz-placeholder,
.gform_wrapper form input[type=email]::-moz-placeholder,
.gform_wrapper form input[type=number]::-moz-placeholder,
.gform_wrapper form input[type=tel]::-moz-placeholder,
.gform_wrapper form input[type=month]::-moz-placeholder,
.gform_wrapper form input[type=password]::-moz-placeholder,
.gform_wrapper form input[type=search]::-moz-placeholder,
.gform_wrapper form input[type=time]::-moz-placeholder,
.gform_wrapper form input[type=url]::-moz-placeholder,
.gform_wrapper form input[type=week]::-moz-placeholder,
.gform_wrapper form textarea::-moz-placeholder {
  color: #000000;
}
.gform_wrapper form input[type=text]:-ms-input-placeholder,
.gform_wrapper form input[type=email]:-ms-input-placeholder,
.gform_wrapper form input[type=number]:-ms-input-placeholder,
.gform_wrapper form input[type=tel]:-ms-input-placeholder,
.gform_wrapper form input[type=month]:-ms-input-placeholder,
.gform_wrapper form input[type=password]:-ms-input-placeholder,
.gform_wrapper form input[type=search]:-ms-input-placeholder,
.gform_wrapper form input[type=time]:-ms-input-placeholder,
.gform_wrapper form input[type=url]:-ms-input-placeholder,
.gform_wrapper form input[type=week]:-ms-input-placeholder,
.gform_wrapper form textarea:-ms-input-placeholder {
  color: #000000;
}
@media only screen and (max-width : 820px) {
  .gform_wrapper form input[type=text],
  .gform_wrapper form input[type=email],
  .gform_wrapper form input[type=number],
  .gform_wrapper form input[type=tel],
  .gform_wrapper form input[type=month],
  .gform_wrapper form input[type=password],
  .gform_wrapper form input[type=search],
  .gform_wrapper form input[type=time],
  .gform_wrapper form input[type=url],
  .gform_wrapper form input[type=week],
  .gform_wrapper form textarea {
    padding: 0 20px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper form input[type=text],
  .gform_wrapper form input[type=email],
  .gform_wrapper form input[type=number],
  .gform_wrapper form input[type=tel],
  .gform_wrapper form input[type=month],
  .gform_wrapper form input[type=password],
  .gform_wrapper form input[type=search],
  .gform_wrapper form input[type=time],
  .gform_wrapper form input[type=url],
  .gform_wrapper form input[type=week],
  .gform_wrapper form textarea {
    margin-bottom: 8px;
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
    font-size: 16px;
  }
}
.gform_wrapper form input[type=checkbox],
.gform_wrapper form input[type=radio] {
  margin: 0 10px 0 0;
  transform: translateY(-1px);
}
.gform_wrapper form button {
  margin-bottom: 0 !important;
}
.gform_wrapper form button[type=submit] {
  margin-top: 20px;
}
@media only screen and (max-width : 820px) {
  .gform_wrapper form button[type=submit] {
    margin-top: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper form button[type=submit] {
    margin-top: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper form button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.gform_wrapper form textarea {
  height: 230px;
  line-height: 1.7;
  padding-top: 16px;
  display: block;
}
@media only screen and (max-width : 820px) {
  .gform_wrapper form textarea {
    height: 180px;
  }
}

.gform_wrapper {
  margin: 0;
  max-width: 100%;
  position: relative;
}
.gform_wrapper .gform_heading {
  width: 100%;
  margin-bottom: 0;
}
.gform_wrapper .gform_heading .gform_title {
  font-family: good-times, sans-serif;
  font-weight: 500;
  font-style: italic;
  padding: 0;
  margin: 2em 0 1em;
  color: #000000;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_heading .gform_title {
    margin: 1em 0 0.5em;
  }
}
.gform_wrapper .gform_heading .gform_title:last-child {
  margin-bottom: 0;
}
.gform_wrapper .gform_heading .gform_title {
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1500px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1920px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 30px;
    line-height: 1.1;
  }
}
.gform_wrapper .gform_heading .gform_description {
  display: block;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (max-width : 1399px) {
  .gform_wrapper .gform_heading .gform_description {
    font-size: 19px;
  }
}
@media only screen and (max-width : 1199px) {
  .gform_wrapper .gform_heading .gform_description {
    font-size: 19px;
  }
}
@media only screen and (max-width : 820px) {
  .gform_wrapper .gform_heading .gform_description {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_heading .gform_description {
    font-size: 17px;
  }
}
.gform_wrapper .gform_heading .gform_description {
  margin-bottom: 15px;
}
.gform_wrapper .gform_fields .gfield {
  position: relative;
  z-index: 1;
}
.gform_wrapper .gform_fields .gfield.gfield_error input,
.gform_wrapper .gform_fields .gfield.gfield_error textarea {
  background-color: rgba(216, 216, 216, 0.5);
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox label {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (max-width : 1399px) {
  .gform_wrapper .gform_fields .gfield .gfield_checkbox label {
    font-size: 19px;
  }
}
@media only screen and (max-width : 1199px) {
  .gform_wrapper .gform_fields .gfield .gfield_checkbox label {
    font-size: 19px;
  }
}
@media only screen and (max-width : 820px) {
  .gform_wrapper .gform_fields .gfield .gfield_checkbox label {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield .gfield_checkbox label {
    font-size: 17px;
  }
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox label {
  margin: 0;
  display: inline-block;
}
@media only screen and (min-width : 741px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent {
    margin-top: 40px;
  }
}
@media only screen and (min-width : 741px) and (max-width : 820px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent {
    margin-top: 25px;
  }
}
@media only screen and (min-width : 741px) and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent {
    margin-top: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent {
    margin-top: 20px;
  }
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent .gfield_consent_label {
  margin: 0;
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=checkbox],
.gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=radio] {
  display: none;
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=checkbox],
.gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=radio] {
  display: none;
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=checkbox] + label:before,
.gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=radio] + label:before {
  content: "\f111";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 12px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: block;
  float: left;
  background: #ffffff;
  margin-right: 0px;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 15px 0 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  color: #e0e0e0;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=checkbox] + label:before,
  .gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=radio] + label:before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=checkbox]:checked + label:before,
.gform_wrapper .gform_fields .gfield .ginput_container_consent input[type=radio]:checked + label:before {
  color: #E20613;
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent > label {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield .ginput_container_consent > label {
    display: block;
  }
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent > label a {
  margin-left: 0.3em;
  color: #E20613;
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent > label a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=checkbox],
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=radio] {
  display: none;
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=checkbox],
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=radio] {
  display: none;
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=checkbox] + label:before,
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=radio] + label:before {
  content: "\f111";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 12px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: block;
  float: left;
  background: #ffffff;
  margin-right: 0px;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 15px 0 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  color: #e0e0e0;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=checkbox] + label:before,
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=radio] + label:before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=checkbox]:checked + label:before,
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice input[type=radio]:checked + label:before {
  color: #E20613;
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice > label {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice > label {
    display: block;
  }
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice > label a {
  margin-left: 0.3em;
  color: #E20613;
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice > label a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
@media only screen and (min-width : 741px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox {
    position: relative;
    z-index: 1;
  }
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox div {
    height: inherit;
  }
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice {
    display: flex;
    align-items: center;
  }
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox label {
    margin: 0;
  }
}
@media only screen and (min-width : 1025px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox + #field_submit {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
  }
  .gform_wrapper .gform_fields .gfield.gfield--type-checkbox + #field_submit input[type=submit] {
    height: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.gform_wrapper .gform_fields .gfield.gfield--type-email, .gform_wrapper .gform_fields .gfield.gfield--type-phone, .gform_wrapper .gform_fields .gfield.gfield--type-select, .gform_wrapper .gform_fields .gfield.gfield--type-text {
  padding-left: 66px;
  position: relative;
}
@media only screen and (max-width : 820px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-email, .gform_wrapper .gform_fields .gfield.gfield--type-phone, .gform_wrapper .gform_fields .gfield.gfield--type-select, .gform_wrapper .gform_fields .gfield.gfield--type-text {
    padding-left: 50px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-email, .gform_wrapper .gform_fields .gfield.gfield--type-phone, .gform_wrapper .gform_fields .gfield.gfield--type-select, .gform_wrapper .gform_fields .gfield.gfield--type-text {
    padding-left: 40px;
  }
}
.gform_wrapper .gform_fields .gfield.gfield--type-email input, .gform_wrapper .gform_fields .gfield.gfield--type-phone input, .gform_wrapper .gform_fields .gfield.gfield--type-select input, .gform_wrapper .gform_fields .gfield.gfield--type-text input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.gform_wrapper .gform_fields .gfield.gfield--type-email:before, .gform_wrapper .gform_fields .gfield.gfield--type-phone:before, .gform_wrapper .gform_fields .gfield.gfield--type-select:before, .gform_wrapper .gform_fields .gfield.gfield--type-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 66px;
  height: 100%;
  background-color: #e0e0e0;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23E20613'%3E%3Cpath d='M32 159.2l224 154 224-154L480 96 32 96l0 63.2zM480 198L256 352 32 198l0 218 448 0 0-218zM0 416L0 176 0 96 0 64l32 0 448 0 32 0 0 32 0 80 0 240 0 32-32 0L32 448 0 448l0-32z' /%3E%3C/svg%3E");
}
@media only screen and (max-width : 820px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-email:before, .gform_wrapper .gform_fields .gfield.gfield--type-phone:before, .gform_wrapper .gform_fields .gfield.gfield--type-select:before, .gform_wrapper .gform_fields .gfield.gfield--type-text:before {
    width: 50px;
    background-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-email:before, .gform_wrapper .gform_fields .gfield.gfield--type-phone:before, .gform_wrapper .gform_fields .gfield.gfield--type-select:before, .gform_wrapper .gform_fields .gfield.gfield--type-text:before {
    width: 40px;
    background-size: 15px;
  }
}
.gform_wrapper .gform_fields .gfield.name-field:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23E20613'%3E%3Cpath d='M320 128a96 96 0 1 0 -192 0 96 96 0 1 0 192 0zM96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM43.3 480l361.3 0L360.4 336 87.6 336 43.3 480zM64 304l320 0 54.2 176 9.8 32-33.5 0-381 0L0 512l9.8-32L64 304z'/%3E%3C/svg%3E");
  background-size: 22px;
}
@media only screen and (max-width : 820px) {
  .gform_wrapper .gform_fields .gfield.name-field:before {
    background-size: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield.name-field:before {
    background-size: 18px;
  }
}
.gform_wrapper .gform_fields .gfield.gfield--type-email:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23E20613'%3E%3Cpath d='M32 159.2l224 154 224-154L480 96 32 96l0 63.2zM480 198L256 352 32 198l0 218 448 0 0-218zM0 416L0 176 0 96 0 64l32 0 448 0 32 0 0 32 0 80 0 240 0 32-32 0L32 448 0 448l0-32z' /%3E%3C/svg%3E");
  background-size: 25px;
}
@media only screen and (max-width : 820px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-email:before {
    background-size: 23px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield.gfield--type-email:before {
    background-size: 21px;
  }
}
.gform_wrapper .gform_fields .gfield.gfield--type-phone:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' fill='%23E20613'%3E%3Cpath d='M64 32l0 448 256 0 0-448L64 32zM32 0L64 0 320 0l32 0 0 32 0 448 0 32-32 0L64 512l-32 0 0-32L32 32 32 0zM160 400l64 0 16 0 0 32-16 0-64 0-16 0 0-32 16 0z'/%3E%3C/svg%3E");
}
.gform_wrapper .gform_fields .gfield.session-field:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23E20613'%3E%3Cpath d='M416 32l0 448L32 480 32 32l384 0zM32 0L0 0 0 32 0 480l0 32 32 0 384 0 32 0 0-32 0-448 0-32L416 0 32 0zM160 112l0 32 16 0 176 0 16 0 0-32-16 0-176 0-16 0zm48 128l0 32 16 0 128 0 16 0 0-32-16 0-128 0-16 0zM160 368l0 32 16 0 176 0 16 0 0-32-16 0-176 0-16 0zM120 104l-48 0 0 48 48 0 0-48zM72 360l0 48 48 0 0-48-48 0zm91.3-116.7L174.6 232 152 209.4l-11.3 11.3L104 257.4 91.3 244.7 80 233.4 57.4 256l11.3 11.3 24 24L104 302.6l11.3-11.3 48-48z'/%3E%3C/svg%3E");
}
.gform_wrapper .gform_fields .gfield.preferred-date-field:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23E20613'%3E%3Cpath d='M128 0l0 16 0 48 192 0 0-48 0-16 32 0 0 16 0 48 64 0 32 0 0 32 0 64 0 32 0 288 0 32-32 0L32 512 0 512l0-32L0 192l0-32L0 96 0 64l32 0 64 0 0-48L96 0l32 0zM416 192l-104 0 0 72 104 0 0-72zm0 104l-104 0 0 80 104 0 0-80zm0 112l-104 0 0 72 104 0 0-72zM280 376l0-80-112 0 0 80 112 0zM168 408l0 72 112 0 0-72-112 0zm-32-32l0-80L32 296l0 80 104 0zM32 408l0 72 104 0 0-72L32 408zm0-144l104 0 0-72L32 192l0 72zm136 0l112 0 0-72-112 0 0 72zM416 96L32 96l0 64 384 0 0-64z'/%3E%3C/svg%3E");
}
.gform_wrapper .gform_fields .gfield.track-field:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' fill='%23E20613'%3E%3Cpath d='M392 32a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0 80A56 56 0 1 0 392 0a56 56 0 1 0 0 112zM224 384A96 96 0 1 1 32 384a96 96 0 1 1 192 0zM128 256a128 128 0 1 0 0 256 128 128 0 1 0 0-256zM608 384a96 96 0 1 1 -192 0 96 96 0 1 1 192 0zM512 256a128 128 0 1 0 0 256 128 128 0 1 0 0-256zM330.7 124.1l-10.4-9.4-10.7 9.1-80.4 68.9c-23.9 20.5-21.9 58.1 4 76L320 328.4l0 87.6 0 16 32 0 0-16 0-96 0-8.4-6.9-4.8-93.7-64.4c-8.7-6-9.3-18.5-1.3-25.3l69.7-59.8 69.6 62.6 4.6 4.1 6.1 0 80 0 16 0 0-32-16 0-73.9 0-75.4-67.9z'/%3E%3C/svg%3E");
  background-size: 28px;
}
@media only screen and (max-width : 820px) {
  .gform_wrapper .gform_fields .gfield.track-field:before {
    background-size: 26px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield.track-field:before {
    background-size: 24px;
  }
}
.gform_wrapper .gform_fields .gfield.ability-field:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23E20613'%3E%3Cpath d='M256 480a224 224 0 1 0 0-448 224 224 0 1 0 0 448zM256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zm0 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm0 32c-35.3 0-64-28.7-64-64c0-18.6 7.9-35.3 20.5-47L129.9 151.6c-4.2-7.8-1.3-17.5 6.5-21.7s17.5-1.3 21.7 6.5l82.6 153.4c4.9-1.2 10-1.8 15.3-1.8c35.3 0 64 28.7 64 64s-28.7 64-64 64z'/%3E%3C/svg%3E");
  background-size: 25px;
}
@media only screen and (max-width : 820px) {
  .gform_wrapper .gform_fields .gfield.ability-field:before {
    background-size: 23px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield.ability-field:before {
    background-size: 21px;
  }
}
.gform_wrapper .gform_fields .gfield.num-riders-field:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%23E20613'%3E%3Cpath d='M160 80a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-80a56 56 0 1 1 0 112A56 56 0 1 1 160 0zM99.3 128l9.6 0 102.2 0 9.6 0 4.5 8.5 76.9 144 7.5 14.1-28.2 15.1-7.5-14.1L224 202.2 224 496l0 16-32 0 0-16 0-144-64 0 0 144 0 16-32 0 0-16 0-293.9L46.1 295.5l-7.5 14.1L10.3 294.6l7.5-14.1 76.9-144 4.5-8.5zM128 320l64 0 0-160-64 0 0 160z'/%3E%3C/svg%3E");
}
.gform_wrapper .gform_fields .gfield.max-rider-weight-field:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23E20613'%3E%3Cpath d='M112 176a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm320 0c0-28.8-6.9-56-19.2-80L480 96l0 384L32 480 32 96l67.2 0C86.9 120 80 147.2 80 176c0 97.2 78.8 176 176 176s176-78.8 176-176zM391.8 64C359.5 24.9 310.7 0 256 0S152.5 24.9 120.2 64L32 64 0 64 0 96 0 480l0 32 32 0 448 0 32 0 0-32 0-384 0-32-32 0-88.2 0zM320 224c0-20.6-9.7-39-24.9-50.7l23.6-55 6.3-14.7L295.6 91l-6.3 14.7-23.6 55c-3.2-.5-6.4-.7-9.7-.7c-35.3 0-64 28.7-64 64s28.7 64 64 64s64-28.7 64-64zm-64-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z'/%3E%3C/svg%3E");
  background-size: 25px;
}
@media only screen and (max-width : 820px) {
  .gform_wrapper .gform_fields .gfield.max-rider-weight-field:before {
    background-size: 23px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gform_fields .gfield.max-rider-weight-field:before {
    background-size: 21px;
  }
}
.gform_wrapper .gform_fields fieldset {
  border-width: 0;
}
.gform_wrapper input[type=submit],
.gform_wrapper button {
  margin: 0;
}
.gform_wrapper .gform_ajax_spinner,
.gform_wrapper .gform-loader {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("images/loading.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  animation: loadingspinner 1.4s infinite linear;
  transform: translateZ(0);
  transition: opacity 0.3s ease-in-out;
}
@keyframes loadingspinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gform_wrapper .gform_ajax_spinner,
.gform_wrapper .gform-loader {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}
.gform_wrapper .gsection {
  border-width: 0;
  padding: 30px 0 0;
}
.gform_wrapper .gsection .gsection_title {
  font-family: good-times, sans-serif;
  font-weight: 500;
  font-style: italic;
  padding: 0;
  margin: 2em 0 1em;
  color: #000000;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gsection .gsection_title {
    margin: 1em 0 0.5em;
  }
}
.gform_wrapper .gsection .gsection_title:last-child {
  margin-bottom: 0;
}
.gform_wrapper .gsection .gsection_title {
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  .gform_wrapper .gsection .gsection_title {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper .gsection .gsection_title {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1500px) {
  .gform_wrapper .gsection .gsection_title {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1920px) {
  .gform_wrapper .gsection .gsection_title {
    font-size: 30px;
    line-height: 1.1;
  }
}
.gform_wrapper .gfield_description {
  width: 100%;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (max-width : 1399px) {
  .gform_wrapper .gfield_description {
    font-size: 19px;
  }
}
@media only screen and (max-width : 1199px) {
  .gform_wrapper .gfield_description {
    font-size: 19px;
  }
}
@media only screen and (max-width : 820px) {
  .gform_wrapper .gfield_description {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .gfield_description {
    font-size: 17px;
  }
}
.gform_wrapper .gfield_description {
  padding: 0;
  margin: 5px 0 20px;
}
.gform_wrapper .validation_error,
.gform_wrapper .gfield_error {
  width: 100%;
  background-color: transparent;
  border-width: 0;
}
.gform_wrapper .validation_error .ginput_container,
.gform_wrapper .gfield_error .ginput_container {
  max-width: 100%;
  margin-top: 0;
}
.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  color: #E20613;
}
.gform_wrapper .validation_error,
.gform_wrapper .gform_submission_error {
  text-transform: none;
  padding: 0;
  text-align: left;
  font-weight: normal;
  margin: 0 0 30px !important;
  font-size: 13px;
  line-height: 1.25;
}
@media screen and (min-width: 741px) {
  .gform_wrapper .validation_error,
  .gform_wrapper .gform_submission_error {
    font-size: 15px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper .validation_error,
  .gform_wrapper .gform_submission_error {
    font-size: 17px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1500px) {
  .gform_wrapper .validation_error,
  .gform_wrapper .gform_submission_error {
    font-size: 18px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1920px) {
  .gform_wrapper .validation_error,
  .gform_wrapper .gform_submission_error {
    font-size: 18px;
    line-height: 1.25;
  }
}
.gform_wrapper .validation_message {
  position: absolute;
  z-index: 999;
  right: 0;
  top: -33px;
  background: #ffffff;
  display: inline-block;
  width: auto;
  padding: 11px 25px;
  border-radius: 50px;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .validation_message {
    top: -30px;
    padding: 5px 19px;
  }
}
.gform_wrapper .validation_message:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin-left: -8px;
  z-index: 1;
  width: 10px;
  height: 10px;
  background: white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
}
.gform_wrapper .validation_message:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 3px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .validation_message:after {
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
  }
}
.gform_wrapper .ginput_recaptcha + .validation_message,
.gform_wrapper .ginput_container_consent + .validation_message {
  right: auto;
}
.gform_wrapper .ginput_recaptcha + .validation_message {
  top: -35px;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .ginput_recaptcha + .validation_message {
    top: -25px;
  }
}
.gform_wrapper .ginput_container_consent + .validation_message {
  top: -55px;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .ginput_container_consent + .validation_message {
    top: -35px;
  }
}
.gform_wrapper .ginput_container_consent input[type=checkbox],
.gform_wrapper .ginput_container_consent input[type=radio] {
  display: none;
}
.gform_wrapper .ginput_container_consent input[type=checkbox],
.gform_wrapper .ginput_container_consent input[type=radio] {
  display: none;
}
.gform_wrapper .ginput_container_consent input[type=checkbox] + label:before,
.gform_wrapper .ginput_container_consent input[type=radio] + label:before {
  content: "\f111";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 12px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: block;
  float: left;
  background: #ffffff;
  margin-right: 0px;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 15px 0 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  color: #e0e0e0;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .ginput_container_consent input[type=checkbox] + label:before,
  .gform_wrapper .ginput_container_consent input[type=radio] + label:before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}
.gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:before,
.gform_wrapper .ginput_container_consent input[type=radio]:checked + label:before {
  color: #E20613;
}
.gform_wrapper .ginput_container_consent > label {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .ginput_container_consent > label {
    display: block;
  }
}
.gform_wrapper .ginput_container_consent > label a {
  margin-left: 0.3em;
  color: #E20613;
}
.gform_wrapper .ginput_container_consent > label a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.gform_wrapper .screen-reader-text {
  display: none;
}
.gform_wrapper .ginput_complex .clear-multi {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .ginput_complex .clear-multi {
    flex-direction: column;
  }
}
.gform_wrapper .ginput_complex .clear-multi input {
  margin: 0;
}
.gform_wrapper .ginput_complex .clear-multi label,
.gform_wrapper .ginput_complex .clear-multi i {
  display: none;
}
.gform_wrapper .ginput_complex .clear-multi .gfield_time_hour,
.gform_wrapper .ginput_complex .clear-multi .gfield_time_minute {
  display: flex;
  align-items: center;
  width: 150px;
  margin: 0 10px 0 0;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .ginput_complex .clear-multi .gfield_time_hour,
  .gform_wrapper .ginput_complex .clear-multi .gfield_time_minute {
    margin: 0 0 8px;
    width: 100%;
  }
}
.gform_wrapper .ginput_complex .clear-multi .gfield_time_ampm {
  display: flex;
  align-items: center;
}
.gform_wrapper .ginput_complex .clear-multi .gfield_time_ampm .gfield_time_ampm_shim {
  display: none;
}
.gform_wrapper .ginput_complex .clear-multi .gfield_time_ampm .select-css-wrap {
  width: 210px;
  margin: 0;
}
@media only screen and (max-width : 740px) {
  .gform_wrapper .ginput_complex .clear-multi .gfield_time_ampm .select-css-wrap {
    width: 100%;
  }
}
.gfield_checkbox > li input[type=checkbox],
.gfield_checkbox > li input[type=radio] {
  display: none;
}
.gfield_checkbox > li input[type=checkbox],
.gfield_checkbox > li input[type=radio] {
  display: none;
}
.gfield_checkbox > li input[type=checkbox] + label:before,
.gfield_checkbox > li input[type=radio] + label:before {
  content: "\f111";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-size: 12px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: block;
  float: left;
  background: #ffffff;
  margin-right: 0px;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 15px 0 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  color: #e0e0e0;
}
@media only screen and (max-width : 740px) {
  .gfield_checkbox > li input[type=checkbox] + label:before,
  .gfield_checkbox > li input[type=radio] + label:before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}
.gfield_checkbox > li input[type=checkbox]:checked + label:before,
.gfield_checkbox > li input[type=radio]:checked + label:before {
  color: #E20613;
}
.gfield_checkbox > li > label {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width : 740px) {
  .gfield_checkbox > li > label {
    display: block;
  }
}
.gfield_checkbox > li > label a {
  margin-left: 0.3em;
  color: #E20613;
}
.gfield_checkbox > li > label a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.g-recaptcha {
  margin-bottom: 4px;
}

#searchform .searchformwrap {
  position: relative;
}
#searchform .searchformwrap input {
  margin: 0;
}
#searchform .searchformwrap button {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  width: 70px;
  padding: 0;
  border-radius: 0;
}

#ui-datepicker-div {
  background-color: #ffffff;
  padding: 10px 15px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
#ui-datepicker-div .ui-datepicker-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin: 10px 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  margin: 0 10px 0 0;
}
#ui-datepicker-div .ui-datepicker-calendar table td,
#ui-datepicker-div .ui-datepicker-calendar table th {
  padding: 3px 6px;
  text-align: center;
  font-size: 17px;
}

.searchandfilter ul li {
  padding: 0;
}
.searchandfilter ul li label input {
  margin: 0;
}
.searchandfilter ul li.sf-field-submit input {
  margin: 0;
}

body .video-js {
  background-color: transparent;
}
body .video-js .vjs-big-play-button {
  font-size: 1em;
  line-height: 1;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  opacity: 1;
  border-width: 0;
  background-color: #E20613;
  border-radius: 100px;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width : 1199px) {
  body .video-js .vjs-big-play-button {
    height: 75px;
    width: 75px;
  }
}
@media only screen and (max-width : 740px) {
  body .video-js .vjs-big-play-button {
    height: 60px;
    width: 60px;
  }
}
body .video-js .vjs-big-play-button .vjs-icon-placeholder {
  text-indent: 3px;
}
body .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f04b";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 600;
  font-size: 26px;
  width: auto;
  height: auto;
  position: static;
}
body .video-js:hover .vjs-big-play-button {
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
body .video-js.vjs-controls-disabled .vjs-big-play-button, body .video-js.vjs-error .vjs-big-play-button, body .video-js.vjs-has-started .vjs-big-play-button, body .video-js.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
body .video-js .vjs-control-bar {
  background-color: transparent;
}
body .video-js .vjs-slider {
  background-color: transparent;
}
body .video-js .vjs-play-progress {
  background-color: #E20613;
}
body .video-js .vjs-progress-holder {
  background-color: rgba(255, 255, 255, 0.3);
}
body .video-js .vjs-progress-holder .vjs-load-progress div {
  background-color: transparent;
}

#header {
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 740px) {
  #header {
    height: 70px;
  }
}
.flexbox #header > .container:before, .flexbox #header > .container:after {
  display: none;
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  max-width: 100%;
  padding: 0 20px;
}
@media only screen and (min-width: 1300px) {
  .header-content {
    padding: 0 30px;
  }
}
.header-content:before, .header-content:after {
  display: none;
}
.header-content .logo img {
  display: block;
  width: 170px;
}
@media only screen and (max-width : 1699px) {
  .header-content .logo img {
    width: 150px;
  }
}
@media only screen and (max-width : 1399px) {
  .header-content .logo img {
    width: 120px;
  }
}
.header-content .btn {
  margin: 0;
  padding: 0 35px;
  height: 50px;
}
@media only screen and (max-width : 1919px) {
  .header-content .btn {
    font-size: 18px;
    padding: 15px 30px;
  }
}
@media only screen and (max-width : 1499px) {
  .header-content .btn {
    font-size: 17px;
    padding: 12px 27px;
  }
}
@media only screen and (max-width : 1199px) {
  .header-content .btn {
    font-size: 17px;
    padding: 10px 20px;
  }
}
@media only screen and (max-width : 740px) {
  .header-content .btn {
    font-size: 16px;
    padding: 10px;
  }
}
@media only screen and (max-width : 1699px) {
  .header-content .btn {
    font-size: 17px;
    padding: 0 23px;
  }
}
@media only screen and (max-width : 1399px) {
  .header-content .btn {
    font-size: 15px;
    padding: 0px 18px;
    height: 38px;
  }
}
@media only screen and (max-width : 1299px) {
  .header-content .btn {
    padding: 0px 15px;
  }
  .header-content .btn:after {
    margin: 0 0 0 8px;
  }
}
@media only screen and (max-width : 1199px) {
  .header-content .btn {
    margin-right: 63px;
    font-size: 16px;
    padding: 10px 18px;
    height: auto;
  }
}
@media only screen and (max-width : 740px) {
  .header-content .btn {
    margin-right: 43px;
    font-size: 14px;
  }
}
@media only screen and (max-width : 540px) {
  .header-content .btn {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
#mobnavbtn {
  width: 33px;
  height: 30px;
  height: inherit;
  position: absolute;
  right: 30px;
  z-index: 9999;
}
@media only screen and (max-width : 740px) {
  #mobnavbtn {
    right: 20px;
  }
}
@media only screen and (min-width : 1200px) {
  #mobnavbtn {
    display: none;
  }
}
#mobnavbtn #mobnavtrigger {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: inherit;
  cursor: pointer;
}
#mobnavbtn #mobnavtrigger span {
  background-color: #E20613;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 2px;
}
#mobnavbtn #mobnavtrigger span.bar1 {
  margin-top: -6px;
}
.showmobnav #mobnavbtn #mobnavtrigger span.bar1 {
  transform: translateY(-50%) rotate(45deg);
  margin: 0;
}
#mobnavbtn #mobnavtrigger span.bar3 {
  margin-top: 6px;
}
.showmobnav #mobnavbtn #mobnavtrigger span.bar3 {
  transform: translateY(-50%) rotate(-45deg);
  margin: 0;
}
#mobnavbtn #mobnavtrigger span.bar2 {
  width: 23px;
}
.showmobnav #mobnavbtn #mobnavtrigger span.bar2 {
  opacity: 0;
}

#header {
  background-color: transparent;
  transition: transform 0.3s linear, background-color 0.3s linear 0.3s;
  transform: translateY(-100%);
}
.error404 #header {
  background-color: #000000;
}
#header.active {
  transform: translateY(0);
  transition: transform 0.3s linear, background-color 0s linear 0s;
  background-color: #000000;
}
#header.navtop {
  background-color: transparent;
}
.error404 #header.navtop {
  background-color: #000000;
}
#header.defaultstate {
  transform: translateY(0);
}
#header.initial {
  transform: translateY(-100%);
}
.showmobnav #header {
  transform: translateY(0);
}

#nav {
  background-color: transparent;
  height: 90px;
}
#nav > .wrap {
  height: inherit;
}
#nav > .wrap > .row {
  height: inherit;
}
#nav > .wrap > .row > div {
  height: inherit;
}
#nav > .wrap > .row > div > ul {
  height: inherit;
}
#nav .nav {
  text-align: center;
  display: flex;
  justify-content: center;
  height: inherit;
}
#nav .nav > li {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0 38px;
  height: inherit;
}
@media only screen and (min-width : 821px) {
  #nav .nav > li.hide-desktop {
    display: none;
  }
}
@media only screen and (max-width : 1919px) {
  #nav .nav > li {
    padding: 0 30px;
  }
}
@media only screen and (max-width : 1699px) {
  #nav .nav > li {
    padding: 0 24px;
  }
  #nav .nav > li.menu-item-has-children {
    padding-right: 20px;
  }
}
@media only screen and (max-width : 1499px) {
  #nav .nav > li {
    padding: 0 20px;
  }
  #nav .nav > li.menu-item-has-children {
    padding-right: 15px;
  }
}
@media only screen and (max-width : 1299px) {
  #nav .nav > li {
    padding: 0 15px;
  }
  #nav .nav > li.menu-item-has-children {
    padding-right: 12px;
  }
}
#nav .nav > li li {
  line-height: 1;
}
#nav .nav > li > a {
  height: inherit;
  line-height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  padding: 0;
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-family: good-times, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  line-height: 1.2;
}
@media only screen and (max-width : 1919px) {
  #nav .nav > li > a {
    font-size: 20px;
  }
}
@media only screen and (max-width : 1699px) {
  #nav .nav > li > a {
    font-size: 19px;
  }
}
@media only screen and (max-width : 1499px) {
  #nav .nav > li > a {
    font-size: 17px;
  }
}
@media only screen and (max-width : 1299px) {
  #nav .nav > li > a {
    font-size: 15px;
  }
}
#nav .nav > li > a {
  transition: color 0.3s ease-in-out;
}
#nav .nav > li > a:hover {
  color: #E20613;
}
#nav .nav > li .sub-menu {
  position: absolute;
  padding: 90px 0 30px;
  left: 0;
  opacity: 0;
  background-color: #000000;
  border: 1px solid #343434;
  top: 0;
  min-width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out;
  display: grid;
  grid-row-gap: 10px;
}
#nav .nav > li .sub-menu li {
  padding-left: 93px;
  position: relative;
}
@media only screen and (max-width : 820px) {
  #nav .nav > li .sub-menu li {
    padding-left: 53px;
  }
}
@media only screen and (max-width : 740px) {
  #nav .nav > li .sub-menu li {
    padding-left: 33px;
  }
}
#nav .nav > li .sub-menu li:before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #E20613;
  left: 0;
  top: 0.8em;
}
@media only screen and (max-width : 820px) {
  #nav .nav > li .sub-menu li:before {
    top: 0.7em;
    width: 40px;
  }
}
@media only screen and (max-width : 740px) {
  #nav .nav > li .sub-menu li:before {
    width: 20px;
  }
}
#nav .nav > li .sub-menu li {
  margin: 0;
  margin: 0 38px;
  position: relative;
  padding-left: 40px;
}
@media only screen and (max-width : 1919px) {
  #nav .nav > li .sub-menu li {
    margin: 0 30px;
    padding-left: 34px;
  }
}
@media only screen and (max-width : 1699px) {
  #nav .nav > li .sub-menu li {
    margin: 0 24px;
    padding-left: 30px;
  }
}
@media only screen and (max-width : 1499px) {
  #nav .nav > li .sub-menu li {
    margin: 0 20px;
    padding-left: 24px;
  }
}
@media only screen and (max-width : 1299px) {
  #nav .nav > li .sub-menu li {
    margin: 0 15px;
  }
}
#nav .nav > li .sub-menu li:before {
  width: 22px;
}
@media only screen and (max-width : 1919px) {
  #nav .nav > li .sub-menu li:before {
    width: 18px;
  }
}
@media only screen and (max-width : 1699px) {
  #nav .nav > li .sub-menu li:before {
    width: 16px;
  }
}
@media only screen and (max-width : 1499px) {
  #nav .nav > li .sub-menu li:before {
    width: 12px;
  }
}
#nav .nav > li .sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  padding: 5px 0;
  color: #ffffff;
  transition: color 0.3s ease-in-out;
}
@media only screen and (max-width : 1399px) {
  #nav .nav > li .sub-menu li a {
    font-size: 19px;
  }
}
@media only screen and (max-width : 1299px) {
  #nav .nav > li .sub-menu li a {
    font-size: 17px;
  }
}
#nav .nav > li .sub-menu li a:hover {
  color: #E20613;
}
#nav .nav > li .sub-menu li:last-child > a {
  border-width: 0;
}
#nav .nav > li.menu-item-has-children > a:after {
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 0 12px;
  color: #E20613;
  transition: transform 0.3s ease-in-out;
}
@media only screen and (max-width : 1699px) {
  #nav .nav > li.menu-item-has-children > a:after {
    font-size: 14px;
    margin: 0 0 0 10px;
  }
}
#nav .nav > li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
@media only screen and (max-width : 820px) {
  #nav {
    display: none;
  }
}

#mobmenu {
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  text-align: left;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#mobmenu::-webkit-scrollbar {
  display: none;
}
#mobmenu > #mobmenunav {
  overflow-y: auto;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#mobmenu > #mobmenunav > ul > li {
  padding: 25px 0;
  position: relative;
  border-bottom: 1px solid #E20613;
}
@media only screen and (max-width : 740px) {
  #mobmenu > #mobmenunav > ul > li {
    padding: 18px 0;
  }
}
#mobmenu > #mobmenunav > ul > li:last-child {
  border-width: 0;
}
#mobmenu > #mobmenunav > ul > li > a {
  font-family: good-times, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1.1;
}
@media screen and (min-width: 741px) {
  #mobmenu > #mobmenunav > ul > li > a {
    font-size: 37px;
    line-height: 1.05;
  }
}
@media screen and (min-width: 1200px) {
  #mobmenu > #mobmenunav > ul > li > a {
    font-size: 42px;
    line-height: 1.05;
  }
}
@media screen and (min-width: 1500px) {
  #mobmenu > #mobmenunav > ul > li > a {
    font-size: 47px;
    line-height: 1;
  }
}
@media screen and (min-width: 1920px) {
  #mobmenu > #mobmenunav > ul > li > a {
    font-size: 51px;
    line-height: 1;
  }
}
@media only screen and (max-width : 740px) {
  #mobmenu > #mobmenunav > ul > li > a {
    font-size: 24px;
  }
}
#mobmenu > #mobmenunav > ul:last-child > li:last-child {
  margin-bottom: 50px;
}
#mobmenu li {
  margin: 0 30px;
  padding: 0;
  position: relative;
}
#mobmenu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  color: #000000;
  line-height: 2;
}
@media only screen and (max-width : 740px) {
  #mobmenu li a {
    line-height: 1.8;
  }
}
#mobmenu li .sub-menu {
  height: 0;
  overflow: hidden;
  padding: 0;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (max-width : 1399px) {
  #mobmenu li .sub-menu {
    font-size: 19px;
  }
}
@media only screen and (max-width : 1199px) {
  #mobmenu li .sub-menu {
    font-size: 19px;
  }
}
@media only screen and (max-width : 820px) {
  #mobmenu li .sub-menu {
    font-size: 18px;
  }
}
@media only screen and (max-width : 740px) {
  #mobmenu li .sub-menu {
    font-size: 17px;
  }
}
#mobmenu li .sub-menu li {
  margin: 0;
  padding: 0;
}
#mobmenu li .sub-menu li:first-child {
  padding-top: 20px;
}
@media only screen and (max-width : 740px) {
  #mobmenu li .sub-menu li:first-child {
    padding-top: 12px;
  }
}
#mobmenu li .sub-menu li:last-child {
  border-width: 0;
}
#mobmenu li.menu-item-has-children > a {
  padding-right: 0px;
}
#mobmenu li.menu-item-has-children > a:after {
  text-align: center;
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  transition: all 0.3s ease-in-out;
  content: "\f078";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #E20613;
}
#mobmenu li.menu-item-has-children > a.active:after {
  transform: rotate(180deg);
}

#footer {
  position: relative;
  z-index: 2;
  background-color: #000000;
  padding-top: 150px;
}
@media only screen and (max-width : 1499px) {
  #footer {
    padding-top: 110px;
  }
}
@media only screen and (max-width : 740px) {
  #footer {
    padding-top: 50px;
  }
}
#footer {
  padding-bottom: 60px;
}
@media only screen and (max-width : 1499px) {
  #footer {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width : 740px) {
  #footer {
    padding-bottom: 50px;
  }
}
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer p,
#footer li,
#footer a {
  color: #ffffff;
}
#footer a {
  transition: color 0.3s ease-in-out;
}
#footer a:hover {
  color: #E20613;
}
#footer .footer-section-1,
#footer .footer-section-2,
#footer .footer-section-3 {
  justify-content: space-between;
  display: flex;
  grid-column-gap: 60px;
}
#footer .footer-section-1 > article,
#footer .footer-section-1 > ul,
#footer .footer-section-3 > article,
#footer .footer-section-3 > ul {
  flex: 0 0 50%;
}
#footer .footer-section-1 {
  position: relative;
  padding-bottom: 60px;
}
@media only screen and (max-width : 1499px) {
  #footer .footer-section-1 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width : 740px) {
  #footer .footer-section-1 {
    padding-bottom: 50px;
  }
}
#footer .footer-section-1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 40px;
}
@media only screen and (max-width : 740px) {
  #footer .footer-section-1 {
    flex-direction: column;
    display: flex;
    grid-row-gap: 50px;
  }
}
#footer .footer-section-1 > span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: grid;
  grid-row-gap: 1px;
  width: 100%;
  height: 5px;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0% 100%);
}
#footer .footer-section-1 > span:before, #footer .footer-section-1 > span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #E20613;
}
#footer .footer-section-1 > article {
  margin-bottom: 5px;
}
#footer .footer-section-1 > article:nth-child(1) .logo {
  display: block;
  width: 290px;
}
@media only screen and (max-width : 1399px) {
  #footer .footer-section-1 > article:nth-child(1) .logo {
    width: 250px;
  }
}
@media only screen and (max-width : 1199px) {
  #footer .footer-section-1 > article:nth-child(1) .logo {
    width: 230px;
  }
}
@media only screen and (max-width : 740px) {
  #footer .footer-section-1 > article:nth-child(1) .logo {
    width: 180px;
  }
}
#footer .footer-section-1 > article:nth-child(1) .logo > img {
  display: block;
  width: 100%;
}
#footer .footer-section-1 > article:nth-child(1) p.phone {
  margin: 30px 0 20px;
  font-size: 19px;
  line-height: 1.5;
}
@media screen and (min-width: 741px) {
  #footer .footer-section-1 > article:nth-child(1) p.phone {
    font-size: 21px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  #footer .footer-section-1 > article:nth-child(1) p.phone {
    font-size: 23px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1500px) {
  #footer .footer-section-1 > article:nth-child(1) p.phone {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1920px) {
  #footer .footer-section-1 > article:nth-child(1) p.phone {
    font-size: 24px;
    line-height: 1.5;
  }
}
#footer .footer-section-1 > article:nth-child(1) p.phone {
  line-height: 1.35;
}
@media only screen and (min-width : 741px) {
  #footer .footer-section-1 > article:nth-child(1) p.phone {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1025px) {
  #footer .footer-section-1 > article:nth-child(1) p.phone {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1500px) {
  #footer .footer-section-1 > article:nth-child(1) p.phone {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1920px) {
  #footer .footer-section-1 > article:nth-child(1) p.phone {
    line-height: 1.35;
  }
}
@media only screen and (max-width : 1399px) {
  #footer .footer-section-1 > article:nth-child(1) p.address {
    max-width: 400px;
  }
}
#footer .footer-section-1 > article:nth-child(1) p.address a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
#footer .footer-section-1 > article:nth-child(2) > h3 {
  font-size: 16px;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  font-family: good-times, sans-serif;
  font-weight: 500;
  font-style: italic;
}
@media only screen and (max-width : 740px) {
  #footer .footer-section-1 > article:nth-child(2) > h3 {
    grid-column-gap: 5px;
    font-size: 13px;
  }
}
#footer .footer-section-1 > article:nth-child(2) > h3:before {
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  border-top: 2px solid #E20613;
  border-bottom: 2px solid #E20613;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0% 100%);
}
@media only screen and (max-width : 1199px) {
  #footer .footer-section-1 > article:nth-child(2) > h3:before {
    width: 40px;
  }
}
@media only screen and (max-width : 740px) {
  #footer .footer-section-1 > article:nth-child(2) > h3:before {
    width: 24px;
  }
}
#footer .footer-section-1 > article:nth-child(2) > h3 {
  margin: 0;
}
#footer .footer-section-1 > article:nth-child(2) > p {
  margin: 30px 0 35px;
}
#footer .footer-section-1 > article:nth-child(2) form .gform_fields {
  display: flex;
}
@media only screen and (max-width : 1199px) {
  #footer .footer-section-1 > article:nth-child(2) form .gform_fields {
    flex-direction: column;
    grid-row-gap: 10px;
  }
}
#footer .footer-section-1 > article:nth-child(2) form .gform_fields > div:nth-child(1) {
  flex: 0 0 70%;
}
@media only screen and (max-width : 1399px) {
  #footer .footer-section-1 > article:nth-child(2) form .gform_fields > div:nth-child(1) {
    flex: 0 0 calc(100% - 184px);
    overflow: hidden;
  }
}
@media only screen and (max-width : 1199px) {
  #footer .footer-section-1 > article:nth-child(2) form .gform_fields > div:nth-child(1) {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
  }
}
#footer .footer-section-1 > article:nth-child(2) form .gform_fields > div:nth-child(2) {
  flex: 0 0 30%;
}
@media only screen and (max-width : 1399px) {
  #footer .footer-section-1 > article:nth-child(2) form .gform_fields > div:nth-child(2) {
    flex: 0 0 184px;
  }
}
@media only screen and (max-width : 1199px) {
  #footer .footer-section-1 > article:nth-child(2) form .gform_fields > div:nth-child(2) {
    flex: auto;
    height: 60px;
  }
}
@media only screen and (max-width : 740px) {
  #footer .footer-section-1 > article:nth-child(2) form .gform_fields > div:nth-child(2) {
    height: 50px;
  }
}
#footer .footer-section-1 > article:nth-child(2) form input {
  margin: 0;
}
#footer .footer-section-1 > article:nth-child(2) form input[type=email] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#footer .footer-section-1 > article:nth-child(2) form input[type=submit] {
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media only screen and (max-width : 1199px) {
  #footer .footer-section-1 > article:nth-child(2) form input[type=submit] {
    border-radius: var(--border-radius);
  }
}
#footer .footer-section-2 {
  padding-top: 60px;
}
@media only screen and (max-width : 1499px) {
  #footer .footer-section-2 {
    padding-top: 50px;
  }
}
@media only screen and (max-width : 740px) {
  #footer .footer-section-2 {
    padding-top: 50px;
  }
}
#footer .footer-section-2 {
  padding-bottom: 100px;
}
@media only screen and (max-width : 1499px) {
  #footer .footer-section-2 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width : 740px) {
  #footer .footer-section-2 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width : 820px) {
  #footer .footer-section-2 {
    flex-wrap: wrap;
    grid-row-gap: 60px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1499px) {
  #footer .footer-section-2 {
    grid-row-gap: 50px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 740px) {
  #footer .footer-section-2 {
    grid-row-gap: 50px;
  }
}
@media only screen and (max-width : 740px) {
  #footer .footer-section-2 {
    grid-row-gap: 10px;
  }
}
#footer .footer-section-2 > article {
  flex: 0 0 50%;
}
@media only screen and (max-width : 1399px) {
  #footer .footer-section-2 > article {
    flex: 0 0 40%;
  }
}
@media only screen and (max-width : 1199px) {
  #footer .footer-section-2 > article {
    flex: 0 0 35%;
  }
}
@media only screen and (max-width : 820px) {
  #footer .footer-section-2 > article {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width : 740px) {
  #footer .footer-section-2 > article {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 1499px) {
  #footer .footer-section-2 > article {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 740px) {
  #footer .footer-section-2 > article {
    padding-bottom: 50px;
  }
}
#footer .footer-section-2 > article p {
  max-width: 550px;
  font-size: 19px;
  line-height: 1.5;
}
@media screen and (min-width: 741px) {
  #footer .footer-section-2 > article p {
    font-size: 21px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  #footer .footer-section-2 > article p {
    font-size: 23px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1500px) {
  #footer .footer-section-2 > article p {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1920px) {
  #footer .footer-section-2 > article p {
    font-size: 24px;
    line-height: 1.5;
  }
}
#footer .footer-section-2 > article p {
  line-height: 1.35;
}
@media only screen and (min-width : 741px) {
  #footer .footer-section-2 > article p {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1025px) {
  #footer .footer-section-2 > article p {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1500px) {
  #footer .footer-section-2 > article p {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1920px) {
  #footer .footer-section-2 > article p {
    line-height: 1.35;
  }
}
@media only screen and (max-width : 820px) {
  #footer .footer-section-2 > article p {
    max-width: 100%;
  }
}
#footer .footer-section-2 > ul {
  display: flex;
  flex-direction: column;
  grid-row-gap: 10px;
  width: 50%;
}
#footer .footer-section-3 {
  position: relative;
  padding-top: 102px;
}
@media only screen and (max-width : 740px) {
  #footer .footer-section-3 {
    flex-direction: column;
    padding-top: 50px;
  }
}
#footer .footer-section-3 > div {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 102px;
  width: 100vw;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
#footer .footer-section-3 > div > span {
  display: block;
  height: inherit;
  width: 100%;
  max-width: 2100px;
  position: relative;
}
#footer .footer-section-3 > div > span svg {
  display: block;
  width: 2100px;
  height: 102px;
  fill: #252525;
}
@media only screen and (max-width : 740px) {
  #footer .footer-section-3 > div > span svg {
    width: 1029px;
    height: 50px;
  }
}
#footer .footer-section-3 > div > span:before {
  content: "";
  width: 100vw;
  height: inherit;
  background-color: #252525;
  display: block;
  position: absolute;
  left: 1px;
  top: 0;
  transform: translateX(-100%);
}
#footer .footer-section-3 > ul,
#footer .footer-section-3 article {
  padding-top: 60px;
}
@media only screen and (max-width : 1499px) {
  #footer .footer-section-3 > ul,
  #footer .footer-section-3 article {
    padding-top: 50px;
  }
}
@media only screen and (max-width : 740px) {
  #footer .footer-section-3 > ul,
  #footer .footer-section-3 article {
    padding-top: 50px;
  }
}
#footer .footer-section-3 > ul {
  display: flex;
  align-items: center;
  grid-column-gap: 28px;
}
@media only screen and (max-width : 740px) {
  #footer .footer-section-3 > ul {
    flex-direction: column;
    grid-row-gap: 5px;
  }
}
#footer .footer-section-3 article {
  display: flex;
  justify-content: flex-end;
  grid-column-gap: 28px;
}
@media only screen and (max-width : 740px) {
  #footer .footer-section-3 article {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-row-gap: 20px;
  }
}
#footer .footer-section-3 article > h3 {
  font-size: 16px;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  font-family: good-times, sans-serif;
  font-weight: 500;
  font-style: italic;
}
@media only screen and (max-width : 740px) {
  #footer .footer-section-3 article > h3 {
    grid-column-gap: 5px;
    font-size: 13px;
  }
}
#footer .footer-section-3 article > h3:before {
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  border-top: 2px solid #E20613;
  border-bottom: 2px solid #E20613;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0% 100%);
}
@media only screen and (max-width : 1199px) {
  #footer .footer-section-3 article > h3:before {
    width: 40px;
  }
}
@media only screen and (max-width : 740px) {
  #footer .footer-section-3 article > h3:before {
    width: 24px;
  }
}
#footer .footer-section-3 article > h3 {
  margin: 0;
}

body .swiper {
  overflow: visible;
}
body .swiper .swiper-slide {
  height: auto;
  display: flex;
}
body .swiper .swiper-nav {
  display: flex;
  grid-column-gap: 0;
  margin: 20px 0 0;
  width: 100vw;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  justify-content: flex-end;
}
body .swiper .swiper-nav .swiper-button-next,
body .swiper .swiper-nav .swiper-button-prev {
  position: static;
  width: 68px;
  height: 68px;
  border-radius: 0%;
  background-color: #E20613;
  margin: 0;
  opacity: 1;
}
@media only screen and (max-width : 740px) {
  body .swiper .swiper-nav .swiper-button-next,
  body .swiper .swiper-nav .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
}
body .swiper .swiper-nav .swiper-button-next:after,
body .swiper .swiper-nav .swiper-button-prev:after {
  color: #ffffff;
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 100;
  font-weight: 500;
  font-size: 30px;
}
@media only screen and (max-width : 740px) {
  body .swiper .swiper-nav .swiper-button-next:after,
  body .swiper .swiper-nav .swiper-button-prev:after {
    font-size: 21px;
  }
}
body .swiper .swiper-nav .swiper-button-prev {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
body .swiper .swiper-nav .swiper-button-prev:after {
  content: "\f053";
}
body .swiper .swiper-nav .swiper-button-next:after {
  content: "\f054";
}
body .swiper .swiper-pagination {
  position: static;
  margin-top: 30px;
}
body .swiper .swiper-scrollbar {
  background-color: #f5f5f5;
}
.bgblack body .swiper .swiper-scrollbar {
  background-color: rgba(216, 216, 216, 0.25);
}
body .swiper .swiper-scrollbar {
  border-radius: 10px;
  width: 100%;
  height: 3px;
  width: calc(100vw - (100vw - 100%) / 2 - 166px);
  position: absolute;
  margin-top: 0;
  left: 0;
  bottom: 33px;
}
@media only screen and (max-width : 740px) {
  body .swiper .swiper-scrollbar {
    bottom: 24px;
  }
}
body .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #E20613;
}
.bgblack body .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #ffffff;
}
body .swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  grid-column-gap: 0;
  margin: 0;
  justify-content: flex-end;
  position: absolute;
  bottom: 34px;
  width: 100vw;
  left: auto;
  right: 50%;
  transform: translateX(50%);
  margin-right: 166px;
}
body .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 76px;
  height: 3px;
  border-radius: 0;
  margin: 0;
  display: block;
  background-color: #D8D8D8;
  opacity: 1;
}
body .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E20613;
}

#mask {
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
}
#mask #lightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.85);
  inset: 0;
  position: fixed;
  z-index: 2;
  opacity: 0;
}
@media only screen and (max-width : 740px) {
  #mask #lightbox {
    display: block;
    height: 100vh;
    overflow-y: scroll;
  }
}
#mask #lightbox #lightbox-content {
  width: 80%;
  max-width: 640px;
  background-color: #ffffff;
  position: relative;
  padding: 60px;
}
@media only screen and (max-width : 740px) {
  #mask #lightbox #lightbox-content {
    width: 100%;
    border-radius: 0;
    padding: 30px;
    padding-bottom: 60px;
  }
}
#mask #lightbox #lightbox-content #lightbox-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  border-radius: 100%;
  background-color: #ffffff;
  transform: translateX(100%) translateY(-100%);
  cursor: pointer;
}
@media only screen and (max-width : 740px) {
  #mask #lightbox #lightbox-content #lightbox-close-btn {
    position: fixed;
    transform: none;
    right: 10px;
    top: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
#mask #lightbox #lightbox-content #lightbox-close-btn:before, #mask #lightbox #lightbox-content #lightbox-close-btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #E20613;
}
#mask #lightbox #lightbox-content #lightbox-close-btn:before {
  width: 1px;
  height: 21px;
  transform: translateY(-50%) rotate(45deg);
}
#mask #lightbox #lightbox-content #lightbox-close-btn:after {
  width: 21px;
  height: 1px;
  transform: translateX(-50%) rotate(45deg);
}

.wcc-consent-container {
  border-radius: 0;
  position: fixed;
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left {
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice {
  display: grid;
  grid-row-gap: 20px;
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice {
    grid-row-gap: 15px;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title {
  align-items: center;
  display: flex;
  margin: 0;
  grid-column-gap: 10px;
  font-family: good-times, sans-serif;
  font-weight: 500;
  font-style: italic;
  padding: 0;
  margin: 2em 0 1em;
  color: #000000;
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title {
    margin: 1em 0 0.5em;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title:last-child {
  margin-bottom: 0;
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title {
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1500px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1920px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title {
    font-size: 30px;
    line-height: 1.1;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title {
  letter-spacing: 0;
  margin-top: 0;
  padding-top: 0;
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title:before {
  position: static;
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23E20613' viewBox='0 0 512 512'%3E%3Cpath d='M182.8 28.4l-74 39.5C89.1 78.4 73.2 94.9 63.4 115L26.7 190.6c-9.8 20.1-13 42.9-9.1 64.9l14.5 82.8c3.9 22.1 14.6 42.3 30.7 57.9l60.3 58.4c16.1 15.6 36.6 25.6 58.7 28.7l83 11.7c22.1 3.1 44.6-.9 64.4-11.4l74-39.5c19.7-10.5 35.6-27 45.4-47.2l36.7-75.5c9.8-20.1 13-42.9 9.1-64.9c-.9-5.3-5.3-9.3-10.6-10.1c-51.5-8.2-92.8-47.1-104.5-97.4c-1.8-7.6-8-13.4-15.7-14.6c-54.6-8.7-97.7-52-106.2-106.8c-.8-5.4-4.9-9.8-10.3-10.6c-22.1-3.1-44.6 .9-64.4 11.4zm46.3 19.7c15 58.3 62 103.6 121.2 116.4c15.6 54.1 59 96.4 113.7 110.5c0 11.2-2.5 22.3-7.5 32.5L419.8 383c-6.8 14.1-17.9 25.6-31.7 32.9l-74 39.5c-13.7 7.3-29.4 10.1-44.8 7.9l-83-11.7c-15.4-2.2-29.7-9.2-40.9-20L85.1 373.2c-11.2-10.9-18.7-25-21.4-40.4L49.1 250c-2.7-15.4-.5-31.3 6.4-45.4L92.2 129c6.8-14.1 17.9-25.6 31.7-32.9l74-39.5c9.7-5.2 20.4-8.1 31.2-8.6zM184 192a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm8 184a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM312 256a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm40 120a24 24 0 1 0 0-48 24 24 0 1 0 0 48z'/%3E%3C/svg%3E");
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title:before {
    width: 30px;
    height: 30px;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-notice-group {
  display: grid;
  grid-row-gap: 30px;
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-notice-group {
    grid-row-gap: 20px;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-consent-bar, .wcc-consent-container.wcc-banner-bottom .wcc-consent-bar {
  border-width: 0;
  border-radius: var(--border-radius);
  padding: 40px;
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-consent-bar, .wcc-consent-container.wcc-banner-bottom .wcc-consent-bar {
    padding: 30px 20px;
    border-radius: 0;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice .wcc-title, .wcc-consent-container.wcc-banner-bottom .wcc-notice .wcc-title {
  margin: 0;
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-des, .wcc-consent-container.wcc-banner-bottom .wcc-notice-des {
    padding: 0;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-des p, .wcc-consent-container.wcc-banner-bottom .wcc-notice-des p {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
@media only screen and (max-width : 1199px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-des p, .wcc-consent-container.wcc-banner-bottom .wcc-notice-des p {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-des p, .wcc-consent-container.wcc-banner-bottom .wcc-notice-des p {
    font-size: 16px;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper {
  margin: 0;
  grid-column-gap: 10px;
  justify-content: space-between;
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper {
    flex-direction: row !important;
    padding: 0;
  }
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn {
  padding: 0;
  border-width: 0;
  display: flex;
  align-items: center;
  max-width: fit-content;
  font-weight: 700;
  font-family: good-times, sans-serif;
  font-style: italic;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  grid-column-gap: 30px;
  margin: 0;
  flex: 1 1 auto;
  order: 2;
}
.wcc-consent-container.wcc-box-bottom-left .wcc-notice-btn-wrapper .wcc-btn.wcc-btn-customize, .wcc-consent-container.wcc-banner-bottom .wcc-notice-btn-wrapper .wcc-btn.wcc-btn-customize {
  order: 1 !important;
}
.wcc-consent-container.wcc-banner-bottom .wcc-consent-bar {
  padding: 30px 40px;
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-banner-bottom .wcc-consent-bar {
    padding: 30px 30px;
  }
}
.wcc-consent-container.wcc-banner-bottom .wcc-consent-bar .wcc-notice .wcc-notice-group {
  grid-column-gap: 30px;
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-banner-bottom .wcc-consent-bar .wcc-notice .wcc-notice-group {
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-consent-container.wcc-banner-bottom .wcc-consent-bar .wcc-notice .wcc-notice-group .wcc-notice-des,
  .wcc-consent-container.wcc-banner-bottom .wcc-consent-bar .wcc-notice .wcc-notice-group .wcc-notice-btn-wrapper {
    padding: 0;
  }
}

body .wcc-modal {
  border-radius: var(--border-radius);
  width: calc(100% - 60px);
  max-width: 700px;
  overflow: hidden;
  position: fixed;
}
@media only screen and (max-width : 740px) {
  body .wcc-modal {
    width: 100%;
    border-radius: 0;
  }
}
.wcc-modal .wcc-preference-center {
  width: 100%;
  border-radius: 0;
  padding: 60px;
  position: relative;
  overflow: scroll;
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center {
    padding: 60px 20px 20px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-header,
.wcc-modal .wcc-preference-center .wcc-footer-wrapper {
  border-width: 0;
}
.wcc-modal .wcc-preference-center .wcc-preference-header {
  padding: 0 0 20px 0;
}
.wcc-modal .wcc-preference-center .wcc-preference-header .wcc-preference-title {
  font-family: good-times, sans-serif;
  font-weight: 500;
  font-style: italic;
  padding: 0;
  margin: 2em 0 1em;
  color: #000000;
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-header .wcc-preference-title {
    margin: 1em 0 0.5em;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-header .wcc-preference-title:last-child {
  margin-bottom: 0;
}
.wcc-modal .wcc-preference-center .wcc-preference-header .wcc-preference-title {
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  .wcc-modal .wcc-preference-center .wcc-preference-header .wcc-preference-title {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .wcc-modal .wcc-preference-center .wcc-preference-header .wcc-preference-title {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1500px) {
  .wcc-modal .wcc-preference-center .wcc-preference-header .wcc-preference-title {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1920px) {
  .wcc-modal .wcc-preference-center .wcc-preference-header .wcc-preference-title {
    font-size: 30px;
    line-height: 1.1;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-header .wcc-preference-title {
  letter-spacing: 0 !important;
  margin: 0 !important;
}
.wcc-modal .wcc-preference-center .wcc-preference-header .wcc-btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #E20613;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 0;
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-header .wcc-btn-close {
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-header .wcc-btn-close img {
  filter: brightness(2.5);
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper {
  padding: 0;
  overflow: visible;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper {
  padding: 0;
  border-width: 0;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper p {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width : 1199px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper p {
    font-size: 16px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper p {
    font-size: 15px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper .wcc-show-desc-btn {
  color: #000000;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width : 1199px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper .wcc-show-desc-btn {
    font-size: 16px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-preference-content-wrapper .wcc-show-desc-btn {
    font-size: 15px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-google-privacy-policy {
  padding: 0;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper {
  margin: 0;
  display: grid;
  grid-row-gap: 3px;
  padding: 40px 0;
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper {
    padding: 20px 0;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion {
  border-width: 0;
  background-color: #ededed;
  padding: 12px 14px;
  border-radius: var(--border-radius);
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion {
    padding: 10px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item {
  margin: 0;
  padding: 0;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-chevron {
  margin: 0;
  width: 20px;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-chevron i:before {
  border-right: 1px solid;
  border-bottom: 1px solid;
  height: 8px;
  width: 8px;
  top: 7px;
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-chevron i:before {
    top: 5px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-accordion-btn {
  font-family: good-times, sans-serif;
  font-weight: 500;
  font-style: italic;
  padding: 0;
  margin: 2em 0 1em;
  color: #000000;
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-accordion-btn {
    margin: 1em 0 0.5em;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-accordion-btn:last-child {
  margin-bottom: 0;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-accordion-btn {
  font-size: 13px;
  line-height: 1.25;
}
@media screen and (min-width: 741px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-accordion-btn {
    font-size: 15px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1200px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-accordion-btn {
    font-size: 17px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1500px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-accordion-btn {
    font-size: 18px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1920px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-accordion-btn {
    font-size: 18px;
    line-height: 1.25;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-accordion-btn {
  letter-spacing: 0 !important;
  margin: 0 !important;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-always-active {
  color: #000000;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width : 1199px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-always-active {
    font-size: 16px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-always-active {
    font-size: 15px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-switch input[type=checkbox] {
  background: #e0e0e0 !important;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header .wcc-switch input[type=checkbox]:checked {
  background: #E20613 !important;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-item .wcc-accordion-header-wrapper .wcc-accordion-header-des {
  display: none;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body {
  padding: 0;
  margin: 0;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table {
  background-color: transparent !important;
  border-width: 0;
  border-radius: 0;
  padding: 10px 0 0;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-empty-cookies-text {
  padding: 0;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width : 1199px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-empty-cookies-text {
    font-size: 16px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-empty-cookies-text {
    font-size: 15px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table {
  padding: 0;
  border-top: 1px solid #ffffff;
  padding-top: 20px;
  margin-top: 20px;
  display: grid;
  gap: 5px;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table:first-child {
  border-width: 0;
  margin-top: 0;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table:last-child {
  padding-bottom: 10px;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table li {
  padding: 0;
  gap: 10px;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table li div {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width : 1199px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table li div {
    font-size: 16px;
  }
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table li div {
    font-size: 15px;
  }
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table li div:first-child {
  font-weight: 700;
}
.wcc-modal .wcc-preference-center .wcc-preference-body-wrapper .wcc-accordion-wrapper .wcc-accordion .wcc-accordion-body .wcc-audit-table .wcc-cookie-des-table li div:last-child {
  margin: 0;
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-footer-shadow {
  display: none;
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper {
  padding: 0;
  justify-content: space-between;
  border-width: 0;
  flex-direction: row;
  flex-wrap: nowrap;
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn {
  order: 2;
  padding: 0;
  border-width: 0;
  display: flex;
  align-items: center;
  max-width: fit-content;
  font-weight: 700;
  font-family: good-times, sans-serif;
  font-style: italic;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  margin: 0;
  flex: none;
  width: auto;
  letter-spacing: 0 !important;
}
@media only screen and (max-width : 740px) {
  .wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn {
    font-size: 15px;
  }
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn.wcc-btn-preferences {
  order: 1 !important;
}
.wcc-modal .wcc-preference-center .wcc-footer-wrapper .wcc-prefrence-btn-wrapper .wcc-btn:after {
  display: none;
}

section.banner.standard-banner {
  position: relative;
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(46, 46, 46) 50%, rgb(0, 0, 0) 100%);
  padding-top: calc(150px + 90px);
}
@media only screen and (max-width : 1499px) {
  section.banner.standard-banner {
    padding-top: calc(110px + 90px);
  }
}
@media only screen and (max-width : 740px) {
  section.banner.standard-banner {
    padding-top: calc(50px + 70px);
  }
}
section.banner.standard-banner {
  padding-bottom: 150px;
}
@media only screen and (max-width : 1499px) {
  section.banner.standard-banner {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width : 740px) {
  section.banner.standard-banner {
    padding-bottom: 50px;
  }
}
section.banner.standard-banner .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
section.banner.standard-banner .container > section,
section.banner.standard-banner .container > article,
section.banner.standard-banner .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1399px) {
  section.banner.standard-banner .container > section,
  section.banner.standard-banner .container > article,
  section.banner.standard-banner .container > header {
    grid-column: span 12;
  }
}
section.banner.standard-banner.hasimage {
  background: #000000;
}
section.banner.standard-banner > figure {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.window-loaded section.banner.standard-banner > figure {
  opacity: 1;
}
.page-template-experience section.banner.standard-banner > figure {
  max-height: 770px;
}
section.banner.standard-banner > figure img,
section.banner.standard-banner > figure video,
section.banner.standard-banner > figure picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
section.banner.standard-banner > figure:before, section.banner.standard-banner > figure:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  inset: 0;
}
section.banner.standard-banner > figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 15%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 90%, rgb(0, 0, 0) 100%);
}
section.banner.standard-banner > figure:after {
  background: radial-gradient(circle at 42% 50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.9) 70%, black 100%);
}
section.banner.standard-banner .container {
  z-index: 2;
}
section.banner.standard-banner .container > section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  grid-column-gap: 50px;
}
@media only screen and (max-width : 740px) {
  section.banner.standard-banner .container > section {
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 30px;
  }
}
section.banner.standard-banner .container > section header h1 {
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (max-width : 740px) {
  section.banner.standard-banner .container > section header h1 {
    padding-bottom: 20px;
    margin: 0 0 20px;
  }
}
section.banner.standard-banner .container > section header h1:after {
  display: block;
  content: "";
  height: 13px;
  width: 198px;
  border-top: 5px solid #E20613;
  border-bottom: 5px solid #E20613;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width : 740px) {
  section.banner.standard-banner .container > section header h1:after {
    height: 8px;
    border-top: 3px solid #E20613;
    border-bottom: 3px solid #E20613;
  }
}
section.banner.standard-banner .container > section header h1 {
  margin: 0;
}
@media only screen and (max-width : 740px) {
  .page-template-partnerships section.banner.standard-banner .container > section header h1 {
    font-size: 28px;
  }
}
section.banner.standard-banner .container > section header p {
  font-family: good-times, sans-serif;
  font-weight: 500;
  font-style: italic;
  padding: 0;
  margin: 2em 0 1em;
  color: #000000;
}
@media only screen and (max-width : 740px) {
  section.banner.standard-banner .container > section header p {
    margin: 1em 0 0.5em;
  }
}
section.banner.standard-banner .container > section header p:last-child {
  margin-bottom: 0;
}
section.banner.standard-banner .container > section header p {
  font-size: 28px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  section.banner.standard-banner .container > section header p {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1200px) {
  section.banner.standard-banner .container > section header p {
    font-size: 35px;
    line-height: 1.05;
  }
}
@media screen and (min-width: 1500px) {
  section.banner.standard-banner .container > section header p {
    font-size: 40px;
    line-height: 1.05;
  }
}
@media screen and (min-width: 1920px) {
  section.banner.standard-banner .container > section header p {
    font-size: 46px;
    line-height: 1.05;
  }
}
section.banner.standard-banner .container > section header p {
  color: #ffffff;
  margin: 18px 0 0;
}
section.banner.standard-banner .container > section header + p {
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  section.banner.standard-banner .container > section header + p {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  section.banner.standard-banner .container > section header + p {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1500px) {
  section.banner.standard-banner .container > section header + p {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1920px) {
  section.banner.standard-banner .container > section header + p {
    font-size: 30px;
    line-height: 1.1;
  }
}
section.banner.standard-banner .container > section header + p {
  line-height: 1.35;
}
@media only screen and (min-width : 741px) {
  section.banner.standard-banner .container > section header + p {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1025px) {
  section.banner.standard-banner .container > section header + p {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1500px) {
  section.banner.standard-banner .container > section header + p {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1920px) {
  section.banner.standard-banner .container > section header + p {
    line-height: 1.35;
  }
}
section.banner.standard-banner .container > section header + p {
  margin-top: 40px;
}
@media only screen and (max-width : 820px) {
  section.banner.standard-banner .container > section header + p {
    margin-top: 25px;
  }
}
@media only screen and (max-width : 740px) {
  section.banner.standard-banner .container > section header + p {
    margin-top: 20px;
  }
}
section.banner.standard-banner .container > section .info-column {
  flex: 0 0 30%;
}
@media only screen and (max-width : 820px) {
  section.banner.standard-banner .container > section .info-column {
    flex: 0 0 40%;
  }
}
@media only screen and (min-width : 741px) {
  section.banner.standard-banner .container > section .info-column .btn {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
section.banner.standard-banner .container > section .info-column .btn:first-child {
  margin-top: 0;
}
section.banner.home-banner-carousel .swiper-slide > article {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
section.banner.home-banner-carousel .swiper-slide > article > figure {
  background-color: #000000;
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.window-loaded section.banner.home-banner-carousel .swiper-slide > article > figure {
  opacity: 1;
}
section.banner.home-banner-carousel .swiper-slide > article > figure .banner-video {
  position: absolute;
  width: 100%;
  height: 100%;
}
section.banner.home-banner-carousel .swiper-slide > article > figure img,
section.banner.home-banner-carousel .swiper-slide > article > figure video,
section.banner.home-banner-carousel .swiper-slide > article > figure picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
section.banner.home-banner-carousel .swiper-slide > article > figure .hideimage {
  opacity: 0;
}
section.banner.home-banner-carousel .swiper-slide > article > figure:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 85%, rgb(0, 0, 0) 100%);
}
@media only screen and (max-width : 740px) {
  section.banner.home-banner-carousel .swiper-slide > article > figure:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 85%, rgb(0, 0, 0) 100%);
  }
}
section.banner.home-banner-carousel .swiper-slide > article .container {
  z-index: 2;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 50px;
}
@media only screen and (max-width : 820px) {
  section.banner.home-banner-carousel .swiper-slide > article .container {
    padding-bottom: 37.5px;
  }
}
@media only screen and (max-width : 740px) {
  section.banner.home-banner-carousel .swiper-slide > article .container {
    padding-bottom: 25px;
  }
}
section.banner.home-banner-carousel .swiper-slide > article .container header,
section.banner.home-banner-carousel .swiper-slide > article .container ul {
  margin-top: auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
section.banner.home-banner-carousel .swiper-slide > article .container header h1,
section.banner.home-banner-carousel .swiper-slide > article .container header h2,
section.banner.home-banner-carousel .swiper-slide > article .container header p {
  margin: 0;
}
section.banner.home-banner-carousel .swiper-slide > article .container header h1,
section.banner.home-banner-carousel .swiper-slide > article .container header h2 {
  font-size: 36px;
  line-height: 1.1;
}
@media screen and (min-width: 741px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header h1,
  section.banner.home-banner-carousel .swiper-slide > article .container header h2 {
    font-size: 51px;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header h1,
  section.banner.home-banner-carousel .swiper-slide > article .container header h2 {
    font-size: 61px;
    line-height: 1;
  }
}
@media screen and (min-width: 1500px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header h1,
  section.banner.home-banner-carousel .swiper-slide > article .container header h2 {
    font-size: 71px;
    line-height: 0.95;
  }
}
@media screen and (min-width: 1920px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header h1,
  section.banner.home-banner-carousel .swiper-slide > article .container header h2 {
    font-size: 91px;
    line-height: 0.95;
  }
}
section.banner.home-banner-carousel .swiper-slide > article .container header h1,
section.banner.home-banner-carousel .swiper-slide > article .container header h2 {
  font-weight: 300;
}
@media only screen and (max-width : 740px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header h1,
  section.banner.home-banner-carousel .swiper-slide > article .container header h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
section.banner.home-banner-carousel .swiper-slide > article .container header h1 span,
section.banner.home-banner-carousel .swiper-slide > article .container header h2 span {
  font-weight: 500;
  display: block;
  font-size: 122%;
}
@media only screen and (max-width : 740px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header h1 span,
  section.banner.home-banner-carousel .swiper-slide > article .container header h2 span {
    display: inline;
    font-size: 100%;
  }
}
section.banner.home-banner-carousel .swiper-slide > article .container header h1 em,
section.banner.home-banner-carousel .swiper-slide > article .container header h2 em {
  white-space: nowrap;
}
section.banner.home-banner-carousel .swiper-slide > article .container header p {
  max-width: 960px;
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header p {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header p {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1500px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header p {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1920px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header p {
    font-size: 30px;
    line-height: 1.1;
  }
}
section.banner.home-banner-carousel .swiper-slide > article .container header p {
  line-height: 1.35;
}
@media only screen and (min-width : 741px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header p {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1025px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header p {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1500px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header p {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1920px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header p {
    line-height: 1.35;
  }
}
section.banner.home-banner-carousel .swiper-slide > article .container header p {
  margin-top: 50px;
}
@media only screen and (max-width : 820px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header p {
    margin-top: 37.5px;
  }
}
@media only screen and (max-width : 740px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header p {
    margin-top: 25px;
  }
}
@media only screen and (max-width : 1399px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header p {
    max-width: 820px;
    font-size: 24px;
    margin-top: 30px;
  }
}
@media only screen and (max-width : 740px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header p {
    margin-top: 20px;
    font-size: 18px;
  }
}
section.banner.home-banner-carousel .swiper-slide > article .container header .buttons {
  margin-top: 70px;
}
@media only screen and (max-width : 820px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header .buttons {
    margin-top: 52.5px;
  }
}
@media only screen and (max-width : 740px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header .buttons {
    margin-top: 35px;
  }
}
@media only screen and (max-width : 1399px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header .buttons {
    margin-top: 40px;
  }
}
@media only screen and (max-width : 740px) {
  section.banner.home-banner-carousel .swiper-slide > article .container header .buttons {
    margin-top: 30px;
  }
}
section.banner.home-banner-carousel .swiper-slide > article .container ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  width: 100%;
  justify-content: center;
  grid-column-gap: 40px;
  grid-row-gap: 5px;
  font-size: 19px;
  line-height: 1.5;
}
@media screen and (min-width: 741px) {
  section.banner.home-banner-carousel .swiper-slide > article .container ul {
    font-size: 21px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  section.banner.home-banner-carousel .swiper-slide > article .container ul {
    font-size: 23px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1500px) {
  section.banner.home-banner-carousel .swiper-slide > article .container ul {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1920px) {
  section.banner.home-banner-carousel .swiper-slide > article .container ul {
    font-size: 24px;
    line-height: 1.5;
  }
}
section.banner.home-banner-carousel .swiper-slide > article .container ul {
  line-height: 1.35;
}
@media only screen and (min-width : 741px) {
  section.banner.home-banner-carousel .swiper-slide > article .container ul {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1025px) {
  section.banner.home-banner-carousel .swiper-slide > article .container ul {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1500px) {
  section.banner.home-banner-carousel .swiper-slide > article .container ul {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1920px) {
  section.banner.home-banner-carousel .swiper-slide > article .container ul {
    line-height: 1.35;
  }
}
section.banner.home-banner-carousel .swiper-slide > article .container ul {
  flex-wrap: wrap;
}
@media only screen and (max-width : 1399px) {
  section.banner.home-banner-carousel .swiper-slide > article .container ul {
    grid-column-gap: 20px;
  }
}
@media only screen and (max-width : 740px) {
  section.banner.home-banner-carousel .swiper-slide > article .container ul {
    display: none;
  }
}
section.banner.home-banner-carousel .swiper-slide > article .container ul li {
  display: flex;
  align-items: center;
  grid-column-gap: 20px;
}
@media only screen and (max-width : 1399px) {
  section.banner.home-banner-carousel .swiper-slide > article .container ul li {
    grid-column-gap: 10px;
  }
}
@media only screen and (max-width : 1199px) {
  section.banner.home-banner-carousel .swiper-slide > article .container ul li {
    flex-direction: column;
    gap: 14px;
  }
}
section.banner.home-banner-carousel .swiper-slide > article .container ul li figure {
  width: 85px;
  height: 85px;
  flex: 0 0 85px;
  border-radius: 100%;
  border: 2px solid #E20613;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.banner.home-banner-carousel .swiper-slide > article .container ul li figure img {
  width: 60%;
}
@media only screen and (max-width : 1399px) {
  section.banner.home-banner-carousel .swiper-slide > article .container ul li figure {
    width: 65px;
    height: 65px;
    flex: 0 0 65px;
  }
}
@media only screen and (max-width : 740px) {
  section.banner.home-banner-carousel .swiper-slide > article .container ul li figure {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }
}
section.banner.home-banner-carousel .swiper-slide > article .container ul li p {
  max-width: 400px;
}
@media only screen and (max-width : 1399px) {
  section.banner.home-banner-carousel .swiper-slide > article .container ul li p {
    font-size: 20px;
  }
}
section.banner.home-banner-carousel .swiper-nav {
  display: none;
}
body section.banner.home-banner-carousel .swiper-nav {
  flex-direction: column;
  right: 0;
  bottom: 0;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  overflow: hidden;
  width: fit-content;
  left: auto;
  position: absolute;
  transform: none;
  justify-content: center;
  margin-top: 0;
}
body section.banner.home-banner-carousel .swiper-nav .swiper-button-prev {
  border-radius: 0;
}
body section.banner.home-banner-carousel .swiper .swiper-pagination {
  width: 100%;
  margin-right: 0;
  right: 0px;
  bottom: 164px;
  transform: rotate(90deg) translateY(35px);
  transform-origin: right;
}
.home section.banner, .page-template-experience section.banner {
  padding-bottom: 220px;
}
@media only screen and (max-width : 1499px) {
  .home section.banner, .page-template-experience section.banner {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width : 740px) {
  .home section.banner, .page-template-experience section.banner {
    padding-bottom: 70px;
  }
}
.wp-pagenavi,
.woocommerce-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  grid-column-gap: 8px;
  margin-top: 60px;
}
@media only screen and (max-width : 820px) {
  .wp-pagenavi,
  .woocommerce-pagination ul.page-numbers {
    margin-top: 45px;
  }
}
@media only screen and (max-width : 740px) {
  .wp-pagenavi,
  .woocommerce-pagination ul.page-numbers {
    margin-top: 30px;
  }
}
.wp-pagenavi span,
.wp-pagenavi a,
.woocommerce-pagination ul.page-numbers span,
.woocommerce-pagination ul.page-numbers a {
  margin: 0;
  background: #D8D8D8;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  width: 52px;
  text-align: center;
  color: #000000;
  font-weight: 300;
  border-radius: 100%;
}
@media only screen and (max-width : 740px) {
  .wp-pagenavi span,
  .wp-pagenavi a,
  .woocommerce-pagination ul.page-numbers span,
  .woocommerce-pagination ul.page-numbers a {
    height: 36px;
    width: 36px;
  }
}
.wp-pagenavi span.current,
.woocommerce-pagination ul.page-numbers span.current {
  box-shadow: inset 0 0 0 2px #E20613;
  background-color: #ffffff;
  font-weight: 500;
}
.wp-pagenavi span.extend,
.woocommerce-pagination ul.page-numbers span.extend {
  background: none;
  padding: 8px 0;
  min-width: auto;
  display: none;
}
.wp-pagenavi a:hover,
.woocommerce-pagination ul.page-numbers a:hover {
  background: #D8D8D8;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.last,
.woocommerce-pagination ul.page-numbers a.nextpostslink,
.woocommerce-pagination ul.page-numbers a.last {
  background-color: #000000;
}
.wp-pagenavi a.nextpostslink i, .wp-pagenavi a.last i,
.woocommerce-pagination ul.page-numbers a.nextpostslink i,
.woocommerce-pagination ul.page-numbers a.last i {
  font-size: 13px;
  color: #000000;
  font-weight: 500;
}

.intro .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.intro .container > section,
.intro .container > article,
.intro .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1399px) {
  .intro .container > section,
  .intro .container > article,
  .intro .container > header {
    grid-column: span 12;
  }
}
.intro {
  padding-top: 220px;
}
@media only screen and (max-width : 1499px) {
  .intro {
    padding-top: 150px;
  }
}
@media only screen and (max-width : 740px) {
  .intro {
    padding-top: 70px;
  }
}
.intro {
  padding-bottom: 220px;
}
@media only screen and (max-width : 1499px) {
  .intro {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width : 740px) {
  .intro {
    padding-bottom: 70px;
  }
}
.intro p {
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  .intro p {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1200px) {
  .intro p {
    font-size: 35px;
    line-height: 1.05;
  }
}
@media screen and (min-width: 1500px) {
  .intro p {
    font-size: 40px;
    line-height: 1.05;
  }
}
@media screen and (min-width: 1920px) {
  .intro p {
    font-size: 46px;
    line-height: 1.05;
  }
}
.intro p {
  line-height: 1.35;
}
@media only screen and (min-width : 741px) {
  .intro p {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1025px) {
  .intro p {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1500px) {
  .intro p {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1920px) {
  .intro p {
    line-height: 1.35;
  }
}
@media only screen and (max-width : 740px) {
  .intro p {
    font-size: 27px;
  }
}

#image-reveal {
  height: 100vh;
  position: relative;
}
#image-reveal figure {
  width: 20%;
  height: 20%;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(20% 0%, 80% 0%, 80% 80%, 20% 80%);
}
#image-reveal figure img {
  height: 100%;
  object-fit: cover;
}
#image-reveal span {
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vh;
  height: 100vh;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.95) 70%, rgba(0, 0, 0, 0.95) 100%);
  z-index: 2;
  opacity: 0;
}
#image-reveal span:before, #image-reveal span:after {
  content: "";
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.95);
}
#image-reveal span:before {
  left: 1px;
  transform: translateX(-100%);
}
#image-reveal span:after {
  right: 1px;
  transform: translateX(100%);
}
#image-reveal:after, #image-reveal:before {
  content: "";
  display: block;
  position: absolute;
}
#image-reveal:before {
  content: "";
  display: block;
  background: #000000;
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  transform: translateY(100%);
  z-index: 0;
}
#image-reveal:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  z-index: 3;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

section.racing-types {
  padding-top: 0;
  position: relative;
  background: transparent;
}
section.racing-types .container > header {
  text-align: center;
  margin-bottom: 150px;
}
@media only screen and (max-width : 1499px) {
  section.racing-types .container > header {
    margin-bottom: 110px;
  }
}
@media only screen and (max-width : 740px) {
  section.racing-types .container > header {
    margin-bottom: 50px;
  }
}
section.racing-types .container > header h2 {
  font-size: 36px;
  line-height: 1.1;
}
@media screen and (min-width: 741px) {
  section.racing-types .container > header h2 {
    font-size: 51px;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  section.racing-types .container > header h2 {
    font-size: 61px;
    line-height: 1;
  }
}
@media screen and (min-width: 1500px) {
  section.racing-types .container > header h2 {
    font-size: 71px;
    line-height: 0.95;
  }
}
@media screen and (min-width: 1920px) {
  section.racing-types .container > header h2 {
    font-size: 91px;
    line-height: 0.95;
  }
}
section.racing-types .container > header h2 span {
  color: #E20613;
  display: block;
  font-size: 81%;
  font-weight: 300;
}
section.racing-types .container > header h2 em {
  color: #ffffff;
}
section.racing-types .container > section {
  width: 100%;
}
@media only screen and (min-width: 741px) {
  section.racing-types .container > section .swiper-wrapper {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1300px) {
  section.racing-types .container > section .swiper-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
section.racing-types .container > section .swiper.swiper-initialized .swiper-wrapper {
  display: flex !important;
  gap: 0 !important;
}
section.racing-types .container > section .racing-types-carousel, section.racing-types .container > section .swiper-container, section.racing-types .container > section .swiper, section.racing-types .container > section .swiper-wrapper {
  width: 100%;
}
section.racing-types .container > section .panel {
  display: flex;
}
section.racing-types .container > section .panel > a {
  display: flex;
  flex-direction: column;
}
section.racing-types .container > section .panel > a .text {
  height: 100%;
}

section.the-experience-section {
  padding-top: 0;
  position: relative;
}
section.the-experience-section > figure {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 65vw;
  max-height: 100%;
}
section.the-experience-section > figure img {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
section.the-experience-section > figure:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width : 740px) {
  section.the-experience-section > figure:after {
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
  }
}
section.the-experience-section .container {
  z-index: 3;
  padding-top: 220px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-row-gap: 100px;
}
@media only screen and (max-width : 1499px) {
  section.the-experience-section .container {
    grid-row-gap: 80px;
  }
}
@media only screen and (max-width : 740px) {
  section.the-experience-section .container {
    grid-row-gap: 50px;
  }
}
@media only screen and (max-width : 740px) {
  section.the-experience-section .container {
    padding-top: 180px;
  }
}
section.the-experience-section .container > header {
  grid-column: span 6;
  display: grid;
  grid-row-gap: 12px;
  margin-bottom: 50px;
}
@media only screen and (max-width : 820px) {
  section.the-experience-section .container > header {
    margin-bottom: 37.5px;
  }
}
@media only screen and (max-width : 740px) {
  section.the-experience-section .container > header {
    margin-bottom: 25px;
  }
}
section.the-experience-section .container > header p,
section.the-experience-section .container > header h2,
section.the-experience-section .container > header h3,
section.the-experience-section .container > header h4,
section.the-experience-section .container > header h5,
section.the-experience-section .container > header h6 {
  margin: 0;
}
section.the-experience-section .container > header p {
  font-size: 16px;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  font-family: good-times, sans-serif;
  font-weight: 500;
  font-style: italic;
}
@media only screen and (max-width : 740px) {
  section.the-experience-section .container > header p {
    grid-column-gap: 5px;
    font-size: 13px;
  }
}
section.the-experience-section .container > header p:before {
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  border-top: 2px solid #E20613;
  border-bottom: 2px solid #E20613;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0% 100%);
}
@media only screen and (max-width : 1199px) {
  section.the-experience-section .container > header p:before {
    width: 40px;
  }
}
@media only screen and (max-width : 740px) {
  section.the-experience-section .container > header p:before {
    width: 24px;
  }
}
section.the-experience-section .container > header {
  margin: 0 !important;
}
@media only screen and (max-width : 1399px) {
  section.the-experience-section .container > header {
    grid-column: span 12;
  }
}
section.the-experience-section .container > header h2 {
  font-size: 36px;
  line-height: 1.1;
}
@media screen and (min-width: 741px) {
  section.the-experience-section .container > header h2 {
    font-size: 67px;
    line-height: 0.95;
  }
}
@media screen and (min-width: 1200px) {
  section.the-experience-section .container > header h2 {
    font-size: 78px;
    line-height: 0.95;
  }
}
@media screen and (min-width: 1500px) {
  section.the-experience-section .container > header h2 {
    font-size: 89px;
    line-height: 0.95;
  }
}
@media screen and (min-width: 1920px) {
  section.the-experience-section .container > header h2 {
    font-size: 101px;
    line-height: 0.95;
  }
}
section.the-experience-section .container > .the-experience-usps {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1399px) {
  section.the-experience-section .container > .the-experience-usps {
    grid-column: span 12;
  }
}
@media only screen and (max-width : 1399px) {
  section.the-experience-section .container > .the-experience-usps {
    grid-column: span 12;
  }
}
section.the-experience-section .container > .the-experience-cta {
  grid-column: span 12;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-column-gap: 40px;
}
@media only screen and (max-width : 1399px) {
  section.the-experience-section .container > .the-experience-cta {
    justify-content: center;
  }
}
@media only screen and (max-width : 740px) {
  section.the-experience-section .container > .the-experience-cta {
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
  }
}
section.the-experience-section .container > .the-experience-cta p {
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  section.the-experience-section .container > .the-experience-cta p {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  section.the-experience-section .container > .the-experience-cta p {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1500px) {
  section.the-experience-section .container > .the-experience-cta p {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1920px) {
  section.the-experience-section .container > .the-experience-cta p {
    font-size: 30px;
    line-height: 1.1;
  }
}
section.the-experience-section .container > .the-experience-cta p {
  line-height: 1.35;
}
@media only screen and (min-width : 741px) {
  section.the-experience-section .container > .the-experience-cta p {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1025px) {
  section.the-experience-section .container > .the-experience-cta p {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1500px) {
  section.the-experience-section .container > .the-experience-cta p {
    line-height: 1.35;
  }
}
@media only screen and (min-width : 1920px) {
  section.the-experience-section .container > .the-experience-cta p {
    line-height: 1.35;
  }
}
section.the-experience-section .container > .the-experience-cta p {
  margin: 0;
}
@media only screen and (max-width : 740px) {
  section.the-experience-section .container > .the-experience-cta p {
    text-align: center;
  }
}
section.the-experience-section .container > .the-experience-cta .btn {
  margin: 0;
  white-space: nowrap;
  background-color: #ffffff;
  color: #000000;
}
section.the-experience-section .container > .the-experience-cta .btn:hover {
  background-color: #E20613;
  color: #ffffff;
}

.the-experience-usps {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1399px) {
  .the-experience-usps {
    grid-column: span 12;
  }
}
.the-experience-usps section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 120px;
}
@media only screen and (max-width : 1499px) {
  .the-experience-usps section {
    grid-column-gap: 100px;
  }
}
@media only screen and (max-width : 1399px) {
  .the-experience-usps section {
    grid-column-gap: 80px;
  }
}
@media only screen and (max-width : 1199px) {
  .the-experience-usps section {
    grid-column-gap: 60px;
  }
}
@media only screen and (max-width : 820px) {
  .the-experience-usps section {
    grid-column-gap: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .the-experience-usps section {
    display: flex;
    flex-direction: column;
    grid-row-gap: 150px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 1499px) {
  .the-experience-usps section {
    grid-row-gap: 110px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 740px) {
  .the-experience-usps section {
    grid-row-gap: 50px;
  }
}

.the-experience-usps article figure {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 2px solid #E20613;
  display: flex;
  align-items: center;
  justify-content: center;
}
.the-experience-usps article figure img {
  width: 60%;
}
@media only screen and (max-width : 740px) {
  .the-experience-usps article figure {
    width: 60px;
    height: 60px;
  }
}
.the-experience-usps article h3 {
  font-size: 18px;
  line-height: 1.25;
}
@media screen and (min-width: 741px) {
  .the-experience-usps article h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .the-experience-usps article h3 {
    font-size: 21px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1500px) {
  .the-experience-usps article h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1920px) {
  .the-experience-usps article h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
.the-experience-usps article h3 {
  margin: 50px 0 40px;
}
@media only screen and (max-width : 740px) {
  .the-experience-usps article h3 {
    margin: 1.5em 0 1em;
  }
}

section.reviews-section {
  position: relative;
}
section.reviews-section > figure {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  inset: 0;
}
section.reviews-section > figure img {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
section.reviews-section > figure:after {
  display: block;
  content: "";
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0.3) 100%);
}
section.reviews-section .container {
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
section.reviews-section .container > header {
  grid-column: span 12;
}
section.reviews-section .container .reviews-carousel {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1399px) {
  section.reviews-section .container .reviews-carousel {
    grid-column: span 12;
  }
}
section.reviews-section .experience-cta {
  grid-column: 2/span 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  grid-row-gap: 50px;
  text-align: center;
  padding-top: 100px;
}
@media only screen and (max-width : 1499px) {
  section.reviews-section .experience-cta {
    padding-top: 80px;
  }
}
@media only screen and (max-width : 740px) {
  section.reviews-section .experience-cta {
    padding-top: 50px;
  }
}
section.reviews-section .experience-cta h2,
section.reviews-section .experience-cta a.btn {
  margin: 0;
}
section.reviews-section .experience-cta a.btn {
  margin: 0 auto;
  background-color: #ffffff;
  color: #000000;
}
section.reviews-section .experience-cta a.btn:hover {
  background-color: #E20613;
  color: #ffffff;
}

article.quote.panel .text {
  border-top-width: 1px;
  border-radius: var(--border-radius);
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width : 1199px) {
  article.quote.panel .text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width : 740px) {
  article.quote.panel .text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.reviews-carousel article.quote.panel .text {
  display: flex;
  flex-direction: column;
  height: 100%;
}
article.quote.panel.bgwhite {
  box-shadow: none;
}
article.quote.panel.bgwhite .text {
  background-color: #f5f5f5;
  border: 1px solid #D8D8D8;
}

.rating {
  display: block;
  width: 143px;
  margin: 0 0 20px 0;
}
.rating svg {
  display: block;
  fill: #E20613;
}
.rating.rating-4 .star-5 {
  opacity: 0.2;
}
.rating.rating-3 .star-4,
.rating.rating-3 .star-5 {
  opacity: 0.2;
}
.rating.rating-2 .star-3,
.rating.rating-2 .star-4,
.rating.rating-2 .star-5 {
  opacity: 0.2;
}

.testimonial article {
  border-radius: var(--border-radius);
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding: 75px 50px;
}
@media only screen and (max-width : 1199px) {
  .testimonial article {
    padding: 40px 30px;
  }
}
@media only screen and (max-width : 740px) {
  .testimonial article {
    padding: 30px 20px;
  }
}
.testimonial article {
  padding-left: 10%;
  padding-right: 10%;
}
.testimonial article header h4 {
  font-size: 18px;
  line-height: 1.25;
}
@media screen and (min-width: 741px) {
  .testimonial article header h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .testimonial article header h4 {
    font-size: 21px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1500px) {
  .testimonial article header h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1920px) {
  .testimonial article header h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
.testimonial article p {
  margin: 30px 0px;
}
.testimonial article .more {
  font-weight: 500;
}

section.competition-section .container > section {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media only screen and (max-width : 820px) {
  section.competition-section .container > section {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-row-gap: 100px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 1499px) {
  section.competition-section .container > section {
    grid-row-gap: 80px;
  }
}
@media only screen and (max-width : 820px) and (max-width : 740px) {
  section.competition-section .container > section {
    grid-row-gap: 50px;
  }
}
section.competition-section .intro-column {
  grid-column: span 5;
}
@media only screen and (max-width : 820px) {
  section.competition-section .intro-column {
    text-align: center;
  }
}
section.competition-section .intro-column h2 {
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (max-width : 740px) {
  section.competition-section .intro-column h2 {
    padding-bottom: 20px;
    margin: 0 0 20px;
  }
}
section.competition-section .intro-column h2:after {
  display: block;
  content: "";
  height: 13px;
  width: 198px;
  border-top: 5px solid #E20613;
  border-bottom: 5px solid #E20613;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width : 740px) {
  section.competition-section .intro-column h2:after {
    height: 8px;
    border-top: 3px solid #E20613;
    border-bottom: 3px solid #E20613;
  }
}
@media only screen and (max-width : 820px) {
  section.competition-section .intro-column h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
section.competition-section .intro-column article {
  width: 60%;
  margin-left: 20%;
}
@media only screen and (max-width : 1399px) {
  section.competition-section .intro-column article {
    margin-left: 0;
    width: 100%;
  }
}
section.competition-section .intro-column article h3 {
  font-size: 18px;
  line-height: 1.25;
}
@media screen and (min-width: 741px) {
  section.competition-section .intro-column article h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  section.competition-section .intro-column article h3 {
    font-size: 21px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1500px) {
  section.competition-section .intro-column article h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1920px) {
  section.competition-section .intro-column article h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
section.competition-section .intro-column article h3 {
  margin: 0;
}
section.competition-section .intro-column article p {
  margin: 1em auto 2em;
}
@media only screen and (min-width : 1025px) {
  section.competition-section .intro-column article p {
    margin: 2em 0 3.5em;
  }
}
section.competition-section .intro-column article .btn {
  margin: 0;
}
@media only screen and (max-width : 820px) {
  section.competition-section .intro-column article .btn {
    margin: 0 auto;
  }
}
section.competition-section .info-column {
  grid-column: 7/span 5;
  display: grid;
}
@media only screen and (max-width : 1399px) {
  section.competition-section .info-column {
    grid-column: 7/span 6;
  }
}
@media only screen and (max-width : 820px) {
  section.competition-section .info-column {
    width: 100%;
  }
}
section.competition-section .info-column > header {
  margin-bottom: 40px;
}
@media only screen and (max-width : 820px) {
  section.competition-section .info-column > header {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width : 740px) {
  section.competition-section .info-column > header {
    margin-bottom: 20px;
  }
}
section.competition-section .info-column > header h2 {
  font-size: 16px;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  font-family: good-times, sans-serif;
  font-weight: 500;
  font-style: italic;
}
@media only screen and (max-width : 740px) {
  section.competition-section .info-column > header h2 {
    grid-column-gap: 5px;
    font-size: 13px;
  }
}
section.competition-section .info-column > header h2:before {
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  border-top: 2px solid #E20613;
  border-bottom: 2px solid #E20613;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0% 100%);
}
@media only screen and (max-width : 1199px) {
  section.competition-section .info-column > header h2:before {
    width: 40px;
  }
}
@media only screen and (max-width : 740px) {
  section.competition-section .info-column > header h2:before {
    width: 24px;
  }
}
@media only screen and (max-width : 820px) {
  section.competition-section .info-column > header h2 {
    justify-content: center;
  }
}
section.competition-section .info-column section {
  display: grid;
  grid-row-gap: 30px;
}
section.competition-section .info-column section h3 {
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  section.competition-section .info-column section h3 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  section.competition-section .info-column section h3 {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1500px) {
  section.competition-section .info-column section h3 {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1920px) {
  section.competition-section .info-column section h3 {
    font-size: 30px;
    line-height: 1.1;
  }
}
section.competition-section .info-column section h3 {
  margin: 0;
}
section.competition-section .info-column section .more {
  margin-left: auto;
}
section.competition-section .info-column section table tr {
  grid-template-columns: 27% 46% 27%;
}

section.cta {
  text-align: center;
  position: relative;
}
section.cta > figure {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
section.cta > figure img {
  opacity: 0.5;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
section.cta > figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: block;
  background: linear-gradient(90deg, rgba(226, 6, 19, 0.5) 0%, #e20613 100%);
}
section.cta .container > article {
  display: grid;
}
section.cta .container > article h2 {
  margin: 0;
}
section.cta .container > article h2 em {
  display: block;
}
section.cta .container > article p {
  margin: 0;
}
section.cta .container > article p.intropara {
  margin-top: 20px;
}
section.cta .container > article p a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
section.cta .container > article p a:hover {
  text-decoration: none;
}
section.cta .container > article .buttons {
  margin-top: 60px;
}
@media only screen and (max-width : 820px) {
  section.cta .container > article .buttons {
    margin-top: 45px;
  }
}
@media only screen and (max-width : 740px) {
  section.cta .container > article .buttons {
    margin-top: 30px;
  }
}
section.cta .container > article .buttons {
  margin-bottom: 30px;
}
@media only screen and (max-width : 820px) {
  section.cta .container > article .buttons {
    margin-bottom: 22.5px;
  }
}
@media only screen and (max-width : 740px) {
  section.cta .container > article .buttons {
    margin-bottom: 22.5px;
  }
}

.faqs-section .container {
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.faqs-section .container > header {
  grid-column: span 12;
}
.faqs-section .container > ul {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1399px) {
  .faqs-section .container > ul {
    grid-column: span 12;
  }
}

ul.faqs {
  display: grid;
  grid-row-gap: 10px;
}
ul.faqs li {
  background-color: #ffffff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width : 740px) {
  ul.faqs li {
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
  }
}
ul.faqs li {
  border-radius: var(--border-radius);
}
ul.faqs li:last-child {
  border-width: 0;
}
ul.faqs li h3 {
  margin: 0;
  padding: 32px 30px;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
}
@media only screen and (max-width : 1199px) {
  ul.faqs li h3 {
    font-size: 21px;
  }
}
@media only screen and (max-width : 740px) {
  ul.faqs li h3 {
    font-size: 19px;
  }
}
ul.faqs li h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 20px;
  cursor: pointer;
}
@media only screen and (max-width : 1199px) {
  ul.faqs li h3 {
    padding: 26px 28px;
  }
}
@media only screen and (max-width : 740px) {
  ul.faqs li h3 {
    padding: 20px;
  }
}
ul.faqs li h3 em {
  color: #000000;
  font-style: normal;
  display: block;
}
ul.faqs li h3 span {
  display: block;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  position: relative;
}
ul.faqs li h3 span:before, ul.faqs li h3 span:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #E20613;
}
ul.faqs li h3 span:before {
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
}
ul.faqs li h3 span:after {
  width: 2px;
  height: 100%;
  top: 0;
  left: calc(50% - 1px);
}
@media only screen and (max-width : 1199px) {
  ul.faqs li h3 span {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }
}
@media only screen and (max-width : 740px) {
  ul.faqs li h3 span {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }
}
ul.faqs li > article {
  height: 0;
  overflow: hidden;
  padding: 0 30px;
}
@media only screen and (max-width : 1199px) {
  ul.faqs li > article {
    padding: 0 28px;
  }
}
@media only screen and (max-width : 740px) {
  ul.faqs li > article {
    padding: 0 20px;
  }
}
ul.faqs li > article .content {
  padding-bottom: 30px;
}
@media only screen and (max-width : 1199px) {
  ul.faqs li > article .content {
    padding-bottom: 28px;
  }
}
@media only screen and (max-width : 740px) {
  ul.faqs li > article .content {
    padding-bottom: 20px;
  }
}
ul.faqs li.active h3 span:after {
  height: 0;
}
ul.faqs li.active > article {
  height: auto;
}
ul.faqs li.active > article .content {
  opacity: 1;
}

.social-section .section-heading ul {
  margin-left: auto;
  display: flex;
  grid-column-gap: 10px;
}
.social-section .section-heading ul li {
  width: 81px;
  height: 81px;
  background-color: #000000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  grid-row-gap: 2px;
}
.social-section .section-heading ul li svg {
  fill: #ffffff;
  height: 19px;
}
.social-section .section-heading ul li span {
  color: #ffffff;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width : 1199px) {
  .social-section .section-heading ul li span {
    font-size: 16px;
  }
}
@media only screen and (max-width : 740px) {
  .social-section .section-heading ul li span {
    font-size: 15px;
  }
}

.social-panel {
  width: 100%;
  background-color: #f5f5f5;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.social-panel > a {
  display: block;
  width: 100%;
}
.social-panel > a > figure {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.social-panel > a > figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.social-panel .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  height: 65px;
}
.social-panel .details div {
  display: flex;
  align-items: center;
  grid-column-gap: 15px;
}
.social-panel .details div svg {
  display: block;
  height: 19px;
}
.social-panel .details div span {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
@media only screen and (max-width : 1199px) {
  .social-panel .details div span {
    font-size: 17px;
  }
}
@media only screen and (max-width : 740px) {
  .social-panel .details div span {
    font-size: 16px;
  }
}
.social-panel .details a svg {
  display: block;
  height: 41px;
  fill: #E20613;
}

.social-icons {
  display: flex;
  grid-column-gap: 20px;
}
@media only screen and (max-width : 820px) {
  .social-icons {
    grid-column-gap: 15px;
  }
}
.social-icons li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background-color: #E20613;
  border-radius: 100px;
}
@media only screen and (max-width : 820px) {
  .social-icons li a {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width : 740px) {
  .social-icons li a {
    width: 40px;
    height: 40px;
  }
}
.social-icons li a svg {
  fill: #ffffff;
  height: 32px;
}
.social-icons li a i {
  font-size: 30px;
}
@media only screen and (max-width : 740px) {
  .social-icons li a i {
    font-size: 24px;
  }
}

:root {
  --country-width: 85px;
}
@media only screen and (min-width : 741px) {
  :root {
    --country-width: 120px;
  }
}
@media only screen and (min-width : 1500px) {
  :root {
    --country-width: 175px;
  }
}

section.leaderboards {
  padding-bottom: 0;
}
section.leaderboards .container > section {
  position: relative;
}
section.leaderboards ul.years {
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 285px;
  width: calc(100vw - 32px);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width : 740px) {
  section.leaderboards ul.years {
    height: 140px;
  }
}
section.leaderboards ul.years > li > h3 {
  padding: 0 24px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
}
@media only screen and (max-width : 1199px) {
  section.leaderboards ul.years > li > h3 {
    font-size: 21px;
  }
}
@media only screen and (max-width : 740px) {
  section.leaderboards ul.years > li > h3 {
    font-size: 19px;
  }
}
section.leaderboards ul.years > li > h3 {
  margin: 0;
  background-color: #f5f5f5;
  cursor: pointer;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (max-width : 740px) {
  section.leaderboards ul.years > li > h3 {
    height: 40px;
    font-size: 15px;
    padding: 0 7px;
  }
}
section.leaderboards ul.years > li > h3 + p {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  height: 212px;
  width: var(--country-width);
  margin: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
@media only screen and (max-width : 740px) {
  section.leaderboards ul.years > li > h3 + p {
    height: 90px;
  }
}
section.leaderboards ul.years > li > h3 + p span {
  display: block;
  font-family: good-times, sans-serif;
  font-style: italic;
}
section.leaderboards ul.years > li > h3 + p span:first-child {
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  section.leaderboards ul.years > li > h3 + p span:first-child {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  section.leaderboards ul.years > li > h3 + p span:first-child {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1500px) {
  section.leaderboards ul.years > li > h3 + p span:first-child {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1920px) {
  section.leaderboards ul.years > li > h3 + p span:first-child {
    font-size: 30px;
    line-height: 1.1;
  }
}
@media only screen and (max-width : 740px) {
  section.leaderboards ul.years > li > h3 + p span:first-child {
    transform: rotate(270deg);
    transform-origin: 45px 12px;
    width: 90px;
    height: 24px;
    text-align: center;
    /* background: red; */
    font-size: 17px;
  }
}
section.leaderboards ul.years > li > h3 + p span:last-child {
  font-size: 12px;
}
@media only screen and (max-width : 1499px) {
  section.leaderboards ul.years > li > h3 + p span:last-child {
    font-size: 10px;
  }
}
@media only screen and (max-width : 740px) {
  section.leaderboards ul.years > li > h3 + p span:last-child {
    display: none;
    font-size: 7px;
  }
}
section.leaderboards ul.years > li:first-child > h3 {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  border-left: 1px solid #e0e0e0;
}
section.leaderboards ul.years > li:last-child > h3 {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  border-right: 1px solid #e0e0e0;
}
section.leaderboards ul.years > li.active > h3 {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
  pointer-events: none;
}
section.leaderboards ul.years > li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  display: flex;
  width: calc(100vw - var(--country-width) - 15px);
  margin-left: calc(var(--country-width) - 1px);
  height: 222px;
  margin-top: 20px;
  padding-bottom: 8px;
  z-index: 2;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-gutter: stable;
}
@media only screen and (max-width : 740px) {
  section.leaderboards ul.years > li ul {
    height: 100px;
    margin-top: 10px;
  }
}
section.leaderboards ul.years > li ul::-webkit-scrollbar {
  height: 2px;
  border-bottom: 10px solid transparent;
  transform: translateY(-10px);
}
section.leaderboards ul.years > li ul::-webkit-scrollbar-thumb {
  background: #E20613;
  border-radius: 0;
  border-bottom: 10px solid transparent;
}
section.leaderboards ul.years > li ul::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0;
  border-bottom: 10px solid transparent;
}
section.leaderboards ul.years > li ul:after {
  display: block;
  content: "";
  height: 10px;
  flex: 0 0 16px;
}
section.leaderboards ul.years > li ul li {
  flex: 0 0 var(--country-width);
  padding: 0 5px;
  background-color: #f5f5f5;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-row-gap: 10px;
  position: relative;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
section.leaderboards ul.years > li ul li:after {
  display: block;
  content: "";
  width: 1px;
  height: 128px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e0e0e0;
}
@media only screen and (max-width : 740px) {
  section.leaderboards ul.years > li ul li:after {
    height: 58px;
  }
}
section.leaderboards ul.years > li ul li span {
  display: block;
  width: 43px;
  height: 33px;
}
@media only screen and (max-width : 740px) {
  section.leaderboards ul.years > li ul li span {
    width: 33px;
    height: 23px;
  }
}
section.leaderboards ul.years > li ul li.active {
  background-color: #000000;
  pointer-events: none;
  color: #ffffff;
  border-color: #000000;
}
section.leaderboards ul.years > li ul li.active:after {
  display: none;
}
section.leaderboards ul.years > li ul li.active h4,
section.leaderboards ul.years > li ul li.active p {
  color: #ffffff;
}
section.leaderboards ul.years > li ul li:last-child {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  border-right: 1px solid #e0e0e0;
}
section.leaderboards ul.years > li ul li:last-child:after {
  display: none;
}
section.leaderboards ul.years > li ul li p {
  font-family: good-times, sans-serif;
  font-style: italic;
  font-size: 12px;
}
@media only screen and (max-width : 740px) {
  section.leaderboards ul.years > li ul li p {
    font-size: 9px;
  }
}
section.leaderboards ul.years > li.active > h3 + p {
  opacity: 1;
  visibility: visible;
}
section.leaderboards ul.years > li.active ul {
  position: absolute;
  opacity: 1;
  visibility: visible;
}

#leaderboard-table {
  position: relative;
}
#leaderboard-table .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
#leaderboard-table .container > section,
#leaderboard-table .container > article,
#leaderboard-table .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1399px) {
  #leaderboard-table .container > section,
  #leaderboard-table .container > article,
  #leaderboard-table .container > header {
    grid-column: span 12;
  }
}
#leaderboard-table #leaderboard-title {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width : 1499px) {
  #leaderboard-table #leaderboard-title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width : 740px) {
  #leaderboard-table #leaderboard-title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width : 740px) {
  #leaderboard-table #leaderboard-title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
#leaderboard-table table {
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width : 740px) {
  #leaderboard-table table th:last-child {
    text-align: center;
  }
}
#leaderboard-table.loading table {
  opacity: 0.3;
}
#leaderboard-table .cta {
  padding-bottom: 0;
  text-align: center;
}
#leaderboard-table .cta h2 {
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  #leaderboard-table .cta h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  #leaderboard-table .cta h2 {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1500px) {
  #leaderboard-table .cta h2 {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1920px) {
  #leaderboard-table .cta h2 {
    font-size: 30px;
    line-height: 1.1;
  }
}
#leaderboard-table .cta h2 {
  margin: 0 0 1.5em;
}
@media only screen and (max-width : 740px) {
  #leaderboard-table .cta h2 {
    margin: 0 0 1em;
  }
}
#leaderboard-table .cta p {
  margin: 1.5em 0 0;
}
@media only screen and (max-width : 740px) {
  #leaderboard-table .cta p {
    margin: 1em 0 0;
  }
}

.gallery-section .swiper-wrapper {
  align-items: center;
  padding-left: 8.3333%;
}
@media only screen and (max-width : 740px) {
  .gallery-section .swiper-wrapper {
    padding-left: 0;
  }
}
.gallery-section .swiper-wrapper .swiper-slide {
  width: fit-content;
}
.gallery-section .swiper-wrapper .swiper-slide figure {
  overflow: hidden;
  border-radius: var(--border-radius);
}
.gallery-section .swiper-wrapper .swiper-slide figure img.landscape {
  max-width: 800px;
}
@media only screen and (max-width : 1499px) {
  .gallery-section .swiper-wrapper .swiper-slide figure img.landscape {
    max-width: 600px;
  }
}
@media only screen and (max-width : 820px) {
  .gallery-section .swiper-wrapper .swiper-slide figure img.landscape {
    max-width: 500px;
  }
}
.gallery-section .swiper-wrapper .swiper-slide figure img.portrait {
  max-height: 800px;
}
@media only screen and (max-width : 1499px) {
  .gallery-section .swiper-wrapper .swiper-slide figure img.portrait {
    max-height: 600px;
  }
}
@media only screen and (max-width : 820px) {
  .gallery-section .swiper-wrapper .swiper-slide figure img.portrait {
    max-height: 500px;
  }
}

section.reviews-section + .sessions-section > svg {
  display: none;
}

span.pro {
  font-size: 15px;
  line-height: 1;
  background: #E20613;
  padding: 5px 10px 6px;
  border-radius: 30px;
  color: white;
  font-weight: 600;
  max-width: fit-content;
}
@media only screen and (max-width : 820px) {
  span.pro {
    font-size: 13px;
  }
}
@media only screen and (max-width : 740px) {
  span.pro {
    font-size: 12px;
  }
}

section.sessions-table .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
section.sessions-table .container > section,
section.sessions-table .container > article,
section.sessions-table .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1399px) {
  section.sessions-table .container > section,
  section.sessions-table .container > article,
  section.sessions-table .container > header {
    grid-column: span 12;
  }
}
section.sessions-table table tr {
  grid-template-columns: 30% repeat(5, 1fr);
}
@media only screen and (max-width : 740px) {
  section.sessions-table table tr {
    grid-template-columns: 25% repeat(5, 1fr);
  }
}
section.sessions-table table tr a.btn {
  margin: 0;
}
@media only screen and (max-width : 1919px) {
  section.sessions-table table tr a.btn {
    font-size: 18px;
    padding: 15px 30px;
  }
}
@media only screen and (max-width : 1499px) {
  section.sessions-table table tr a.btn {
    font-size: 17px;
    padding: 12px 27px;
  }
}
@media only screen and (max-width : 1199px) {
  section.sessions-table table tr a.btn {
    font-size: 17px;
    padding: 10px 20px;
  }
}
@media only screen and (max-width : 740px) {
  section.sessions-table table tr a.btn {
    font-size: 16px;
    padding: 10px;
  }
}
section.sessions-table table tr a.btn {
  background-color: #E20613;
  color: #ffffff;
}
section.sessions-table table tr a.btn:hover {
  background-color: #000000;
  color: #ffffff;
}
@media only screen and (max-width : 820px) {
  section.sessions-table table tr a.btn {
    font-size: 13px;
  }
  section.sessions-table table tr a.btn:after {
    margin: 2px 0 0 6px;
    font-weight: 600;
  }
}
@media only screen and (max-width : 740px) {
  section.sessions-table table tr a.btn {
    font-size: 12px;
  }
}
section.sessions-table table tr.details {
  grid-template-columns: 100%;
}
section.sessions-table table tr.details td {
  background-color: #E20613;
}
section.sessions-table table tr td:first-child {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  grid-column-gap: 10px;
}
section.sessions-table table tr td:first-child h6 {
  margin: 0;
}
section.sessions-table table tr td:nth-child(6) {
  text-align: right;
  padding-right: 40px;
  align-items: flex-end;
}
@media only screen and (max-width : 820px) {
  section.sessions-table table tr td:nth-child(6) {
    padding-right: 20px;
  }
}
section.sessions-table table tr td:nth-child(6) span {
  display: flex;
  align-items: center;
  max-width: fit-content;
  grid-column-gap: 10px;
  cursor: pointer;
}
@media only screen and (max-width : 820px) {
  section.sessions-table table tr td:nth-child(6) span {
    grid-column-gap: 6px;
  }
}
section.sessions-table table tr td:nth-child(6) span:after {
  color: #E20613;
  content: "\f107";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 300;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width : 820px) {
  section.sessions-table table tr td:nth-child(6) span:after {
    font-size: 18px;
    transform: translateY(2px);
  }
}
section.sessions-table table tr td.details {
  padding: 0;
  grid-column: span 6;
  height: 0;
  overflow: hidden;
  min-height: 0;
}
section.sessions-table table tr td.details article {
  display: grid;
  grid-row-gap: 70px;
  padding: 30px 10% 80px;
}
@media only screen and (max-width : 820px) {
  section.sessions-table table tr td.details article {
    grid-row-gap: 30px;
    padding: 20px 10% 40px;
  }
}
@media only screen and (max-width : 740px) {
  section.sessions-table table tr td.details article {
    grid-row-gap: 20px;
    padding: 0 20px 30px;
  }
}
section.sessions-table table tr td.details footer {
  background-color: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  grid-column-gap: 50px;
}
@media only screen and (max-width : 740px) {
  section.sessions-table table tr td.details footer {
    padding: 10px 20px;
  }
}
section.sessions-table table tr td.details footer > .more {
  white-space: nowrap;
}
section.sessions-table table tr td.details footer p > a {
  color: #E20613;
}
section.sessions-table table tr td.details footer p > a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
section.sessions-table table tr.active td:nth-child(6) span:after {
  transform: rotate(180deg);
}
section.sessions-table table tr.active td.details {
  height: auto;
}

.sessions-table .details-nav,
.session-content .details-nav {
  margin: 0;
  display: flex;
  grid-column-gap: 30px;
}
@media only screen and (max-width : 1199px) {
  .sessions-table .details-nav,
  .session-content .details-nav {
    grid-column-gap: 20px;
  }
}
@media only screen and (max-width : 740px) {
  .sessions-table .details-nav,
  .session-content .details-nav {
    grid-column-gap: 10px;
  }
}
.sessions-table .details-nav li,
.session-content .details-nav li {
  cursor: pointer;
  padding: 10px 60px;
  border-radius: 40px;
  background-color: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width : 1199px) {
  .sessions-table .details-nav li,
  .session-content .details-nav li {
    padding: 8px 25px;
  }
}
@media only screen and (max-width : 740px) {
  .sessions-table .details-nav li,
  .session-content .details-nav li {
    padding: 5px 15px;
  }
}
.sessions-table .details-nav li:hover,
.session-content .details-nav li:hover {
  background-color: #e0e0e0;
}
.sessions-table .details-nav li.active,
.session-content .details-nav li.active {
  background-color: #000000;
  color: #ffffff;
  pointer-events: none;
}
.sessions-table .details-content .content,
.session-content .details-content .content {
  display: none;
}
.sessions-table .details-content .content h2,
.sessions-table .details-content .content h3,
.session-content .details-content .content h2,
.session-content .details-content .content h3 {
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  .sessions-table .details-content .content h2,
  .sessions-table .details-content .content h3,
  .session-content .details-content .content h2,
  .session-content .details-content .content h3 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .sessions-table .details-content .content h2,
  .sessions-table .details-content .content h3,
  .session-content .details-content .content h2,
  .session-content .details-content .content h3 {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1500px) {
  .sessions-table .details-content .content h2,
  .sessions-table .details-content .content h3,
  .session-content .details-content .content h2,
  .session-content .details-content .content h3 {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1920px) {
  .sessions-table .details-content .content h2,
  .sessions-table .details-content .content h3,
  .session-content .details-content .content h2,
  .session-content .details-content .content h3 {
    font-size: 30px;
    line-height: 1.1;
  }
}
.sessions-table .details-content .content h2,
.sessions-table .details-content .content h3,
.session-content .details-content .content h2,
.session-content .details-content .content h3 {
  margin: 2em 0 1em;
}
.sessions-table .details-content .content h2:first-child,
.sessions-table .details-content .content h3:first-child,
.session-content .details-content .content h2:first-child,
.session-content .details-content .content h3:first-child {
  margin-top: 0;
}
.sessions-table .details-content .content h2 + p,
.sessions-table .details-content .content h2 + ul,
.sessions-table .details-content .content h2 + ol,
.sessions-table .details-content .content h3 + p,
.sessions-table .details-content .content h3 + ul,
.sessions-table .details-content .content h3 + ol,
.session-content .details-content .content h2 + p,
.session-content .details-content .content h2 + ul,
.session-content .details-content .content h2 + ol,
.session-content .details-content .content h3 + p,
.session-content .details-content .content h3 + ul,
.session-content .details-content .content h3 + ol {
  margin-top: 0;
}
.sessions-table .details-content .content h4,
.sessions-table .details-content .content h5,
.sessions-table .details-content .content h6,
.session-content .details-content .content h4,
.session-content .details-content .content h5,
.session-content .details-content .content h6 {
  font-size: 18px;
  line-height: 1.25;
}
@media screen and (min-width: 741px) {
  .sessions-table .details-content .content h4,
  .sessions-table .details-content .content h5,
  .sessions-table .details-content .content h6,
  .session-content .details-content .content h4,
  .session-content .details-content .content h5,
  .session-content .details-content .content h6 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .sessions-table .details-content .content h4,
  .sessions-table .details-content .content h5,
  .sessions-table .details-content .content h6,
  .session-content .details-content .content h4,
  .session-content .details-content .content h5,
  .session-content .details-content .content h6 {
    font-size: 21px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1500px) {
  .sessions-table .details-content .content h4,
  .sessions-table .details-content .content h5,
  .sessions-table .details-content .content h6,
  .session-content .details-content .content h4,
  .session-content .details-content .content h5,
  .session-content .details-content .content h6 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1920px) {
  .sessions-table .details-content .content h4,
  .sessions-table .details-content .content h5,
  .sessions-table .details-content .content h6,
  .session-content .details-content .content h4,
  .session-content .details-content .content h5,
  .session-content .details-content .content h6 {
    font-size: 22px;
    line-height: 1.2;
  }
}
.sessions-table .details-content .content h4,
.sessions-table .details-content .content h5,
.sessions-table .details-content .content h6,
.session-content .details-content .content h4,
.session-content .details-content .content h5,
.session-content .details-content .content h6 {
  margin: 2em 0 1em;
}
.sessions-table .details-content .content h4:first-child,
.sessions-table .details-content .content h5:first-child,
.sessions-table .details-content .content h6:first-child,
.session-content .details-content .content h4:first-child,
.session-content .details-content .content h5:first-child,
.session-content .details-content .content h6:first-child {
  margin-top: 0;
}
.sessions-table .details-content .content h4 + p,
.sessions-table .details-content .content h4 + ul,
.sessions-table .details-content .content h4 + ol,
.sessions-table .details-content .content h5 + p,
.sessions-table .details-content .content h5 + ul,
.sessions-table .details-content .content h5 + ol,
.sessions-table .details-content .content h6 + p,
.sessions-table .details-content .content h6 + ul,
.sessions-table .details-content .content h6 + ol,
.session-content .details-content .content h4 + p,
.session-content .details-content .content h4 + ul,
.session-content .details-content .content h4 + ol,
.session-content .details-content .content h5 + p,
.session-content .details-content .content h5 + ul,
.session-content .details-content .content h5 + ol,
.session-content .details-content .content h6 + p,
.session-content .details-content .content h6 + ul,
.session-content .details-content .content h6 + ol {
  margin-top: 0;
}
.sessions-table .details-content .content p,
.sessions-table .details-content .content ul,
.sessions-table .details-content .content ol,
.session-content .details-content .content p,
.session-content .details-content .content ul,
.session-content .details-content .content ol {
  margin: 2.5em 0;
}
@media only screen and (max-width : 1199px) {
  .sessions-table .details-content .content p,
  .sessions-table .details-content .content ul,
  .sessions-table .details-content .content ol,
  .session-content .details-content .content p,
  .session-content .details-content .content ul,
  .session-content .details-content .content ol {
    margin: 2em 0;
  }
}
@media only screen and (max-width : 740px) {
  .sessions-table .details-content .content p,
  .sessions-table .details-content .content ul,
  .sessions-table .details-content .content ol,
  .session-content .details-content .content p,
  .session-content .details-content .content ul,
  .session-content .details-content .content ol {
    margin: 1.5em 0;
  }
}
.sessions-table .details-content .content p:first-child,
.sessions-table .details-content .content ul:first-child,
.sessions-table .details-content .content ol:first-child,
.session-content .details-content .content p:first-child,
.session-content .details-content .content ul:first-child,
.session-content .details-content .content ol:first-child {
  margin-top: 0;
}
.sessions-table .details-content .content p:last-child,
.sessions-table .details-content .content ul:last-child,
.sessions-table .details-content .content ol:last-child,
.session-content .details-content .content p:last-child,
.session-content .details-content .content ul:last-child,
.session-content .details-content .content ol:last-child {
  margin-bottom: 0;
}
.sessions-table .details-content .content .btn,
.session-content .details-content .content .btn {
  margin: 2.5em 0;
}
@media only screen and (min-width : 1500px) {
  .sessions-table .details-content .content .btn,
  .session-content .details-content .content .btn {
    font-size: 20px;
    padding: 20px 35px;
  }
}
.sessions-table .details-content .content .btn:first-child,
.session-content .details-content .content .btn:first-child {
  margin-top: 0;
}
.sessions-table .details-content .content .btn:last-child,
.session-content .details-content .content .btn:last-child {
  margin-bottom: 0;
}
.sessions-table .details-content .content ul,
.session-content .details-content .content ul {
  display: grid;
  grid-row-gap: 10px;
}
.sessions-table .details-content .content ul li,
.session-content .details-content .content ul li {
  padding-left: 93px;
  position: relative;
}
@media only screen and (max-width : 820px) {
  .sessions-table .details-content .content ul li,
  .session-content .details-content .content ul li {
    padding-left: 53px;
  }
}
@media only screen and (max-width : 740px) {
  .sessions-table .details-content .content ul li,
  .session-content .details-content .content ul li {
    padding-left: 33px;
  }
}
.sessions-table .details-content .content ul li:before,
.session-content .details-content .content ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #E20613;
  left: 0;
  top: 0.8em;
}
@media only screen and (max-width : 820px) {
  .sessions-table .details-content .content ul li:before,
  .session-content .details-content .content ul li:before {
    top: 0.7em;
    width: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .sessions-table .details-content .content ul li:before,
  .session-content .details-content .content ul li:before {
    width: 20px;
  }
}
.sessions-table .details-content .content ol li,
.session-content .details-content .content ol li {
  list-style-type: decimal;
  padding-left: 14px;
  margin-left: 20px;
}
.sessions-table .details-content .content .video-block,
.sessions-table .details-content .content .videowrapper,
.sessions-table .details-content .content .table-block,
.sessions-table .details-content .content .testimonial,
.sessions-table .details-content .content .image-wrapper,
.sessions-table .details-content .content .panel.quote,
.session-content .details-content .content .video-block,
.session-content .details-content .content .videowrapper,
.session-content .details-content .content .table-block,
.session-content .details-content .content .testimonial,
.session-content .details-content .content .image-wrapper,
.session-content .details-content .content .panel.quote {
  margin-top: 100px;
}
@media only screen and (max-width : 1499px) {
  .sessions-table .details-content .content .video-block,
  .sessions-table .details-content .content .videowrapper,
  .sessions-table .details-content .content .table-block,
  .sessions-table .details-content .content .testimonial,
  .sessions-table .details-content .content .image-wrapper,
  .sessions-table .details-content .content .panel.quote,
  .session-content .details-content .content .video-block,
  .session-content .details-content .content .videowrapper,
  .session-content .details-content .content .table-block,
  .session-content .details-content .content .testimonial,
  .session-content .details-content .content .image-wrapper,
  .session-content .details-content .content .panel.quote {
    margin-top: 80px;
  }
}
@media only screen and (max-width : 740px) {
  .sessions-table .details-content .content .video-block,
  .sessions-table .details-content .content .videowrapper,
  .sessions-table .details-content .content .table-block,
  .sessions-table .details-content .content .testimonial,
  .sessions-table .details-content .content .image-wrapper,
  .sessions-table .details-content .content .panel.quote,
  .session-content .details-content .content .video-block,
  .session-content .details-content .content .videowrapper,
  .session-content .details-content .content .table-block,
  .session-content .details-content .content .testimonial,
  .session-content .details-content .content .image-wrapper,
  .session-content .details-content .content .panel.quote {
    margin-top: 50px;
  }
}
.sessions-table .details-content .content .video-block,
.sessions-table .details-content .content .videowrapper,
.sessions-table .details-content .content .table-block,
.sessions-table .details-content .content .testimonial,
.sessions-table .details-content .content .image-wrapper,
.sessions-table .details-content .content .panel.quote,
.session-content .details-content .content .video-block,
.session-content .details-content .content .videowrapper,
.session-content .details-content .content .table-block,
.session-content .details-content .content .testimonial,
.session-content .details-content .content .image-wrapper,
.session-content .details-content .content .panel.quote {
  margin-bottom: 100px;
}
@media only screen and (max-width : 1499px) {
  .sessions-table .details-content .content .video-block,
  .sessions-table .details-content .content .videowrapper,
  .sessions-table .details-content .content .table-block,
  .sessions-table .details-content .content .testimonial,
  .sessions-table .details-content .content .image-wrapper,
  .sessions-table .details-content .content .panel.quote,
  .session-content .details-content .content .video-block,
  .session-content .details-content .content .videowrapper,
  .session-content .details-content .content .table-block,
  .session-content .details-content .content .testimonial,
  .session-content .details-content .content .image-wrapper,
  .session-content .details-content .content .panel.quote {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width : 740px) {
  .sessions-table .details-content .content .video-block,
  .sessions-table .details-content .content .videowrapper,
  .sessions-table .details-content .content .table-block,
  .sessions-table .details-content .content .testimonial,
  .sessions-table .details-content .content .image-wrapper,
  .sessions-table .details-content .content .panel.quote,
  .session-content .details-content .content .video-block,
  .session-content .details-content .content .videowrapper,
  .session-content .details-content .content .table-block,
  .session-content .details-content .content .testimonial,
  .session-content .details-content .content .image-wrapper,
  .session-content .details-content .content .panel.quote {
    margin-bottom: 50px;
  }
}
.sessions-table .details-content .content .video-block:first-child,
.sessions-table .details-content .content .videowrapper:first-child,
.sessions-table .details-content .content .table-block:first-child,
.sessions-table .details-content .content .testimonial:first-child,
.sessions-table .details-content .content .image-wrapper:first-child,
.sessions-table .details-content .content .panel.quote:first-child,
.session-content .details-content .content .video-block:first-child,
.session-content .details-content .content .videowrapper:first-child,
.session-content .details-content .content .table-block:first-child,
.session-content .details-content .content .testimonial:first-child,
.session-content .details-content .content .image-wrapper:first-child,
.session-content .details-content .content .panel.quote:first-child {
  margin-top: 0;
}
.sessions-table .details-content .content .video-block:last-child,
.sessions-table .details-content .content .videowrapper:last-child,
.sessions-table .details-content .content .table-block:last-child,
.sessions-table .details-content .content .testimonial:last-child,
.sessions-table .details-content .content .image-wrapper:last-child,
.sessions-table .details-content .content .panel.quote:last-child,
.session-content .details-content .content .video-block:last-child,
.session-content .details-content .content .videowrapper:last-child,
.session-content .details-content .content .table-block:last-child,
.session-content .details-content .content .testimonial:last-child,
.session-content .details-content .content .image-wrapper:last-child,
.session-content .details-content .content .panel.quote:last-child {
  margin-bottom: 0;
}
.sessions-table .details-content .content .video-block:first-child,
.session-content .details-content .content .video-block:first-child {
  margin-top: 0;
}
.sessions-table .details-content .content .video-block:last-child,
.session-content .details-content .content .video-block:last-child {
  margin-bottom: 0;
}
.sessions-table .details-content .content .video-block img,
.session-content .details-content .content .video-block img {
  margin-bottom: 0;
}
.sessions-table .details-content .content .table-block,
.session-content .details-content .content .table-block {
  width: 100%;
}
.sessions-table .details-content .content p > .btn:first-child,
.session-content .details-content .content p > .btn:first-child {
  margin-top: 0;
}
.sessions-table .details-content .content .btn,
.session-content .details-content .content .btn {
  display: flex;
}
@media only screen and (min-width : 741px) {
  .sessions-table .details-content .content .btn,
  .session-content .details-content .content .btn {
    max-width: fit-content;
  }
}
.sessions-table .details-content .content > figure,
.session-content .details-content .content > figure {
  overflow: hidden;
  border-radius: var(--border-radius);
}
.sessions-table .details-content .content.active,
.session-content .details-content .content.active {
  display: block;
}

.sessions-carousel article.panel header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.page-template-experience .standard-banner .the-experience-usps {
  padding-top: 150px;
}
@media only screen and (max-width : 1499px) {
  .page-template-experience .standard-banner .the-experience-usps {
    padding-top: 110px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-experience .standard-banner .the-experience-usps {
    padding-top: 50px;
  }
}
.page-template-experience .features-section {
  position: relative;
}
@media only screen and (max-width : 740px) {
  .page-template-experience .features-section {
    padding-top: calc(70vw - 70px) !important;
  }
}
.page-template-experience .features-section > figure {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
@media only screen and (max-width : 740px) {
  .page-template-experience .features-section > figure {
    position: absolute;
    height: 0;
    padding-bottom: 70vw;
  }
}
.page-template-experience .features-section > figure img {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width : 740px) {
  .page-template-experience .features-section > figure img {
    position: absolute;
  }
}
.page-template-experience .features-section > figure:before, .page-template-experience .features-section > figure:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  inset: 0;
}
.page-template-experience .features-section > figure:before {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.75) 15%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 85%, black 100%);
}
@media only screen and (max-width : 740px) {
  .page-template-experience .features-section > figure:before {
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.page-template-experience .features-section > figure:after {
  background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 40vh, black 60vh);
}
@media only screen and (max-width : 740px) {
  .page-template-experience .features-section > figure:after {
    display: none;
  }
}
.page-template-experience .features-section .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.page-template-experience .features-section .container > header {
  grid-column: span 12;
}
.page-template-experience .features-section .container > section {
  display: flex;
  justify-content: space-between;
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1399px) {
  .page-template-experience .features-section .container > section {
    grid-column: span 12;
  }
}
.page-template-experience .features-section .container > section {
  grid-column-gap: 60px;
}
@media only screen and (max-width : 740px) {
  .page-template-experience .features-section .container > section {
    display: flex;
    flex-direction: column;
    grid-row-gap: 100px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 1499px) {
  .page-template-experience .features-section .container > section {
    grid-row-gap: 80px;
  }
}
@media only screen and (max-width : 740px) and (max-width : 740px) {
  .page-template-experience .features-section .container > section {
    grid-row-gap: 50px;
  }
}
.page-template-experience .features-section .container > section ul {
  max-width: 405px;
  margin: 0;
  display: grid;
  grid-row-gap: 100px;
}
@media only screen and (max-width : 1499px) {
  .page-template-experience .features-section .container > section ul {
    grid-row-gap: 80px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-experience .features-section .container > section ul {
    grid-row-gap: 50px;
  }
}
.page-template-experience .features-section .container > section ul .icon {
  position: relative;
}
.page-template-experience .features-section .container > section ul .icon:after {
  content: "";
  display: block;
  background-color: #E20613;
  width: 134px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(100%);
}
@media only screen and (max-width : 740px) {
  .page-template-experience .features-section .container > section ul .icon:after {
    width: calc(100vw - 98px);
  }
}

.page-template-session .standard-banner h1 {
  font-size: 32px;
  line-height: 1.1;
}
@media screen and (min-width: 741px) {
  .page-template-session .standard-banner h1 {
    font-size: 37px;
    line-height: 1.05;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-session .standard-banner h1 {
    font-size: 42px;
    line-height: 1.05;
  }
}
@media screen and (min-width: 1500px) {
  .page-template-session .standard-banner h1 {
    font-size: 47px;
    line-height: 1;
  }
}
@media screen and (min-width: 1920px) {
  .page-template-session .standard-banner h1 {
    font-size: 51px;
    line-height: 1;
  }
}
.page-template-session .standard-banner article:first-child {
  max-width: 650px;
}
.page-template-session .session-content .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.page-template-session .session-content .container > section,
.page-template-session .session-content .container > article,
.page-template-session .session-content .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1399px) {
  .page-template-session .session-content .container > section,
  .page-template-session .session-content .container > article,
  .page-template-session .session-content .container > header {
    grid-column: span 12;
  }
}
.page-template-session .session-content .container {
  grid-row-gap: 100px;
}
@media only screen and (max-width : 1499px) {
  .page-template-session .session-content .container {
    grid-row-gap: 80px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-session .session-content .container {
    grid-row-gap: 50px;
  }
}
.page-template-session .session-content .container > section:first-child {
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: flex-start;
}
@media only screen and (max-width : 740px) {
  .page-template-session .session-content .container > section:first-child {
    display: flex;
    flex-direction: column;
    grid-row-gap: 50px;
  }
}
.page-template-session .session-content .container > section:last-child {
  border-radius: var(--border-radius);
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding: 75px 50px;
}
@media only screen and (max-width : 1199px) {
  .page-template-session .session-content .container > section:last-child {
    padding: 40px 30px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-session .session-content .container > section:last-child {
    padding: 30px 20px;
  }
}
.page-template-session .session-content .container > section:last-child {
  padding-left: 10%;
  padding-right: 10%;
}
.page-template-session .session-content main,
.page-template-session .session-content aside {
  display: grid;
  grid-row-gap: 100px;
}
@media only screen and (max-width : 1499px) {
  .page-template-session .session-content main,
  .page-template-session .session-content aside {
    grid-row-gap: 80px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-session .session-content main,
  .page-template-session .session-content aside {
    grid-row-gap: 50px;
  }
}
.page-template-session .session-content main > section,
.page-template-session .session-content aside > section {
  border-radius: var(--border-radius);
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding: 75px 50px;
}
@media only screen and (max-width : 1199px) {
  .page-template-session .session-content main > section,
  .page-template-session .session-content aside > section {
    padding: 40px 30px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-session .session-content main > section,
  .page-template-session .session-content aside > section {
    padding: 30px 20px;
  }
}
.page-template-session .session-content main {
  padding-right: var(--panel-margin);
}
@media only screen and (max-width : 740px) {
  .page-template-session .session-content main {
    padding-right: 0;
  }
}
.page-template-session .session-content main .overview {
  display: grid;
  grid-row-gap: 30px;
}
.page-template-session .session-content aside .specifics > h3 {
  font-size: 16px;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  font-family: good-times, sans-serif;
  font-weight: 500;
  font-style: italic;
}
@media only screen and (max-width : 740px) {
  .page-template-session .session-content aside .specifics > h3 {
    grid-column-gap: 5px;
    font-size: 13px;
  }
}
.page-template-session .session-content aside .specifics > h3:before {
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  border-top: 2px solid #E20613;
  border-bottom: 2px solid #E20613;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0% 100%);
}
@media only screen and (max-width : 1199px) {
  .page-template-session .session-content aside .specifics > h3:before {
    width: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-session .session-content aside .specifics > h3:before {
    width: 24px;
  }
}
.page-template-session .session-content aside .specifics ul {
  margin: 25px 0 0;
  display: block;
}
.page-template-session .session-content aside .specifics ul li {
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #D8D8D8;
}
@media only screen and (max-width : 1199px) {
  .page-template-session .session-content aside .specifics ul li {
    padding: 15px 0;
  }
}
.page-template-session .session-content aside .specifics ul li a {
  color: #E20613;
}
.page-template-session .session-content aside .specifics ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.page-template-session .session-content aside .specifics ul li:last-child {
  border-width: 0;
}
.page-template-session .session-content aside .specifics ul li {
  display: flex;
  align-items: flex-start;
  grid-column-gap: 25px;
}
@media only screen and (max-width : 1199px) {
  .page-template-session .session-content aside .specifics ul li {
    grid-column-gap: 15px;
  }
}
.page-template-session .session-content aside .specifics ul li svg,
.page-template-session .session-content aside .specifics ul li img {
  display: block;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
}
.page-template-session .session-content aside .specifics ul li i {
  font-size: 25px;
  color: #E20613;
}
.page-template-session .session-content aside .specifics ul li span {
  display: block;
}
@media only screen and (max-width : 1199px) {
  .page-template-session .session-content aside .specifics ul {
    margin: 15px 0 0;
  }
}
.page-template-session .session-content aside .specifics a.btn {
  margin: 40px 0;
}
@media only screen and (max-width : 1199px) {
  .page-template-session .session-content aside .specifics a.btn {
    margin: 30px 0;
  }
}
.page-template-session .session-content aside .specifics p > a {
  color: #E20613;
}
.page-template-session .session-content aside .specifics p > a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.page-template-book .session-content .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.page-template-book .session-content .container > section,
.page-template-book .session-content .container > article,
.page-template-book .session-content .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1399px) {
  .page-template-book .session-content .container > section,
  .page-template-book .session-content .container > article,
  .page-template-book .session-content .container > header {
    grid-column: span 12;
  }
}
.page-template-book .session-content .container {
  grid-row-gap: var(--panel-margin);
}
.page-template-book .session-content .container > section {
  border-radius: var(--border-radius);
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding: 75px 50px;
}
@media only screen and (max-width : 1199px) {
  .page-template-book .session-content .container > section {
    padding: 40px 30px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-book .session-content .container > section {
    padding: 30px 20px;
  }
}
.page-template-book .session-content .container > section {
  padding-left: 10%;
  padding-right: 10%;
}
.page-template-book .session-content .container > section.booking-form input[type=text],
.page-template-book .session-content .container > section.booking-form input[type=email],
.page-template-book .session-content .container > section.booking-form input[type=number],
.page-template-book .session-content .container > section.booking-form input[type=tel],
.page-template-book .session-content .container > section.booking-form input[type=month],
.page-template-book .session-content .container > section.booking-form input[type=password],
.page-template-book .session-content .container > section.booking-form input[type=search],
.page-template-book .session-content .container > section.booking-form input[type=time],
.page-template-book .session-content .container > section.booking-form input[type=url],
.page-template-book .session-content .container > section.booking-form input[type=week],
.page-template-book .session-content .container > section.booking-form textarea,
.page-template-book .session-content .container > section.booking-form .select-css-wrap {
  margin: 0;
}
.page-template-book .session-content .container > section.booking-form input[type=submit] {
  background-color: #E20613;
  color: #ffffff;
}
.page-template-book .session-content .container > section.booking-form input[type=submit]:hover {
  background-color: #000000;
  color: #ffffff;
}
@media only screen and (max-width : 740px) {
  .page-template-book .session-content .container > section.booking-form input[type=submit] {
    font-size: 12px;
    max-width: 100%;
    width: 100%;
  }
}
.page-template-book .session-content .container > section.booking-form .gform_fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px;
  grid-template-rows: 60px 15px 60px 15px 60px 15px 60px 15px 60px 15px 60px 45px 45px;
}
@media only screen and (max-width : 820px) {
  .page-template-book .session-content .container > section.booking-form .gform_fields {
    grid-column-gap: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-book .session-content .container > section.booking-form .gform_fields {
    display: flex;
    flex-direction: column;
    grid-row-gap: 8px;
  }
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield {
  max-height: fit-content;
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield.gfield--type-textarea {
  max-height: 500px;
  height: 100%;
}
@media only screen and (max-width : 740px) {
  .page-template-book .session-content .container > section.booking-form .gform_fields > .gfield.gfield--type-textarea {
    margin-bottom: 30px;
  }
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield.gfield--type-textarea .ginput_container_textarea,
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield.gfield--type-textarea textarea {
  height: inherit;
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield {
  /* Fields 1–6: column 1, rows 1, 3, 5, 7, 9, 11 */
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield:nth-child(2) {
  grid-column: 1;
  grid-row: 3;
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield:nth-child(3) {
  grid-column: 1;
  grid-row: 5;
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield:nth-child(4) {
  grid-column: 1;
  grid-row: 7;
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield:nth-child(5) {
  grid-column: 1;
  grid-row: 9;
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield:nth-child(6) {
  grid-column: 1;
  grid-row: 11;
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield {
  /* Fields 7–9: column 2, rows 1, 3, 5 */
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield:nth-child(7) {
  grid-column: 2;
  grid-row: 1;
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield:nth-child(8) {
  grid-column: 2;
  grid-row: 3;
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield:nth-child(9) {
  grid-column: 2;
  grid-row: 5;
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield {
  /* Field 10: column 2, rows 7–11 (i.e. rows 4–6) */
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield:nth-child(10) {
  grid-column: 2;
  grid-row: 7/12;
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield {
  /* Fields 11–12: column 1, rows 13–14 (i.e. rows 7–8) */
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield:nth-child(11) {
  grid-column: 1;
  grid-row: 13;
}
@media only screen and (max-width : 820px) {
  .page-template-book .session-content .container > section.booking-form .gform_fields > .gfield:nth-child(11) {
    grid-column: 1/span 2;
  }
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield:nth-child(12) {
  grid-column: 1;
  grid-row: 14;
}
@media only screen and (max-width : 820px) {
  .page-template-book .session-content .container > section.booking-form .gform_fields > .gfield:nth-child(12) {
    grid-column: 1/span 2;
  }
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield {
  /* Field 13: column 2, rows 13–14 */
}
.page-template-book .session-content .container > section.booking-form .gform_fields > .gfield:nth-child(13) {
  grid-column: 2;
  grid-row: 13/15;
}
@media only screen and (max-width : 820px) {
  .page-template-book .session-content .container > section.booking-form .gform_fields > .gfield:nth-child(13) {
    position: relative;
    grid-column: 1/span 2;
    grid-row: 15;
    margin: 30px 0 0;
  }
}
.page-template-book .session-content .container > section.booking-cta {
  text-align: center;
}
.page-template-book .session-content .container > section.booking-cta p > a {
  color: #E20613;
}
.page-template-book .session-content .container > section.booking-cta p > a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.page-template-contact .contact-content .container {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--panel-margin);
}
@media only screen and (max-width : 820px) {
  .page-template-contact .contact-content .container {
    display: flex;
    flex-direction: column;
  }
}
.page-template-contact .contact-content .container main,
.page-template-contact .contact-content .container aside {
  width: 100%;
  display: grid;
  grid-row-gap: var(--panel-margin);
}
.page-template-contact .contact-content .container main header.section-heading,
.page-template-contact .contact-content .container aside header.section-heading {
  margin-bottom: 0;
}
.page-template-contact .contact-content .container main > article,
.page-template-contact .contact-content .container aside > article {
  border-radius: var(--border-radius);
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
}
.page-template-contact .contact-content .container main > article.contact-details {
  padding: 75px 50px;
}
@media only screen and (max-width : 1199px) {
  .page-template-contact .contact-content .container main > article.contact-details {
    padding: 40px 30px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-contact .contact-content .container main > article.contact-details {
    padding: 30px 20px;
  }
}
@media only screen and (min-width : 1200px) {
  .page-template-contact .contact-content .container main > article.contact-details {
    padding-left: 16.6666%;
    padding-right: 16.6666%;
  }
}
.page-template-contact .contact-content .container main > article.contact-details ul {
  display: block;
}
.page-template-contact .contact-content .container main > article.contact-details ul li {
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #D8D8D8;
}
@media only screen and (max-width : 1199px) {
  .page-template-contact .contact-content .container main > article.contact-details ul li {
    padding: 15px 0;
  }
}
.page-template-contact .contact-content .container main > article.contact-details ul li a {
  color: #E20613;
}
.page-template-contact .contact-content .container main > article.contact-details ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.page-template-contact .contact-content .container main > article.contact-details ul li:last-child {
  border-width: 0;
}
.page-template-contact .contact-content .container main > article.contact-details ul li {
  display: flex;
  align-items: flex-start;
  grid-column-gap: 25px;
}
@media only screen and (max-width : 1199px) {
  .page-template-contact .contact-content .container main > article.contact-details ul li {
    grid-column-gap: 15px;
  }
}
.page-template-contact .contact-content .container main > article.contact-details ul li svg,
.page-template-contact .contact-content .container main > article.contact-details ul li img {
  display: block;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
}
.page-template-contact .contact-content .container main > article.contact-details ul li i {
  font-size: 25px;
  color: #E20613;
}
.page-template-contact .contact-content .container main > article.contact-details ul li span {
  display: block;
}
.page-template-contact .contact-content .container main > article.contact-details ul li i {
  flex: 0 0 53px;
}
@media only screen and (max-width : 1199px) {
  .page-template-contact .contact-content .container main > article.contact-details ul li i {
    flex: 0 0 28px;
  }
}
.page-template-contact .contact-content .container main > article.contact-cta {
  display: flex;
  align-items: center;
  grid-column-gap: 20px;
  justify-content: space-between;
  padding: 75px 50px;
}
@media only screen and (max-width : 1199px) {
  .page-template-contact .contact-content .container main > article.contact-cta {
    padding: 40px 30px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-contact .contact-content .container main > article.contact-cta {
    padding: 30px 20px;
  }
}
@media only screen and (max-width : 1199px) {
  .page-template-contact .contact-content .container main > article.contact-cta {
    flex-direction: column;
    grid-row-gap: 15px;
  }
}
.page-template-contact .contact-content .container main > article.contact-cta p,
.page-template-contact .contact-content .container main > article.contact-cta .btn {
  margin: 0;
}
.page-template-contact .contact-content .container main #map {
  height: 0;
  padding-bottom: 56%;
  border-radius: var(--border-radius);
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
}
@media only screen and (max-width : 1199px) {
  .page-template-contact .contact-content .container main #map {
    padding-bottom: 90%;
  }
}
.page-template-contact .contact-content .container aside {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-template-contact .contact-content .container aside > article.contact-form {
  height: 100%;
  padding: 75px 50px;
}
@media only screen and (max-width : 1199px) {
  .page-template-contact .contact-content .container aside > article.contact-form {
    padding: 40px 30px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-contact .contact-content .container aside > article.contact-form {
    padding: 30px 20px;
  }
}
@media only screen and (min-width : 1200px) {
  .page-template-contact .contact-content .container aside > article.contact-form {
    padding-left: 16.6666%;
    padding-right: 16.6666%;
  }
}
.page-template-contact .contact-content .container aside textarea {
  height: 550px;
  margin-bottom: 0;
}
@media only screen and (max-width : 1499px) {
  .page-template-contact .contact-content .container aside textarea {
    height: 350px;
  }
}
@media only screen and (max-width : 1199px) {
  .page-template-contact .contact-content .container aside textarea {
    height: 250px;
  }
}
.page-template-contact .contact-content .container aside .gfield--type-checkbox {
  margin: 65px 0 40px;
}

.page-template-partnerships .partnerships-content .container {
  display: grid;
  grid-row-gap: var(--panel-margin);
}
.page-template-partnerships .partnerships-content .container section {
  border-radius: var(--border-radius);
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding: 75px 50px;
}
@media only screen and (max-width : 1199px) {
  .page-template-partnerships .partnerships-content .container section {
    padding: 40px 30px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-partnerships .partnerships-content .container section {
    padding: 30px 20px;
  }
}
.page-template-partnerships .partnerships-content .container section {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}
.page-template-partnerships .partnerships-content .container section article {
  display: flex;
  align-items: center;
  grid-column-gap: 80px;
}
@media only screen and (max-width : 1199px) {
  .page-template-partnerships .partnerships-content .container section article {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 0 0 165px;
    justify-content: flex-start;
    align-items: flex-start;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-partnerships .partnerships-content .container section article {
    padding: 0;
    grid-row-gap: 20px;
  }
}
.page-template-partnerships .partnerships-content .container section article figure {
  width: 125px;
  height: 125px;
  flex: 0 0 125px;
  background-color: #ffffff;
  border-radius: var(--border-radius);
  align-items: center;
  justify-content: center;
  display: flex;
}
@media only screen and (max-width : 1199px) {
  .page-template-partnerships .partnerships-content .container section article figure {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-partnerships .partnerships-content .container section article figure {
    position: static;
  }
}
.page-template-partnerships .partnerships-content .container section article .text {
  display: grid;
  grid-row-gap: 30px;
}
@media only screen and (max-width : 740px) {
  .page-template-partnerships .partnerships-content .container section article .text {
    grid-row-gap: 15px;
  }
}
.page-template-partnerships .partnerships-content .container section article .text h2 {
  font-size: 21px;
  line-height: 1.2;
}
@media screen and (min-width: 741px) {
  .page-template-partnerships .partnerships-content .container section article .text h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-partnerships .partnerships-content .container section article .text h2 {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1500px) {
  .page-template-partnerships .partnerships-content .container section article .text h2 {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1920px) {
  .page-template-partnerships .partnerships-content .container section article .text h2 {
    font-size: 30px;
    line-height: 1.1;
  }
}
.page-template-partnerships .partnerships-content .container section article h2,
.page-template-partnerships .partnerships-content .container section article p,
.page-template-partnerships .partnerships-content .container section article a.btn {
  margin: 0;
}

.page-template-compete .competition .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.page-template-compete .competition .container > section,
.page-template-compete .competition .container > article,
.page-template-compete .competition .container > header {
  grid-column: 2/span 10;
}
@media only screen and (max-width : 1399px) {
  .page-template-compete .competition .container > section,
  .page-template-compete .competition .container > article,
  .page-template-compete .competition .container > header {
    grid-column: span 12;
  }
}
.page-template-compete .prizes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 26px;
}
@media only screen and (max-width : 740px) {
  .page-template-compete .prizes {
    display: flex;
    flex-direction: column;
    grid-row-gap: 10px;
  }
}
.page-template-compete .prizes article.prize {
  text-align: center;
  overflow: hidden;
  padding: 50px;
}
@media only screen and (max-width : 1199px) {
  .page-template-compete .prizes article.prize {
    padding: 30px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-compete .prizes article.prize {
    padding: 24px;
  }
}
.page-template-compete .prizes article.prize {
  border-radius: var(--border-radius);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width : 740px) {
  .page-template-compete .prizes article.prize {
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
  }
}
.page-template-compete .prizes article.prize {
  border: 1px solid #D8D8D8;
}
.page-template-compete .prizes article.prize > figure {
  width: 29px;
  margin: 0 auto;
}
.page-template-compete .prizes article.prize h2 {
  margin: 0;
  display: grid;
  grid-row-gap: 5px;
}
.page-template-compete .prizes article.prize h2 em {
  display: block;
}
@media only screen and (min-width : 1500px) {
  .page-template-compete .prizes article.prize h2 em {
    font-size: 68px;
  }
}
.page-template-compete .prizes article.prize h2 span {
  font-size: 16px;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  font-family: good-times, sans-serif;
  font-weight: 500;
  font-style: italic;
}
@media only screen and (max-width : 740px) {
  .page-template-compete .prizes article.prize h2 span {
    grid-column-gap: 5px;
    font-size: 13px;
  }
}
.page-template-compete .prizes article.prize h2 span:before {
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  border-top: 2px solid #E20613;
  border-bottom: 2px solid #E20613;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0% 100%);
}
@media only screen and (max-width : 1199px) {
  .page-template-compete .prizes article.prize h2 span:before {
    width: 40px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-compete .prizes article.prize h2 span:before {
    width: 24px;
  }
}
.page-template-compete .prizes article.prize h2 span {
  justify-content: center;
}
.page-template-compete .prizes article.prize h2 span:before {
  display: none;
}
.page-template-compete .prizes article.prize.first-prize > figure {
  fill: #BFA57C;
}
.page-template-compete .prizes article.prize.first-prize h2,
.page-template-compete .prizes article.prize.first-prize em {
  color: #BFA57C;
}
.page-template-compete .prizes article.prize.second-prize > figure {
  fill: #BCBCBC;
}
.page-template-compete .prizes article.prize.second-prize h2,
.page-template-compete .prizes article.prize.second-prize em {
  color: #BCBCBC;
}
.page-template-compete .prizes article.prize.third-prize > figure {
  fill: #AF8363;
}
.page-template-compete .prizes article.prize.third-prize h2,
.page-template-compete .prizes article.prize.third-prize em {
  color: #AF8363;
}
.page-template-compete .prizes article.prize ul {
  margin-top: 40px;
}
.page-template-compete .prizes article.prize ul li {
  border-bottom: 1px solid #D8D8D8;
  padding: 15px 0;
}
.page-template-compete .prizes article.prize ul li:last-child {
  border-width: 0;
}
.page-template-compete .how-it-works {
  text-align: center;
  margin-top: 100px;
}
@media only screen and (max-width : 1499px) {
  .page-template-compete .how-it-works {
    margin-top: 80px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-compete .how-it-works {
    margin-top: 50px;
  }
}
.page-template-compete .how-it-works p {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-compete .how-it-works a.btn {
  margin-left: auto;
  margin-right: auto;
  background-color: #E20613;
  color: #ffffff;
}
.page-template-compete .how-it-works a.btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.page-template-compete .leaderboard {
  margin-top: 150px;
}
@media only screen and (max-width : 1499px) {
  .page-template-compete .leaderboard {
    margin-top: 110px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-compete .leaderboard {
    margin-top: 50px;
  }
}
.page-template-compete .leaderboard > p {
  text-align: center;
  margin-top: 60px;
}
@media only screen and (max-width : 1499px) {
  .page-template-compete .leaderboard > p {
    margin-top: 50px;
  }
}
@media only screen and (max-width : 740px) {
  .page-template-compete .leaderboard > p {
    margin-top: 50px;
  }
}
.page-template-compete .leaderboard > p a {
  color: #E20613;
}

.home #website-wrap section.sessions-section.bgwhite {
  background-color: #ffffff;
}
.home #website-wrap section.racing-types {
  z-index: 2;
}
/*# sourceMappingURL=main.css.map */