@charset "UTF-8";
/*
Theme Name: Borderless
Theme URI: http://www.wpbeaverbuilder.com
Version: 2.0
Description: ITS BORDERLESS THEME.
Author: Marco Boncompagno
Author URI: https://www.itsweb.org
template: bb-theme
*/
/*media queries*/
/*media queries mixins*/
/* Regular weight */
@font-face {
  font-family: "FoundersGrothesk";
  src: url("fonts/founders-grotesk-web-regular.woff2") format("woff2"), url("fonts/founders-grotesk-web-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* Semibold weight */
@font-face {
  font-family: "FoundersGrothesk";
  src: url("fonts/founders-grotesk-web-medium.woff2") format("woff2"), url("fonts/founders-grotesk-web-medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/* Heading Styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "FoundersGrothesk";
  font-weight: 400;
}

.bold h1, .bold h2, .bold h3, .bold h4, .bold h5, .bold h6, .bold body, .bold p, .bold span, .bold a, .bold ul, .bold li {
  font-weight: 600;
}

/* Body text */
body, p, span, a, ul, li {
  font-family: "FoundersGrothesk";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* font sizes */
@media only screen and (max-width: 576px) {
  body h1 {
    font-size: 2rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 768px) {
  body h1 {
    font-size: 2.4rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 992px) {
  body h1 {
    font-size: 3rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 1200px) {
  body h1 {
    font-size: 3rem;
    line-height: 0.9;
  }
}
@media only screen and (max-width: 576px) {
  body h2 {
    font-size: 2.4rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 768px) {
  body h2 {
    font-size: 2.9rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 992px) {
  body h2 {
    font-size: 3rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 1200px) {
  body h2 {
    font-size: 3rem;
    line-height: 0.9;
  }
}
@media only screen and (max-width: 576px) {
  body h3 {
    font-size: 1.5rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 768px) {
  body h3 {
    font-size: 1.8rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 992px) {
  body h3 {
    font-size: 2rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 1200px) {
  body h3 {
    font-size: 2rem;
    line-height: 0.9;
  }
}
@media only screen and (max-width: 576px) {
  body h4 {
    font-size: 1.5rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 768px) {
  body h4 {
    font-size: 1.8rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 992px) {
  body h4 {
    font-size: 2rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 1200px) {
  body h4 {
    font-size: 2rem;
    line-height: 0.9;
  }
}
@media only screen and (max-width: 576px) {
  body h5 {
    font-size: 1.5rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 768px) {
  body h5 {
    font-size: 1.8rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 992px) {
  body h5 {
    font-size: 2rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 1200px) {
  body h5 {
    font-size: 2rem;
    line-height: 0.9;
  }
}
@media only screen and (max-width: 576px) {
  body h6 {
    font-size: 1.125rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 768px) {
  body h6 {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  body h6 {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  body h6 {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 576px) {
  body p,
  body table,
  body li, body p > span, body p + span {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  body p,
  body table,
  body li, body p > span, body p + span {
    font-size: 1.2rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  body p,
  body table,
  body li, body p > span, body p + span {
    font-size: 1.3rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  body p,
  body table,
  body li, body p > span, body p + span {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 576px) {
  body .uabb-module-content .uabb-text-editor.uabb-accordion-desc :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1.125rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 768px) {
  body .uabb-module-content .uabb-text-editor.uabb-accordion-desc :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  body .uabb-module-content .uabb-text-editor.uabb-accordion-desc :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  body .uabb-module-content .uabb-text-editor.uabb-accordion-desc :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}

/* font color */
body {
  color: #000000;
}

/* font color */
p {
  margin-bottom: 1rem;
}

li {
  max-width: 70ch;
}

h6 a {
  text-decoration: none !important;
}

mark {
  font-weight: 500;
  color: #000000;
  background: transparent;
  padding: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style-type: "- ";
  list-style-position: inside;
}

/*regular links styiling*/
html .fl-module-content a,
html .fl-module-content a:focus {
  color: #000000;
  text-decoration: underline;
  transition: color 0.1s;
}

html .fl-module-content a:hover {
  color: #ea5b4e;
  text-decoration: underline;
}

/*cambio colori selezione*/
*::selection {
  background: #ea5b4e;
}

/*regular links styling*/
html .fl-module-content a,
html .fl-module-content a:focus {
  color: #000000;
  text-decoration: underline;
  transition: color 0.1s;
}

html .fl-module-content a:hover {
  color: #ea5b4e;
  text-decoration: underline;
}

.btn-secondary {
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.btn-secondary:hover {
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

/* bottone terziario  */
.btn-cta .uabb-module-content.uabb-creative-button-wrap a {
  background-color: black !important;
  color: white !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-color: black !important;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .btn-cta .uabb-module-content.uabb-creative-button-wrap a {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .btn-cta .uabb-module-content.uabb-creative-button-wrap a {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  .btn-cta .uabb-module-content.uabb-creative-button-wrap a {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-cta .uabb-module-content.uabb-creative-button-wrap a {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
.btn-cta .uabb-module-content.uabb-creative-button-wrap a .uabb-creative-button-text,
.btn-cta .uabb-module-content.uabb-creative-button-wrap a .uabb-creative-button-icon, .btn-cta .uabb-module-content.uabb-creative-button-wrap a:visited, .btn-cta .uabb-module-content.uabb-creative-button-wrap a:visited * {
  color: white !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.btn-cta .uabb-module-content.uabb-creative-button-wrap a:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: black !important;
  border-color: black !important;
}
.btn-cta .uabb-module-content.uabb-creative-button-wrap a:hover * {
  color: inherit !important;
}
.btn-cta .fl-module-content .fl-button-wrap .fl-button {
  background: black;
  border: 1px black solid;
  border-radius: 0;
  color: #fff;
  background-color: black;
  border-color: black;
  color: white;
}
@media only screen and (max-width: 576px) {
  .btn-cta .fl-module-content .fl-button-wrap .fl-button {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .btn-cta .fl-module-content .fl-button-wrap .fl-button {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  .btn-cta .fl-module-content .fl-button-wrap .fl-button {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-cta .fl-module-content .fl-button-wrap .fl-button {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
.btn-cta .fl-module-content .fl-button-wrap .fl-button span {
  color: white;
  text-transform: uppercase;
}
.btn-cta .fl-module-content .fl-button-wrap .fl-button:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px black solid;
}
.btn-cta .fl-module-content .fl-button-wrap .fl-button:hover span {
  color: black;
}
.btn-cta-active {
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
}
.btn-cta-active .fl-module-content .fl-button-wrap .fl-button span {
  color: black;
}

.btn-secondary .uabb-module-content.uabb-creative-button-wrap a {
  background-color: rgba(0, 0, 0, 0) !important;
  color: black !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-color: black !important;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .btn-secondary .uabb-module-content.uabb-creative-button-wrap a {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .btn-secondary .uabb-module-content.uabb-creative-button-wrap a {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  .btn-secondary .uabb-module-content.uabb-creative-button-wrap a {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-secondary .uabb-module-content.uabb-creative-button-wrap a {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
.btn-secondary .uabb-module-content.uabb-creative-button-wrap a .uabb-creative-button-text,
.btn-secondary .uabb-module-content.uabb-creative-button-wrap a .uabb-creative-button-icon, .btn-secondary .uabb-module-content.uabb-creative-button-wrap a:visited, .btn-secondary .uabb-module-content.uabb-creative-button-wrap a:visited * {
  color: black !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.btn-secondary .uabb-module-content.uabb-creative-button-wrap a:hover {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
}
.btn-secondary .uabb-module-content.uabb-creative-button-wrap a:hover * {
  color: inherit !important;
}
.btn-secondary .fl-module-content .fl-button-wrap .fl-button {
  background: rgba(0, 0, 0, 0);
  border: 1px black solid;
  border-radius: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: black;
  color: black;
}
@media only screen and (max-width: 576px) {
  .btn-secondary .fl-module-content .fl-button-wrap .fl-button {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .btn-secondary .fl-module-content .fl-button-wrap .fl-button {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  .btn-secondary .fl-module-content .fl-button-wrap .fl-button {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-secondary .fl-module-content .fl-button-wrap .fl-button {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
.btn-secondary .fl-module-content .fl-button-wrap .fl-button span {
  color: black;
  text-transform: uppercase;
}
.btn-secondary .fl-module-content .fl-button-wrap .fl-button:hover {
  background-color: black;
  border: 1px black solid;
}
.btn-secondary .fl-module-content .fl-button-wrap .fl-button:hover span {
  color: white;
}
.btn-secondary-active {
  background: black;
  text-decoration: none;
}
.btn-secondary-active .fl-module-content .fl-button-wrap .fl-button span {
  color: white;
}

.btn-tertiary .uabb-module-content.uabb-creative-button-wrap a {
  background-color: rgba(0, 0, 0, 0) !important;
  color: black !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-color: black !important;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .btn-tertiary .uabb-module-content.uabb-creative-button-wrap a {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .btn-tertiary .uabb-module-content.uabb-creative-button-wrap a {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  .btn-tertiary .uabb-module-content.uabb-creative-button-wrap a {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-tertiary .uabb-module-content.uabb-creative-button-wrap a {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
.btn-tertiary .uabb-module-content.uabb-creative-button-wrap a .uabb-creative-button-text,
.btn-tertiary .uabb-module-content.uabb-creative-button-wrap a .uabb-creative-button-icon, .btn-tertiary .uabb-module-content.uabb-creative-button-wrap a:visited, .btn-tertiary .uabb-module-content.uabb-creative-button-wrap a:visited * {
  color: black !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.btn-tertiary .uabb-module-content.uabb-creative-button-wrap a:hover {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
}
.btn-tertiary .uabb-module-content.uabb-creative-button-wrap a:hover * {
  color: inherit !important;
}
.btn-tertiary .fl-module-content .fl-button-wrap .fl-button {
  background: rgba(0, 0, 0, 0);
  border: 1px black solid;
  border-radius: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: black;
  color: black;
}
@media only screen and (max-width: 576px) {
  .btn-tertiary .fl-module-content .fl-button-wrap .fl-button {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .btn-tertiary .fl-module-content .fl-button-wrap .fl-button {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  .btn-tertiary .fl-module-content .fl-button-wrap .fl-button {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-tertiary .fl-module-content .fl-button-wrap .fl-button {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
.btn-tertiary .fl-module-content .fl-button-wrap .fl-button span {
  color: black;
  text-transform: uppercase;
}
.btn-tertiary .fl-module-content .fl-button-wrap .fl-button:hover {
  background-color: black;
  border: 1px black solid;
}
.btn-tertiary .fl-module-content .fl-button-wrap .fl-button:hover span {
  color: white;
}
.btn-tertiary-active {
  background: black;
  text-decoration: none;
}
.btn-tertiary-active .fl-module-content .fl-button-wrap .fl-button span {
  color: white;
}

.btn-tertiary-white .uabb-module-content.uabb-creative-button-wrap a {
  background-color: rgba(0, 0, 0, 0) !important;
  color: white !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-color: white !important;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .btn-tertiary-white .uabb-module-content.uabb-creative-button-wrap a {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .btn-tertiary-white .uabb-module-content.uabb-creative-button-wrap a {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  .btn-tertiary-white .uabb-module-content.uabb-creative-button-wrap a {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-tertiary-white .uabb-module-content.uabb-creative-button-wrap a {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
.btn-tertiary-white .uabb-module-content.uabb-creative-button-wrap a .uabb-creative-button-text,
.btn-tertiary-white .uabb-module-content.uabb-creative-button-wrap a .uabb-creative-button-icon, .btn-tertiary-white .uabb-module-content.uabb-creative-button-wrap a:visited, .btn-tertiary-white .uabb-module-content.uabb-creative-button-wrap a:visited * {
  color: white !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.btn-tertiary-white .uabb-module-content.uabb-creative-button-wrap a:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}
.btn-tertiary-white .uabb-module-content.uabb-creative-button-wrap a:hover * {
  color: inherit !important;
}
.btn-tertiary-white .fl-module-content .fl-button-wrap .fl-button {
  background: rgba(0, 0, 0, 0);
  border: 1px white solid;
  border-radius: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}
@media only screen and (max-width: 576px) {
  .btn-tertiary-white .fl-module-content .fl-button-wrap .fl-button {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .btn-tertiary-white .fl-module-content .fl-button-wrap .fl-button {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  .btn-tertiary-white .fl-module-content .fl-button-wrap .fl-button {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-tertiary-white .fl-module-content .fl-button-wrap .fl-button {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
.btn-tertiary-white .fl-module-content .fl-button-wrap .fl-button span {
  color: white;
  text-transform: uppercase;
}
.btn-tertiary-white .fl-module-content .fl-button-wrap .fl-button:hover {
  background-color: white;
  border: 1px white solid;
}
.btn-tertiary-white .fl-module-content .fl-button-wrap .fl-button:hover span {
  color: black;
}
.btn-tertiary-white-active {
  background: white;
  text-decoration: none;
}
.btn-tertiary-white-active .fl-module-content .fl-button-wrap .fl-button span {
  color: black;
}

.btn-tertiary-black .uabb-module-content.uabb-creative-button-wrap a {
  background-color: black !important;
  color: white !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-color: black !important;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .btn-tertiary-black .uabb-module-content.uabb-creative-button-wrap a {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .btn-tertiary-black .uabb-module-content.uabb-creative-button-wrap a {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  .btn-tertiary-black .uabb-module-content.uabb-creative-button-wrap a {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-tertiary-black .uabb-module-content.uabb-creative-button-wrap a {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
.btn-tertiary-black .uabb-module-content.uabb-creative-button-wrap a .uabb-creative-button-text,
.btn-tertiary-black .uabb-module-content.uabb-creative-button-wrap a .uabb-creative-button-icon, .btn-tertiary-black .uabb-module-content.uabb-creative-button-wrap a:visited, .btn-tertiary-black .uabb-module-content.uabb-creative-button-wrap a:visited * {
  color: white !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.btn-tertiary-black .uabb-module-content.uabb-creative-button-wrap a:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: black !important;
  border-color: black !important;
}
.btn-tertiary-black .uabb-module-content.uabb-creative-button-wrap a:hover * {
  color: inherit !important;
}
.btn-tertiary-black .fl-module-content .fl-button-wrap .fl-button {
  background: black;
  border: 1px black solid;
  border-radius: 0;
  color: #fff;
  background-color: black;
  border-color: black;
  color: white;
}
@media only screen and (max-width: 576px) {
  .btn-tertiary-black .fl-module-content .fl-button-wrap .fl-button {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .btn-tertiary-black .fl-module-content .fl-button-wrap .fl-button {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  .btn-tertiary-black .fl-module-content .fl-button-wrap .fl-button {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-tertiary-black .fl-module-content .fl-button-wrap .fl-button {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
.btn-tertiary-black .fl-module-content .fl-button-wrap .fl-button span {
  color: white;
  text-transform: uppercase;
}
.btn-tertiary-black .fl-module-content .fl-button-wrap .fl-button:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px black solid;
}
.btn-tertiary-black .fl-module-content .fl-button-wrap .fl-button:hover span {
  color: black;
}
.btn-tertiary-black-active {
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
}
.btn-tertiary-black-active .fl-module-content .fl-button-wrap .fl-button span {
  color: black;
}

body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
  text-transform: uppercase !important;
  background-color: #000000 !important;
  border: 2px solid #000000;
  border-width: 2px !important;
  color: #ffffff !important;
  padding: 1rem 2rem !important;
  box-sizing: border-box;
  font-family: inherit;
  padding: 1rem 2rem !important;
}
body div.wpforms-container-full .wpforms-form input[type=submit]:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  background-color: #ffffff !important;
  border: 2px solid #000000 !important;
  color: #000000 !important;
  padding: 1rem 2rem !important;
  box-sizing: border-box;
}
@media only screen and (max-width: 576px) {
  body div.wpforms-container-full .wpforms-form input[type=submit],
  body div.wpforms-container-full .wpforms-form button[type=submit],
  body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  body div.wpforms-container-full .wpforms-form input[type=submit],
  body div.wpforms-container-full .wpforms-form button[type=submit],
  body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  body div.wpforms-container-full .wpforms-form input[type=submit],
  body div.wpforms-container-full .wpforms-form button[type=submit],
  body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  body div.wpforms-container-full .wpforms-form input[type=submit],
  body div.wpforms-container-full .wpforms-form button[type=submit],
  body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}

.btn-fullwidth a {
  width: 100%;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url], textarea {
  border: 2px #000000 solid;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=number]:focus, input[type=search]:focus, input[type=url]:focus, textarea:focus {
  background: #ffffff;
  border: 2px solid #ea5b4e;
}

select {
  border: 2px solid #000000;
  border-radius: 0;
  padding: 4px; /* Optional: to add some padding inside the select */
  outline: none; /* Removes the default outline on focus */
}

select:focus,
select:active {
  border-color: #ea5b4e;
}

@media only screen and (max-width: 576px) {
  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 1rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 1.2rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 992px) {
  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 1.3rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 1200px) {
  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 1.5rem;
    line-height: 0.9;
  }
}

@media only screen and (max-width: 576px) {
  .gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label, .gfield_consent_label {
    font-size: 0.8rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label, .gfield_consent_label {
    font-size: 1rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 992px) {
  .gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label, .gfield_consent_label {
    font-size: 1rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 1200px) {
  .gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label, .gfield_consent_label {
    font-size: 1rem;
    line-height: 0.9;
  }
}

.gform_wrapper.gravity-theme .gform_drop_area {
  background: #ffffff;
  border: 1px dashed #000000;
  border-radius: 0;
  margin-bottom: 8px;
}

.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
  border: 1px solid #ea5b4e;
  padding: 1rem;
}
@media only screen and (max-width: 576px) {
  .gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
    font-size: 0.8rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
    font-size: 1rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 992px) {
  .gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
    font-size: 1rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 1200px) {
  .gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
    font-size: 1rem;
    line-height: 0.9;
  }
}

@media only screen and (max-width: 576px) {
  .gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 0.8rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 1rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 992px) {
  .gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 1rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 1200px) {
  .gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 1rem;
    line-height: 0.9;
  }
}

.ginput_container_radio input[type=radio], .ginput_container_consent input[type=checkbox], .gfield-choice-input[type=checkbox] {
  display: none !important;
}
.ginput_container_radio input[type=radio] + label::before, .ginput_container_consent input[type=checkbox] + label::before, .gfield-choice-input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
  background-color: #ffffff;
  margin-right: 1rem;
  margin-block: 0.25rem 0.5rem;
  vertical-align: middle;
}
.ginput_container_radio input[type=radio]:checked + label::before, .ginput_container_consent input[type=checkbox]:checked + label::before, .gfield-choice-input[type=checkbox]:checked + label::before {
  background-color: #ea5b4e;
  border: 2px solid #000000;
}
.ginput_container_radio input[type=radio]:focus + label::before, .ginput_container_consent input[type=checkbox]:focus + label::before, .gfield-choice-input[type=checkbox]:focus + label::before {
  outline: none;
  box-shadow: 0 0;
}
.ginput_container_radio input[type=radio] + label::before {
  border-radius: 0; /* Ensures the radio button is square */
}

button, input[type=button], input[type=submit] {
  background-color: #000000;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  margin-left: 0;
  padding: 0.5rem 1rem;
  border: 2px solid #000000;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media only screen and (max-width: 576px) {
  button, input[type=button], input[type=submit] {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  button, input[type=button], input[type=submit] {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  button, input[type=button], input[type=submit] {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  button, input[type=button], input[type=submit] {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
button:hover, input[type=button]:hover, input[type=submit]:hover {
  background-color: #ffffff;
  border: 2px solid #000000;
  color: #000000;
}

.gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  padding: 0;
}

.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label {
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 600 !important;
  margin-bottom: 8px;
  padding: 0;
}

.green-audio-player {
  margin: 1rem 0 0.2rem;
  width: 100%;
  height: 3.4rem;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  border-radius: 4rem;
  background: rgb(187, 187, 187);
  background: linear-gradient(180deg, rgb(187, 187, 187) 0%, rgb(255, 255, 255) 26%, rgb(255, 255, 255) 100%);
}
.green-audio-player img,
.green-audio-player svg {
  width: 1rem;
  height: 1rem;
}
.green-audio-player .play-pause-btn__icon,
.green-audio-player .volume__speaker,
.green-audio-player .progress__pin,
.green-audio-player .slider {
  fill: #000000;
}
.green-audio-player .controls {
  font-family: FoundersGrothesk, sans-serif;
}
.green-audio-player .controls .controls__slider {
  border-radius: 2px;
  height: 4px;
  background: #000000;
}
.green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -1rem;
}
.green-audio-player .slider .gap-progress {
  background-color: #000000;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.green-audio-player .slider .gap-progress .pin {
  height: 1rem;
  width: 1rem;
  border-radius: 48px;
  background-color: #000000;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}

.title-fixed {
  position: fixed;
  width: 100%;
  display: block;
  padding: 30px;
  z-index: 100;
  background: red;
  left: 0;
  right: 0;
  bottom: -10px;
}

.button-container {
  display: flex;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 1;
  padding: 0 0 20px 0;
}

/* Button Styles */
.button {
  background-color: black;
  color: white;
  padding: 20px 25px;
  border: none;
  border-radius: 25px;
  /*font-size: 16px;*/
  cursor: pointer;
  margin-left: 10px;
  outline: none;
}

.button:focus {
  outline: 2px solid #0000ff;
}

.player-wrapper {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.audio-guide {
  width: 80%;
  margin: auto; /* Center align within holder */
}

.bdls-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 9999;
}
.bdls-mobile-menu svg {
  height: 1rem;
}

.bdls-mobile-first-row {
  padding-top: 5rem;
}

.footer-address {
  font-size: 16px;
}
.footer-cookies ul {
  list-style: none;
}
.footer-cookies ul li a {
  font-size: 16px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 177.78%;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.bdls-card img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bdls-card__image {
  width: 100%; /* Ensures the container is responsive */
  padding-bottom: 75%; /* Controls aspect ratio (4:3 ratio) */
  overflow: hidden;
  border-top: 1px black solid;
  border-bottom: 1px black solid;
}
.bdls-card__text-wrapper {
  min-height: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.bdls-card__title h2 {
  margin-bottom: 0;
  display: inline-block;
  text-decoration: inherit;
  color: inherit;
}
@media only screen and (max-width: 576px) {
  .bdls-card__title h2 {
    font-size: 1.6rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 768px) {
  .bdls-card__title h2 {
    font-size: 1rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 992px) {
  .bdls-card__title h2 {
    font-size: 1rem;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 1200px) {
  .bdls-card__title h2 {
    font-size: 1rem;
    line-height: 0.9;
  }
}
.bdls-card__title a {
  text-decoration: underline;
  text-decoration-color: black;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  line-height: 1.5;
  overflow: visible;
}
.bdls-card__title a:hover {
  color: #ea5b4e;
}
.bdls-card__title::after {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22m17.61%200%20l.21%2013.75%2058.4%20-.18L.02%2089.61%2010.4%20100l76.07-76.04-.22%2058.24H100V0H17.61Z%22%2F%3E%3C%2Fsvg%3E");
  filter: invert(0%) sepia(100%) saturate(0%) brightness(0%) contrast(100%);
  height: 10px;
  width: 10px;
  display: inline-block;
  transform: translateY(-12px);
  margin-left: 2px;
  vertical-align: middle;
}
.bdls-card p {
  display: inline-block;
  font-size: 1rem;
  margin-top: 0;
}

.fl-post-grid-post {
  border: none !important;
}
@media only screen and (max-width: 576px) {
  .fl-post-grid-post {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .fl-post-grid-post {
    font-size: 1rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  .fl-post-grid-post {
    font-size: 1rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  .fl-post-grid-post {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.fl-post-grid-post .fl-post-text {
  padding: 20px;
}
@media only screen and (max-width: 576px) {
  .fl-post-grid-post .fl-post-text h4 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .fl-post-grid-post .fl-post-text h4 {
    font-size: 1.2rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  .fl-post-grid-post .fl-post-text h4 {
    font-size: 1.2rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  .fl-post-grid-post .fl-post-text h4 {
    font-size: 1.2rem;
    line-height: 1.1;
  }
}
.fl-post-grid-post .fl-post-text .fl-post-title {
  font-size: 1.2rem;
  line-height: 26px;
  margin: 0;
  padding: 0;
}
.fl-post-grid-post .fl-post-text .fl-post-title::after {
  content: "↗";
  font-size: 1rem;
  margin-left: 8px;
  vertical-align: middle;
}
.fl-post-grid-post .fl-post-text .fl-post-meta {
  padding: 0 0 15px;
}
.fl-post-grid-post .fl-post-image {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.bdls__image--overlay {
  position: relative;
  display: inline-block;
}
.bdls__image--overlay::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  transition: background-color 0.3s ease;
}
.bdls__image--overlay:hover::before {
  background-color: rgba(0, 0, 0, 0.1);
}

.custom-img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

.sticky-ticker__wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  background: #F6F451;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 1rem 0;
  transform: translateY(1px);
  z-index: 100;
}
.sticky-ticker--animated {
  display: flex;
  animation: slide-left 60s linear infinite;
}
.sticky-ticker__message {
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
}

@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 576px) {
  .bdls-header-wrapper {
    border-bottom: 1px #000000 solid;
    padding-bottom: 12px;
  }
}
.bdls-header hr {
  border-bottom: 1px #000000 solid;
}
@media only screen and (max-width: 576px) {
  .bdls-header hr {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .bdls-header hr {
    display: block;
    margin-bottom: 0;
  }
}

.bdls-language-switcher-wrapper {
  height: 100%;
  display: flex;
  align-items: end;
  align-content: flex-end;
  justify-content: flex-end;
}
.bdls-language-switcher-wrapper a {
  text-decoration: none !important;
  line-height: 1;
}
.bdls-language-switcher-wrapper a:nth-child(2):before {
  content: " – ";
  margin: 0 0.2rem;
  text-decoration: none !important;
  color: #000000;
}
.bdls-language-switcher-wrapper a:nth-child(2):before:hover {
  color: #000000;
}

@media only screen and (max-width: 576px) {
  .bdls-footer p,
  .bdls-footer a {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .bdls-footer p,
  .bdls-footer a {
    font-size: 1rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  .bdls-footer p,
  .bdls-footer a {
    font-size: 1rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  .bdls-footer p,
  .bdls-footer a {
    font-size: 1rem;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 576px) {
  .bdls-footer {
    margin-bottom: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  .bdls-footer {
    padding-bottom: auto;
  }
}
.bdls-footer hr {
  border-top: 1px #000000 solid;
  margin: 0;
}
.bdls-footer p {
  margin: 10px 0;
}
.bdls-footer a {
  display: block;
}
.bdls-footer svg {
  margin: 10px 0;
}

.mfp-arrow {
  opacity: 1 !important;
}
.mfp-arrow-left:before {
  border-right: none;
  margin-left: 0;
}
.mfp-arrow-left:after {
  border-right: none;
  margin-left: 0;
}
.mfp-arrow-left.mfp-arrow:after {
  border-right: none;
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 3.2C24.2 3.2 3.2 24.2 3.2 50S24.1 96.8 50 96.8 96.8 75.9 96.8 50 75.8 3.2 50 3.2Zm4.1 70.3-3.9-3.9L66.9 53H23.5v-5.9H67L50.3 30.5l3.9-4L77.7 50 54.2 73.5Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  margin-left: 6px;
}
.mfp-arrow-right:before {
  border-left: none;
  margin-right: 0;
}
.mfp-arrow-right:after {
  border-left: none;
  margin-right: 0;
}
.mfp-arrow-right.mfp-arrow:after {
  border-right: none;
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 3.2C24.2 3.2 3.2 24.2 3.2 50S24.1 96.8 50 96.8 96.8 75.9 96.8 50 75.8 3.2 50 3.2Zm4.1 70.3-3.9-3.9L66.9 53H23.5v-5.9H67L50.3 30.5l3.9-4L77.7 50 54.2 73.5Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 20px;
}

.footer-address {
  font-size: 16px;
}

.footer-cookies ul li a {
  font-size: 16px;
}

.footer-cookies ul {
  list-style: none;
}

.bdls-modal-wrapper {
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -200;
  left: -200;
}

.bdls-language-selector {
  width: clamp(50%, 100%, 500px);
  margin: 0 auto;
}
.bdls-language-selector a {
  font-size: 1.2rem !important;
}
.bdls-language-selector .bdls-button {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

/* Modal container */
.modal {
  background: lightgrey;
}

/* Modal dialog */
@media only screen and (max-width: 576px) {
  .modal-dialog {
    padding: 6rem 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .modal-dialog {
    padding: inherit;
  }
}

/* Modal content */
.modal-content {
  border: 0;
  border-radius: 0;
  padding: 1rem;
}

/* Modal header */
.modal-header, .modal-footer {
  padding: 0;
  height: 0;
  border: none;
}
.modal-header .close, .modal-footer .close {
  font-size: 36px;
  position: absolute;
  right: 7px;
  top: 4px;
  color: #000000;
  opacity: 1;
  margin: 0;
  padding: 0;
  line-height: 0.7;
}

/* Modal title */
/* Close button */
/* Modal body */
/* Modal footer */
/* Button styles */
.video-wrapper {
  position: relative;
  width: 100%;
  margin-block: 2rem;
  height: 0;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-wrapper.horizontal {
  padding-bottom: 56.25%;
}
.video-wrapper.vertical {
  padding-bottom: 177.78%;
}
.video-wrapper.square {
  padding-bottom: 100%;
}
@media only screen and (min-width: 768px) {
  .video-wrapper.horizontal, .video-wrapper.vertical, .video-wrapper.square {
    padding-bottom: 56.25%;
  }
}

.audio-guide {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 1000;
  padding: 1rem;
}
.audio-guide .bdls-button, .audio-guide .bdls-button-previous, .audio-guide .bdls-button-next {
  background-color: #000000;
  color: #ffffff;
  padding: 0.4rem 0.4rem;
  text-transform: uppercase;
  border: none;
  border-radius: 4rem;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  flex: 1;
  text-align: center;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #ffffff;
}
@media only screen and (max-width: 576px) {
  .audio-guide .bdls-button, .audio-guide .bdls-button-previous, .audio-guide .bdls-button-next {
    font-size: 1rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 768px) {
  .audio-guide .bdls-button, .audio-guide .bdls-button-previous, .audio-guide .bdls-button-next {
    font-size: 1rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  .audio-guide .bdls-button, .audio-guide .bdls-button-previous, .audio-guide .bdls-button-next {
    font-size: 1rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  .audio-guide .bdls-button, .audio-guide .bdls-button-previous, .audio-guide .bdls-button-next {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.audio-guide .bdls-button:focus, .audio-guide .bdls-button-previous:focus, .audio-guide .bdls-button-next:focus {
  outline: 1px solid #000000;
}
.audio-guide .bdls-button:hover, .audio-guide .bdls-button-previous:hover, .audio-guide .bdls-button-next:hover {
  color: #ea5b4e;
  text-decoration: none;
}
.audio-guide .bdls-button a, .audio-guide .bdls-button-previous a, .audio-guide .bdls-button-next a {
  color: #ffffff;
  text-decoration: none;
}
.audio-guide .audio-description {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  background: #ffed00;
  color: #000000;
}
@media only screen and (max-width: 576px) {
  .audio-guide .audio-description {
    font-size: 1rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 768px) {
  .audio-guide .audio-description {
    font-size: 1rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  .audio-guide .audio-description {
    font-size: 1rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  .audio-guide .audio-description {
    font-size: 1rem;
    line-height: 1.1;
  }
}

.bdls-button-container {
  margin-top: 1rem; /* Spacing between player and buttons */
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}

html .fl-module-content .bdls-button-container .bdls-button {
  background-color: #000000;
  color: #ffffff;
  padding: 0.4rem 0.4rem;
  text-transform: uppercase;
  border: none;
  border-radius: 4rem;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  html .fl-module-content .bdls-button-container .bdls-button {
    font-size: 1rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 768px) {
  html .fl-module-content .bdls-button-container .bdls-button {
    font-size: 1rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 992px) {
  html .fl-module-content .bdls-button-container .bdls-button {
    font-size: 1rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  html .fl-module-content .bdls-button-container .bdls-button {
    font-size: 1rem;
    line-height: 1.1;
  }
}
html .fl-module-content .bdls-button-container .bdls-button:focus {
  outline: 1px solid #000000;
}
html .fl-module-content .bdls-button-container .bdls-button:hover {
  color: #ea5b4e;
  text-decoration: none;
}

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