@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 300 800;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/Open_Sans/OpenSans-Italic-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 300 800;
  font-style: italic;
}
@font-face {
  font-family: "Oswald";
  src: url("../../fonts/Oswald/Oswald-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 700;
  font-style: normal;
}
/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 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 {
	font: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	#wpadminbar {
		span {
			color: #f0f0f1;
		}
	}
}
a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a[href^="tel"] {
	text-decoration: none;
	&:focus,
	&:hover,
	&:active {
		color: $color-black;
		text-decoration: none;
		outline: none;
	}
}
*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  color: black;
}
html body {
  font-size: 20px;
}
html body p {
  padding: 0 0 15px 0;
}
html body p:last-child {
  padding: 0;
}
html body .fl-rich-text, html body .fl-rich-text p, html body .fl-rich-text li, html body .fl-rich-text dd, html body .fl-rich-text dt {
  color: black;
}
html body .small-body, html body footer {
  font-size: 16px;
  line-height: 1.5;
}
html body .fl-rich-text p a {
  text-decoration: none;
}
html body .fl-rich-text p a:after {
  content: "→";
  margin-left: 5px;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
html body h1 {
  font-size: 60px;
  line-height: 1.1;
}
html body h1.key-screen {
  font-size: 110px;
  line-height: 1;
}
html body h2 {
  font-size: 42px;
  line-height: 1.2;
}
html body h3 {
  font-size: 32px;
  line-height: 1.2;
}
html body h4 {
  font-size: 24px;
  line-height: 1.3;
}
html body h5 {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
html body strong, html body b {
  font-weight: bold;
}
html body i {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}
html body sub, html body sup {
  font-size: 40%;
}
html body sup {
  position: relative;
  font-size: 40%;
  line-height: 0;
  vertical-align: baseline;
  top: -1.2em;
}
html body .fl-rich-text ul {
  list-style-type: none;
}
html body .fl-rich-text ul li {
  display: table;
}
html body .fl-rich-text ul li:before {
  content: "—";
  display: table-cell;
  padding-right: 5px;
}
html body .fl-rich-text .fl-module-overlay ul {
  list-style-type: none;
}
html body .fl-rich-text .fl-module-overlay ul li {
  display: initial;
}
html body .fl-rich-text .fl-module-overlay ul li:before {
  content: none;
  display: initial;
  padding-right: 0;
}
html body .fl-rich-text ol {
  list-style-type: none;
  counter-reset: btb-counter;
}
html body .fl-rich-text ol li {
  display: table;
  counter-increment: btb-counter;
}
html body .fl-rich-text ol li:before {
  content: counter(btb-counter) ".";
  display: table-cell;
  width: 35px;
}
html body .fl-rich-text .fl-module-overlay ol {
  list-style-type: none;
  counter-reset: none;
}
html body .fl-rich-text .fl-module-overlay ol li {
  display: initial;
  counter-increment: none;
}
html body .fl-rich-text .fl-module-overlay ol li:before {
  content: none;
  display: initial;
  width: auto;
}
html body blockquote {
  font-size: 250%;
  max-width: 60%;
  margin: 0 auto;
  position: relative;
  padding: 0.5rem;
}
html body blockquote p:last-child, html body blockquote ul:last-child, html body blockquote ol:last-child {
  padding-bottom: 0;
}
html body blockquote:before, html body blockquote:after {
  position: absolute;
  color: #ddd;
  font-size: 8rem;
  width: 4rem;
  height: 4rem;
}
html body blockquote:before {
  content: "“";
  left: -5rem;
  top: -2rem;
}
html body blockquote:after {
  content: "”";
  right: -5rem;
  bottom: 1rem;
}
html body cite {
  display: block;
  width: 58%;
  margin: 5px auto 0;
  text-align: left;
}
html body input, html body input[type="text"], html body input[type="password"], html body input[type="email"], html body input[type="tel"], html body input[type="date"], html body input[type="month"], html body input[type="week"], html body input[type="time"], html body input[type="number"], html body input[type="search"], html body input[type="url"], html body textarea {
  font-size: 100%;
  border-radius: 0;
  outline: none;
}
html body textarea {
  resize: none;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  width: 100%;
}
html body textarea:focus, html body textarea:active {
  outline: none;
  box-shadow: none;
}
@supports (-webkit-overflow-scrolling: touch) {
  html body select, html body textarea, html body input {
    font-size: 16px !important;
  }
}
html body .fl-post-more-link, html body .fl-post-grid-more {
  height: 40px;
  margin-top: 25px;
}
html body .fl-post-more-link a, html body .fl-post-grid-more a {
  position: relative;
  text-decoration: none;
  color: black;
  padding: 0.2rem 0;
  font-weight: bold;
}
html body .fl-post-more-link a::before, html body .fl-post-grid-more a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 115%;
  height: 1px;
  transform-origin: right;
  transform: scaleX(0);
  background: black;
  transition: transform 300ms ease;
  z-index: 1;
}
html body .fl-post-more-link a:hover::before, html body .fl-post-grid-more a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
html body .fl-post-more-link a:hover span::before, html body .fl-post-grid-more a:hover span::before {
  transform: rotate(-45deg);
}
html body .fl-post-more-link a:hover span::after, html body .fl-post-grid-more a:hover span::after {
  transform: translateX(-1px) rotate(-45deg);
}
html body .fl-post-more-link a span::before, html body .fl-post-more-link a span::after, html body .fl-post-grid-more a span::before, html body .fl-post-grid-more a span::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: 0px;
  background: black;
  transition: transform 200ms cubic-bezier(0.3, 1.5, 0.5, 1);
  transition-delay: 240ms;
  z-index: 2;
}
html body .fl-post-more-link a span::before, html body .fl-post-grid-more a span::before {
  width: 1px;
  height: 6px;
  transform-origin: 0% 100%;
  transform: rotate(-90deg);
}
html body .fl-post-more-link a span::after, html body .fl-post-grid-more a span::after {
  height: 1px;
  width: 6px;
  transform-origin: 100% 0%;
  transform: translateX(-1px) rotate(0deg);
}
html body a.header-logo {
  display: inline-block;
  margin: 0;
  padding: 0;
}
html body a.header-logo i {
  color: inherit;
}
html body a.header-logo:hover {
  color: inherit;
}
html body .overline {
  font-size: 5.5rem;
  line-height: 1;
  padding: 0 0 25px 0;
  font-family: "Oswald", sans-serif;
}
html body .headline {
  font-size: 3rem;
  line-height: 1.1;
  padding: 0 0 25px 0;
  font-family: "Oswald", sans-serif;
}
html body .subheadline {
  font-size: 2.1rem;
  line-height: 1.2;
  padding: 0 0 10px 0;
  font-family: "Oswald", sans-serif;
}
html body .teaser {
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  padding: 0 0 25px 0;
}
html body .section {
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 0 0 10px 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
}
html body .post-navigation.section {
  display: block;
}
html body .slider-row-01, html body .masonry-row-01 {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 0 0 25px 0;
}
html body .slider-row-02, html body .masonry-row-02 {
  padding: 0 0 10px 0;
  font-size: 1.2rem;
  line-height: 1.3;
  font-family: "Oswald", sans-serif;
}
html body .copy-small {
  font-size: 80%;
}
html body .fl-post-grid-meta {
  font-size: 80% !important;
}
html body .copy-indent {
  text-indent: 15px;
}
@media (min-width: 648px) {
  html body .copy-indent {
    text-indent: 25px;
  }
}
html body .arrow-link a:before {
  content: "";
  display: inline-block;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  text-align: center;
  margin-top: -3px;
  margin-right: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body .arrow-link-after a {
  display: block;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #999;
}
html body .arrow-link-after a:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  float: right;
}
html body .arrow-link-after a:hover {
  color: #ee343b;
}
html body .box-link {
  display: block;
}
html body .box-link a {
  font-size: 80%;
  text-decoration: none;
  color: black;
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid black;
  margin: 10px 0 0 0;
  -webkit-transition: color 0.5s linear, border 0.5s linear;
  -moz-transition: color 0.5s linear, border 0.5s linear;
  -ms-transition: color 0.5s linear, border 0.5s linear;
  -o-transition: color 0.5s linear, border 0.5s linear;
  transition: color 0.5s linear, border 0.5s linear;
}
html body .box-link a:hover {
  text-decoration: none;
  color: #999;
  border: 1px solid #999;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background: #faba4b;
}
::-webkit-scrollbar-track {
  background: #999;
}
body {
  scrollbar-face-color: #faba4b;
  scrollbar-track-color: #999;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  opacity: 0.99;
  color: white;
}
input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  opacity: 0.99;
  color: white;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  opacity: 0.99;
  color: white;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  opacity: 0.99;
  color: white;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder {
  opacity: 0.5;
  color: white;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder, select:focus:-moz-placeholder {
  opacity: 0.5;
  color: white;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder, select:focus::-moz-placeholder {
  opacity: 0.5;
  color: white;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder {
  opacity: 0.5;
  color: white;
}
::-moz-selection {
  color: white;
  background: rgba(238, 52, 59, 0.99);
}
::-webkit-selection {
  color: white;
  background: rgba(238, 52, 59, 0.99);
}
::-o-selection {
  color: white;
  background: rgba(238, 52, 59, 0.99);
}
::-ms-selection {
  color: white;
  background: rgba(238, 52, 59, 0.99);
}
::selection {
  color: white;
  background: rgba(238, 52, 59, 0.99);
}
textarea, select, input, button {
  outline: none;
}
textarea:focus, select:focus, input:focus, button:focus {
  outline: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: white !important;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
input:-moz-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: white !important;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
input:-moz-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
input:-moz-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
input:-moz-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
input:-o-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: white !important;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
input:-o-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
input:-o-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
input:-o-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
input:-khtml-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: white !important;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
input:-khtml-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
input:-khtml-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
input:-khtml-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: white !important;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
textarea:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
textarea:-moz-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: white !important;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
textarea:-moz-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
textarea:-moz-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
textarea:-moz-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
textarea:-o-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: white !important;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
textarea:-o-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
textarea:-o-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
textarea:-o-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
textarea:-khtml-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: white !important;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
textarea:-khtml-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
textarea:-khtml-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
textarea:-khtml-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: white !important;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
select:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
select:-moz-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: white !important;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
select:-moz-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
select:-moz-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
select:-moz-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
select:-o-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: white !important;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
select:-o-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
select:-o-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
select:-o-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
select:-khtml-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: white !important;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
select:-khtml-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
select:-khtml-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
select:-khtml-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  background-color: black !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}
.hamburger-btn {
  position: relative;
  display: inline-block;
  z-index: 100;
}
.hamburger-btn .line {
  width: 35px;
  height: 2px;
  background-color: black;
  display: block;
  margin: 6px auto;
}
@media (min-width: 992px) {
  .hamburger-btn .line {
    width: 45px;
    height: 2px;
    margin: 6px auto;
  }
}
@media (min-width: 1024px) {
  .hamburger-btn .line {
    width: 45px;
    height: 2px;
    margin: 6px auto;
  }
}
.hamburger-btn:hover {
  cursor: pointer;
}
.hamburger-btn-animated {
  position: relative;
  display: inline-block;
  z-index: 100;
}
.hamburger-btn-animated .line {
  width: 35px;
  height: 2px;
  background-color: black;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .hamburger-btn-animated .line {
    width: 45px;
    height: 2px;
    margin: 6px auto;
  }
}
@media (min-width: 1024px) {
  .hamburger-btn-animated .line {
    width: 45px;
    height: 2px;
    margin: 6px auto;
  }
}
.hamburger-btn-animated:hover {
  cursor: pointer;
}
.hamburger-btn-animated.is-active .line:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.hamburger-btn-animated.is-active .line:nth-child(3) {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.hamburger-btn-animated-cross {
  position: relative;
  display: inline-block;
  z-index: 100;
}
.hamburger-btn-animated-cross .line {
  width: 35px;
  height: 2px;
  background-color: black;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .hamburger-btn-animated-cross .line {
    width: 45px;
    height: 2px;
    margin: 6px auto;
  }
}
@media (min-width: 1024px) {
  .hamburger-btn-animated-cross .line {
    width: 45px;
    height: 2px;
    margin: 7px auto;
  }
}
.hamburger-btn-animated-cross:hover {
  cursor: pointer;
}
.hamburger-btn-animated-cross.is-active .line:nth-child(2) {
  opacity: 0;
}
.hamburger-btn-animated-cross.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}
.hamburger-btn-animated-cross.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(90deg);
  -ms-transform: translateY(-5x) rotate(90deg);
  -o-transform: translateY(-5px) rotate(90deg);
  transform: translateY(-5px) rotate(90deg);
}
.row-text-white * {
  color: white;
}
.ds-100-width {
  width: 70% !important;
}
.ds-overflow-hidden {
  overflow: hidden !important;
}
.ds-position-fixed {
  position: fixed !important;
}
.ds-align-bottom .fl-col-content {
  position: relative;
}
.ds-align-bottom .fl-module:last-child .fl-module-content {
  margin-top: 120px;
}
.ds-align-bottom .fl-module:last-child .fl-module-content > div {
  bottom: 40px;
  position: absolute;
  margin-top: 35px;
}
.ds-display-none {
  display: none !important;
}
.ds-opacity-none {
  opacity: 0 !important;
}
.ds-back-link a {
  text-decoration: none !important;
}
.ds-hover-image a {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  filter: brightness(100%);
}
.ds-hover-image a:hover {
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  -o-filter: brightness(70%);
  -ms-filter: brightness(70%);
  filter: brightness(70%);
}
.ds-logo-filter {
  filter: brightness(0) invert(1);
}
.ds-menu-search span {
  font-size: 150%;
  padding-left: 5px;
}
.ds-menu-contact {
  margin-right: 15px;
}
.ds-menu-contact span {
  font-size: 150%;
  padding-left: 5px;
}
.ds-color-white {
  color: white !important;
}
.ds-color-white a, .ds-color-white span, .ds-color-white p, .ds-color-white * {
  color: white !important;
}
.ds-color-white a i {
  color: white !important;
}
.ds-color-black {
  color: black !important;
}
.ds-color-black a, .ds-color-black span, .ds-color-black p, .ds-color-black * {
  color: black !important;
}
.ds-color-black a i {
  color: black !important;
}
body {
  background-color: #ffffff;
}
body .fl-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body .fl-page .fl-page-content {
  flex: 1;
}
body header .btb-logo-module {
  position: relative;
  z-index: 100;
}
body header .fl-icon-group {
  position: relative;
  z-index: 100;
}
body#fixed-header header {
  position: absolute;
  left: 0;
  right: 0;
}
body#fixed-invert header .btb-logo-module img {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header {
  --fcm-main-bar-height: 0px;
  --fcm-sticky-offset: 0px;
  position: relative;
  z-index: 999;
}
/* --------------------------------------------------------------------------
   TOP BAR (Red Gradient)
   -------------------------------------------------------------------------- */
