/*
RULES:
- font-family: 'name-name' with spaces the font face won't work
- src: url('') format('') -> firefox won't pick up this font without
- assets: filename without spaces -
- variable font, format('truetype supports variations')
*/
@font-face {
  font-family: "maison-neue-book";
  src: url("../assets/fonts/maison/MaisonNeueBook.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "maison-neue-redbull-bold";
  src: url("../assets/fonts/maison/MaisonNeueRedBullBold.ttf") format("truetype");
  font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
}

:root {
  --plyr-color-main: #FABB23;
}

.noscroll, .overflow-hidden {
  overflow: hidden;
}

body {
  font-family: maison-neue-book, "sans-serif";
  background-color: #0A0865;
  color: #FFFFFF;
  font-style: normal;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
}

h1, .h1 {
  font-style: normal;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

h2, .h2 {
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

h3, .h3 {
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

div.section-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 15px;
}
@media (min-width: 650px) {
  div.section-inner {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  div.section-inner {
    padding: 60px 30px;
  }
}
@media (min-width: 1024px) {
  div.section-inner {
    padding: 60px 30px;
  }
}

a.link-a {
  text-decoration: none;
  width: fit-content;
  max-width: max-content;
  min-width: 125px;
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  border: 1px solid yellow;
  background-color: yellow;
  border-radius: 25px;
  color: #000000;
}
a.link-b {
  text-decoration: none;
  color: orangered;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
.gfield_description {
  display: none !important;
}

.gfield_required_text {
  color: #FFFFFF !important;
}

label,
legend {
  font-size: 1.6rem !important;
  color: #FFFFFF;
}

.gfield_consent_label {
  font-size: 1.6rem !important;
  color: #FFFFFF;
}

.gform_validation_errors {
  display: none;
}

.gform_wrapper {
  width: 100% !important;
}

.gform_heading {
  display: none !important;
}

#gform_4,
#gform_5 {
  width: 100% !important;
}
#gform_4 input[type=text],
#gform_4 textarea,
#gform_5 input[type=text],
#gform_5 textarea {
  width: 100%;
  color: #FFFFFF;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
#gform_4 input[type=text]:focus,
#gform_4 textarea:focus,
#gform_5 input[type=text]:focus,
#gform_5 textarea:focus {
  outline: none;
  border-bottom: 1px solid #ED1E36;
}
#gform_4 input[type=text]::placeholder,
#gform_4 textarea::placeholder,
#gform_5 input[type=text]::placeholder,
#gform_5 textarea::placeholder {
  color: #FFFFFF;
  opacity: 0.8;
}
#gform_4 #field_5_25,
#gform_5 #field_5_25 {
  margin-top: 2.5rem;
}
#gform_4 #field_5_26,
#gform_5 #field_5_26 {
  margin-bottom: 2.5rem;
}
#gform_4 select,
#gform_5 select {
  width: 100%;
  padding: 1rem 2rem;
  border: none;
  background-color: #2d3487;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
#gform_4 select:focus,
#gform_5 select:focus {
  outline: none;
  border-bottom: 1px solid #ED1E36;
}
#gform_4 textarea,
#gform_5 textarea {
  height: 80px;
  resize: vertical;
}
#gform_4 .gform_footer,
#gform_5 .gform_footer {
  display: flex;
  justify-content: end;
}
#gform_4 .gsection,
#gform_5 .gsection {
  border-bottom: none !important;
  padding: 0 !important;
}
#gform_4 input[type=submit],
#gform_5 input[type=submit] {
  background-color: #ED1E36;
  color: white;
  padding: 1rem 2rem;
  border: none;
  cursor: pointer;
  border-radius: 15px;
}
#gform_4 h3,
#gform_5 h3 {
  text-transform: inherit;
  font-size: 2rem;
  color: #0A0865;
  background-color: #FABB23;
  padding: 1rem 2rem;
  border-radius: 7px;
  font-family: maison-neue-redbull-bold, "sans-serif";
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  max-width: 100%;
}

