<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
Theme Name: BFBI Theme
Author: Monospace
Author URI: https://monospace.dk
Description: Theme Customizations for BFBI Default Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monospace
Template: monospace
*/
@import "./../../plugins/core-framework/assets/public/css/core_framework.css";
/* = = = = = = = = = = */
/* Variables */
/* = = = = = = = = = = */
html {
  /*
  --bunker: var(--bricks-color-hfsrij);
  --edward: var(--bricks-color-mjtbrd);
  --satin: var(--bricks-color-eevkuf);
  --seasalt: var(--bricks-color-hceijb);
  --cerise: var(--bricks-color-cssdds);
  --cerise-light: var(--bricks-color-hanqcy);
  --blumine: var(--bricks-color-deygfp);
  --scooter: var(--bricks-color-nsydws);
  --tainoi: var(--bricks-color-hxrtiy);
  --morning: var(--bricks-color-rsnoky);
  --powder: var(--bricks-color-cywvvi);
  */
  /*
  --bunker: var(--bricks-color-hfsrij);
  --edward: var(--bricks-color-mjtbrd);
  --satin: var(--bricks-color-eevkuf);
  --seasalt: var(--bricks-color-hceijb);
  --cerise: var(--bricks-color-cssdds);
  --cerise-light: var(--bricks-color-hanqcy);
  --blumine: var(--bricks-color-deygfp);
  --scooter: var(--bricks-color-nsydws);
  --tainoi: var(--bricks-color-hxrtiy);
  --morning: var(--bricks-color-rsnoky);
  --powder: var(--bricks-color-cywvvi);
  */
}

html {
  --sz-huge: clamp(12rem, calc(12rem + ((1vw - 0.32rem) * 18.5185)), 32rem);
  --sz-large: clamp(8rem, calc(8rem + ((1vw - 0.32rem) * 14.8148)), 24rem);
  --sz-default: clamp(5.6rem, calc(5.6rem + ((1vw - 0.32rem) * 9.6296)), 16rem);
  --sz-small: clamp(4rem, calc(4rem + ((1vw - 0.32rem) * 3.7037)), 8rem);
  --sz-tiny: clamp(2.4rem, calc(2.4rem + ((1vw - 0.32rem) * 1.4815)), 4rem);
}