.header-top-bar {
  background-image: url("../../img/header-top-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 0;
  position: relative;
  z-index: 1000;
}
.header-sticky-sentinel {
  width: 100%;
  height: 1px;
  margin-top: -1px;
  pointer-events: none;
}
.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  max-width: 100%;
}
/* --- Social Icons (Left) --- */
.top-socials {
  display: flex;
  gap: 12px;
  flex: 1;
}
.top-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  padding: 6px;
  transition: background-color 0.15s ease-out;
}
.top-socials a img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
  transition: filter 0.15s ease-out;
}
.top-socials a:hover, .top-socials a:focus-visible {
  background-color: #fff;
}
.top-socials a:hover img, .top-socials a:focus-visible img {
  filter: brightness(0);
}
/* --- Match Ticker (Center) --- */
.top-ticker {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: visible;
  color: #fff;
  line-height: normal;
}
.top-ticker .ticker-nav {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 10px;
  opacity: 0.7;
  transition: opacity 0.15s;
  line-height: 1;
}
.top-ticker .ticker-nav:hover {
  opacity: 1;
}
.top-ticker .ticker-nav svg {
  display: block;
}
.top-ticker .ticker-slides-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-ticker .ticker-slide {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  white-space: nowrap;
}
.top-ticker .ticker-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.top-ticker .ticker-divider {
  margin: 0 14px;
  color: #fff;
}
.top-ticker .ticker-date, .top-ticker .ticker-time {
  color: #fff;
}
.top-ticker .ticker-teams {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.top-ticker .ticker-team {
  color: #fff;
}
.top-ticker .ticker-vs {
  color: #fff;
  font-weight: 900;
}
.top-ticker .ticker-counter {
  font-size: 10px;
  opacity: 0.55;
  margin-left: 8px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}
/* --- Search (Right) --- */
.top-search {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.top-search .search-form {
  display: flex;
  align-items: center;
}
.top-search .search-input-wrapper {
  display: flex;
  align-items: center;
  border: 1.5px solid #fff;
  border-radius: 25px;
  padding: 5px 15px;
  width: 200px;
  gap: 8px;
  transition: border-color 0.15s ease-out;
}
.top-search .search-input-wrapper:focus-within {
  border-color: #fff;
}
.top-search .search-input-wrapper svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: #fff;
}
.top-search .search-field {
  background: transparent;
  border: none;
  color: #fff;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 13px;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}
.top-search .search-field::placeholder {
  color: #fff;
  opacity: 0.9;
}
.top-search .search-field:focus {
  background-color: transparent !important;
  color: #fff !important;
}
.top-search .search-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
  /* Hide standard X, or style it if needed. Hiding is safer to remove Blue. */
}
.header-main {
  background-color: #000;
  background-image: url("../../img/header-bottom-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  font-family: "Oswald", sans-serif;
  color: #fff;
  position: relative;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.site-header.is-main-sticky {
  padding-bottom: var(--fcm-main-bar-height);
}
.site-header.is-main-sticky .header-main {
  position: fixed;
  top: var(--fcm-sticky-offset);
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}
.header-main-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 40px;
  position: relative;
  z-index: 8;
}
/* --- Branding (Left) --- */
.site-branding {
  flex: 1;
}
.site-branding .brand-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 12px;
}
.site-branding .header-logo {
  height: 38px;
  width: auto;
  display: block;
}
/* --- Mobile Elements (Right) --- */
.mobile-header-right {
  display: none;
  align-items: center;
  gap: 15px;
}
.mobile-news-link {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color 0.15s;
}
.mobile-news-link:hover {
  color: #faba4b;
}
/* --- Hamburger Toggle --- */
.menu-toggle {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
  width: 28px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.menu-toggle:focus, .menu-toggle:active, .menu-toggle:hover {
  outline: none;
  background: none !important;
  background-color: transparent !important;
  color: inherit !important;
  border: none !important;
  box-shadow: none !important;
}
.menu-toggle .hb-line {
  display: block;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: width 0.25s ease;
}
.menu-toggle .hb-line:nth-child(1) {
  width: 28px;
}
.menu-toggle .hb-line:nth-child(2) {
  width: 20px;
}
.menu-toggle .hb-line:nth-child(3) {
  width: 24px;
}
.menu-toggle:hover .hb-line {
  width: 28px !important;
}
/* --- Navigation (Center - Desktop) --- */
.main-navigation.desktop-nav {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 8;
}
.main-navigation.desktop-nav .fcm-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  align-items: center;
}
.main-navigation.desktop-nav .fcm-nav-list > li {
  position: relative;
  z-index: 1;
}
.main-navigation.desktop-nav .fcm-nav-list > li > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 8px 0;
  position: relative;
  transition: color 0.18s ease-out;
}
.main-navigation.desktop-nav .fcm-nav-list > li > a:hover, .main-navigation.desktop-nav .fcm-nav-list > li > a:focus-visible {
  color: #faba4b;
}
.main-navigation.desktop-nav .fcm-nav-list > li.menu-item-has-children > a::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}
.main-navigation.desktop-nav .fcm-nav-list > li:hover > a::after, .main-navigation.desktop-nav .fcm-nav-list > li:focus-within > a::after {
  transform: translateY(2px) rotate(225deg);
}
.main-navigation.desktop-nav .fcm-nav-list > li:hover > a, .main-navigation.desktop-nav .fcm-nav-list > li:focus-within > a {
  color: #faba4b;
}
.main-navigation.desktop-nav .fcm-nav-list > li.current-menu-item > a, .main-navigation.desktop-nav .fcm-nav-list > li.current_page_item > a, .main-navigation.desktop-nav .fcm-nav-list > li.current-menu-ancestor > a, .main-navigation.desktop-nav .fcm-nav-list > li.current-page-ancestor > a {
  color: #faba4b;
}
.main-navigation.desktop-nav .fcm-nav-list > li.current-menu-item > a::before, .main-navigation.desktop-nav .fcm-nav-list > li.current_page_item > a::before, .main-navigation.desktop-nav .fcm-nav-list > li.current-menu-ancestor > a::before, .main-navigation.desktop-nav .fcm-nav-list > li.current-page-ancestor > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #faba4b;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.main-navigation.desktop-nav .fcm-nav-list > li.fcm-has-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -18px;
  right: -18px;
  height: 18px;
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu {
  list-style: none;
  margin: 0;
  padding: 24px 28px 20px;
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  min-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: #0f0f0f;
  background-image: url("../../img/footer-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 14px;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.36), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 30;
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu::before {
  content: "ÜBERSICHT";
  display: block;
  padding-bottom: 16px;
  margin-bottom: 2px;
  color: #faba4b;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.9px;
  border-bottom: 2px solid rgba(250, 186, 75, 0.95);
}
.main-navigation.desktop-nav .fcm-nav-list > li:hover > .sub-menu, .main-navigation.desktop-nav .fcm-nav-list > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu > li {
  position: relative;
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu > li > a {
  display: block;
  padding: 16px 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.18s ease;
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu > li > a:hover, .main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu > li > a:focus-visible {
  color: #fff;
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  padding-right: 14px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu > li.menu-item-has-children > a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
  transition: transform 0.18s ease;
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu > li.menu-item-has-children:hover > a::after, .main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu > li.menu-item-has-children:focus-within > a::after {
  transform: translateY(2px) rotate(225deg);
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu .menu-item-has-children > .sub-menu {
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 0;
  padding: 0 0 0 18px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: max-height 0.24s ease, opacity 0.18s ease, transform 0.18s ease, margin 0.18s ease;
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu .menu-item-has-children > .sub-menu > li {
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  position: relative;
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu .menu-item-has-children > .sub-menu > li::marker {
  content: "";
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu .menu-item-has-children > .sub-menu > li::before {
  content: none !important;
  display: none !important;
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu .menu-item-has-children:hover > .sub-menu, .main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu .menu-item-has-children:focus-within > .sub-menu {
  max-height: 640px;
  margin: 0 0 12px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu .menu-item-has-children > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu .menu-item-has-children > .sub-menu a {
  display: block;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.18s ease;
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu .menu-item-has-children > .sub-menu a::before {
  content: none !important;
  display: none !important;
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu .menu-item-has-children > .sub-menu a:hover, .main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu .menu-item-has-children > .sub-menu a:focus-visible {
  color: #fff;
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu .menu-item-has-children > .sub-menu .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-right: 14px;
  box-sizing: border-box;
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu .menu-item-has-children > .sub-menu .menu-item-has-children > a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
  transition: transform 0.18s ease;
}
.main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu .menu-item-has-children > .sub-menu .menu-item-has-children:hover > a::after, .main-navigation.desktop-nav .fcm-nav-list > li > .sub-menu .menu-item-has-children > .sub-menu .menu-item-has-children:focus-within > a::after {
  transform: translateY(2px) rotate(225deg);
}
/* --- Action Buttons (Right) --- */
.header-actions {
  display: flex;
  gap: 22px;
  flex: 1;
  justify-content: flex-end;
}
.header-actions .action-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.3px;
  transition: color 0.2s ease-out;
  white-space: nowrap;
}
.header-actions .action-btn .icon-mask {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: background-color 0.2s ease-out;
}
.header-actions .action-btn:hover, .header-actions .action-btn:focus-visible {
  color: #faba4b;
}
.header-actions .action-btn:hover .icon-mask, .header-actions .action-btn:focus-visible .icon-mask {
  background-color: #faba4b;
}
/* --------------------------------------------------------------------------
   MOBILE MENU
   -------------------------------------------------------------------------- */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}
.mobile-menu-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease;
}
.mobile-menu-container {
  position: fixed;
  top: 0;
  right: 0;
  width: min(360px, 88vw);
  height: 100%;
  background: #0a0a0a;
  background-image: url("../../img/main-bg.svg");
  background-size: cover;
  background-position: center;
  z-index: 2001;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.mobile-menu-container.is-open {
  transform: translateX(0);
}
.mobile-menu-container.is-open .mobile-nav li {
  opacity: 1;
  transform: translateX(0);
}
.mobile-menu-container.is-open .mobile-actions {
  opacity: 1;
  transform: translateY(0);
}
.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  position: sticky;
  top: 0;
  z-index: 3;
  padding: calc(16px + env(safe-area-inset-top, 0px)) 20px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  background: transparent;
}
.mobile-menu-header .mobile-menu-logo {
  height: 36px;
  width: auto;
  max-width: min(190px, calc(100% - 56px));
  display: block;
  flex-shrink: 1;
}
.mobile-menu-close {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.2s ease;
}
.mobile-menu-close:hover {
  opacity: 0.6;
}
.mobile-menu-close svg {
  display: block;
}
.mobile-nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(20px, 6vw, 30px) 24px 32px;
  overflow-y: auto;
  scroll-padding-top: 16px;
}
.mobile-nav .fcm-mobile-nav-list {
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.mobile-nav li {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.mobile-nav li:nth-child(1) {
  transition-delay: 0.06s;
}
.mobile-nav li:nth-child(2) {
  transition-delay: 0.12s;
}
.mobile-nav li:nth-child(3) {
  transition-delay: 0.18s;
}
.mobile-nav li:nth-child(4) {
  transition-delay: 0.24s;
}
.mobile-nav li:nth-child(5) {
  transition-delay: 0.3s;
}
.mobile-nav li:nth-child(6) {
  transition-delay: 0.36s;
}
.mobile-nav li:nth-child(7) {
  transition-delay: 0.42s;
}
.mobile-nav li:nth-child(8) {
  transition-delay: 0.48s;
}
.mobile-nav .fcm-mobile-nav-list > li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 8px;
}
.mobile-nav .fcm-mobile-nav-list > li > a {
  display: block;
  padding: 12px 0;
  color: #fff;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 6.8vw, 28px);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: color 0.2s ease;
}
.mobile-nav .fcm-mobile-nav-list > li > a:hover {
  color: #faba4b;
}
.mobile-nav .fcm-mobile-nav-list > li:last-child > a {
  border-bottom: none;
}
.mobile-nav .fcm-submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
.mobile-nav .fcm-submenu-toggle svg {
  width: 16px;
  height: 16px;
  display: block;
  transition: transform 0.2s ease;
}
.mobile-nav .fcm-submenu-toggle:hover, .mobile-nav .fcm-submenu-toggle:focus-visible {
  color: #faba4b;
  background: transparent;
  opacity: 0.8;
}
.mobile-nav .sub-menu {
  grid-column: 1 / -1;
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 6px 0 2px;
  padding: 2px 0 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  margin-top: 0;
  transition: max-height 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease, transform 0.24s ease, margin-top 0.24s ease;
}
.mobile-nav .sub-menu li {
  opacity: 1;
  transform: none;
  transition: none;
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
}
.mobile-nav .sub-menu li::marker {
  content: "";
}
.mobile-nav .sub-menu li::before {
  content: none !important;
  display: none !important;
}
.mobile-nav li.menu-item-has-children {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 8px;
}
.mobile-nav .sub-menu > li {
  position: relative;
}
.mobile-nav .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.mobile-nav .sub-menu a {
  display: block;
  padding: 14px 0;
  color: #fff;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  transition: color 0.2s ease;
}
.mobile-nav .sub-menu a:hover, .mobile-nav .sub-menu a:focus-visible {
  color: #fff;
}
.mobile-nav .sub-menu > li.menu-item-has-children > a {
  padding-bottom: 10px;
}
.mobile-nav .sub-menu .sub-menu {
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 8px 0 0;
  padding: 0 0 0 12px;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.mobile-nav .sub-menu .sub-menu > li {
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
}
.mobile-nav .sub-menu .sub-menu > li::marker {
  content: "";
}
.mobile-nav .sub-menu .sub-menu > li::before {
  content: none !important;
  display: none !important;
}
.mobile-nav .sub-menu .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.mobile-nav .sub-menu .sub-menu a {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}
.mobile-nav .sub-menu .sub-menu a::before {
  content: none !important;
  display: none !important;
}
.mobile-nav .fcm-has-dropdown.is-open > .sub-menu {
  max-height: 960px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 8px;
}
.mobile-nav .fcm-has-dropdown.is-open > .fcm-submenu-toggle svg {
  transform: rotate(180deg);
}
.mobile-actions {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.4s ease 0.45s, transform 0.4s ease 0.45s;
}
.mobile-actions .mobile-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.5px;
  padding: 12px 20px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.mobile-actions .mobile-action-btn:hover {
  background: #faba4b;
  border-color: #faba4b;
  color: #fff;
}
.mobile-actions .mobile-action-btn:hover .icon-mask {
  background-color: #fff;
}
.mobile-actions .mobile-action-btn .icon-mask {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}
body.menu-open {
  overflow: hidden;
}
/* --------------------------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------------------------- */
/* Tablet — stack top bar */
@media screen and (max-width: 1200px) {
  .top-bar-inner {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 25px;
  }
  .top-ticker {
    display: none;
  }
  .header-main-inner {
    padding: 12px 25px;
  }
  .main-navigation.desktop-nav .fcm-nav-list {
    gap: 18px;
  }
  .main-navigation.desktop-nav .fcm-nav-list > li > a {
    font-size: 15px;
  }
}
/* Mobile — Switch to Slide-In Menu */
@media screen and (max-width: 992px) {
  .mobile-header-right {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .main-navigation.desktop-nav {
    display: none;
  }
  .header-actions {
    display: none;
  }
}
/* Small mobile */
@media screen and (max-width: 768px) {
  .top-bar-inner {
    padding: 0 15px;
  }
  .top-search .search-input-wrapper {
    width: 160px;
  }
  .header-main-inner {
    padding: 12px 15px;
  }
}
/* ==========================================================================
   DECORATIVE LINE (below header & hero)
   ========================================================================== */
.header-line, .hero-line {
  display: block;
  width: 100%;
  height: clamp(8px, 1.2vw, 12px);
  line-height: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(50%);
}
.header-line__img, .hero-line__img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
}
img {
  user-drag: none !important;
  user-select: none !important;
  -moz-user-select: none !important;
  -webkit-user-drag: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
}
#preventselect {
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  pointer-events: none !important;
}
/*
@media (max-width: 768px) {
    .fl-animation {
        -webkit-animation: none !important;
                animation: none !important;
        -webkit-transform: none !important;
                transform: none !important;
        transition: none !important;
        opacity: 1 !important;
    }
}
*/
.swiper .swiper-counter-wrapper {
  margin-top: 100px;
}
.swiper .custom-pagination-numbers {
  font-family: "Open Sans", sans-serif;
}
.swiper .custom-pagination-numbers.swiper-pagination-bullet-active {
  font-family: "Oswald", sans-serif;
}
.btn-primary, .site-wrapper button:not(.menu-toggle):not(.mobile-menu-close):not(.fcm-submenu-toggle):not(.fcm-matches__load-more-btn):not([class*="swiper-button"]):not([class*="fcm-sw-btn"]):not(.ticker-nav):not(.fcm-contact-btn):not(.bd-fp-filter-btn):not(.bd-fp-tab):not(.bd-fp-load-more-btn):not(.bd-fp-page-btn):not(.back-to-top), .site-wrapper input[type="submit"], .site-wrapper input[type="button"], .site-wrapper input[type="reset"] {
  display: inline-flex !important;
  align-items: center !important;
  gap: 15px !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: none !important;
  text-decoration: none !important;
  line-height: 1 !important;
  color: #000 !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  border-bottom: 3px solid #000 !important;
  padding: 0 !important;
  padding-bottom: 5px !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
  box-shadow: none !important;
  text-shadow: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M1.0625 27.8553L27.4178 1.5M27.4178 1.5H1.0625M27.4178 1.5V27.8553' stroke='%23000' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0 center !important;
  background-size: 18px 18px !important;
  padding-right: 30px !important;
}
.btn-primary:hover, .btn-primary:focus, .site-wrapper button:not(.menu-toggle):not(.mobile-menu-close):not(.fcm-submenu-toggle):not(.fcm-matches__load-more-btn):not([class*="swiper-button"]):not([class*="fcm-sw-btn"]):not(.ticker-nav):not(.fcm-contact-btn):not(.bd-fp-filter-btn):not(.bd-fp-tab):not(.bd-fp-load-more-btn):not(.bd-fp-page-btn):not(.back-to-top):hover, .site-wrapper button:not(.menu-toggle):not(.mobile-menu-close):not(.fcm-submenu-toggle):not(.fcm-matches__load-more-btn):not([class*="swiper-button"]):not([class*="fcm-sw-btn"]):not(.ticker-nav):not(.fcm-contact-btn):not(.bd-fp-filter-btn):not(.bd-fp-tab):not(.bd-fp-load-more-btn):not(.bd-fp-page-btn):not(.back-to-top):focus, .site-wrapper input[type="submit"]:hover, .site-wrapper input[type="submit"]:focus, .site-wrapper input[type="button"]:hover, .site-wrapper input[type="button"]:focus, .site-wrapper input[type="reset"]:hover, .site-wrapper input[type="reset"]:focus {
  color: #faba4b !important;
  border-bottom-color: #faba4b !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M1.0625 27.8553L27.4178 1.5M27.4178 1.5H1.0625M27.4178 1.5V27.8553' stroke='%23faba4b' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  height: 20px !important;
  width: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  outline: none !important;
  box-shadow: none !important;
}
input[type="checkbox"]:focus {
  outline: none !important;
  box-shadow: 0 0 0 1px #FABA4B !important;
  border-color: #FABA4B !important;
}
input[type="checkbox"]:checked {
  background-color: #FABA4B !important;
  border-color: #FABA4B !important;
}
input[type="checkbox"]:checked::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 6px !important;
  /* Adjusted for 20px box */
  height: 12px !important;
  /* Adjusted for 20px box */
  border: solid #000 !important;
  border-width: 0 2px 2px 0 !important;
  transform: translate(-50%, -60%) rotate(45deg) !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font-size: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.link-arrow {
  display: inline-flex !important;
  align-items: center !important;
  color: inherit !important;
  text-decoration: none !important;
  text-transform: none !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  border-bottom: 2px solid currentColor !important;
  border-bottom-color: currentColor !important;
  padding-bottom: 2px;
  transition: color 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-bottom-color 0.28s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.link-arrow::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M1.0625 27.8553L27.4178 1.5M27.4178 1.5H1.0625M27.4178 1.5V27.8553' stroke='white' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M1.0625 27.8553L27.4178 1.5M27.4178 1.5H1.0625M27.4178 1.5V27.8553' stroke='white' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transform: translateY(-1px);
}
.wpcf7-submit {
  display: inline-flex !important;
  align-items: center !important;
  gap: 15px !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: none !important;
  text-decoration: none !important;
  line-height: 1 !important;
  color: #000 !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  border-bottom: 3px solid #000 !important;
  padding: 0 !important;
  padding-bottom: 5px !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
  box-shadow: none !important;
  text-shadow: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M1.0625 27.8553L27.4178 1.5M27.4178 1.5H1.0625M27.4178 1.5V27.8553' stroke='%23000' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0 center !important;
  background-size: 18px 18px !important;
  padding-right: 30px !important;
}
.wpcf7-submit:hover, .wpcf7-submit:focus {
  color: #faba4b !important;
  border-bottom-color: #faba4b !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M1.0625 27.8553L27.4178 1.5M27.4178 1.5H1.0625M27.4178 1.5V27.8553' stroke='%23faba4b' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
}
.site-content {
  flex: 1;
}
/* ==========================================================================
   FOOTER – Production Build
   ========================================================================== */
.site-footer {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
}
/* --------------------------------------------------------------------------
   MAIN AREA (Gradient)
   -------------------------------------------------------------------------- */
.footer-main {
  background-image: url("../../img/footer-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 430px;
  display: flex;
  align-items: center;
}
.footer-inner {
  width: 100%;
  display: flex;
  align-items: stretch;
  padding: 50px 40px;
}
/* --- Left Section --- */
.footer-left {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 40px;
  gap: 30px;
}
.footer-logo-lockup .footer-crest {
  width: 100%;
  max-width: 350px;
  height: auto;
  object-fit: contain;
  display: block;
}
.footer-meta {
  display: flex;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
}
.footer-socials {
  display: flex;
  gap: 12px;
}
.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  /* Match header */
  height: 30px;
  /* Match header */
  min-width: 30px;
  border-radius: 50%;
  /* Match header */
  border: 1.5px solid #fff;
  padding: 6px;
  /* Match header */
  text-decoration: none;
  transition: background-color 0.15s ease-out;
}
.footer-socials a img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
  transition: filter 0.15s ease-out;
}
.footer-socials a:hover, .footer-socials a:focus-visible {
  background-color: #fff;
}
.footer-socials a:hover img, .footer-socials a:focus-visible img {
  filter: brightness(0);
}
.footer-links {
  /* WP Menu Styling */
}
.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  /* Safety for mobile */
}
.footer-links li a {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.15s ease-out;
}
.footer-links li a:hover, .footer-links li a:focus-visible {
  color: #faba4b;
}
/* --- Vertical Divider --- */
.footer-divider {
  width: 1.5px;
  background-color: rgba(255, 255, 255, 0.4);
  align-self: stretch;
  margin: 0 40px;
  flex-shrink: 0;
}
/* --- Right Section (Sponsors) --- */
.footer-right {
  flex: 1;
  display: flex;
  align-items: center;
}
.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 100%;
}
.sponsor-grid .sponsor-cell {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease-out;
}
.sponsor-grid .sponsor-cell img {
  max-width: 130px;
  height: 55px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.sponsor-grid .sponsor-cell:hover {
  transform: none;
}
/* --------------------------------------------------------------------------
   BOTTOM BAR (White)
   -------------------------------------------------------------------------- */
.site-info {
  background-color: #fff;
  color: #000;
  padding: 15px 0;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 18px;
  /* Matched to links as requested */
  letter-spacing: 0.5px;
}
.site-info-inner {
  width: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-info-left {
  /* WP Menu Styling */
}
.site-info-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 40px;
}
.site-info-left li a {
  color: #000;
  text-decoration: none;
  transition: color 0.15s ease-out;
  font-size: 18px;
  text-transform: uppercase;
  /* Match main footer size as requested */
}
.site-info-left li a:hover, .site-info-left li a:focus-visible {
  color: #ee343b;
}
.site-info-right {
  color: #000;
}
/* --------------------------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------------------------- */
/* Tablet */
@media screen and (max-width: 1200px) {
  .footer-inner {
    flex-direction: column;
    gap: 40px;
    padding: 40px 25px;
  }
  .footer-left {
    width: 100%;
    flex: none;
    align-items: center;
    text-align: center;
    padding-right: 0;
  }
  .footer-logo-lockup {
    display: flex;
    justify-content: center;
  }
  .footer-logo-lockup .footer-crest {
    max-width: 280px;
  }
  .footer-meta {
    justify-content: center;
  }
  .footer-divider {
    display: none;
  }
  .footer-right {
    padding-left: 0;
  }
  .sponsor-grid {
    gap: 25px;
  }
  .sponsor-grid .sponsor-cell img {
    max-width: 110px;
    height: 48px;
  }
  .site-info-inner {
    padding: 0 25px;
  }
}
/* Mobile */
@media screen and (max-width: 768px) {
  .footer-main {
    min-height: auto;
  }
  .footer-inner {
    padding: 50px 20px;
    gap: 40px;
  }
  .footer-logo-lockup .footer-crest {
    max-width: 220px;
  }
  .footer-meta {
    flex-direction: column;
    gap: 30px;
  }
  .footer-links {
    gap: 20px;
  }
  .footer-links a {
    font-size: 16px;
    padding: 8px 0;
    display: inline-block;
  }
  .sponsor-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .sponsor-grid .sponsor-cell img {
    max-width: 100px;
    height: 42px;
  }
  .site-info-inner {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }
  .site-info-left {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bd-fp-wrapper {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  --bd-fp-entry-color: #fff;
  --bd-fp-divider-color: rgba(255, 255, 255, 0.34);
  --bd-fp-divider-hover-color: rgba(255, 255, 255, 0.58);
  --bd-fp-entry-hover-bg: rgba(255, 255, 255, 0.04);
  --bd-fp-entry-hover-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.bd-fp-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  gap: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1.5rem;
}
.bd-fp-tab {
  padding: 0.6rem 1.25rem;
  min-height: 24px;
  min-width: 24px;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: 600;
  color: inherit;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  -webkit-transition: color 0.2s, border-color 0.2s;
  -moz-transition: color 0.2s, border-color 0.2s;
  -ms-transition: color 0.2s, border-color 0.2s;
  -o-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
}
.bd-fp-tab:hover {
  opacity: 0.8;
}
.bd-fp-tab.active, .bd-fp-tab[aria-selected="true"] {
  border-bottom-color: currentColor;
}
.bd-fp-tab:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -2px;
}
.bd-fp-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.bd-fp-filters {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}
.bd-fp-filter-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.bd-fp-filter-btn {
  padding: 0 0 5px 0;
  min-height: 24px;
  min-width: 24px;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  -moz-transition: color 0.2s ease, border-color 0.2s ease;
  -ms-transition: color 0.2s ease, border-color 0.2s ease;
  -o-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.bd-fp-filter-btn:hover, .bd-fp-filter-btn:focus, .bd-fp-filter-btn:focus-visible, .bd-fp-filter-btn:active {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  border-bottom: 3px solid transparent !important;
  box-shadow: none !important;
  outline: none;
}
.bd-fp-filter-btn.active, .bd-fp-filter-btn[aria-pressed="true"] {
  border-bottom: 3px solid currentColor !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}
.bd-fp-filter-btn:focus-visible {
  outline: 2px solid currentColor !important;
  outline-offset: 2px;
}
.bd-fp-pt-filter-buttons {
  margin-bottom: 0;
}
.bd-fp-month {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
}
.bd-fp-month-select {
  padding: 0.45rem 2rem 0.45rem 0.75rem;
  min-height: 24px;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px 8px;
}
.bd-fp-month-select option {
  color: black;
  background: white;
}
.bd-fp-search {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
}
.bd-fp-search-input {
  padding: 0.45rem 0.75rem;
  min-height: 24px;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent !important;
  background-color: transparent !important;
  color: inherit;
  font-size: inherit;
  cursor: text;
  appearance: none;
  -webkit-appearance: none;
}
.bd-fp-search-input::placeholder {
  color: inherit;
  opacity: 0.6;
}
.bd-fp-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.bd-fp-hidden {
  display: none !important;
}
.bd-fp-results {
  -webkit-transition: opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1), transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), filter 0.32s ease;
  -moz-transition: opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1), transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), filter 0.32s ease;
  -ms-transition: opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1), transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), filter 0.32s ease;
  -o-transition: opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1), transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), filter 0.32s ease;
  transition: opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1), transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), filter 0.32s ease;
  opacity: 1;
  min-height: 4rem;
  transform: translateY(0);
  filter: none;
}
.bd-fp-results.is-loading {
  opacity: 0.72;
  transform: translateY(6px);
  filter: saturate(0.96) blur(0.5px);
  pointer-events: none;
}
.bd-fp-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.bd-fp-wrapper a.bd-fp-entry, .bd-fp-wrapper a.bd-fp-entry:hover, .bd-fp-wrapper a.bd-fp-entry:visited, .bd-fp-wrapper a.bd-fp-entry:focus {
  color: var(--bd-fp-entry-color);
  text-decoration: none;
}
.bd-fp-entry {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--bd-fp-divider-color);
  text-decoration: none;
  color: var(--bd-fp-entry-color);
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.38s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.38s ease, box-shadow 0.38s ease;
  -moz-transition: background-color 0.38s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.38s ease, box-shadow 0.38s ease;
  -ms-transition: background-color 0.38s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.38s ease, box-shadow 0.38s ease;
  -o-transition: background-color 0.38s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.38s ease, box-shadow 0.38s ease;
  transition: background-color 0.38s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.38s ease, box-shadow 0.38s ease;
}
.bd-fp-entry:first-child {
  border-top: 1px solid var(--bd-fp-divider-color);
}
.bd-fp-entry:hover {
  background: var(--bd-fp-entry-hover-bg);
  border-bottom-color: var(--bd-fp-divider-hover-color);
  box-shadow: var(--bd-fp-entry-hover-shadow);
}
.bd-fp-entry:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -2px;
}
.bd-fp-thumb {
  -webkit-box-flex: 0 0 60px;
  -moz-box-flex: 0 0 60px;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 0.25rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
}
.bd-fp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bd-fp-thumb img.bd-fp-placeholder-image, .bd-fp-card-image img.bd-fp-placeholder-image {
  object-fit: contain;
  padding: 0.85rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
}
.bd-fp-date {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: 1;
}
.bd-fp-event-list .bd-fp-date {
  min-width: 80px;
  position: relative;
  padding-left: 0.5rem;
}
.bd-fp-event-list .bd-fp-day-short {
  font-size: 0.85rem;
  text-transform: capitalize;
  position: absolute;
  top: 0;
  left: 0;
}
.bd-fp-event-list .bd-fp-day-nr {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  padding-left: 1.25rem;
}
.bd-fp-post-list .bd-fp-date {
  min-width: 110px;
}
.bd-fp-post-list .bd-fp-date-formatted {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.bd-fp-content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}
.bd-fp-title {
  font-weight: 800;
  font-size: 1.1rem;
}
.bd-fp-time {
  font-size: 0.9rem;
}
.bd-fp-excerpt {
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bd-fp-pills {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.5rem;
}
.bd-fp-cat-pill, .bd-fp-type-pill {
  padding: 0.3rem 1rem;
  border: 1px solid currentColor;
  border-radius: 2rem;
  font-size: 0.85rem;
  white-space: nowrap;
}
.bd-fp-arrow {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M1.0625 27.8553L27.4178 1.5M27.4178 1.5H1.0625M27.4178 1.5V27.8553' stroke='white' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M1.0625 27.8553L27.4178 1.5M27.4178 1.5H1.0625M27.4178 1.5V27.8553' stroke='white' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: 0.88;
  -webkit-transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease;
  -moz-transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease;
  -ms-transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease;
  -o-transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease;
}
.bd-fp-entry:hover .bd-fp-arrow {
  opacity: 1;
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
  transform: translateX(6px);
}
.bd-fp-paging {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.bd-fp-load-more-btn {
  display: inline-flex !important;
  align-items: center !important;
  color: inherit !important;
  text-decoration: none !important;
  text-transform: none !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  border-bottom: 2px solid currentColor !important;
  border-bottom-color: currentColor !important;
  padding-bottom: 2px;
  transition: color 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-bottom-color 0.28s cubic-bezier(0.22, 1, 0.36, 1) !important;
  color: var(--bd-fp-entry-color) !important;
  border-bottom-color: currentColor !important;
}
.bd-fp-load-more-btn::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M1.0625 27.8553L27.4178 1.5M27.4178 1.5H1.0625M27.4178 1.5V27.8553' stroke='white' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath d='M1.0625 27.8553L27.4178 1.5M27.4178 1.5H1.0625M27.4178 1.5V27.8553' stroke='white' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transform: translateY(-1px);
}
.bd-fp-load-more-btn::after {
  transform: translateX(0);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease;
}
.bd-fp-load-more-btn:hover::after, .bd-fp-load-more-btn:focus-visible::after {
  transform: translateX(6px);
}
.bd-fp-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  gap: 0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.bd-fp-page-btn {
  min-width: 40px;
  min-height: 40px;
  padding: 0.4rem 0.75rem;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--bd-fp-entry-color);
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  -webkit-transition: background-color 0.32s cubic-bezier(0.22, 1, 0.36, 1), color 0.32s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.32s ease;
  -moz-transition: background-color 0.32s cubic-bezier(0.22, 1, 0.36, 1), color 0.32s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.32s ease;
  -ms-transition: background-color 0.32s cubic-bezier(0.22, 1, 0.36, 1), color 0.32s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.32s ease;
  -o-transition: background-color 0.32s cubic-bezier(0.22, 1, 0.36, 1), color 0.32s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.32s ease;
  transition: background-color 0.32s cubic-bezier(0.22, 1, 0.36, 1), color 0.32s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.32s ease;
}
.bd-fp-page-btn:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--bd-fp-divider-hover-color);
}
.bd-fp-page-btn.active {
  background: currentColor;
}
.bd-fp-page-btn.active span {
  color: inherit;
}
.bd-fp-scroll-sentinel {
  height: 1px;
  width: 100%;
}
.bd-fp-card-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.bd-fp-card {
  display: grid;
  grid-template-columns: 380px 1fr;
  grid-template-rows: auto 1fr;
  gap: 0.75rem 1.5rem;
}
.bd-fp-card-title {
  grid-column: 2;
  grid-row: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--bd-fp-entry-color);
  text-decoration: none;
  align-self: end;
}
.bd-fp-card-title:hover {
  text-decoration: underline;
}
.bd-fp-card-image {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 380px;
  height: 300px;
  overflow: hidden;
  display: block;
}
.bd-fp-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bd-fp-card-body {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.bd-fp-card-author {
  font-size: 0.9rem;
  opacity: 0.7;
}
.bd-fp-card-excerpt {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
.bd-fp-card-more {
  margin-top: auto;
  align-self: flex-start;
  color: var(--bd-fp-entry-color) !important;
  border-bottom-color: currentColor !important;
}
@media (max-width: 992px) {
  .bd-fp-post-list .bd-fp-entry {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .bd-fp-post-list .bd-fp-arrow {
    position: absolute;
    top: 1.25rem;
    right: 0;
  }
  .bd-fp-post-list .bd-fp-pills {
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    order: 4;
    display: flex;
    margin-top: 0.5rem;
  }
}
@media (max-width: 768px) {
  .bd-fp-controls {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .bd-fp-month, .bd-fp-search {
    margin-left: 0;
  }
  .bd-fp-filter-buttons {
    gap: 0.35rem;
  }
  .bd-fp-filter-btn {
    font-size: 0.85rem;
    padding: 0.3rem 0.75rem;
  }
  .bd-fp-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bd-fp-tab {
    white-space: nowrap;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
  }
  .bd-fp-event-list .bd-fp-day-nr {
    font-size: 2.75rem;
  }
  .bd-fp-event-list .bd-fp-date {
    min-width: 55px;
  }
  .bd-fp-entry {
    gap: 1rem;
  }
  .bd-fp-pills {
    display: none;
  }
  .bd-fp-post-list .bd-fp-entry {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.25rem;
  }
  .bd-fp-post-list .bd-fp-date {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
  }
  .bd-fp-post-list .bd-fp-date-formatted {
    font-size: 2.5rem;
  }
  .bd-fp-post-list .bd-fp-arrow {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
  .bd-fp-post-list .bd-fp-content {
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    order: 3;
    margin-top: 20px;
    gap: 10px;
  }
  .bd-fp-post-list .bd-fp-title {
    font-size: 1.1rem;
  }
  .bd-fp-post-list .bd-fp-pills {
    display: flex;
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    order: 4;
    margin-top: 10px;
  }
  .bd-fp-card {
    grid-template-columns: 140px 1fr;
    grid-template-rows: auto auto;
    gap: 0.5rem 1rem;
  }
  .bd-fp-card-title {
    grid-column: 1 / -1;
    grid-row: 1;
    font-size: 1.2rem;
  }
  .bd-fp-card-image {
    grid-column: 1;
    grid-row: 2;
    width: 140px;
    height: 110px;
  }
  .bd-fp-card-body {
    grid-column: 2;
    grid-row: 2;
  }
}
@media screen and (max-width: 576px) {
  .bd-fp-controls {
    gap: 0.75rem;
  }
  .bd-fp-filter-buttons, .bd-fp-pt-filter-buttons {
    gap: 0.45rem;
  }
  .bd-fp-filter-btn, .bd-fp-pt-filter-btn, .bd-fp-tab {
    min-height: 40px;
  }
  .bd-fp-post-list .bd-fp-date-formatted, .bd-fp-event-list .bd-fp-day-nr {
    font-size: 2rem;
  }
  .bd-fp-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 0.9rem;
  }
  .bd-fp-card-title, .bd-fp-card-image, .bd-fp-card-body {
    grid-column: 1;
  }
  .bd-fp-card-title {
    grid-row: 1;
  }
  .bd-fp-card-image {
    grid-row: 2;
    width: 100%;
    height: auto;
    aspect-ratio: 1.6;
  }
  .bd-fp-card-body {
    grid-row: 3;
  }
}
.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: fixed;
  right: 20px;
  bottom: 92px;
  width: 56px;
  height: 56px;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: #faba4b;
  background-image: none;
  color: #000;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, background-color 0.2s ease;
  z-index: 1050;
  outline: none;
}
.back-to-top i {
  font-size: 2rem;
  line-height: 1;
}
.back-to-top:hover, .back-to-top:focus, .back-to-top:focus-visible, .back-to-top:active {
  background: #faba4b;
  background-image: none;
  color: #000;
  border: 0;
  outline: none;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .back-to-top {
    right: 15px;
    bottom: 84px;
    width: 50px;
    height: 50px;
  }
}