body {
  font-weight: normal;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

header {
  height: 132px;
}

.header-max {
  max-width: 1300px;
  margin: 0 auto;
}

.header-inner {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 15px;
  padding: 15px;
  min-height: 90px;
}
@media (min-width: 650px) {
  .header-inner {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .header-inner {
    padding: 30px 60px;
  }
}
.header-inner .left img {
  display: block;
  width: 100%;
  height: auto;
}
.header-inner .right {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
@media (min-width: 900px) {
  .header-inner .right {
    padding-top: 0;
  }
}
@media (min-width: 900px) {
  .header-inner .right nav#nav-mobile {
    display: none;
  }
}
.header-inner .right nav#nav-desktop {
  display: none;
}
@media (min-width: 900px) {
  .header-inner .right nav#nav-desktop {
    display: block;
  }
}
.header-inner .right nav#nav-desktop ul {
  list-style: none;
}
.header-inner .right nav#nav-desktop ul li {
  display: inline-block;
  margin: 0 0 0 30px;
}
@media (min-width: 1024px) {
  .header-inner .right nav#nav-desktop ul li {
    margin: 0 0 0 60px;
  }
}
.header-inner .right nav#nav-desktop ul li a {
  color: #A9A9A9;
  text-decoration: none;
  font-size: 1.8rem;
}
.header-inner .right nav#nav-desktop ul li a.special {
  color: #000000;
  border-radius: 24px;
  min-width: 200px;
  width: fit-content;
  max-width: max-content;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: yellow;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
#site-navigation {
  position: fixed;
  background: #A9A9A9;
  transform: translateX(-100%);
  transition: all 0.3s ease;
  margin: 0;
  top: 130px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow-y: scroll;
}
#site-navigation.active {
  transform: translateX(0);
}
#site-navigation .slide-navigation-inner {
  height: fit-content;
  padding: 30px 15px 95px 15px;
}
#site-navigation .slide-navigation-inner .slide-menu {
  list-style: none;
  text-align: center;
}
#site-navigation .slide-navigation-inner .slide-menu li {
  display: block;
  margin-bottom: 60px;
}
#site-navigation .slide-navigation-inner .slide-menu li:last-child {
  margin-bottom: 0;
}
#site-navigation .slide-navigation-inner .slide-menu li a {
  color: #000000;
  text-decoration: none;
  line-height: 1;
  font-size: 2rem;
}
#site-navigation .slide-navigation-inner .slide-menu li a.special {
  background-color: yellow;
  color: #000000;
  border-radius: 24px;
  min-width: 200px;
  width: fit-content;
  max-width: max-content;
  margin: 15px auto 0 auto;
  padding: 10px 30px;
  display: block;
}

#nav-mobile {
  width: 40px;
  height: fit-content;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 62px;
  right: 15px;
}
#nav-mobile span {
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 10px;
  width: 100%;
  background: #000000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#nav-mobile span:nth-child(1) {
  top: 0px;
}
#nav-mobile span:nth-child(2), #nav-mobile span:nth-child(3) {
  top: 10px;
}
#nav-mobile span:nth-child(4) {
  top: 20px;
}
#nav-mobile.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
#nav-mobile.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-mobile.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-mobile.open span:nth-child(4) {
  top: 20px;
  width: 0%;
  left: 50%;
}

div.f-hero-inner {
  position: relative;
  min-height: fit-content;
  height: 450px;
  background-color: rgba(0, 0, 0, 0.5);
  --max-w: $max-width;
  --max-p: $l;
  display: flex;
  align-items: center;
}
@media (min-width: 1360px) {
  div.f-hero-inner {
    max-width: 1180px;
  }
}
div.f-hero-inner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
div.f-hero-inner .f-title-container {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}
div.f-hero-inner .f-title-container h1, div.f-hero-inner .f-title-container h2 {
  margin-bottom: 15px;
}
div.f-hero-inner .f-title-container .f-link-container {
  margin-top: 30px;
}

div.tp-contact-form-inner .tp-title-container {
  margin-bottom: 30px;
}
div.tp-contact-form-inner .tp-title-container h1, div.tp-contact-form-inner .tp-title-container h2 {
  margin-bottom: 15px;
}