/* = = = = = = = = = = */
/* Functions */
/* = = = = = = = = = = */
/* = = = = = = = = = = */
/* Mixins */
/* = = = = = = = = = = */
/* = = = = = = = = = = */
/* GLOBAL */
/* = = = = = = = = = = */
html, body {
  height: 100%;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

a, a:active, a:focus, * {
  outline: none !important;
}

body {
  overflow-x: hidden;
}

body.locked {
  overflow: hidden;
}

::-moz-selection { /* Code for Firefox */
  color: var(--white);
  background: var(--primary-2);
}

::selection {
  color: white;
  background: var(--primary-2);
}

.brxe-template &gt; .root {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* = = = = = = = = = = */
/* TYPOGRAPHY */
/* = = = = = = = = = = */
/** Font Families */
body {
  font-family: var(--ff-body, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif);
}

/** End Font Families */
/** Header Styles */
/*
:root {
	// Fonts
	--h1-ff: var(--ff-primary);
	--h2-ff: var(--h1-ff);
	--h3-ff: var(--ff-secondary);
	--h4-ff: var(--h3-ff);
	--h5-ff: var(--h4-ff);
	--h6-ff: var(--h5-ff);
	--hero-ff: var(--ff-primary);

	// Sizes
	--h1-fsz: clamp(4rem, calc(4rem + ((1vw - 0.32rem) * 1.4815)), 5.6rem);
	--h2-fsz: clamp(2.8rem, calc(2.8rem + ((1vw - 0.32rem) * 1.1111)), 4rem);
	--h3-fsz: clamp(2.4rem, calc(2.4rem + ((1vw - 0.32rem) * 0.3704)), 2.8rem);
	--h4-fsz: clamp(2rem, calc(2rem + ((1vw - 0.32rem) * 0.3704)), 2.4rem);
	--h5-fsz: clamp(1.6rem, calc(1.6rem + ((1vw - 0.32rem) * 0.3704)), 2rem);
	--h6-fsz: clamp(1.2rem, calc(1.2rem + ((1vw - 0.32rem) * 0.1852)), 1.4rem);
	--hero-fsz: clamp(6.4rem, calc(6.4rem + ((1vw - 0.32rem) * 5.1852)), 12rem);

	// Spacing
	--h1-mrg: 0.5em 0.4em;
	--h2-mrg: var(--h1-mrg);
	--h3-mrg: 1em 0.4em;
	--h4-mrg: var(--h3-mrg);
	--h5-mrg: var(--h4-mrg);
	--h6-mrg: 2em 0.8em;
	--hero-mrg: var(--h1-mrg);

	// Font weights
	--h1-fw: 400;
	--h2-fw: var(--h1-fw);
	--h3-fw: 500;
	--h4-fw: var(--h3-fw);
	--h5-fw: var(--h4-fw);
	--h6-fw: 700;
	--hero-fw: 400;

	// Letter Spacing
	--h1-ls: -0.05em;
	--h2-ls: var(--h1-ls);
	--h3-ls: 0;
	--h4-ls: var(--h3-ls);
	--h5-ls: var(--h4-ls);
	--h6-ls: 0.1em;
	--hero-ls: var(--h1-ls);

	// Text Transform
	--h1-tt: none;
	--h2-tt: var(--h1-tt);
	--h3-tt: var(--h2-tt);
	--h4-tt: var(--h3-tt);
	--h5-tt: var(--h4-tt);
	--h6-tt: uppercase;
	--hero-tt: var(--h1-tt);

	/* = = = = = = */
/*

:where(h1) { margin-block: var(--h1-mrg); font-family: var(--h1-ff); font-size: var(--h1-fsz); font-weight: var(--h1-fw); letter-spacing: var(--h1-ls); text-transform: var(--h1-tt); text-wrap: balance; }
:where(h2) { margin-block: var(--h2-mrg); font-family: var(--h2-ff); font-size: var(--h2-fsz); font-weight: var(--h2-fw); letter-spacing: var(--h2-ls); text-transform: var(--h2-tt); text-wrap: balance; }
:where(h3) { margin-block: var(--h3-mrg); font-family: var(--h3-ff); font-size: var(--h3-fsz); font-weight: var(--h3-fw); letter-spacing: var(--h3-ls); text-transform: var(--h3-tt); text-wrap: balance; }
:where(h4) { margin-block: var(--h4-mrg); font-family: var(--h4-ff); font-size: var(--h4-fsz); font-weight: var(--h4-fw); letter-spacing: var(--h4-ls); text-transform: var(--h4-tt); text-wrap: balance; }
:where(h5) { margin-block: var(--h5-mrg); font-family: var(--h5-ff); font-size: var(--h5-fsz); font-weight: var(--h5-fw); letter-spacing: var(--h5-ls); text-transform: var(--h5-tt); text-wrap: balance; }
:where(h6) { margin-block: var(--h6-mrg); font-family: var(--h6-ff); font-size: var(--h6-fsz); font-weight: var(--h6-fw); letter-spacing: var(--h6-ls); text-transform: var(--h6-tt); text-wrap: balance; }

:where(.hl-h1) { margin-block: var(--h1-mrg); font-family: var(--h1-ff); font-size: var(--h1-fsz); font-weight: var(--h1-fw); letter-spacing: var(--h1-ls); text-transform: var(--h1-tt); text-wrap: balance; }
:where(.hl-h2) { margin-block: var(--h2-mrg); font-family: var(--h2-ff); font-size: var(--h2-fsz); font-weight: var(--h2-fw); letter-spacing: var(--h2-ls); text-transform: var(--h2-tt); text-wrap: balance; }
:where(.hl-h3) { margin-block: var(--h3-mrg); font-family: var(--h3-ff); font-size: var(--h3-fsz); font-weight: var(--h3-fw); letter-spacing: var(--h3-ls); text-transform: var(--h3-tt); text-wrap: balance; }
:where(.hl-h4) { margin-block: var(--h4-mrg); font-family: var(--h4-ff); font-size: var(--h4-fsz); font-weight: var(--h4-fw); letter-spacing: var(--h4-ls); text-transform: var(--h4-tt); text-wrap: balance; }
:where(.hl-h5) { margin-block: var(--h5-mrg); font-family: var(--h5-ff); font-size: var(--h5-fsz); font-weight: var(--h5-fw); letter-spacing: var(--h5-ls); text-transform: var(--h5-tt); text-wrap: balance; }
:where(.hl-h6) { margin-block: var(--h6-mrg); font-family: var(--h6-ff); font-size: var(--h6-fsz); font-weight: var(--h6-fw); letter-spacing: var(--h6-ls); text-transform: var(--h6-tt); text-wrap: balance; }

:where(.hl-hero, .bricks-type-hero) { margin-block: var(--hero-mrg); font-family: var(--hero-ff); font-size: var(--hero-fsz); font-weight: var(--hero-fw); letter-spacing: var(--hero-ls); text-transform: var(--hero-tt); }

*/
/** End Header Styles */
.brxe-heading:first-child,
.brxe-text h1:first-child,
.brxe-text h2:first-child,
.brxe-text h3:first-child,
.brxe-text h4:first-child,
.brxe-text h5:first-child,
.brxe-text h6:first-child {
  margin-top: 0;
}

p, .brxe-text p {
  --paragraph-margin-bottom: .75em;
  margin-bottom: var(--paragraph-margin-bottom);
}
p:last-child, .brxe-text p:last-child {
  margin-bottom: 0;
}

.brxe-text ol, .brxe-text ul {
  margin-left: 0em;
  padding-left: 2.5em;
}
.brxe-text ol li, .brxe-text ul li {
  margin-bottom: 0.5em;
  padding-left: 0.3em;
  line-height: inherit;
}
.brxe-text ol li::marker, .brxe-text ul li::marker {
  color: var(--primary-2);
  font-weight: 600;
}
.brxe-text a {
  text-decoration: underline;
}
.brxe-text a:hover {
  color: var(--neutral-d-4);
}

.txt-clr-neg .brxe-text a {
  color: var(--primary-3);
  text-decoration: underline;
}
.txt-clr-neg .brxe-text a:hover {
  color: var(--neutral-3);
}

span.cvr {
  position: relative;
}
span.cvr::after {
  content: "En del af Photolsen.dk";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: auto;
  margin-left: 1em;
  padding-top: 0.3em;
  padding-left: 1em;
  font-size: 45%;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 0.1em;
  border-left: 1px solid rgba(var(--bricks-color-hfsrij), 0.2);
}

/* = = = = = = = = = = */
/* Utility */
/* = = = = = = = = = = */
/* General CSS */
/* Tablet Portrait (&lt;992px) */
/* Mobile Landscape (&lt;768px) */
/* Mobile Portrait (&lt;479px) */
/* = = = = = = = = = = */
/* BLOCKS */
/* = = = = = = = = = = */
/* = = = = = = = = = = */
/* FORMS */
/* = = = = = = = = = = */
#login {
  max-width: 720px !important;
  padding-top: 30vh !important;
}
#login ::-moz-selection { /* Code for Firefox */
  color: white;
  background: var(--bricks-color-hfsrij);
}
#login ::selection {
  color: white;
  background: var(--bricks-color-hfsrij);
}
#login .privacy-policy-page-link {
  display: none;
}
#login input[type=checkbox]:checked {
  position: relative;
  background: var(--bricks-color-hfsrij);
  border-color: var(--bricks-color-hfsrij);
}
#login input[type=checkbox]:checked::before {
  position: absolute;
  top: 50%;
  left: calc(50% - 0.05em);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 !important;
  width: 1.1em !important;
  height: 1.1em !important;
  color: var(--bricks-color-hfsrij);
  line-height: 0;
  -webkit-filter: grayscale(1) brightness(5);
          filter: grayscale(1) brightness(5);
}
#login button.button.wp-hide-pw {
  min-width: 56px !important;
}
#login a {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#login a:hover {
  color: var(--bricks-color-hfsrij) !important;
}

#login-designer-background {
  left: 720px !important;
  width: calc(100% - 720px) !important;
}

/* = = = = = = = = = = */
/* FORMS */
/* = = = = = = = = = = */
/* = = = = = = = = = = */
/* HEADER */
/* = = = = = = = = = = */
#brx-header.headroom {
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
#brx-header.headroom--pinned {
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) !important;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) !important;
}
#brx-header.headroom--unpinned {
  translate: 0 -100%;
}
#brx-header.hidden {
  translate: 0 -100%;
}

/* Header */
#brx-header .logo, #brx-header .logo &gt; * {
  -webkit-transition: height 0.25s ease, translate 0.25s ease, opacity 0.25s ease;
  transition: height 0.25s ease, translate 0.25s ease, opacity 0.25s ease;
}
#brx-header.headroom--top &gt; :not(.brxe-offcanvas) {
  background-color: transparent;
}
#brx-header.headroom--top &gt; :not(.brxe-offcanvas) .logo .bfbi-logotype {
  translate: 0 0;
  opacity: 1;
}
#brx-header.headroom--top &gt; :not(.brxe-offcanvas) .toc-list a {
  color: var(--primary-3);
}
@media (max-width: 991px) {
  #brx-header.headroom--top &gt; :not(.brxe-offcanvas) .toc-list a {
    color: var(--primary-4);
  }
}
#brx-header.headroom--top &gt; :not(.brxe-offcanvas) .bricks-button {
  color: var(--primary-2);
}
#brx-header.headroom--not-top &gt; :not(.brxe-offcanvas) {
  height: 80px;
  background-color: var(--primary-3);
}
@media (max-width: 767px) {
  #brx-header.headroom--not-top &gt; :not(.brxe-offcanvas) {
    height: 72px;
  }
}
#brx-header.headroom--not-top &gt; :not(.brxe-offcanvas) &gt; section {
  height: 80px;
}
@media (max-width: 767px) {
  #brx-header.headroom--not-top &gt; :not(.brxe-offcanvas) &gt; section {
    height: 72px;
  }
}
#brx-header.headroom--not-top &gt; :not(.brxe-offcanvas) .logo {
  height: 40px;
}
#brx-header.headroom--not-top &gt; :not(.brxe-offcanvas) .logo .bfbi-logotype {
  translate: -0.5em 0;
  opacity: 0;
}
#brx-header.headroom--not-top &gt; :not(.brxe-offcanvas) .logo:hover .bfbi-logotype {
  translate: 0 0;
  opacity: 1;
}
@media (max-width: 767px) {
  #brx-header.headroom--not-top &gt; :not(.brxe-offcanvas) .logo {
    height: 32px;
  }
}
#brx-header.headroom--not-top &gt; :not(.brxe-offcanvas) .toc-list a {
  color: var(--neutral-d-3);
}

/* = = = = = = = = = = */
/* FOOTER */
/* = = = = = = = = = = */
/* = = = = = = = = = = */
/* NAVIGATION */
/* = = = = = = = = = = */
.mobile-nav-trigger {
  display: block;
  position: absolute;
  top: 20px;
  left: 64px;
  width: auto;
  height: auto;
  padding: 8px;
  background: transparent;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  z-index: 9991;
  cursor: pointer;
}
.mobile-nav-trigger .nav-icon {
  display: block;
  width: 22px;
  overflow: hidden;
  pointer-events: none;
}
.mobile-nav-trigger .nav-icon .line {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: #000;
}
.mobile-nav-trigger .nav-icon .line:nth-child(1), .mobile-nav-trigger .nav-icon .line:nth-child(2) {
  width: 100%;
}
.mobile-nav-trigger .nav-icon .line:nth-child(3) {
  width: 70%;
}
@media screen and (min-width: 992px) {
  .mobile-nav-trigger {
    display: none;
  }
}