section.tp-home-content {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
section.tp-home-content.tp-registered-content {
  align-items: start;
}
section.tp-home-content .tp-circle-container {
  position: absolute;
  pointer-events: none;
  width: max(10vw, 150px);
  height: max(10vw, 150px);
  z-index: 1;
}
@media (min-width: 768px) {
  section.tp-home-content .tp-circle-container {
    width: min(12vw, 262px);
    height: min(12vw, 262px);
  }
}
@media (min-width: 1200px) {
  section.tp-home-content .tp-circle-container {
    width: min(16vw, 262px);
    height: min(16vw, 262px);
  }
}
section.tp-home-content .tp-circle-container.yellow {
  top: min(-5vw, -75px);
  right: min(-5vw, -75px);
}
@media (min-width: 768px) {
  section.tp-home-content .tp-circle-container.yellow {
    top: max(-6vw, -110px);
    right: max(-6vw, -110px);
  }
}
@media (min-width: 1200px) {
  section.tp-home-content .tp-circle-container.yellow {
    top: max(-6vw, -110px);
    right: max(-6vw, -110px);
  }
}
section.tp-home-content .tp-circle-container.yellow-2 {
  top: 65%;
  right: max(-6vw, -110px);
}
section.tp-home-content .tp-circle-container.yellow-3 {
  top: 30%;
  right: max(-6vw, -110px);
}
section.tp-home-content .tp-circle-container.yellow-4 {
  bottom: 5%;
  right: max(-6vw, -110px);
}
section.tp-home-content .tp-circle-container.orange {
  top: 75%;
  left: min(-4vw, -125px);
}
@media (min-width: 768px) {
  section.tp-home-content .tp-circle-container.orange {
    top: 50%;
    left: max(-8vw, -131px);
  }
}
section.tp-home-content .tp-circle-container.orange-2 {
  top: 90%;
  left: max(-8vw, -131px);
}
section.tp-home-content .tp-circle-container.orange-3 {
  top: 30%;
  left: max(-8vw, -131px);
}
section.tp-home-content .tp-circle-container.orange-4 {
  bottom: 15%;
  left: max(-8vw, -131px);
}
section.tp-home-content .tp-circle-container img {
  display: block;
  width: 100%;
  height: auto;
}

div.tp-home-content-inner {
  position: relative;
  z-index: 2;
  padding: 30px 10px;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: fit-content(100%);
  gap: 30px;
}
div.tp-home-content-inner .tp-header-container {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: fit-content(100%);
  grid-template-columns: 1fr 268px 1fr;
  gap: 45px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  div.tp-home-content-inner .tp-header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
div.tp-home-content-inner .tp-header-container .left {
  border-bottom: 5px solid #FFFFFF;
}
@media (max-width: 767px) {
  div.tp-home-content-inner .tp-header-container .left {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  div.tp-home-content-inner .tp-header-container .left {
    width: fit-content;
  }
}
div.tp-home-content-inner .tp-header-container .left span {
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.6;
  width: fit-content;
}
@media (max-width: 767px) {
  div.tp-home-content-inner .tp-header-container .left span {
    text-align: center;
    width: fit-content;
    max-width: min-content;
  }
}
div.tp-home-content-inner .tp-header-container .middle img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 268px;
  margin: 0 45px;
}
@media (min-width: 768px) {
  div.tp-home-content-inner .tp-header-container .middle img {
    margin: 0;
  }
}
div.tp-home-content-inner .tp-header-container .right {
  border-bottom: 5px solid #FFFFFF;
}
@media (min-width: 768px) {
  div.tp-home-content-inner .tp-header-container .right {
    width: fit-content;
    margin: 0 0 0 auto;
  }
}
div.tp-home-content-inner .tp-header-container .right span {
  display: block;
  text-transform: uppercase;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.6;
}
div.tp-home-content-inner .tp-video-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
div.tp-home-content-inner .tp-socials-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
div.tp-home-content-inner .tp-socials-container .tp-icons-container a {
  text-decoration: none;
  cursor: pointer;
}
div.tp-home-content-inner .tp-socials-container .tp-icons-container a svg {
  display: block;
  height: 68px;
  width: auto;
}
div.tp-home-content-inner .tp-socials-container button,
div.tp-home-content-inner .tp-socials-container a.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #FFFFFF;
  line-height: 1.2;
  background: #ED1E36;
  border-radius: 20px;
  padding: 8px 15px;
  font-size: 25px;
  font-size: 2.5rem;
  transition: all 0.3s ease-in-out;
}
div.tp-home-content-inner .tp-socials-container button:hover,
div.tp-home-content-inner .tp-socials-container a.button:hover {
  filter: brightness(90%);
}
div.tp-home-content-inner .tp-socials-container button span.icon svg,
div.tp-home-content-inner .tp-socials-container a.button span.icon svg {
  display: block;
  height: 25px;
  width: auto;
}
div.tp-home-content-inner .tp-socials-container button span.text,
div.tp-home-content-inner .tp-socials-container a.button span.text {
  display: block;
  margin-left: 10px;
}
div.tp-home-content-inner .tp-text-container {
  max-width: 719px;
  margin: 0 auto;
}
div.tp-home-content-inner .tp-text-container .custom-text {
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
  font-size: 2rem;
}
div.tp-home-content-inner .tp-text-container .custom-text p {
  margin-bottom: 20px;
}
div.tp-home-content-inner .tp-text-container .custom-text p b,
div.tp-home-content-inner .tp-text-container .custom-text p strong {
  font-family: maison-neue-redbull-bold, "sans-serif";
}
div.tp-home-content-inner .tp-form-container {
  background-color: #2d3487;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 3rem 5rem;
  border-radius: 15px;
}
div.tp-home-content-inner .faqs-container {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 2rem;
}
div.tp-home-content-inner .faqs-container h2 {
  font-family: maison-neue-redbull-bold, "sans-serif";
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.6;
  margin: 2rem 0;
}
div.tp-home-content-inner .faqs-container .faqs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
div.tp-home-content-inner .faqs-container .faqs article.card-faq {
  width: 100%;
  border-radius: 10px;
  background-color: transparent;
}
div.tp-home-content-inner .faqs-container .faqs article.card-faq .faq-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: maison-neue-redbull-bold, "sans-serif";
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
}
div.tp-home-content-inner .faqs-container .faqs article.card-faq .faq-title h3 {
  text-transform: inherit;
  color: #FFFFFF;
  font-size: 20px;
}
div.tp-home-content-inner .faqs-container .faqs article.card-faq .faq-title img {
  transform: rotate(-90deg);
  transition: all 0.3s ease-in-out;
}
div.tp-home-content-inner .faqs-container .faqs article.card-faq .faq-title.active img {
  transform: rotate(0deg);
}
div.tp-home-content-inner .faqs-container .faqs article.card-faq .faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 16px;
}
div.tp-home-content-inner .faqs-container .faqs article.card-faq .faq-content strong,
div.tp-home-content-inner .faqs-container .faqs article.card-faq .faq-content b {
  font-family: maison-neue-redbull-bold, "sans-serif";
}
div.tp-home-content-inner .faqs-container .faqs article.card-faq .faq-content ul {
  margin: 0;
  padding: 0;
}
div.tp-home-content-inner .faqs-container .faqs article.card-faq .faq-content ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 1rem;
}
div.tp-home-content-inner .faqs-container .faqs article.card-faq .faq-content ul li:last-child {
  margin-bottom: 0;
}
div.tp-home-content-inner .faqs-container .faqs article.card-faq .faq-content a {
  text-decoration: none;
  color: #ED1E36;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  transition: all 0.3s ease-in-out;
}
div.tp-home-content-inner .faqs-container .faqs article.card-faq .faq-content a:hover {
  filter: brightness(90%);
}
div.tp-home-content-inner .faqs-container .faqs article.card-faq .faq-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
div.tp-home-content-inner .faqs-container .faqs article.card-faq:hover .faq-title img {
  transform: rotate(0deg);
}
div.tp-home-content-inner .faqs-container .faqs article.card-faq.active {
  transition: all 0.3s ease-out;
}
div.tp-home-content-inner .tp-key-vis-container {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 2rem;
}
div.tp-home-content-inner .tp-key-vis-container img {
  width: 250px;
  height: auto;
  object-fit: contain;
}

/*# sourceMappingURL=custom.css.map */