.mobile-nav-container {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: env(safe-area-inset-bottom);
  width: 100vw;
  z-index: 9992;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .mobile-nav-container {
    display: none;
  }
}
.mobile-nav-container.active {
  pointer-events: all;
}
.mobile-nav-container .mobile-nav-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  cursor: pointer;
  /*cursor: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1kaXNtaXNzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBpZD0iaWNvbiI+CiAgICA8bGluZSB4MT0iMjMiIHkxPSIxIiB4Mj0iMSIgeTI9IjIzIiBzdHlsZT0iZmlsbDogbm9uZTtzdHJva2U6ICMxOTE5MTk7c3Ryb2tlLWxpbmVjYXA6IHJvdW5kO3N0cm9rZS1saW5lam9pbjogcm91bmQ7c3Ryb2tlLXdpZHRoOiAyLjAwMDAwMDAwMDAwMDAwMDRweCIvPgogICAgPGxpbmUgeDE9IjIzIiB5MT0iMjMiIHgyPSIxIiB5Mj0iMSIgc3R5bGU9ImZpbGw6IG5vbmU7c3Ryb2tlOiAjMTkxOTE5O3N0cm9rZS1saW5lY2FwOiByb3VuZDtzdHJva2UtbGluZWpvaW46IHJvdW5kO3N0cm9rZS13aWR0aDogMi4wMDAwMDAwMDAwMDAwMDA0cHgiLz4KICA8L2c+Cjwvc3ZnPgo=) 64 64, auto;*/
  -webkit-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.mobile-nav-container .offcanvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transform: translateY(calc(-100% - 1px));
          transform: translateY(calc(-100% - 1px));
  width: 100vw;
  height: calc(100% + 2px);
  padding: 0;
  background: var(--bricks-color-hfsrij);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.mobile-nav-container .offcanvas .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 2.8rem 24px 15vh;
}
.mobile-nav-container .offcanvas .header .logo {
  position: relative;
  width: auto;
  height: auto;
  font-size: 2.4rem;
  line-height: 0.5;
}
.mobile-nav-container .offcanvas .header .logo .logotype {
  position: relative;
  color: white;
  top: -0.25em;
}
.mobile-nav-container .offcanvas .header .logo .payoff {
  display: inline-block;
  position: absolute;
  top: 3.25em;
  right: -0.2em;
  font-size: 0.2em;
  color: white;
  letter-spacing: 0.37em;
  line-height: 1;
  text-transform: uppercase;
}
.mobile-nav-container .offcanvas .header .logo img {
  display: block;
  width: 72px;
  height: auto;
}
.mobile-nav-container .offcanvas .header .dismiss {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1kaXNtaXNzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBpZD0iaWNvbiI+CiAgICA8bGluZSB4MT0iMjMiIHkxPSIxIiB4Mj0iMSIgeTI9IjIzIiBzdHlsZT0iZmlsbDogbm9uZTtzdHJva2U6ICNmZmY7c3Ryb2tlLWxpbmVjYXA6IHJvdW5kO3N0cm9rZS1saW5lam9pbjogcm91bmQ7c3Ryb2tlLXdpZHRoOiAyLjAwMDAwMDAwMDAwMDAwMDRweCIvPgogICAgPGxpbmUgeDE9IjIzIiB5MT0iMjMiIHgyPSIxIiB5Mj0iMSIgc3R5bGU9ImZpbGw6IG5vbmU7c3Ryb2tlOiAjZmZmO3N0cm9rZS1saW5lY2FwOiByb3VuZDtzdHJva2UtbGluZWpvaW46IHJvdW5kO3N0cm9rZS13aWR0aDogMi4wMDAwMDAwMDAwMDAwMDA0cHgiLz4KICA8L2c+Cjwvc3ZnPgo=);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.mobile-nav-container .offcanvas .header .dismiss::after {
  content: "Luk";
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  font-size: 0.55em;
  font-weight: 700;
  color: white;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.mobile-nav-container .offcanvas .header .dismiss:hover {
  opacity: 1;
}
.mobile-nav-container .offcanvas .content {
  display: block;
  padding: 0 24px;
}
.mobile-nav-container .offcanvas .content .primary-nav {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav-container .offcanvas .content .primary-nav li.menu-item {
  position: relative;
  top: 15px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0.5s;
  transition: all 0.1s ease 0.5s;
}
.mobile-nav-container .offcanvas .content .primary-nav li.menu-item label {
  display: none;
  position: absolute;
  top: 0.35em;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: auto;
  cursor: pointer;
}
.mobile-nav-container .offcanvas .content .primary-nav li.menu-item label span {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI1NiAyNTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjwhLS1HZW5lcmF0ZWQgYnkgSUpTVkcgKGh0dHBzOi8vZ2l0aHViLmNvbS9pY29uamFyL0lKU1ZHKS0tPjxnIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0wLDBoMjU2djI1NmgtMjU2WiI+PC9wYXRoPjxwYXRoIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjE2IiBkPSJNMjA4LDk2bC04MCw4MGwtODAsLTgwIj48L3BhdGg+PC9nPjwvc3ZnPg==);
  background-size: cover;
  opacity: 0.5;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}
.mobile-nav-container .offcanvas .content .primary-nav li.menu-item input {
  position: fixed;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.mobile-nav-container .offcanvas .content .primary-nav li.menu-item input:checked + label &gt; span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
}
.mobile-nav-container .offcanvas .content .primary-nav li.menu-item &gt; a {
  display: inline-block;
  color: white;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: none;
}
.mobile-nav-container .offcanvas .content .primary-nav li.menu-item &gt; a:hover { /*text-decoration: underline;*/ }
.mobile-nav-container .offcanvas .content .primary-nav li.menu-item.current-menu-item &gt; a, .mobile-nav-container .offcanvas .content .primary-nav li.menu-item.current-page-ancestor &gt; a { /*color: $highlight-color;*/ /*text-decoration: underline;*/
}
.mobile-nav-container .offcanvas .content .primary-nav li.menu-item.menu-item-has-children label {
  display: block;
}
.mobile-nav-container .offcanvas .content .primary-nav li.menu-item .sub-menu {
  display: none;
  margin: 0;
  padding: 0 0 1em 1em;
  list-style-type: none;
}
.mobile-nav-container .offcanvas .content .primary-nav li.menu-item .sub-menu li.menu-item &gt; a {
  font-size: 15px;
  color: white;
  font-weight: 400;
  line-height: 1.6;
  text-transform: none;
}
.mobile-nav-container .offcanvas .content .primary-nav li.menu-item .sub-menu li.menu-item.current-menu-item &gt; a { /*color: $highlight-color;*/ /*text-decoration: underline;*/
}
.mobile-nav-container .offcanvas .content .primary-nav li.menu-item .sub-menu li.menu-item label {
  display: none;
}
.mobile-nav-container .offcanvas .content .primary-nav li.menu-item input:checked ~ .sub-menu {
  display: block;
  padding-bottom: 1em;
}
.mobile-nav-container .offcanvas .content .secondary-nav {
  display: block;
  margin: 1.6em 0 0 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav-container .offcanvas .content .secondary-nav li.menu-item {
  position: relative;
  top: 15px;
  font-size: 0;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0.5s;
  transition: all 0.1s ease 0.5s;
}
.mobile-nav-container .offcanvas .content .secondary-nav li.menu-item &gt; a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}
.mobile-nav-container .offcanvas .content .secondary-nav li.menu-item &gt; a:hover {
  color: white;
}
.mobile-nav-container .offcanvas .footer {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 24px 16px;
  color: white;
}
.mobile-nav-container .offcanvas .footer .actions-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  margin: 0 0 1.6em 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav-container .offcanvas .footer .actions-nav li {
  display: inline-block;
}
.mobile-nav-container .offcanvas .footer .actions-nav li a {
  font-size: 1.3rem;
  padding: 0.7em 1.2em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mobile-nav-container .offcanvas .footer .actions-nav li a:hover, .mobile-nav-container .offcanvas .footer .actions-nav li a:active, .mobile-nav-container .offcanvas .footer .actions-nav li a:focus {
  color: var(--bricks-color-hfsrij);
  background: white;
  border-color: white;
}
.mobile-nav-container .offcanvas .footer .credits img.payment-options {
  display: block;
  height: 12px;
  margin-bottom: 8px;
  opacity: 0.5;
}
.mobile-nav-container .offcanvas .footer .credits p {
  font-size: 9px;
  opacity: 0.3;
}
.mobile-nav-container.active .mobile-nav-overlay {
  opacity: 1;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.mobile-nav-container.active .offcanvas {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.mobile-nav-container.active .offcanvas .content .primary-nav li {
  top: 0;
  opacity: 1;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(1) {
  -webkit-transition: all 0.2s 0.34s ease;
  transition: all 0.2s 0.34s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(2) {
  -webkit-transition: all 0.2s 0.38s ease;
  transition: all 0.2s 0.38s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(3) {
  -webkit-transition: all 0.2s 0.42s ease;
  transition: all 0.2s 0.42s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(4) {
  -webkit-transition: all 0.2s 0.46s ease;
  transition: all 0.2s 0.46s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(5) {
  -webkit-transition: all 0.2s 0.5s ease;
  transition: all 0.2s 0.5s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(6) {
  -webkit-transition: all 0.2s 0.54s ease;
  transition: all 0.2s 0.54s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(7) {
  -webkit-transition: all 0.2s 0.58s ease;
  transition: all 0.2s 0.58s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(8) {
  -webkit-transition: all 0.2s 0.62s ease;
  transition: all 0.2s 0.62s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(9) {
  -webkit-transition: all 0.2s 0.66s ease;
  transition: all 0.2s 0.66s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(10) {
  -webkit-transition: all 0.2s 0.7s ease;
  transition: all 0.2s 0.7s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(11) {
  -webkit-transition: all 0.2s 0.74s ease;
  transition: all 0.2s 0.74s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(12) {
  -webkit-transition: all 0.2s 0.78s ease;
  transition: all 0.2s 0.78s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(13) {
  -webkit-transition: all 0.2s 0.82s ease;
  transition: all 0.2s 0.82s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(14) {
  -webkit-transition: all 0.2s 0.86s ease;
  transition: all 0.2s 0.86s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(15) {
  -webkit-transition: all 0.2s 0.9s ease;
  transition: all 0.2s 0.9s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(16) {
  -webkit-transition: all 0.2s 0.94s ease;
  transition: all 0.2s 0.94s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(17) {
  -webkit-transition: all 0.2s 0.98s ease;
  transition: all 0.2s 0.98s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(18) {
  -webkit-transition: all 0.2s 1.02s ease;
  transition: all 0.2s 1.02s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(19) {
  -webkit-transition: all 0.2s 1.06s ease;
  transition: all 0.2s 1.06s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(20) {
  -webkit-transition: all 0.2s 1.1s ease;
  transition: all 0.2s 1.1s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(21) {
  -webkit-transition: all 0.2s 1.14s ease;
  transition: all 0.2s 1.14s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(22) {
  -webkit-transition: all 0.2s 1.18s ease;
  transition: all 0.2s 1.18s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(23) {
  -webkit-transition: all 0.2s 1.22s ease;
  transition: all 0.2s 1.22s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(24) {
  -webkit-transition: all 0.2s 1.26s ease;
  transition: all 0.2s 1.26s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(25) {
  -webkit-transition: all 0.2s 1.3s ease;
  transition: all 0.2s 1.3s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(26) {
  -webkit-transition: all 0.2s 1.34s ease;
  transition: all 0.2s 1.34s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(27) {
  -webkit-transition: all 0.2s 1.38s ease;
  transition: all 0.2s 1.38s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(28) {
  -webkit-transition: all 0.2s 1.42s ease;
  transition: all 0.2s 1.42s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(29) {
  -webkit-transition: all 0.2s 1.46s ease;
  transition: all 0.2s 1.46s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(30) {
  -webkit-transition: all 0.2s 1.5s ease;
  transition: all 0.2s 1.5s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(31) {
  -webkit-transition: all 0.2s 1.54s ease;
  transition: all 0.2s 1.54s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(32) {
  -webkit-transition: all 0.2s 1.58s ease;
  transition: all 0.2s 1.58s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(33) {
  -webkit-transition: all 0.2s 1.62s ease;
  transition: all 0.2s 1.62s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(34) {
  -webkit-transition: all 0.2s 1.66s ease;
  transition: all 0.2s 1.66s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(35) {
  -webkit-transition: all 0.2s 1.7s ease;
  transition: all 0.2s 1.7s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(36) {
  -webkit-transition: all 0.2s 1.74s ease;
  transition: all 0.2s 1.74s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(37) {
  -webkit-transition: all 0.2s 1.78s ease;
  transition: all 0.2s 1.78s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(38) {
  -webkit-transition: all 0.2s 1.82s ease;
  transition: all 0.2s 1.82s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(39) {
  -webkit-transition: all 0.2s 1.86s ease;
  transition: all 0.2s 1.86s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(40) {
  -webkit-transition: all 0.2s 1.9s ease;
  transition: all 0.2s 1.9s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(41) {
  -webkit-transition: all 0.2s 1.94s ease;
  transition: all 0.2s 1.94s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(42) {
  -webkit-transition: all 0.2s 1.98s ease;
  transition: all 0.2s 1.98s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(43) {
  -webkit-transition: all 0.2s 2.02s ease;
  transition: all 0.2s 2.02s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(44) {
  -webkit-transition: all 0.2s 2.06s ease;
  transition: all 0.2s 2.06s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(45) {
  -webkit-transition: all 0.2s 2.1s ease;
  transition: all 0.2s 2.1s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(46) {
  -webkit-transition: all 0.2s 2.14s ease;
  transition: all 0.2s 2.14s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(47) {
  -webkit-transition: all 0.2s 2.18s ease;
  transition: all 0.2s 2.18s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(48) {
  -webkit-transition: all 0.2s 2.22s ease;
  transition: all 0.2s 2.22s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(49) {
  -webkit-transition: all 0.2s 2.26s ease;
  transition: all 0.2s 2.26s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(50) {
  -webkit-transition: all 0.2s 2.3s ease;
  transition: all 0.2s 2.3s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(51) {
  -webkit-transition: all 0.2s 2.34s ease;
  transition: all 0.2s 2.34s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(52) {
  -webkit-transition: all 0.2s 2.38s ease;
  transition: all 0.2s 2.38s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(53) {
  -webkit-transition: all 0.2s 2.42s ease;
  transition: all 0.2s 2.42s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(54) {
  -webkit-transition: all 0.2s 2.46s ease;
  transition: all 0.2s 2.46s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(55) {
  -webkit-transition: all 0.2s 2.5s ease;
  transition: all 0.2s 2.5s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(56) {
  -webkit-transition: all 0.2s 2.54s ease;
  transition: all 0.2s 2.54s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(57) {
  -webkit-transition: all 0.2s 2.58s ease;
  transition: all 0.2s 2.58s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(58) {
  -webkit-transition: all 0.2s 2.62s ease;
  transition: all 0.2s 2.62s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(59) {
  -webkit-transition: all 0.2s 2.66s ease;
  transition: all 0.2s 2.66s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(60) {
  -webkit-transition: all 0.2s 2.7s ease;
  transition: all 0.2s 2.7s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(61) {
  -webkit-transition: all 0.2s 2.74s ease;
  transition: all 0.2s 2.74s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(62) {
  -webkit-transition: all 0.2s 2.78s ease;
  transition: all 0.2s 2.78s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(63) {
  -webkit-transition: all 0.2s 2.82s ease;
  transition: all 0.2s 2.82s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(64) {
  -webkit-transition: all 0.2s 2.86s ease;
  transition: all 0.2s 2.86s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(65) {
  -webkit-transition: all 0.2s 2.9s ease;
  transition: all 0.2s 2.9s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(66) {
  -webkit-transition: all 0.2s 2.94s ease;
  transition: all 0.2s 2.94s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(67) {
  -webkit-transition: all 0.2s 2.98s ease;
  transition: all 0.2s 2.98s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(68) {
  -webkit-transition: all 0.2s 3.02s ease;
  transition: all 0.2s 3.02s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(69) {
  -webkit-transition: all 0.2s 3.06s ease;
  transition: all 0.2s 3.06s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(70) {
  -webkit-transition: all 0.2s 3.1s ease;
  transition: all 0.2s 3.1s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(71) {
  -webkit-transition: all 0.2s 3.14s ease;
  transition: all 0.2s 3.14s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(72) {
  -webkit-transition: all 0.2s 3.18s ease;
  transition: all 0.2s 3.18s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(73) {
  -webkit-transition: all 0.2s 3.22s ease;
  transition: all 0.2s 3.22s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(74) {
  -webkit-transition: all 0.2s 3.26s ease;
  transition: all 0.2s 3.26s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(75) {
  -webkit-transition: all 0.2s 3.3s ease;
  transition: all 0.2s 3.3s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(76) {
  -webkit-transition: all 0.2s 3.34s ease;
  transition: all 0.2s 3.34s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(77) {
  -webkit-transition: all 0.2s 3.38s ease;
  transition: all 0.2s 3.38s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(78) {
  -webkit-transition: all 0.2s 3.42s ease;
  transition: all 0.2s 3.42s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(79) {
  -webkit-transition: all 0.2s 3.46s ease;
  transition: all 0.2s 3.46s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(80) {
  -webkit-transition: all 0.2s 3.5s ease;
  transition: all 0.2s 3.5s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(81) {
  -webkit-transition: all 0.2s 3.54s ease;
  transition: all 0.2s 3.54s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(82) {
  -webkit-transition: all 0.2s 3.58s ease;
  transition: all 0.2s 3.58s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(83) {
  -webkit-transition: all 0.2s 3.62s ease;
  transition: all 0.2s 3.62s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(84) {
  -webkit-transition: all 0.2s 3.66s ease;
  transition: all 0.2s 3.66s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(85) {
  -webkit-transition: all 0.2s 3.7s ease;
  transition: all 0.2s 3.7s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(86) {
  -webkit-transition: all 0.2s 3.74s ease;
  transition: all 0.2s 3.74s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(87) {
  -webkit-transition: all 0.2s 3.78s ease;
  transition: all 0.2s 3.78s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(88) {
  -webkit-transition: all 0.2s 3.82s ease;
  transition: all 0.2s 3.82s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(89) {
  -webkit-transition: all 0.2s 3.86s ease;
  transition: all 0.2s 3.86s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(90) {
  -webkit-transition: all 0.2s 3.9s ease;
  transition: all 0.2s 3.9s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(91) {
  -webkit-transition: all 0.2s 3.94s ease;
  transition: all 0.2s 3.94s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(92) {
  -webkit-transition: all 0.2s 3.98s ease;
  transition: all 0.2s 3.98s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(93) {
  -webkit-transition: all 0.2s 4.02s ease;
  transition: all 0.2s 4.02s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(94) {
  -webkit-transition: all 0.2s 4.06s ease;
  transition: all 0.2s 4.06s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(95) {
  -webkit-transition: all 0.2s 4.1s ease;
  transition: all 0.2s 4.1s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(96) {
  -webkit-transition: all 0.2s 4.14s ease;
  transition: all 0.2s 4.14s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(97) {
  -webkit-transition: all 0.2s 4.18s ease;
  transition: all 0.2s 4.18s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(98) {
  -webkit-transition: all 0.2s 4.22s ease;
  transition: all 0.2s 4.22s ease;
}
.mobile-nav-container.active .offcanvas .content .primary-nav li:nth-child(99) {
  -webkit-transition: all 0.2s 4.26s ease;
  transition: all 0.2s 4.26s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li {
  top: 0;
  opacity: 1;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(1) {
  -webkit-transition: all 0.2s 0.54s ease;
  transition: all 0.2s 0.54s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(2) {
  -webkit-transition: all 0.2s 0.58s ease;
  transition: all 0.2s 0.58s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(3) {
  -webkit-transition: all 0.2s 0.62s ease;
  transition: all 0.2s 0.62s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(4) {
  -webkit-transition: all 0.2s 0.66s ease;
  transition: all 0.2s 0.66s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(5) {
  -webkit-transition: all 0.2s 0.7s ease;
  transition: all 0.2s 0.7s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(6) {
  -webkit-transition: all 0.2s 0.74s ease;
  transition: all 0.2s 0.74s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(7) {
  -webkit-transition: all 0.2s 0.78s ease;
  transition: all 0.2s 0.78s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(8) {
  -webkit-transition: all 0.2s 0.82s ease;
  transition: all 0.2s 0.82s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(9) {
  -webkit-transition: all 0.2s 0.86s ease;
  transition: all 0.2s 0.86s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(10) {
  -webkit-transition: all 0.2s 0.9s ease;
  transition: all 0.2s 0.9s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(11) {
  -webkit-transition: all 0.2s 0.94s ease;
  transition: all 0.2s 0.94s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(12) {
  -webkit-transition: all 0.2s 0.98s ease;
  transition: all 0.2s 0.98s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(13) {
  -webkit-transition: all 0.2s 1.02s ease;
  transition: all 0.2s 1.02s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(14) {
  -webkit-transition: all 0.2s 1.06s ease;
  transition: all 0.2s 1.06s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(15) {
  -webkit-transition: all 0.2s 1.1s ease;
  transition: all 0.2s 1.1s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(16) {
  -webkit-transition: all 0.2s 1.14s ease;
  transition: all 0.2s 1.14s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(17) {
  -webkit-transition: all 0.2s 1.18s ease;
  transition: all 0.2s 1.18s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(18) {
  -webkit-transition: all 0.2s 1.22s ease;
  transition: all 0.2s 1.22s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(19) {
  -webkit-transition: all 0.2s 1.26s ease;
  transition: all 0.2s 1.26s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(20) {
  -webkit-transition: all 0.2s 1.3s ease;
  transition: all 0.2s 1.3s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(21) {
  -webkit-transition: all 0.2s 1.34s ease;
  transition: all 0.2s 1.34s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(22) {
  -webkit-transition: all 0.2s 1.38s ease;
  transition: all 0.2s 1.38s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(23) {
  -webkit-transition: all 0.2s 1.42s ease;
  transition: all 0.2s 1.42s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(24) {
  -webkit-transition: all 0.2s 1.46s ease;
  transition: all 0.2s 1.46s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(25) {
  -webkit-transition: all 0.2s 1.5s ease;
  transition: all 0.2s 1.5s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(26) {
  -webkit-transition: all 0.2s 1.54s ease;
  transition: all 0.2s 1.54s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(27) {
  -webkit-transition: all 0.2s 1.58s ease;
  transition: all 0.2s 1.58s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(28) {
  -webkit-transition: all 0.2s 1.62s ease;
  transition: all 0.2s 1.62s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(29) {
  -webkit-transition: all 0.2s 1.66s ease;
  transition: all 0.2s 1.66s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(30) {
  -webkit-transition: all 0.2s 1.7s ease;
  transition: all 0.2s 1.7s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(31) {
  -webkit-transition: all 0.2s 1.74s ease;
  transition: all 0.2s 1.74s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(32) {
  -webkit-transition: all 0.2s 1.78s ease;
  transition: all 0.2s 1.78s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(33) {
  -webkit-transition: all 0.2s 1.82s ease;
  transition: all 0.2s 1.82s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(34) {
  -webkit-transition: all 0.2s 1.86s ease;
  transition: all 0.2s 1.86s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(35) {
  -webkit-transition: all 0.2s 1.9s ease;
  transition: all 0.2s 1.9s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(36) {
  -webkit-transition: all 0.2s 1.94s ease;
  transition: all 0.2s 1.94s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(37) {
  -webkit-transition: all 0.2s 1.98s ease;
  transition: all 0.2s 1.98s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(38) {
  -webkit-transition: all 0.2s 2.02s ease;
  transition: all 0.2s 2.02s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(39) {
  -webkit-transition: all 0.2s 2.06s ease;
  transition: all 0.2s 2.06s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(40) {
  -webkit-transition: all 0.2s 2.1s ease;
  transition: all 0.2s 2.1s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(41) {
  -webkit-transition: all 0.2s 2.14s ease;
  transition: all 0.2s 2.14s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(42) {
  -webkit-transition: all 0.2s 2.18s ease;
  transition: all 0.2s 2.18s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(43) {
  -webkit-transition: all 0.2s 2.22s ease;
  transition: all 0.2s 2.22s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(44) {
  -webkit-transition: all 0.2s 2.26s ease;
  transition: all 0.2s 2.26s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(45) {
  -webkit-transition: all 0.2s 2.3s ease;
  transition: all 0.2s 2.3s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(46) {
  -webkit-transition: all 0.2s 2.34s ease;
  transition: all 0.2s 2.34s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(47) {
  -webkit-transition: all 0.2s 2.38s ease;
  transition: all 0.2s 2.38s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(48) {
  -webkit-transition: all 0.2s 2.42s ease;
  transition: all 0.2s 2.42s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(49) {
  -webkit-transition: all 0.2s 2.46s ease;
  transition: all 0.2s 2.46s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(50) {
  -webkit-transition: all 0.2s 2.5s ease;
  transition: all 0.2s 2.5s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(51) {
  -webkit-transition: all 0.2s 2.54s ease;
  transition: all 0.2s 2.54s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(52) {
  -webkit-transition: all 0.2s 2.58s ease;
  transition: all 0.2s 2.58s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(53) {
  -webkit-transition: all 0.2s 2.62s ease;
  transition: all 0.2s 2.62s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(54) {
  -webkit-transition: all 0.2s 2.66s ease;
  transition: all 0.2s 2.66s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(55) {
  -webkit-transition: all 0.2s 2.7s ease;
  transition: all 0.2s 2.7s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(56) {
  -webkit-transition: all 0.2s 2.74s ease;
  transition: all 0.2s 2.74s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(57) {
  -webkit-transition: all 0.2s 2.78s ease;
  transition: all 0.2s 2.78s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(58) {
  -webkit-transition: all 0.2s 2.82s ease;
  transition: all 0.2s 2.82s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(59) {
  -webkit-transition: all 0.2s 2.86s ease;
  transition: all 0.2s 2.86s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(60) {
  -webkit-transition: all 0.2s 2.9s ease;
  transition: all 0.2s 2.9s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(61) {
  -webkit-transition: all 0.2s 2.94s ease;
  transition: all 0.2s 2.94s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(62) {
  -webkit-transition: all 0.2s 2.98s ease;
  transition: all 0.2s 2.98s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(63) {
  -webkit-transition: all 0.2s 3.02s ease;
  transition: all 0.2s 3.02s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(64) {
  -webkit-transition: all 0.2s 3.06s ease;
  transition: all 0.2s 3.06s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(65) {
  -webkit-transition: all 0.2s 3.1s ease;
  transition: all 0.2s 3.1s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(66) {
  -webkit-transition: all 0.2s 3.14s ease;
  transition: all 0.2s 3.14s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(67) {
  -webkit-transition: all 0.2s 3.18s ease;
  transition: all 0.2s 3.18s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(68) {
  -webkit-transition: all 0.2s 3.22s ease;
  transition: all 0.2s 3.22s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(69) {
  -webkit-transition: all 0.2s 3.26s ease;
  transition: all 0.2s 3.26s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(70) {
  -webkit-transition: all 0.2s 3.3s ease;
  transition: all 0.2s 3.3s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(71) {
  -webkit-transition: all 0.2s 3.34s ease;
  transition: all 0.2s 3.34s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(72) {
  -webkit-transition: all 0.2s 3.38s ease;
  transition: all 0.2s 3.38s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(73) {
  -webkit-transition: all 0.2s 3.42s ease;
  transition: all 0.2s 3.42s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(74) {
  -webkit-transition: all 0.2s 3.46s ease;
  transition: all 0.2s 3.46s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(75) {
  -webkit-transition: all 0.2s 3.5s ease;
  transition: all 0.2s 3.5s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(76) {
  -webkit-transition: all 0.2s 3.54s ease;
  transition: all 0.2s 3.54s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(77) {
  -webkit-transition: all 0.2s 3.58s ease;
  transition: all 0.2s 3.58s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(78) {
  -webkit-transition: all 0.2s 3.62s ease;
  transition: all 0.2s 3.62s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(79) {
  -webkit-transition: all 0.2s 3.66s ease;
  transition: all 0.2s 3.66s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(80) {
  -webkit-transition: all 0.2s 3.7s ease;
  transition: all 0.2s 3.7s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(81) {
  -webkit-transition: all 0.2s 3.74s ease;
  transition: all 0.2s 3.74s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(82) {
  -webkit-transition: all 0.2s 3.78s ease;
  transition: all 0.2s 3.78s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(83) {
  -webkit-transition: all 0.2s 3.82s ease;
  transition: all 0.2s 3.82s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(84) {
  -webkit-transition: all 0.2s 3.86s ease;
  transition: all 0.2s 3.86s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(85) {
  -webkit-transition: all 0.2s 3.9s ease;
  transition: all 0.2s 3.9s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(86) {
  -webkit-transition: all 0.2s 3.94s ease;
  transition: all 0.2s 3.94s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(87) {
  -webkit-transition: all 0.2s 3.98s ease;
  transition: all 0.2s 3.98s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(88) {
  -webkit-transition: all 0.2s 4.02s ease;
  transition: all 0.2s 4.02s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(89) {
  -webkit-transition: all 0.2s 4.06s ease;
  transition: all 0.2s 4.06s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(90) {
  -webkit-transition: all 0.2s 4.1s ease;
  transition: all 0.2s 4.1s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(91) {
  -webkit-transition: all 0.2s 4.14s ease;
  transition: all 0.2s 4.14s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(92) {
  -webkit-transition: all 0.2s 4.18s ease;
  transition: all 0.2s 4.18s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(93) {
  -webkit-transition: all 0.2s 4.22s ease;
  transition: all 0.2s 4.22s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(94) {
  -webkit-transition: all 0.2s 4.26s ease;
  transition: all 0.2s 4.26s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(95) {
  -webkit-transition: all 0.2s 4.3s ease;
  transition: all 0.2s 4.3s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(96) {
  -webkit-transition: all 0.2s 4.34s ease;
  transition: all 0.2s 4.34s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(97) {
  -webkit-transition: all 0.2s 4.38s ease;
  transition: all 0.2s 4.38s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(98) {
  -webkit-transition: all 0.2s 4.42s ease;
  transition: all 0.2s 4.42s ease;
}
.mobile-nav-container.active .offcanvas .content .secondary-nav li:nth-child(99) {
  -webkit-transition: all 0.2s 4.46s ease;
  transition: all 0.2s 4.46s ease;
}

/* = = = = = = = = = = */
/* PLUGINS */
/* = = = = = = = = = = */
.bricks-element-template a {
  text-decoration: none;
}
.bricks-element-template a:hover {
  color: inherit;
}

.bricks-container.root .root {
  padding: 0;
}

/* = = = = = = */
/* ANIMATIONS  */
/* = = = = = = */
.film-grain {
  overflow: hidden;
}
.film-grain::after {
  content: "";
  display: block;
  position: absolute;
  top: -100%;
  left: -100%;
  width: 400%;
  height: 400%;
  background-image: url("/app/themes/bricks-child/assets/images/noise.png");
  background-size: 500px 500px;
  background-repeat: repeat;
  opacity: 0.13;
  z-index: 2;
  pointer-events: none;
  -webkit-animation: film-grain 4s steps(8) infinite;
          animation: film-grain 4s steps(8) infinite;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .film-grain::after {
    /* Retina-specific stuff here */
    background-size: 250px 250px;
  }
}

@-webkit-keyframes film-grain {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -10%);
            transform: translate(-5%, -10%);
  }
  20% {
    -webkit-transform: translate(-15%, 5%);
            transform: translate(-15%, 5%);
  }
  30% {
    -webkit-transform: translate(7%, -15%);
            transform: translate(7%, -15%);
  }
  40% {
    -webkit-transform: translate(-5%, 15%);
            transform: translate(-5%, 15%);
  }
  50% {
    -webkit-transform: translate(-15%, 10%);
            transform: translate(-15%, 10%);
  }
  60% {
    -webkit-transform: translate(15%, 0%);
            transform: translate(15%, 0%);
  }
  70% {
    -webkit-transform: translate(0%, 15%);
            transform: translate(0%, 15%);
  }
  80% {
    -webkit-transform: translate(15%, 5%);
            transform: translate(15%, 5%);
  }
  90% {
    -webkit-transform: translate(-10%, 10%);
            transform: translate(-10%, 10%);
  }
}

@keyframes film-grain {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -10%);
            transform: translate(-5%, -10%);
  }
  20% {
    -webkit-transform: translate(-15%, 5%);
            transform: translate(-15%, 5%);
  }
  30% {
    -webkit-transform: translate(7%, -15%);
            transform: translate(7%, -15%);
  }
  40% {
    -webkit-transform: translate(-5%, 15%);
            transform: translate(-5%, 15%);
  }
  50% {
    -webkit-transform: translate(-15%, 10%);
            transform: translate(-15%, 10%);
  }
  60% {
    -webkit-transform: translate(15%, 0%);
            transform: translate(15%, 0%);
  }
  70% {
    -webkit-transform: translate(0%, 15%);
            transform: translate(0%, 15%);
  }
  80% {
    -webkit-transform: translate(15%, 5%);
            transform: translate(15%, 5%);
  }
  90% {
    -webkit-transform: translate(-10%, 10%);
            transform: translate(-10%, 10%);
  }
}/*# sourceMappingURL=style.bfbi.css.map */</pre></body></html>