@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

@-webkit-keyframes scale-element {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes scale-element {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes loader-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes loader-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@font-face {
  font-family: "Avenir";
  src: url("http://docker.hoy/themes/efg/assets/avenir-light.e1245840.woff2") format("woff2"), url("http://docker.hoy/themes/efg/assets/avenir-light.3e046155.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Avenir";
  src: url("http://docker.hoy/themes/efg/assets/avenir-light-oblique.c4b71542.woff2") format("woff2"), url("http://docker.hoy/themes/efg/assets/avenir-light-oblique.439862b4.woff") format("woff");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Avenir";
  src: url("http://docker.hoy/themes/efg/assets/avenir-medium.e1f212f1.woff2") format("woff2"), url("http://docker.hoy/themes/efg/assets/avenir-medium.5cf8dde5.woff") format("woff");
  font-style: normal;
  font-weight: 350;
}
@font-face {
  font-family: "Avenir";
  src: url("http://docker.hoy/themes/efg/assets/avenir-medium-oblique.0d48299d.woff2") format("woff2"), url("http://docker.hoy/themes/efg/assets/avenir-medium-oblique.326dda54.woff") format("woff");
  font-style: italic;
  font-weight: 350;
}
@font-face {
  font-family: "Avenir";
  src: url("http://docker.hoy/themes/efg/assets/avenir-book.c818a980.woff2") format("woff2"), url("http://docker.hoy/themes/efg/assets/avenir-book.ade69c72.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Avenir";
  src: url("http://docker.hoy/themes/efg/assets/avenir-book-oblique.3014a197.woff2") format("woff2"), url("http://docker.hoy/themes/efg/assets/avenir-book-oblique.502ac4a9.woff") format("woff");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Avenir";
  src: url("http://docker.hoy/themes/efg/assets/avenir-heavy.b91ba9f2.woff2") format("woff2"), url("http://docker.hoy/themes/efg/assets/avenir-heavy.1e13288b.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Avenir";
  src: url("http://docker.hoy/themes/efg/assets/avenir-heavy-oblique.b7602c43.woff2") format("woff2"), url("http://docker.hoy/themes/efg/assets/avenir-heavy-oblique.58554b96.woff") format("woff");
  font-style: italic;
  font-weight: 700;
}
h1,
.h1 {
  font-size: 2.1875rem;
  line-height: 3.125rem;
  font-weight: bold;
  color: #000;
}
@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 2.8125rem;
    line-height: 3.75rem;
  }
}
h1.-large,
.h1.-large {
  font-size: 2.1875rem;
  line-height: 3.125rem;
  font-weight: bold;
  color: #000;
  font-size: 2.8125rem;
  line-height: 3.75rem;
}
@media (min-width: 768px) {
  h1.-large,
.h1.-large {
    font-size: 2.8125rem;
    line-height: 3.75rem;
  }
}
@media (min-width: 768px) {
  h1.-large,
.h1.-large {
    font-size: 4.0625rem;
    line-height: 5rem;
  }
}

h2,
.h2 {
  font-size: 1.625rem;
  line-height: 2.5rem;
  font-weight: bold;
  color: #000;
}
@media (min-width: 768px) {
  h2,
.h2 {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: bold;
  color: #000;
}
@media (min-width: 768px) {
  h3,
.h3 {
    font-size: 1.5625rem;
    line-height: 2.5rem;
  }
}

h4,
.h4 {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: bold;
  color: #000;
}
@media (min-width: 768px) {
  h4,
.h4 {
    font-size: 1.5625rem;
    line-height: 2.5rem;
  }
}

h5,
.h5 {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #000;
}
@media (min-width: 768px) {
  h5,
.h5 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

h6,
.h6 {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #000;
}

p,
li,
a {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin: 0 0 1.25rem;
}
p.preamble,
li.preamble,
a.preamble {
  font-weight: bold;
}

p:not(.two-columns) {
  max-width: 750px;
}

ul,
ol {
  list-style-position: inside;
}

blockquote {
  display: flex;
  flex-direction: column;
  max-width: 790px;
  margin: 10px 0 30px;
}
blockquote::before {
  content: "";
  background-image: url("http://docker.hoy/themes/efg/assets/quote.994a615a.svg");
  width: 31px;
  height: 26px;
}
blockquote > p {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: bold;
  color: #000;
  margin: 17px 0 0;
}
@media (min-width: 768px) {
  blockquote > p {
    font-size: 1.5625rem;
    line-height: 2.5rem;
  }
}
blockquote > cite {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #000;
  font-style: normal;
  margin-top: 10px;
}

.caption {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #000;
}
.caption.-bold {
  font-weight: 700;
}

.label,
.pre-heading {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000;
}

.small {
  font-size: 0.75rem;
}

mark {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "Avenir", sans-serif;
  background-color: #f8f8f8;
  color: #595959;
  font-size: 1rem;
}

*::-moz-selection {
  color: #fff;
  background-color: #000;
}

*::selection {
  color: #fff;
  background-color: #000;
}

/* TODO:
// - Focus styles for all interactive elements
// - Nicer hover styles for buttons:
// - - https://tympanus.net/Development/ButtonStylesInspiration/
// - - https://tympanus.net/Development/CreativeButtons/
*/
a {
  transition: color 0.2s ease-in;
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #808080;
  text-decoration: none;
}
a:active {
  color: #808080;
}

button,
.button {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #000;
  transition: all 0.2s ease-in;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  height: 50px;
  min-height: 50px;
  margin: 0 0 20px;
  cursor: pointer;
}
button.-light,
.button.-light {
  color: #fff;
}
button.-dark,
.button.-dark {
  color: #000;
}
button.-border,
.button.-border {
  min-width: 150px;
  padding: 0 35px;
  border: 1px solid;
}
button.-border.-light:hover,
.button.-border.-light:hover {
  color: #000;
  background: #fff;
  border-color: #fff;
}
button.-border.-dark:hover,
.button.-border.-dark:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}
button.-arrow,
.button.-arrow {
  padding: 0 0 0 75px;
}
button.-arrow::before, button.-arrow::after,
.button.-arrow::before,
.button.-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
}
button.-arrow::before,
.button.-arrow::before {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  background-position: center;
  background-size: 40px;
  z-index: 1;
}
button.-arrow::after,
.button.-arrow::after {
  transition: all 0.2s ease-in;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%) scale(1);
}
button.-arrow:hover::after,
.button.-arrow:hover::after {
  transform: translateY(-50%) scale(1.1);
}
button.-arrow.-light::before,
.button.-arrow.-light::before {
  background-image: url("http://docker.hoy/themes/efg/assets/arrow.305c14c2.svg");
  color: #000;
}
button.-arrow.-light::after,
.button.-arrow.-light::after {
  background-color: #fff;
}
button.-arrow.-dark::before,
.button.-arrow.-dark::before {
  background-image: url("http://docker.hoy/themes/efg/assets/arrow-white.06acb568.svg");
  color: #fff;
}
button.-arrow.-dark::after,
.button.-arrow.-dark::after {
  background-color: #000;
}
button.-clean,
.button.-clean {
  height: auto;
  min-height: 0;
  min-width: 0;
  padding: 0;
  border: 0;
  margin: 0;
  background-color: transparent;
  color: #000;
}
button.-clean:hover,
.button.-clean:hover {
  background-color: transparent;
  opacity: 0.7;
}
button.-clean:focus,
.button.-clean:focus {
  outline: 0;
}

input,
textarea,
select {
  border: 1px solid #000;
  padding: 5px;
  margin: 0 0 16px;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input,
textarea {
  display: flex;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
}
input:focus,
textarea:focus {
  box-shadow: 0 0 0 1px #dedede;
  outline: 0;
}

input {
  height: 48px;
  padding: 0 10px;
}

textarea {
  min-height: 144px;
  padding: 10px;
  resize: none;
}

label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #000;
  display: block;
  margin-bottom: 2px;
}
label.-required::after {
  content: "*";
  margin-left: 5px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100px;
  padding: 20px 0;
}
@media (min-width: 576px) {
  .pagination {
    height: 130px;
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .pagination {
    height: 250px;
    padding: 90px 30px 30px;
  }
}
.pagination > .page-numbers {
  text-decoration: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 8px 4px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #000;
  border-radius: 50%;
  font-weight: 700;
  transition: opacity 0.2s ease-in;
}
@media (min-width: 768px) {
  .pagination > .page-numbers {
    line-height: 1.875rem;
    margin: 20px 10px;
    width: 40px;
    height: 40px;
  }
}
.pagination > .page-numbers.current {
  color: #fff;
  background-color: #000;
}
.pagination > .page-numbers.prev > svg, .pagination > .page-numbers.next > svg {
  fill: #dedede;
}
.pagination > .page-numbers.prev > svg {
  transform: rotate(180deg);
}
.pagination > .showing {
  text-align: center;
  flex: 0 0 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .pagination > .showing {
    text-align: left;
    flex: 0 0 auto;
    margin-top: 0;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.brix-multi-menu {
  /* Top menu wrapping */
  /* Menu logo */
  /* Top bar menu list - desktop */
  /* Top bar hambuger icon */
  /* Child menu */
  /* Drop down full screen menu */
}
.brix-multi-menu::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 77px;
  z-index: 1999;
  transition: height 0.4s ease-in-out 0s, background-color 0.6s ease-in-out 0s, opacity 0.6s ease-in-out 0s;
  pointer-events: none;
}
.brix-multi-menu > .menu-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2100;
  height: 77px;
  transition: height 0.4s ease-in-out 0s, background-color 0s 0s;
}
.brix-multi-menu > .menu-bar .menu-bar-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  height: inherit;
  padding: 0 24px;
}
@media (min-width: 1248px) {
  .brix-multi-menu > .menu-bar.-IE .child-menu.-level-1 {
    padding: 0 calc((100vw - 1200px) / 2);
  }
}
.brix-multi-menu .dropdown-search-form-desktop {
  display: none;
  z-index: 102;
}
.brix-multi-menu .logo {
  height: 30px;
  color: #000;
  z-index: 101;
  margin: 0;
  transition: color 0.2s ease-in;
}
.brix-multi-menu .logo svg {
  width: 78px;
  height: 100%;
}
.brix-multi-menu .primary-menu {
  flex-grow: 1;
  display: none;
}
.brix-multi-menu .primary-menu > ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.brix-multi-menu .primary-menu > ul > li {
  margin: 0 25px;
  color: #000;
}
.brix-multi-menu .primary-menu > ul > li:last-child {
  margin: 0 0 0 12px;
}
.brix-multi-menu .primary-menu > ul > li.-has-children {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.brix-multi-menu .primary-menu > ul > li.-active > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 1px;
  background: currentColor;
}
.brix-multi-menu .primary-menu > ul > li a {
  transition: opacity 0.2s ease-in;
  position: relative;
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: color 0.2s linear 0s;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.brix-multi-menu .primary-menu > ul > li a:hover {
  opacity: 0.75;
}
.brix-multi-menu .primary-menu > ul > li a > .expand-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: -15px;
  left: 0;
  transform: rotate(0deg);
}
.brix-multi-menu .primary-menu > ul > li a > .expand-icon svg {
  width: 8px;
  height: 5px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
.brix-multi-menu .primary-menu > ul > li.-has-children.-open a > .expand-icon svg {
  transform: rotate(-180deg);
}
.brix-multi-menu .hamburger-button {
  position: absolute;
  top: 50%;
  left: 24px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
  background-color: transparent;
  border-radius: 0;
  transform: translateY(-50%);
  height: auto;
}
.brix-multi-menu .hamburger-button .line {
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  background: #000;
  display: block;
  transition: background-color 0.2s linear 0s, width 0.2s ease-in, transform 0.2s ease-in;
}
.brix-multi-menu .hamburger-button .line:nth-child(2) {
  width: 20px;
}
.brix-multi-menu .hamburger-button .line:nth-child(3) {
  margin-bottom: 0;
}
.brix-multi-menu .hamburger-button:hover {
  background-color: transparent;
}
.brix-multi-menu .hamburger-button:focus {
  outline: 0;
}
.brix-multi-menu .search-form > button,
.brix-multi-menu .menu-bar-wrapper > .language-switcher {
  transition: all 0.2s ease-in;
}
.brix-multi-menu .menu-bar-wrapper > .search-form {
  display: none;
  color: #000;
}
.brix-multi-menu .menu-bar-wrapper > .search-form > input,
.brix-multi-menu .menu-bar-wrapper > .search-form > button {
  color: inherit;
  margin: 0;
}
.brix-multi-menu .menu-bar-wrapper > .search-form > input {
  transition: all 0.2s ease-in;
  height: auto;
  font-weight: 700;
  font-size: 1rem;
  background: transparent;
  padding: 0;
  border: 0;
}
.brix-multi-menu .menu-bar-wrapper > .search-form > input:focus {
  box-shadow: none;
}
.brix-multi-menu .menu-bar-wrapper > .search-form > input::-moz-placeholder {
  opacity: 0.75;
}
.brix-multi-menu .menu-bar-wrapper > .search-form > input:-ms-input-placeholder {
  opacity: 0.75;
}
.brix-multi-menu .menu-bar-wrapper > .search-form > input::placeholder {
  opacity: 0.75;
}
.brix-multi-menu .menu-bar-wrapper > .search-form > button {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(9px, -50%);
  color: inherit;
  min-height: 0;
  cursor: pointer;
}
.brix-multi-menu .menu-bar-wrapper > .search-form > button:hover {
  opacity: 0.75;
}
.brix-multi-menu .menu-bar-wrapper > .search-form > button > svg {
  fill: currentColor;
}
.brix-multi-menu .menu-bar-wrapper > .search-form > .search-suggestions {
  display: none;
  opacity: 0;
}
.brix-multi-menu .menu-bar-wrapper > .toggle-search-button {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(9px, -50%);
  min-height: 0;
  pointer-events: all;
}
.brix-multi-menu .menu-bar-wrapper > .toggle-search-button.-hide {
  opacity: 0;
  pointer-events: none;
}
.brix-multi-menu .menu-bar-wrapper > .toggle-search-button > svg {
  fill: currentColor;
}
.brix-multi-menu .menu-bar-wrapper > .language-switcher {
  display: none;
  margin: 0 0 0 20px;
  border: 0;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0;
  min-width: 25px;
  cursor: pointer;
}
.brix-multi-menu .menu-bar-wrapper > .language-switcher:hover {
  opacity: 0.75;
}
.brix-multi-menu .menu-bar-wrapper > .language-switcher:focus {
  outline: 0;
  color: #000;
}
.brix-multi-menu .menu-bar-wrapper > .language-switcher > option {
  color: #000;
}
.brix-multi-menu .child-menu.-level-1 {
  max-height: 0;
  height: auto;
  overflow: auto;
  border-top: 1px solid #4d4d4d;
  transform: translateY(1px);
  transition: all 1.1s ease-out, box-shadow 0.4s ease-out;
}
.brix-multi-menu .child-menu.-level-1 > .children {
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  padding: 15px 0 25px;
  transform: translateY(-20px);
  list-style: none;
  margin: 0;
}
.brix-multi-menu .child-menu.-level-1 > .children > li {
  padding: 0;
  margin: 0;
}
.brix-multi-menu .child-menu.-level-1 > .children > li > a {
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: normal;
}
.brix-multi-menu .child-menu.-level-1.-open {
  max-height: calc(100vh + 100px);
  transition: max-height 0.8s ease-in;
}
.brix-multi-menu .child-menu.-level-1.-open > .children {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease 0.4s;
}
.brix-multi-menu > .menu-container {
  transition: all 0.8s ease 0.2s;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  max-height: 0;
  height: auto;
  background-color: #000;
  display: flex;
  align-items: flex-start;
}
.brix-multi-menu > .menu-container .sub-menu-wrapper {
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: calc(97px) 24px 160px;
  opacity: 0;
  transform: translateY(-20px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 321px) {
  .brix-multi-menu > .menu-container .sub-menu-wrapper {
    padding: 195px 24px 160px;
  }
}
.brix-multi-menu > .menu-container .shortcuts {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 87px;
  font-size: 120px;
  margin: 40px 0 0;
}
.brix-multi-menu > .menu-container .shortcuts > a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  color: #808080;
  margin: 0 30px;
  height: 87px;
  width: 48px;
  font-size: 0.875rem;
}
.brix-multi-menu > .menu-container .shortcuts .upper-menu-dealer-login,
.brix-multi-menu > .menu-container .shortcuts .upper-menu-dealer-logoff {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  color: #808080;
  margin: 0 30px;
  height: 87px;
  width: 48px;
  font-size: 0.875rem;
}
.brix-multi-menu > .menu-container .shortcuts .upper-menu-dealer-login::before,
.brix-multi-menu > .menu-container .shortcuts .upper-menu-dealer-logoff::before {
  transition: all 0.2s ease-in;
  content: "";
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid currentColor;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.brix-multi-menu > .menu-container .shortcuts .upper-menu-dealer-login:hover,
.brix-multi-menu > .menu-container .shortcuts .upper-menu-dealer-logoff:hover {
  cursor: pointer;
}
.brix-multi-menu > .menu-container .shortcuts .upper-menu-dealer-login:hover::before,
.brix-multi-menu > .menu-container .shortcuts .upper-menu-dealer-logoff:hover::before {
  background-color: #fff;
  border-color: #fff;
}
.brix-multi-menu > .menu-container .shortcuts .upper-menu-dealer-login:hover > svg,
.brix-multi-menu > .menu-container .shortcuts .upper-menu-dealer-logoff:hover > svg {
  fill: #000;
}
.brix-multi-menu > .menu-container .shortcuts .upper-menu-dealer-login > span,
.brix-multi-menu > .menu-container .shortcuts .upper-menu-dealer-logoff > span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 60px;
  min-width: 100px;
  width: auto;
  display: block;
  line-height: 20px;
  font-size: 14px;
}
.brix-multi-menu > .menu-container .shortcuts .upper-menu-dealer-login > svg,
.brix-multi-menu > .menu-container .shortcuts .upper-menu-dealer-logoff > svg {
  transition: all 0.2s ease-in;
  top: 4px;
  fill: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.brix-multi-menu > .menu-container .shortcuts > a::before,
.brix-multi-menu > .menu-container .shortcuts a > svg,
.brix-multi-menu > .menu-container .shortcuts a > span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.brix-multi-menu > .menu-container .shortcuts > a::before {
  transition: all 0.2s ease-in;
  content: "";
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid currentColor;
}
.brix-multi-menu > .menu-container .shortcuts > a > svg {
  transition: all 0.2s ease-in;
  top: 4px;
  fill: #fff;
}
.brix-multi-menu > .menu-container .shortcuts > a > span {
  text-align: center;
  top: 60px;
  min-width: 100px;
  width: auto;
  display: block;
  line-height: 20px;
  font-size: 14px;
}
.brix-multi-menu > .menu-container .shortcuts > a:hover::before {
  background-color: #fff;
  border-color: #fff;
}
.brix-multi-menu > .menu-container .shortcuts > a:hover > svg {
  fill: #000;
}
.brix-multi-menu > .menu-container .sub-menus {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.brix-multi-menu > .menu-container .sub-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.brix-multi-menu > .menu-container .sub-menu > ul > li {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #4d4d4d;
}
.brix-multi-menu > .menu-container .sub-menu > ul > li > a {
  transition: opacity 0.2s ease-in;
  min-height: 55px;
  display: flex;
  align-items: center;
  color: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.brix-multi-menu > .menu-container .sub-menu > ul > li > a:hover {
  opacity: 0.75;
}
.brix-multi-menu > .menu-container .sub-menu.-primary-menu-mobile {
  display: flex;
}
.brix-multi-menu > .menu-container .sub-menu.-primary-menu-mobile > ul > li > a {
  font-size: 1.25rem;
  justify-content: space-between;
}
.brix-multi-menu > .menu-container .sub-menu.-primary-menu-mobile .child-menu.-level-1 > ul > li > a {
  font-size: 1.125rem;
  font-weight: 700;
}
.brix-multi-menu > .menu-container .sub-menu.-primary-menu-mobile .child-menu.-level-1 > ul > li > a:hover {
  opacity: 0.75;
}
.brix-multi-menu > .menu-container .sub-menu.-primary-menu-mobile > ul > li.-has-children > a > .expand-icon > svg {
  display: block;
}
.brix-multi-menu > .menu-container .sub-menu.-primary-menu-mobile > ul > li.-has-children > a > .expand-icon.-desktop {
  display: none;
}
.brix-multi-menu > .menu-container .sub-menu.-primary-menu-mobile > ul > li.-has-children > a > .expand-icon.-mobile {
  transform: translateX(12px);
}
.brix-multi-menu > .menu-container .sub-menu.-primary-menu-mobile > ul > li.-has-children > a > .expand-icon.-mobile > svg > .vertical-line {
  transition: transform 0.2s ease-in 0.8s;
  transform: scaleY(1);
  transform-origin: 50% 50%;
}
.brix-multi-menu > .menu-container .sub-menu.-primary-menu-mobile > ul > li.-has-children.-open > a > .expand-icon.-mobile > svg > .vertical-line {
  transition: transform 0.2s ease-in;
  transform: scaleY(0);
}
@media (min-width: 992px) {
  .brix-multi-menu {
    flex-direction: row;
  }
}

.ie .brix-multi-menu > .menu-container .sub-menu-wrapper {
  display: block;
}

/* --- Hover states only active on no-touch screens ------------------------- */
.no-touch .brix-multi-menu .hamburger-button:hover .line:first-child {
  width: 25px;
}

/* --- Collapsed menu ------------------------------------------------------- */
.brix-multi-menu.-collapsed::before {
  height: 77px;
  background-color: #fff;
  transition: height 0.2s ease-in-out 0s, background-color 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}
.brix-multi-menu.-collapsed > .menu-bar {
  height: 77px;
  transition: height 0.2s ease-in-out 0s;
}
.brix-multi-menu.-collapsed .primary-menu > ul > li {
  color: #000;
}
.brix-multi-menu.-collapsed .menu-bar-wrapper > .toggle-search-button > svg {
  fill: #000;
}

/* --- Open menu --- */
.brix-multi-menu.-collapsed.-active,
.brix-multi-menu.-active {
  /* Top bar */
  /* Drop down full screen menu */
}
.brix-multi-menu.-collapsed.-active ::-moz-selection, .brix-multi-menu.-active ::-moz-selection {
  background: #fff;
  color: #000;
}
.brix-multi-menu.-collapsed.-active ::selection,
.brix-multi-menu.-active ::selection {
  background: #fff;
  color: #000;
}
.brix-multi-menu.-collapsed.-active > .menu-bar,
.brix-multi-menu.-active > .menu-bar {
  background-color: #000;
  transition: height 0.1s ease-in-out 0s, background-color 0s 0.8s;
}
.brix-multi-menu.-collapsed.-active .logo,
.brix-multi-menu.-active .logo {
  color: #fff;
}
.brix-multi-menu.-collapsed.-active .primary-menu > ul > li,
.brix-multi-menu.-active .primary-menu > ul > li {
  color: #fff;
}
.brix-multi-menu.-collapsed.-active .hamburger-button::before,
.brix-multi-menu.-active .hamburger-button::before {
  border-color: rgba(255, 255, 255, 0.1);
}
.brix-multi-menu.-collapsed.-active .hamburger-button:hover .line,
.brix-multi-menu.-active .hamburger-button:hover .line {
  background-color: #fff;
}
.brix-multi-menu.-collapsed.-active .hamburger-button .line,
.brix-multi-menu.-active .hamburger-button .line {
  background-color: #fff;
  transform-origin: center;
}
.brix-multi-menu.-collapsed.-active .hamburger-button .line:first-child,
.brix-multi-menu.-active .hamburger-button .line:first-child {
  width: 25px;
  transform: translateY(8px) rotate(-45deg);
}
.brix-multi-menu.-collapsed.-active .hamburger-button .line:nth-child(2),
.brix-multi-menu.-active .hamburger-button .line:nth-child(2) {
  opacity: 0;
}
.brix-multi-menu.-collapsed.-active .hamburger-button .line:nth-child(3),
.brix-multi-menu.-active .hamburger-button .line:nth-child(3) {
  transform: translateY(-6px) rotate(45deg);
}
.brix-multi-menu.-collapsed.-active .search-form,
.brix-multi-menu.-collapsed.-active .language-switcher,
.brix-multi-menu.-active .search-form,
.brix-multi-menu.-active .language-switcher {
  color: #fff;
}
@media (max-width: 1247px) {
  .brix-multi-menu.-collapsed.-active .search-form,
.brix-multi-menu.-active .search-form {
    display: flex;
    position: absolute;
    top: 108px;
    left: 24px;
    right: 24px;
    justify-content: space-between;
    height: 47px;
    border-bottom: 1px solid #4d4d4d;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .brix-multi-menu.-collapsed.-active .search-form.-show,
.brix-multi-menu.-active .search-form.-show {
    opacity: 1;
  }
  .brix-multi-menu.-collapsed.-active .search-form > input,
.brix-multi-menu.-active .search-form > input {
    display: block;
    flex: 1 0 auto;
    color: #fff;
  }
  .brix-multi-menu.-collapsed.-active .search-form > button,
.brix-multi-menu.-active .search-form > button {
    position: static;
    transform: translateX(9px);
    transition: none;
  }
  .brix-multi-menu.-collapsed.-active .search-form > button > svg,
.brix-multi-menu.-active .search-form > button > svg {
    fill: #fff;
  }
  .brix-multi-menu.-collapsed.-active .search-form > .search-suggestions,
.brix-multi-menu.-active .search-form > .search-suggestions {
    transition: all 0.4s ease;
    display: block;
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    padding-top: 25px;
    background: #000;
    opacity: 0;
    pointer-events: none;
  }
  .brix-multi-menu.-collapsed.-active .search-form > .search-suggestions > ul,
.brix-multi-menu.-active .search-form > .search-suggestions > ul {
    list-style: none;
    font-weight: 700;
    margin-top: 25px;
  }
  .brix-multi-menu.-collapsed.-active .search-form > .search-suggestions > ul > li,
.brix-multi-menu.-active .search-form > .search-suggestions > ul > li {
    margin-bottom: 17px;
  }
  .brix-multi-menu.-collapsed.-active .search-form > .search-suggestions > ul > li a,
.brix-multi-menu.-active .search-form > .search-suggestions > ul > li a {
    color: #fff;
  }
  .brix-multi-menu.-collapsed.-active .search-form > .search-suggestions > button,
.brix-multi-menu.-active .search-form > .search-suggestions > button {
    margin-top: 40px;
    width: 150px;
    margin-right: calc(100% - 150px);
  }
}
.brix-multi-menu.-collapsed.-active > .menu-container,
.brix-multi-menu.-active > .menu-container {
  max-height: 100vh;
  max-height: var(--inner-height);
  opacity: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.8s ease;
}
.brix-multi-menu.-collapsed.-active > .menu-container .sub-menu-wrapper,
.brix-multi-menu.-active > .menu-container .sub-menu-wrapper {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease 0.4s;
}
.brix-multi-menu.-collapsed.-active > .menu-container .sub-menu-wrapper .sub-menus .sub-menu .-has-children .child-menu ul li a,
.brix-multi-menu.-active > .menu-container .sub-menu-wrapper .sub-menus .sub-menu .-has-children .child-menu ul li a {
  color: #fff;
}
.brix-multi-menu.-collapsed.-active.-show-search-suggestions > .menu-container,
.brix-multi-menu.-active.-show-search-suggestions > .menu-container {
  pointer-events: none;
}
.brix-multi-menu.-collapsed.-active.-show-search-suggestions > .menu-container > .sub-menu-wrapper,
.brix-multi-menu.-active.-show-search-suggestions > .menu-container > .sub-menu-wrapper {
  transition: all 0.4s ease;
  opacity: 0;
}
.brix-multi-menu.-collapsed.-active.-show-search-suggestions .search-suggestions,
.brix-multi-menu.-active.-show-search-suggestions .search-suggestions {
  transition: all 0.4s ease 0.4s;
  opacity: 1;
  pointer-events: all;
}

/* --- Mobile menu specifics --- */
@media (max-width: 1247px) {
  .brix-multi-menu > .menu-bar > .menu-bar-wrapper {
    justify-content: center;
  }
  .brix-multi-menu > .menu-bar > .menu-bar-wrapper > .hamburger-button {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
  }

  .brix-multi-menu .menu-container .sub-menus .sub-menu {
    width: 100%;
  }

  .brix-multi-menu .menu-container .shortcuts {
    order: 2;
  }

  .brix-multi-menu .menu-container .language-switcher-mobile-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 40px;
    order: 3;
  }
  .brix-multi-menu .menu-container .language-switcher-mobile-wrapper > select {
    transition: color 0.2s ease-in;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
  }
  .brix-multi-menu .menu-container .language-switcher-mobile-wrapper > select:hover {
    opacity: 0.75;
  }
  .brix-multi-menu .menu-container .language-switcher-mobile-wrapper > select > option {
    color: #000;
  }
  .brix-multi-menu .menu-container .language-switcher-mobile-wrapper::before {
    content: "";
    background-image: url("http://docker.hoy/themes/efg/assets/arrow-down-white.623cceae.svg");
    height: 5px;
    width: 8px;
    display: block;
    pointer-events: none;
  }

  .search-form {
    position: relative;
  }
  .search-form::before {
    content: "";
    position: absolute;
    top: -32px;
    bottom: -20px;
    left: 0;
    width: 100%;
    background: black;
    z-index: -1;
  }

  .-level-2 {
    margin-bottom: 10px;
  }
  .-level-2 a:hover {
    opacity: 0.75;
  }

  .-level-2.-has-children .arrow-icon {
    display: none;
  }
  .-level-2.-has-children ul.children {
    display: none;
    list-style: none;
  }
  .-level-2.-has-children ul.children > li {
    margin-bottom: 10px;
  }
  .-level-2.-has-children ul.children > li > a {
    font-weight: 700;
  }

  ul.extra-menu {
    list-style: none;
  }
  ul.extra-menu > li:last-child {
    margin-bottom: 0;
  }
  ul.extra-menu > li > a {
    font-weight: 700;
  }

  li.-hide-on-mobile {
    display: none;
  }
}
/* --- Desktop menu specifics --- */
@media (min-width: 1248px) {
  .brix-multi-menu {
    /* Drop down child menu */
    /* Drop down full screen menu */
  }
  .brix-multi-menu::before {
    height: 100px;
  }
  .brix-multi-menu ul > li.-has-children > a > .expand-icon.-mobile {
    display: none;
  }
  .brix-multi-menu ul > li.-has-children > a > .expand-icon.-desktop {
    position: static;
    margin-left: 5px;
    width: auto;
  }
  .brix-multi-menu .primary-menu {
    display: block;
    margin: 0 48px 0 0;
  }
  .brix-multi-menu .primary-menu::after {
    content: "";
    display: block;
    opacity: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    top: 0;
    position: absolute;
    width: 100vw;
    background-color: #2b2b2b85;
    z-index: -10;
    transition: height 0s linear 0.4s, opacity 0.4s;
    pointer-events: none;
  }
  .brix-multi-menu .hamburger-button {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
  }
  .brix-multi-menu .hamburger-button.-no-sub-menus {
    display: none;
  }
  .brix-multi-menu > .menu-bar {
    height: 100px;
  }
  .brix-multi-menu > .menu-bar .menu-bar-wrapper {
    max-width: 2730px;
    margin: 0 auto;
  }
}
@media (min-width: 1248px) and (min-width: 1400px) {
  .brix-multi-menu > .menu-bar .menu-bar-wrapper {
    padding: 0 80px;
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu > .menu-bar .menu-bar-wrapper > .logo {
    margin-right: auto;
    height: 36px;
  }
  .brix-multi-menu > .menu-bar .menu-bar-wrapper > .logo > svg {
    width: 96px;
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu > .menu-bar .menu-bar-wrapper > .primary-menu {
    flex-grow: 0;
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu > .menu-bar .menu-bar-wrapper > .search-form {
    display: flex;
    margin-left: auto;
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu > .menu-bar .menu-bar-wrapper > .search-form > input {
    display: block;
    width: 56px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu > .menu-bar .menu-bar-wrapper > .search-form > button {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0);
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu > .menu-bar .menu-bar-wrapper > .toggle-search-button {
    display: none;
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu > .menu-bar .menu-bar-wrapper > .language-switcher {
    display: block;
    font-size: 1.125rem;
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu > .menu-bar .dropdown-search-form-desktop {
    height: 77px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    top: -100px;
    left: 0;
    padding: 0 24px;
    background-color: #fff;
    max-width: 2730px;
    transition: all 0.3s ease-in-out;
  }
  .brix-multi-menu > .menu-bar .dropdown-search-form-desktop > textarea:focus {
    box-shadow: none;
    outline: none;
  }
  .brix-multi-menu > .menu-bar .dropdown-search-form-desktop > input {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #000;
    padding-left: 0;
    flex: 1;
    border-radius: 0;
    border: none;
    margin: 0;
    outline: none;
    box-shadow: none;
  }
  .brix-multi-menu > .menu-bar .dropdown-search-form-desktop > input::-moz-placeholder {
    padding-left: 5px;
  }
  .brix-multi-menu > .menu-bar .dropdown-search-form-desktop > input:-ms-input-placeholder {
    padding-left: 5px;
  }
  .brix-multi-menu > .menu-bar .dropdown-search-form-desktop > input::placeholder {
    padding-left: 5px;
  }
  .brix-multi-menu > .menu-bar .dropdown-search-form-desktop > input:focus {
    outline: none;
    box-shadow: none;
  }
  .brix-multi-menu > .menu-bar .dropdown-search-form-desktop > button {
    min-width: 0;
    margin: 0;
    width: 50px;
    height: 50px;
  }
  .brix-multi-menu > .menu-bar .dropdown-search-form-desktop > button:hover {
    opacity: 0.5;
  }
  .brix-multi-menu > .menu-bar .dropdown-search-form-desktop.-show-dropdown {
    transition: all 0.3s ease-out;
    top: 0;
  }
}
@media (min-width: 1248px) and (min-width: 1400px) {
  .brix-multi-menu > .menu-bar .dropdown-search-form-desktop {
    padding: 0 80px;
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu .child-menu.-level-1 {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    padding: 0;
    z-index: -1;
    transform: translateY(-100px);
    overflow: hidden;
  }
  .brix-multi-menu .child-menu.-level-1::before {
    content: "";
    height: 1px;
    width: 100vw;
    position: absolute;
    background-color: #dedede;
    top: 200px;
    left: 0;
  }
  .brix-multi-menu .child-menu.-level-1 > .children {
    width: 100%;
    max-width: calc(1200px + calc(24px * 4));
    height: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding: calc(100px * 2 + 31px) 24px 20px;
    margin: 0 auto;
  }
  .brix-multi-menu .child-menu.-level-1 > .children > li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex: 0 0 auto;
    text-align: center;
    color: #000;
    padding: 25px 24px 25px;
  }
  .brix-multi-menu .child-menu.-level-1 > .children > li.-has-children {
    flex-direction: column;
  }
  .brix-multi-menu .child-menu.-level-1 > .children > li img {
    display: block;
    height: 75px;
    width: auto;
    margin-right: 28px;
  }
  .brix-multi-menu .child-menu.-level-1 > .children > .extra-menu-wrapper {
    align-items: flex-start;
  }
  .brix-multi-menu .child-menu.-level-1 > .children > .extra-menu-wrapper > .extra-menu {
    list-style: none;
  }
  .brix-multi-menu .child-menu.-level-1 > .children > .extra-menu-wrapper > .extra-menu > li {
    margin-bottom: 30px;
  }
  .brix-multi-menu .child-menu.-level-1 > .children > .extra-menu-wrapper > .extra-menu > li:last-child {
    margin-bottom: 0;
  }
  .brix-multi-menu .child-menu.-level-1 > .children > .extra-menu-wrapper > .extra-menu > li > a {
    color: #b3b3b3;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .brix-multi-menu .child-menu.-level-1 > .children > li.-level-2 > a {
    width: 100%;
    margin-bottom: 32px;
    color: #b3b3b3;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .brix-multi-menu .child-menu.-level-1 > .children > .main-link a {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .brix-multi-menu .child-menu.-level-1 > .children > .main-link a::after {
    transition: all 0.2s ease-in;
    content: url("http://docker.hoy/themes/efg/assets/arrow.305c14c2.svg");
    margin: 1px 0 0 8px;
  }
  .brix-multi-menu .child-menu.-level-1 > .children > .main-link a:hover::after {
    transform: translateX(8px);
  }
  .brix-multi-menu .child-menu.-level-1 > .children .child-menu.-level-2 {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .brix-multi-menu .child-menu.-level-1 > .children .child-menu.-level-2 > .children {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: left;
    list-style: none;
  }
  .brix-multi-menu .child-menu.-level-1 > .children .child-menu.-level-2 > .children > li:last-child.-all-products,
.brix-multi-menu .child-menu.-level-1 > .children .child-menu.-level-2 > .children > li:last-child.-all-series {
    display: flex;
    flex: 1;
    align-items: flex-end;
    margin: 48px 0 0;
  }
  .brix-multi-menu .child-menu.-level-1 > .children .child-menu.-level-2 > .children > li:last-child.-all-products > a,
.brix-multi-menu .child-menu.-level-1 > .children .child-menu.-level-2 > .children > li:last-child.-all-series > a {
    display: flex;
    justify-content: space-between;
    color: #b3b3b3;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .brix-multi-menu .child-menu.-level-1 > .children .child-menu.-level-2 > .children > li:last-child.-all-products > a > .arrow-icon,
.brix-multi-menu .child-menu.-level-1 > .children .child-menu.-level-2 > .children > li:last-child.-all-series > a > .arrow-icon {
    margin-left: 8px;
    margin-top: 0.25rem;
    color: #000;
  }
  .brix-multi-menu .child-menu.-level-1 > .children .child-menu.-level-2 > .children > li {
    margin-bottom: 24px;
  }
  .brix-multi-menu .child-menu.-level-1 > .children .child-menu.-level-2 > .children > li > a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #595959;
  }
  .brix-multi-menu .child-menu.-level-1.-open {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    transition: all 1s ease-out, box-shadow 0.4s ease-out 0.8s;
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu > .menu-container {
    height: 100vh;
    height: var(--inner-height);
    align-items: flex-start;
    padding: 0 50px;
  }
}
@media (min-width: 1248px) and (min-width: 1400px) {
  .brix-multi-menu > .menu-container {
    padding: 0;
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu > .menu-container .sub-menu-wrapper {
    padding: 100px 0 50px;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu > .menu-container .shortcuts {
    margin: 30px 0 60px;
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu > .menu-container .sub-menus {
    width: auto;
    align-items: center;
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu > .menu-container .sub-menu:last-child ul > li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu > .menu-container .sub-menu > ul > li {
    color: #fff;
    border: 0;
    margin-bottom: 20px;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu > .menu-container .sub-menu > ul > li a {
    display: block;
    font-size: 1.5625rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu > .menu-container .language-switcher-mobile-wrapper {
    display: none;
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu > .menu-container .sub-menu.-primary-menu-mobile {
    display: none;
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu.-active {
    /* Top bar */
  }
  .brix-multi-menu.-active::before {
    height: 100px;
  }
  .brix-multi-menu.-active > .menu-bar {
    height: 100px;
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu.-open-child-menu .primary-menu::after {
    opacity: 1;
    height: 100vh;
    height: var(--inner-height);
    transition: height 0s, opacity 0.4s 0.2s;
  }
}
@media (min-width: 1248px) {
  .brix-multi-menu.-open-child-menu.-collapsed > .menu-bar {
    height: 100px;
  }
}
/* --- Animation delays on menu close --- */
.brix-multi-menu.-animate-out .primary-menu > ul > li a {
  transition-delay: 0.7s;
}
.brix-multi-menu.-animate-out .primary-menu > ul > li.-has-children > a > .expand-icon svg {
  transition-delay: 0.7s;
}
.brix-multi-menu.-animate-out .logo,
.brix-multi-menu.-animate-out .logo > svg > .logo-shape,
.brix-multi-menu.-animate-out .logo > svg > .logo-text {
  transition-delay: 0.7s;
}
.brix-multi-menu.-animate-out .hamburger-button {
  transition-delay: 0.7s;
}
.brix-multi-menu.-animate-out .hamburger-button::before {
  transition: border-color 0.2s linear 0.7s;
}
.brix-multi-menu.-animate-out .hamburger-button .line {
  transition: background-color 0.2s linear 0.7s, width 0.2s ease-in, transform 0.2s ease-in;
}
.brix-multi-menu.-animate-out .search-form > button,
.brix-multi-menu.-animate-out .search-form > input,
.brix-multi-menu.-animate-out .language-switcher {
  transition-delay: 0.7s;
}
.brix-multi-menu.-animate-out-menu-bar::before {
  transition-delay: 0.7s;
}
.brix-multi-menu.-animate-out-menu-bar > .menu-bar {
  transition-delay: 0.7s;
}
.brix-multi-menu.-collapsed.-animate-out .primary-menu > ul > li a {
  transition-delay: 0s;
}
.brix-multi-menu.-collapsed.-animate-out .primary-menu > ul > li.-has-children > a > .expand-icon svg {
  transition-delay: 0.7s;
}
.brix-multi-menu.-collapsed.-animate-out .logo {
  transition-delay: 0s;
}
.brix-multi-menu.-collapsed.-animate-out .hamburger-button {
  transition-delay: 0s;
}
.brix-multi-menu.-collapsed.-animate-out .hamburger-button::before {
  transition: border-color 0.2s linear 0s;
}
.brix-multi-menu.-collapsed.-animate-out .hamburger-button .line {
  transition: background-color 0.2s linear 0s, width 0.2s ease-in, transform 0.2s ease-in;
}
.brix-multi-menu.-collapsed::before {
  transition-delay: 0s;
}
.brix-multi-menu.-collapsed > .menu-bar {
  transition-delay: 0s;
}
.brix-multi-menu.child-menu.-level-1.-animate-out-fast {
  transition-duration: 0.5s;
}

/* --- Menu type: Solid --- */
header.-solid + main {
  margin-top: 77px;
}
@media (min-width: 1248px) {
  header.-solid + main {
    margin-top: 100px;
  }
  header.-solid + main::before {
    height: 100px;
  }
}

header.-transparent .brix-multi-menu::before {
  opacity: 0;
}
header.-transparent .brix-multi-menu.-collapsed::before {
  opacity: 1;
}

/* --- Menu theme: Light --- */
@media (min-width: 1248px) {
  body.-light-theme .brix-multi-menu .primary-menu .child-menu.-level-1 {
    background-color: white;
  }
}
body.-light-theme header.-solid .brix-multi-menu:not(.-active):not(.-collapsed)::before {
  background-color: #fff;
}
body.-light-theme header.-solid .brix-multi-menu:not(.-active):not(.-collapsed) .logo {
  color: #000;
}
body.-light-theme header.-solid .brix-multi-menu:not(.-active):not(.-collapsed) .primary-menu > ul > li {
  color: #000;
}
body.-light-theme header.-solid .brix-multi-menu:not(.-active):not(.-collapsed) .hamburger-button .line {
  background-color: #000;
}
body.-light-theme header.-solid .brix-multi-menu:not(.-active):not(.-collapsed) .search-form {
  color: #000;
}
@media (min-width: 1248px) {
  body.-light-theme header.-solid .brix-multi-menu .child-menu.-level-1 {
    background-color: #fff;
  }
  body.-light-theme header.-solid .brix-multi-menu .child-menu.-level-1 > .children > li {
    color: #000;
  }
}
body.-light-theme header.-transparent .brix-multi-menu:not(.-collapsed) .logo {
  color: #fff;
}
body.-light-theme header.-transparent .brix-multi-menu:not(.-collapsed) .primary-menu > ul > li {
  color: #fff;
}
@media (min-width: 1248px) {
  body.-light-theme header.-transparent .brix-multi-menu:not(.-collapsed) .child-menu.-level-1 {
    background-color: #fff;
  }
  body.-light-theme header.-transparent .brix-multi-menu:not(.-collapsed) .child-menu.-level-1 > .children > li {
    color: #000;
  }
}
body.-light-theme header.-transparent .brix-multi-menu:not(.-collapsed) .hamburger-button .line {
  background-color: #fff;
}
body.-light-theme header.-transparent .brix-multi-menu:not(.-collapsed) .search-form {
  color: #fff;
}
body.-light-theme header.-transparent .brix-multi-menu:not(.-collapsed) .toggle-search-button {
  color: #fff;
}
body.-light-theme header.-transparent .brix-multi-menu:not(.-collapsed) .language-switcher {
  color: #fff;
}
body.-light-theme header.-transparent .brix-multi-menu.-open-child-menu .logo {
  color: #000;
}
body.-light-theme header.-transparent .brix-multi-menu.-open-child-menu .primary-menu ul li {
  color: #000;
}
body.-light-theme header.-transparent .brix-multi-menu.-open-child-menu .search-form {
  color: #000;
}
body.-light-theme header.-transparent .brix-multi-menu.-open-child-menu .language-switcher {
  color: #000;
}
body.-light-theme header.-transparent .brix-multi-menu.-open-child-menu .hamburger-button .line {
  background-color: #000;
}

/* --- Menu theme: Dark --- */
body.-dark-theme header.-solid .brix-multi-menu:not(.-active):not(.-collapsed)::before {
  background-color: #000;
}
body.-dark-theme header.-solid .brix-multi-menu:not(.-active):not(.-collapsed) .logo {
  color: #fff;
}
body.-dark-theme header.-solid .brix-multi-menu:not(.-active):not(.-collapsed) .primary-menu > ul > li {
  color: #fff;
}
body.-dark-theme header.-solid .brix-multi-menu:not(.-active):not(.-collapsed) .hamburger-button .line {
  background-color: #fff;
}
body.-dark-theme header.-solid .brix-multi-menu:not(.-active):not(.-collapsed) .search-form {
  color: #fff;
}
body.-dark-theme header.-solid .brix-multi-menu:not(.-active):not(.-collapsed) .toggle-search-button {
  color: #fff;
}
body.-dark-theme header.-solid .brix-multi-menu:not(.-active):not(.-collapsed) .language-switcher {
  color: #fff;
}
@media (min-width: 1248px) {
  body.-dark-theme header.-solid .brix-multi-menu:not(.-active):not(.-collapsed) .child-menu.-level-1 {
    background-color: #000;
  }
  body.-dark-theme header.-solid .brix-multi-menu:not(.-active):not(.-collapsed) .child-menu.-level-1 > .children > li {
    color: #fff;
  }
}
@media (min-width: 1248px) {
  body.-dark-theme header.-solid .brix-multi-menu .child-menu.-level-1 {
    background-color: #fff;
  }
  body.-dark-theme header.-solid .brix-multi-menu .child-menu.-level-1 > .children > li {
    color: #000;
  }
}
body.-dark-theme header.-transparent .brix-multi-menu:not(.-active) .logo {
  color: #000;
}
body.-dark-theme header.-transparent .brix-multi-menu:not(.-active) .primary-menu > ul > li {
  color: #000;
}
@media (min-width: 1248px) {
  body.-dark-theme header.-transparent .brix-multi-menu:not(.-active) .child-menu.-level-1 {
    background-color: #fff;
  }
  body.-dark-theme header.-transparent .brix-multi-menu:not(.-active) .child-menu.-level-1 > .children > li {
    color: #000;
  }
}
body.-dark-theme header.-transparent .brix-multi-menu:not(.-active) .hamburger-button .line {
  background-color: #000;
}
body.-dark-theme header.-transparent .brix-multi-menu:not(.-active) .toggle-search-button {
  color: #000;
}

header > .scroll-indicator {
  transition: opacity 0.2s ease-in;
  position: fixed;
  right: 35px;
  bottom: 35px;
  z-index: 2;
  width: 60px;
  height: 60px;
  margin: 0;
  border-radius: 50%;
  opacity: 1;
}
header > .scroll-indicator::before {
  transition: all 0.2s ease-in;
  content: "";
  transform: scale(0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
header > .scroll-indicator:hover::before {
  transform: scale(1);
}
header > .scroll-indicator > svg {
  transform: rotate(90deg);
}
header > .scroll-indicator.-hide {
  opacity: 0;
  pointer-events: none;
}

body.-light-theme header > .scroll-indicator::before {
  background: #fff;
}
body.-light-theme header > .scroll-indicator > svg {
  fill: #000;
}

body.-dark-theme header > .scroll-indicator::before {
  background: #000;
}
body.-dark-theme header > .scroll-indicator > svg {
  fill: #fff;
}

footer {
  background-color: #fff;
  color: #000;
  padding: 0 24px;
}
footer > .wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 55px 0;
}
@media (min-width: 768px) {
  footer > .wrapper {
    flex-wrap: wrap;
    padding: 143px 0 109px;
    height: 600px;
    justify-content: space-between;
  }
}
footer > .wrapper > div {
  display: flex;
  align-items: flex-start;
}
footer > .wrapper > div:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  footer > .wrapper > div {
    width: 33%;
  }
  footer > .wrapper > div:not(:last-child) {
    margin-bottom: 0;
  }
}
footer > .wrapper > div.menu {
  order: 1;
}
footer > .wrapper > div.menu > ul > li {
  list-style: none;
  margin-bottom: 0;
}
footer > .wrapper > div.menu > ul > li:not(:last-child) {
  margin-bottom: 40px;
}
footer > .wrapper > div.menu > ul > li > a {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: bold;
  color: #000;
  margin: 0;
}
@media (min-width: 768px) {
  footer > .wrapper > div.menu > ul > li > a {
    font-size: 1.5625rem;
    line-height: 2.5rem;
  }
}
footer > .wrapper > div.menu > ul > li > a:hover {
  opacity: 0.75;
}
@media (min-width: 768px) {
  footer > .wrapper > div.menu > ul > li > a {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: bold;
    color: #000;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  footer > .wrapper > div.menu > ul > li > a {
    font-size: 1.5625rem;
    line-height: 2.5rem;
  }
}
footer > .wrapper > div.language {
  order: 2;
  position: relative;
  align-items: center;
}
footer > .wrapper > div.language > select {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #000;
  transition: color 0.2s ease-in;
  border: 0;
  margin-bottom: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  footer > .wrapper > div.language > select {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
footer > .wrapper > div.language > select:hover {
  opacity: 0.75;
}
footer > .wrapper > div.language > select > option {
  color: #000;
}
footer > .wrapper > div.language::before {
  content: "";
  background-image: url("http://docker.hoy/themes/efg/assets/arrow-down.ebf6b4e9.svg");
  height: 5px;
  width: 8px;
  display: block;
  pointer-events: none;
}
@media (min-width: 768px) {
  footer > .wrapper > div.language {
    transform: translateY(7px);
  }
  footer > .wrapper > div.language > select {
    font-size: 0.875rem;
  }
}
footer > .wrapper > div.links {
  order: 3;
}
footer > .wrapper > div.links > ul > li {
  list-style: none;
  margin-bottom: 0;
}
footer > .wrapper > div.links > ul > li:not(:last-child) {
  margin-bottom: 25px;
}
footer > .wrapper > div.links > ul > li > a,
footer > .wrapper > div.links .brix-dealer-login-page,
footer > .wrapper > div.links .brix-dealer-logout-page {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #000;
}
@media (min-width: 768px) {
  footer > .wrapper > div.links > ul > li > a,
footer > .wrapper > div.links .brix-dealer-login-page,
footer > .wrapper > div.links .brix-dealer-logout-page {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
footer > .wrapper > div.links > ul > li > a:hover,
footer > .wrapper > div.links .brix-dealer-login-page:hover,
footer > .wrapper > div.links .brix-dealer-logout-page:hover {
  opacity: 0.75;
  cursor: pointer;
}
@media (min-width: 768px) {
  footer > .wrapper > div.links {
    justify-content: flex-end;
    text-align: right;
    transform: translateY(4px);
  }
  footer > .wrapper > div.links > ul > li > a,
footer > .wrapper > div.links .brix-dealer-login-page,
footer > .wrapper > div.links .brix-dealer-logout-page {
    font-size: 0.875rem;
  }
}
footer > .wrapper > div.social-media {
  order: 4;
  display: flex;
  transform: translateX(-14px);
}
footer > .wrapper > div.social-media > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  margin-bottom: 0;
}
footer > .wrapper > div.social-media > a:not(:last-child) {
  margin-right: 20px;
}
footer > .wrapper > div.social-media > a > svg {
  fill: #000;
  width: 100%;
  height: 100%;
  max-width: 25px;
  max-height: 25px;
}
footer > .wrapper > div.social-media > a > svg:hover {
  opacity: 0.75;
}
@media (min-width: 768px) {
  footer > .wrapper > div.social-media {
    order: 3;
    justify-content: flex-end;
    transform: translateX(4px);
  }
}
footer > .wrapper > div.copyright-text {
  order: 5;
  color: #595959;
}
@media (min-width: 768px) {
  footer > .wrapper > div.copyright-text {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    order: 2;
    flex: 0 0 100%;
  }
}
footer > .wrapper > .login-overlay.-hidden {
  display: none;
}
footer > .wrapper > .login-overlay.-visible {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3000;
  background: rgba(0, 0, 0, 0.64);
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window {
  position: relative;
  background-color: #fff;
  width: auto;
  margin: auto auto;
  padding: 100px 24px 50px;
  z-index: 3001;
}
@media (min-width: 768px) {
  footer > .wrapper > .login-overlay.-visible .user-log-in-window {
    padding: 110px 100px 100px;
  }
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (min-width: 768px) {
  footer > .wrapper > .login-overlay.-visible .user-log-in-window .close-icon {
    top: 30px;
    right: 30px;
  }
  footer > .wrapper > .login-overlay.-visible .user-log-in-window .close-icon:hover {
    cursor: pointer;
  }
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-in.-hidden {
  display: none;
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-in > h2 {
  margin-bottom: 40px;
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-in > input {
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #dedede;
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-in > input.-correct {
  background: url("http://docker.hoy/themes/efg/assets/correct.c7325618.svg");
  background-repeat: no-repeat;
  background-position: 98% 50%;
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-in > input.-red {
  border-bottom: 1px solid red;
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-in .log-in-button-wrapper {
  margin-top: 20px;
  position: relative;
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-in .log-in-button-wrapper > button {
  margin: 50px 0 0;
  position: relative;
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-in .log-in-button-wrapper > button .lds-ellipsis {
  display: none;
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-in .log-in-button-wrapper > button.-loading {
  color: #fff;
  border: 1px solid #000;
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-in .log-in-button-wrapper > button.-loading:hover {
  background-color: #fff;
  color: #fff;
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-in .log-in-button-wrapper > button.-loading .lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 76px;
  height: 80px;
  top: -13px;
  left: calc(50% - 37px);
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-in .log-in-button-wrapper > button.-loading .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-in .log-in-button-wrapper > button.-loading .lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-in .log-in-button-wrapper > button.-loading .lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-in .log-in-button-wrapper > button.-loading .lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-in .log-in-button-wrapper > button.-loading .lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-in .log-in-button-wrapper > .error-message {
  position: absolute;
  top: -15px;
  left: 0;
  color: red;
  font-size: 14px;
  line-height: 20px;
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-in .log-in-button-wrapper > .error-message > a {
  font-size: 14px;
  line-height: 20px;
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-out.-hidden {
  display: none;
}
footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-out > h2 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  footer > .wrapper > .login-overlay.-visible .user-log-in-window > .log-out > h2 {
    padding: 0 30px;
    margin: 0;
  }
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.newsletter-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3000;
  background: rgba(0, 0, 0, 0.64);
}
.newsletter-wrapper.-hide {
  display: none;
}
.newsletter-wrapper.-animate-in {
  -webkit-animation: 0.2s show-news-letter-popup;
          animation: 0.2s show-news-letter-popup;
}
.newsletter-wrapper.-animate-out {
  -webkit-animation: 0.2s hide-newsletter-popup;
          animation: 0.2s hide-newsletter-popup;
}
.newsletter-wrapper > .newsletter {
  position: relative;
  width: 789px;
  height: 578px;
  background-color: #e9dfcd;
  padding: 118px 104px 100px;
}
.newsletter-wrapper > .newsletter > .close-newsletter {
  position: absolute;
  top: 30px;
  right: 30px;
  min-height: 0;
  margin: 0;
}
.newsletter-wrapper > .newsletter.-animate-in {
  -webkit-animation: 0.2s slideDown;
          animation: 0.2s slideDown;
}
.newsletter-wrapper > .newsletter.-animate-out {
  -webkit-animation: 0.2s slideUp;
          animation: 0.2s slideUp;
}

@-webkit-keyframes show-news-letter-popup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show-news-letter-popup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes hide-newsletter-popup {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hide-newsletter-popup {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slideDown {
  from {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}
.brix-retailer-documents {
  margin: 150px 24px 50px;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .brix-retailer-documents {
    margin: 150px 120px 0;
  }
}
.brix-retailer-documents .content {
  max-width: 1200px;
}
.brix-retailer-documents .content .user-greeting > h6 {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000;
  color: #b3b3b3;
  margin-bottom: 30px;
}
.brix-retailer-documents .content .user-greeting > .log-off-button {
  margin-top: 50px;
  position: relative;
}
.brix-retailer-documents .content .user-greeting > .log-off-button .lds-ellipsis {
  display: none;
}
.brix-retailer-documents .content .user-greeting > .log-off-button.-loading {
  color: transparent;
  border: 1px solid #000;
}
.brix-retailer-documents .content .user-greeting > .log-off-button.-loading:hover {
  background-color: transparent;
  color: transparent;
}
.brix-retailer-documents .content .user-greeting > .log-off-button.-loading .lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 76px;
  height: 80px;
  top: -13px;
  left: calc(50% - 37px);
}
.brix-retailer-documents .content .user-greeting > .log-off-button.-loading .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.brix-retailer-documents .content .user-greeting > .log-off-button.-loading .lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}
.brix-retailer-documents .content .user-greeting > .log-off-button.-loading .lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.brix-retailer-documents .content .user-greeting > .log-off-button.-loading .lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.brix-retailer-documents .content .user-greeting > .log-off-button.-loading .lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}
.brix-retailer-documents .content .my-documents {
  margin-top: 100px;
}
.brix-retailer-documents .content .official-documents {
  margin: 100px 0;
}
.brix-retailer-documents .content .my-documents > h3,
.brix-retailer-documents .content .official-documents > h3 {
  margin: 20px 0 40px;
}
.brix-retailer-documents .content .my-documents > .download-table,
.brix-retailer-documents .content .official-documents > .download-table {
  width: calc(100% + 20px);
  table-layout: fixed;
  border-spacing: 10px 0;
  transform: translateX(-10px);
}
@media (min-width: 768px) {
  .brix-retailer-documents .content .my-documents > .download-table,
.brix-retailer-documents .content .official-documents > .download-table {
    border-spacing: 50px 0;
    transform: translateX(-50px);
  }
}
.brix-retailer-documents .content .my-documents > .download-table .header-table,
.brix-retailer-documents .content .official-documents > .download-table .header-table {
  text-align: left;
  width: 70%;
  padding-bottom: 15px;
  color: #595959;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .brix-retailer-documents .content .my-documents > .download-table .header-table,
.brix-retailer-documents .content .official-documents > .download-table .header-table {
    width: 55%;
    border-bottom: 1px solid #dedede;
  }
}
@media (min-width: 1200px) {
  .brix-retailer-documents .content .my-documents > .download-table .header-table,
.brix-retailer-documents .content .official-documents > .download-table .header-table {
    width: 70%;
  }
}
.brix-retailer-documents .content .my-documents > .download-table .filename,
.brix-retailer-documents .content .official-documents > .download-table .filename {
  text-transform: capitalize;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
  vertical-align: bottom;
  color: #000;
  width: 70%;
  padding: 15px 0;
  border-bottom: 1px solid #dedede;
}
@media (min-width: 992px) {
  .brix-retailer-documents .content .my-documents > .download-table .filename,
.brix-retailer-documents .content .official-documents > .download-table .filename {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .brix-retailer-documents .content .my-documents > .download-table .filename,
.brix-retailer-documents .content .official-documents > .download-table .filename {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .brix-retailer-documents .content .my-documents > .download-table .filetype,
.brix-retailer-documents .content .my-documents > .download-table .filesize,
.brix-retailer-documents .content .official-documents > .download-table .filetype,
.brix-retailer-documents .content .official-documents > .download-table .filesize {
    display: none;
  }
}
@media (min-width: 992px) {
  .brix-retailer-documents .content .my-documents > .download-table .filetype,
.brix-retailer-documents .content .my-documents > .download-table .filesize,
.brix-retailer-documents .content .official-documents > .download-table .filetype,
.brix-retailer-documents .content .official-documents > .download-table .filesize {
    width: 15%;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 700;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
    color: #000;
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  .brix-retailer-documents .content .my-documents > .download-table .filetype,
.brix-retailer-documents .content .my-documents > .download-table .filesize,
.brix-retailer-documents .content .official-documents > .download-table .filetype,
.brix-retailer-documents .content .official-documents > .download-table .filesize {
    width: 10%;
  }
}
.brix-retailer-documents .content .my-documents > .download-table .fileurl,
.brix-retailer-documents .content .official-documents > .download-table .fileurl {
  width: 30%;
  position: relative;
}
@media (min-width: 992px) {
  .brix-retailer-documents .content .my-documents > .download-table .fileurl,
.brix-retailer-documents .content .official-documents > .download-table .fileurl {
    width: 15%;
    border-bottom: 1px solid #dedede;
  }
}
@media (min-width: 1200px) {
  .brix-retailer-documents .content .my-documents > .download-table .fileurl,
.brix-retailer-documents .content .official-documents > .download-table .fileurl {
    width: 10%;
  }
}
.brix-retailer-documents .content .my-documents > .download-table .fileurl .watchLink,
.brix-retailer-documents .content .my-documents > .download-table .fileurl .downloadLink,
.brix-retailer-documents .content .official-documents > .download-table .fileurl .watchLink,
.brix-retailer-documents .content .official-documents > .download-table .fileurl .downloadLink {
  position: absolute;
  top: 6px;
}
.brix-retailer-documents .content .my-documents > .download-table .fileurl .watchLink,
.brix-retailer-documents .content .official-documents > .download-table .fileurl .watchLink {
  right: 30px;
}
.brix-retailer-documents .content .my-documents > .download-table .fileurl .downloadLink,
.brix-retailer-documents .content .official-documents > .download-table .fileurl .downloadLink {
  right: -10px;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.single-product > main > .brix-single-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 24px;
  background: #fff;
}
.single-product > main > .brix-single-product > .content {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .single-product > main > .brix-single-product > .content {
    margin-top: 100px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.brix-single-product > .content > .product-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  min-height: 334px;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-images {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(60% - 33px);
    margin-right: 33px;
    overflow: hidden;
  }
}
.brix-single-product > .content > .product-images > .swiper-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-images > .swiper-container {
    width: 100%;
  }
}
.brix-single-product > .content > .product-images > .swiper-container > .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.brix-single-product > .content > .product-images > .swiper-container > .swiper-wrapper > .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  pointer-events: none;
}
.brix-single-product > .content > .product-images > .swiper-container > .swiper-wrapper > .swiper-slide.swiper-slide-active {
  pointer-events: all;
}
.brix-single-product > .content > .product-images > .swiper-container > .swiper-wrapper > .swiper-slide > .aspect-ratio-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.brix-single-product > .content > .product-images > .swiper-container > .swiper-wrapper > .swiper-slide > .aspect-ratio-wrapper > .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-images > .swiper-container > .swiper-wrapper > .swiper-slide > .aspect-ratio-wrapper > .main-image:hover {
    cursor: url("http://docker.hoy/themes/efg/assets/zoom-cursor.bc9860ac.svg"), pointer;
  }
}
.brix-single-product > .content > .product-images > .swiper-container > .swiper-wrapper > .swiper-slide > .video-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 60%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-images > .swiper-container > .swiper-wrapper > .swiper-slide > .video-wrapper {
    top: 0;
    height: 100%;
    transform: none;
  }
}
.brix-single-product > .content > .product-images > .swiper-container > .swiper-wrapper > .swiper-slide > .video-wrapper > .player {
  width: 100%;
  height: 100%;
}
.brix-single-product > .content > .product-images > .swiper-pagination {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-images > .swiper-pagination {
    display: none;
  }
}
.brix-single-product > .content > .product-images > .swiper-pagination > .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dedede;
}
.brix-single-product > .content > .product-images > .swiper-pagination > .swiper-pagination-bullet:not(:last-child) {
  margin-right: 17px;
}
.brix-single-product > .content > .product-images > .swiper-pagination > .swiper-pagination-bullet-active {
  background: #595959;
}
.brix-single-product > .content > .product-images .thumbnails-wrapper {
  width: 100%;
  margin-top: 35px;
  height: 100px;
  position: relative;
  overflow: hidden;
  display: none;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-images .thumbnails-wrapper {
    display: flex;
  }
}
.brix-single-product > .content > .product-images .thumbnails-wrapper > .thumbnails {
  display: none;
  list-style: none;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-images .thumbnails-wrapper > .thumbnails {
    display: flex;
    max-width: calc(100% - 100px);
    margin: 0 auto;
    overflow-x: scroll;
    scrollbar-width: none;
    height: 120px;
  }
  .brix-single-product > .content > .product-images .thumbnails-wrapper > .thumbnails > .thumbnails::-webkit-scrollbar {
    display: none;
  }
  .brix-single-product > .content > .product-images .thumbnails-wrapper > .thumbnails.-IE {
    width: auto;
  }
  .brix-single-product > .content > .product-images .thumbnails-wrapper > .thumbnails.-IE > li {
    width: 75px;
  }
}
.brix-single-product > .content > .product-images .thumbnails-wrapper > .thumbnails > li {
  width: auto;
  height: 75px;
  margin: 0;
}
.brix-single-product > .content > .product-images .thumbnails-wrapper > .thumbnails > li:not(:last-child) {
  margin-right: 24px;
}
.brix-single-product > .content > .product-images .thumbnails-wrapper > .thumbnails > li.-active {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.brix-single-product > .content > .product-images .thumbnails-wrapper > .thumbnails > li.video {
  min-width: 75px;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.brix-single-product > .content > .product-images .thumbnails-wrapper > .thumbnails > li .player {
  height: 75px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.brix-single-product > .content > .product-images .thumbnails-wrapper > .thumbnails > li > img {
  display: none;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-images .thumbnails-wrapper > .thumbnails > li > img {
    display: block;
    width: 75px;
    height: 75px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.brix-single-product > .content > .product-images .thumbnails-wrapper .thumbnail-scroll-button {
  width: 50px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
}
.brix-single-product > .content > .product-images .thumbnails-wrapper .thumbnail-scroll-button:hover {
  cursor: pointer;
}
.brix-single-product > .content > .product-images .thumbnails-wrapper .thumbnail-scroll-button:hover > svg {
  opacity: 0.6;
}
.brix-single-product > .content > .product-images .thumbnails-wrapper .thumbnail-scroll-button > svg {
  fill: #000;
  transition: opacity 0.2s ease-in;
}
@media (max-width: 768px) {
  .brix-single-product > .content > .product-images .thumbnails-wrapper .thumbnail-scroll-button {
    display: none;
  }
}
.brix-single-product > .content > .product-images .thumbnails-wrapper .thumbnail-scroll-button.-left {
  transform: rotate(180deg);
}
.brix-single-product > .content > .product-images .thumbnails-wrapper .thumbnail-scroll-button.-hide {
  opacity: 0.01;
}
.brix-single-product > .content > .product-images .thumbnails-wrapper .opacity-layer {
  width: 125px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 55%, white 100%);
  opacity: 0.9;
  filter: blur(8px);
  -webkit-filter: blur(18px);
  position: absolute;
  right: 50px;
  display: block;
  z-index: 30;
  pointer-events: none;
}
.brix-single-product > .content > .product-images > .zoomed-image {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 3000;
}
.brix-single-product > .content > .product-images > .zoomed-image.-show {
  display: flex;
}
.brix-single-product > .content > .product-images > .zoomed-image.-animate-in {
  -webkit-animation: 0.2s show-product-images;
          animation: 0.2s show-product-images;
}
.brix-single-product > .content > .product-images > .zoomed-image.-animate-out {
  -webkit-animation: 0.2s hide-product-images;
          animation: 0.2s hide-product-images;
}
.brix-single-product > .content > .product-images > .zoomed-image .swiper-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.brix-single-product > .content > .product-images > .zoomed-image .swiper-container .video-player {
  width: 100%;
  height: 100%;
}
.brix-single-product > .content > .product-images > .zoomed-image .swiper-container.-animate-in {
  -webkit-animation: 0.2s slideDown;
          animation: 0.2s slideDown;
}
.brix-single-product > .content > .product-images > .zoomed-image .swiper-container.-animate-out {
  -webkit-animation: 0.2s slideUp;
          animation: 0.2s slideUp;
}
.brix-single-product > .content > .product-images > .zoomed-image .swiper-wrapper {
  display: flex;
  height: 100%;
}
.brix-single-product > .content > .product-images > .zoomed-image .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  align-items: center;
  padding-bottom: 44px;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-images > .zoomed-image .swiper-slide {
    align-items: flex-start;
    padding-bottom: 0;
  }
}
.brix-single-product > .content > .product-images > .zoomed-image .swiper-slide-active,
.brix-single-product > .content > .product-images > .zoomed-image .swiper-slide-duplicate-active {
  z-index: 1;
}
.brix-single-product > .content > .product-images > .zoomed-image .swiper-slide > img {
  max-width: 100%;
}
.brix-single-product > .content > .product-images > .zoomed-image .swiper-button,
.brix-single-product > .content > .product-images > .zoomed-image .close-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 3001;
  margin: 0;
}
.brix-single-product > .content > .product-images > .zoomed-image .swiper-button::before,
.brix-single-product > .content > .product-images > .zoomed-image .close-button::before {
  transition: all 0.2s ease-in;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 50%;
}
.brix-single-product > .content > .product-images > .zoomed-image .swiper-button:hover::before,
.brix-single-product > .content > .product-images > .zoomed-image .close-button:hover::before {
  transform: scale(1.1);
}
.brix-single-product > .content > .product-images > .zoomed-image .swiper-button > svg,
.brix-single-product > .content > .product-images > .zoomed-image .close-button > svg {
  display: block;
  fill: #fff;
  z-index: 1;
}
.brix-single-product > .content > .product-images > .zoomed-image .swiper-button {
  transition: all 0.2s ease-in;
  top: 50%;
  opacity: 0;
}
.brix-single-product > .content > .product-images > .zoomed-image .swiper-button.-prev {
  left: 33px;
  transform: translate(-33px, -50%);
}
.brix-single-product > .content > .product-images > .zoomed-image .swiper-button.-prev > svg {
  transform: rotate(180deg);
}
.brix-single-product > .content > .product-images > .zoomed-image .swiper-button.-next {
  right: 33px;
  transform: translate(33px, -50%);
}
.brix-single-product > .content > .product-images > .zoomed-image .swiper-button.-animate-in.-next {
  transform: translate(0, -50%);
  opacity: 1;
}
.brix-single-product > .content > .product-images > .zoomed-image .swiper-button.-animate-in.-prev {
  transform: translate(0, -50%);
  opacity: 1;
}
.brix-single-product > .content > .product-images > .zoomed-image > .close-button {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 33px;
  right: 33px;
}
.brix-single-product > .content > .product-images > .zoomed-image > .close-button > svg {
  transform: rotate(45deg);
}

@-webkit-keyframes show-product-images {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show-product-images {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes hide-product-images {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hide-product-images {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}
.brix-single-product > .content > .product-presentation {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-presentation {
    flex: 0 0 40%;
  }
}
.brix-single-product > .content > .product-presentation > .product-title {
  font-size: 2.8125rem;
  line-height: 3.75rem;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-presentation > .product-title {
    font-size: 2.1875rem;
    line-height: 3.125rem;
    margin-bottom: 21px;
  }
}
.brix-single-product > .content > .product-presentation > .product-type {
  color: #b3b3b3;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-presentation > .product-type {
    margin-bottom: 23px;
  }
}
.brix-single-product > .content > .product-presentation > .product-description {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-presentation > .product-description {
    margin-bottom: 10px;
  }
}
.brix-single-product > .content > .product-presentation > .badges-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -5px 20px;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-presentation > .badges-wrapper {
    justify-content: flex-start;
    margin-bottom: 8px;
  }
  .brix-single-product > .content > .product-presentation > .badges-wrapper.-IE > .badge > .badge-img {
    width: 100%;
    height: 50px;
  }
}
.brix-single-product > .content > .product-presentation > .badges-wrapper > .badge {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5px 16px;
}
.brix-single-product > .content > .product-presentation > .badges-wrapper > .badge > .badge-img {
  display: flex;
  align-items: flex-end;
  height: 50px;
  width: 75px;
}
.brix-single-product > .content > .product-presentation > .badges-wrapper > .badge > .badge-img > img {
  display: block;
  width: 100%;
  max-height: 50px;
  max-width: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
.brix-single-product > .content > .product-presentation > .badges-wrapper > .badge > span {
  display: block;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 15px;
  width: 100%;
}
.brix-single-product > .content > .product-presentation > .badges-wrapper > .badge.-designer {
  transition: opacity 0.2s ease-in;
  color: #595959;
  line-height: normal;
  margin: 0;
}
.brix-single-product > .content > .product-presentation > .badges-wrapper > .badge.-designer:hover {
  opacity: 0.8;
}
.brix-single-product > .content > .product-presentation > .links-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.brix-single-product > .content > .product-presentation > .links-wrapper > a {
  display: flex;
}
.brix-single-product > .content > .product-presentation > .links-wrapper > a > .icon > svg {
  display: block;
}
.brix-single-product > .content > .product-presentation > .links-wrapper > .link {
  color: #595959;
  margin: 0 0 0 0;
  transform: translateX(-12px);
  transition: all 0.2s ease-in;
}
.brix-single-product > .content > .product-presentation > .links-wrapper > .link:first-child {
  margin-bottom: -5px;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-presentation > .links-wrapper > .link {
    margin-bottom: 0;
  }
  .brix-single-product > .content > .product-presentation > .links-wrapper > .link:hover {
    opacity: 0.75;
  }
}
.brix-single-product > .content > .product-presentation > .links-wrapper > .link:last-child {
  margin-bottom: 41px;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-presentation > .links-wrapper > .link:last-child {
    margin-bottom: 0;
  }
}
.brix-single-product > .content > .product-presentation > .links-wrapper > .link > .link-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  margin-right: 4px;
}
.brix-single-product > .content > .product-presentation > .links-wrapper > .link > .link-icon > svg {
  transform: rotate(-45deg);
  display: block;
}
.brix-single-product > .content > .product-presentation > .links-wrapper > .link > span {
  font-size: 0.875rem;
  line-height: 40px;
}
.brix-single-product > .content > .product-presentation > .links-wrapper > .button.-dealer {
  position: fixed;
  left: 50%;
  bottom: 24px;
  height: 60px;
  min-width: 215px;
  display: flex;
  justify-content: space-between;
  background: #ededed;
  border-radius: 30px;
  border: 0;
  margin: 0;
  padding: 5px;
  z-index: 2;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-presentation > .links-wrapper > .button.-dealer {
    position: static;
    min-width: 172px;
    height: 50px;
    background: transparent;
    border: 1px solid;
    border-radius: 0;
    margin-bottom: 15px;
    transform: translateX(0);
  }
  .brix-single-product > .content > .product-presentation > .links-wrapper > .button.-dealer:hover {
    background: #000;
    color: #fff;
    border-color: #000;
  }
}
.brix-single-product > .content > .product-presentation > .links-wrapper > .button.-dealer > .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-presentation > .links-wrapper > .button.-dealer > .icon {
    display: none;
  }
}
.brix-single-product > .content > .product-presentation > .links-wrapper > .button.-dealer > span {
  flex: 1;
  text-align: center;
  padding: 5px;
}

.brix-single-product > .content > .product-information {
  width: 100%;
}
.brix-single-product > .content > .product-information > .scroll-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: 7px;
  transform: translateX(-24px);
  overflow: hidden;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .scroll-wrapper {
    width: 100%;
    transform: translateX(0);
  }
}
.brix-single-product > .content > .product-information > .scroll-wrapper > .tab-menu {
  position: relative;
  top: -50px;
  display: flex;
  list-style: none;
  padding: 50px 24px;
  margin-bottom: -100px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.brix-single-product > .content > .product-information > .scroll-wrapper > .tab-menu > li {
  display: flex;
  position: relative;
  white-space: nowrap;
  flex: 1 0 auto;
  margin: 0;
  color: #595959;
}
.brix-single-product > .content > .product-information > .scroll-wrapper > .tab-menu > li:not(:last-child) {
  margin-right: 30px;
}
.brix-single-product > .content > .product-information > .scroll-wrapper > .tab-menu > li::before {
  transition: background 0.2s ease-in;
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 1px;
  width: 100%;
  background: transparent;
}
.brix-single-product > .content > .product-information > .scroll-wrapper > .tab-menu > li:hover::before {
  background: #dedede;
}
.brix-single-product > .content > .product-information > .scroll-wrapper > .tab-menu > li:last-child::before {
  width: calc(100% - 24px);
}
.brix-single-product > .content > .product-information > .scroll-wrapper > .tab-menu > li.-active::before {
  content: "";
  background: #808080;
}
.brix-single-product > .content > .product-information > .scroll-wrapper > .tab-menu > li:last-child::after {
  content: "";
  display: block;
  width: 24px;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .scroll-wrapper > .tab-menu > li:last-child::before {
    width: 100%;
  }
  .brix-single-product > .content > .product-information > .scroll-wrapper > .tab-menu > li:last-child::after {
    display: none;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper {
  position: relative;
}
.brix-single-product > .content > .product-information > .tabs-wrapper.-tab-showing {
  border-top: 1px solid #e8e8e8;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab {
  display: none;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab {
    padding: 80px 0;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-show {
  display: block;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-show.-options {
  display: flex;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-details {
    -moz-columns: 2;
         columns: 2;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-details.-new-details {
  -moz-columns: 1;
       columns: 1;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-details.-new-details > .customFieldsDetailsContainer {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 23px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-details.-new-details > .customFieldsDetailsContainer > .title {
  color: #595959;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-details.-new-details > .customFieldsDetailsContainer > .title {
    flex: 0 0 30%;
    line-height: 1.875rem;
    margin: 0 0 20px;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-details.-new-details > .customFieldsDetailsContainer > .text {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-details.-new-details > .customFieldsDetailsContainer > .text {
    flex: 0 0 70%;
  }
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-details.-new-details > .customFieldsDetailsContainer {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-details.-new-details {
    padding: 80px 40px;
  }
}
@media (min-width: 992px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-details.-new-details {
    padding: 80px 204px;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-details > ul {
  list-style-position: outside;
  padding-left: 18px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-details > ul > li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-dimensions > .dimension {
  display: flex;
  flex-direction: column;
  margin: 0 0 80px;
}
@media (min-width: 1263px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-dimensions > .dimension {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 100px;
    gap: 56px;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-dimensions > .dimension > .dimension-facts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-dimensions > .dimension > .dimension-facts {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 50px;
  }
}
@media (min-width: 1263px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-dimensions > .dimension > .dimension-facts {
    flex: 0 0 210px;
    margin: 0;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-dimensions > .dimension > .dimension-facts > .dimension-heading {
  color: #595959;
  width: 100%;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-dimensions > .dimension > .dimension-facts > table {
  width: 100%;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-dimensions > .dimension > .dimension-facts > table {
    margin-bottom: 14px;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-dimensions > .dimension > .dimension-facts > table td {
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-bottom: 1px solid #e8e8e8;
  height: 48px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-dimensions > .dimension > .dimension-facts > table td:last-child {
  text-align: right;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-dimensions > .dimension > .dimension-facts > table tr td:last-child {
  min-width: 75px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-dimensions > .dimension > .dimension-image-wrapper {
  display: flex;
  justify-content: center;
  flex: 0 0 100%;
  flex-wrap: wrap;
  gap: 56px;
}
@media (min-width: 1263px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-dimensions > .dimension > .dimension-image-wrapper {
    flex: 0 1 auto;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-dimensions > .dimension > .dimension-image-wrapper > img {
  max-width: 100%;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options {
  flex-direction: column;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options {
    flex-direction: row;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options ul {
  list-style: none;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > div {
  width: 100%;
  border-right: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > div {
    width: 50%;
    padding-right: 35px;
    padding-left: 35px;
  }
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > div:first-of-type {
    padding-left: 0;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > div:last-of-type {
  border-right: none;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > div:last-of-type {
    padding-right: 0;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options.-new-layout > div {
  border-right: none;
  border-bottom: 1px solid #e8e8e8;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options.-new-layout > div > .options-header {
  text-align: center;
  margin: 0 0 24px;
  position: relative;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options.-new-layout > div > .options-header::after {
  content: "";
  width: 40px;
  height: 1px;
  bottom: -8px;
  left: calc(50% - 20px);
  position: absolute;
  background-color: #e8e8e8;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options.-new-layout > div > .options-header::after {
    width: 60px;
    left: calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options.-new-layout > div > .options-header {
    margin: -70px 0 50px;
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options.-new-layout > div {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options.-new-layout > div {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    padding-right: 35px;
    padding-left: 35px;
    border-bottom: none;
  }
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options.-new-layout > div:not(:last-child) {
    border-right: 1px solid #e8e8e8;
  }
}
@media (min-width: 992px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options.-new-layout > div:first-of-type {
    padding-left: 0;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options.-new-layout > div:last-of-type {
  border-bottom: none;
}
@media (min-width: 992px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options.-new-layout > div:last-of-type {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options.-new-layout {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options.-new-layout {
    flex-direction: row;
    justify-content: center;
    padding: 120px 0 80px;
  }
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options.-new-layout.-cols-3 > div {
    max-width: calc((100% - 35px) / 3);
  }
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options.-new-layout.-cols-3 > div:nth-child(2):not(:last-child) {
    max-width: calc((100% - 35px) / 3 + 35px);
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .variants,
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options,
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .accessories {
  padding-top: 11px;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .variants,
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options,
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .accessories {
    padding-bottom: 75px;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options.-new-layout {
  padding-top: 40px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options.-new-layout > h4 {
  color: #595959;
  margin: 30px 0 20px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options.-new-layout > h4:first-of-type {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options.-new-layout {
    padding-top: 11px;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .materials {
  list-style: none;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .materials > li > .heading-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 900px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .materials > li > .heading-wrapper {
    flex-direction: row;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .materials > li > .scroll-wrapper {
  position: relative;
  overflow: hidden;
  height: 75px;
  margin-top: 10px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .materials > li > .scroll-wrapper > .scroll-button {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-height: 0;
  margin: 0;
  opacity: 1;
  pointer-events: all;
  border-radius: 50%;
  transform: translateY(-50%);
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .materials > li > .scroll-wrapper > .scroll-button:hover {
  background: #000;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .materials > li > .scroll-wrapper > .scroll-button:hover > svg {
  fill: #fff;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .materials > li > .scroll-wrapper > .scroll-button.-left {
  left: 4px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .materials > li > .scroll-wrapper > .scroll-button.-left > svg {
  transform: rotate(180deg);
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .materials > li > .scroll-wrapper > .scroll-button.-right {
  right: 4px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .materials > li > .scroll-wrapper > .scroll-button.-hide {
  opacity: 0;
  pointer-events: none;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .materials > li > .scroll-wrapper > ul {
  position: relative;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .materials > li > .scroll-wrapper > ul > li {
  transition: flex-basis 0.2s ease-in;
  flex: 0 0 43px;
  height: 75px;
  cursor: pointer;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .materials > li > .scroll-wrapper > ul > li:hover {
  flex: 0 0 75px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .materials > li > .scroll-wrapper > ul > li:not(:last-child) {
  margin-right: 10px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .materials > li > .scroll-wrapper > ul > li > .image-wrapper {
  width: 100%;
  height: 75px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .materials > li > .scroll-wrapper > ul > li > .image-wrapper > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .materials > li > .material-file-link {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #000;
  transition: opacity 0.2s ease-in;
  color: #595959;
  display: flex;
  position: relative;
  font-weight: normal;
  margin: 10px 0 0 23px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .materials > li > .material-file-link:hover {
  opacity: 0.7;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .materials > li > .material-file-link > svg {
  position: absolute;
  top: -5px;
  left: -33px;
  width: 32px;
  height: auto;
  fill: #000;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3000;
  background: rgba(0, 0, 0, 0.64);
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper.-hide {
  display: none;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper.-animate-in {
  -webkit-animation: 0.2s show-product-information;
          animation: 0.2s show-product-information;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper.-animate-out {
  -webkit-animation: 0.2s hide-product-information;
          animation: 0.2s hide-product-information;
}
@media (min-width: 576px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper {
    align-items: center;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper > .material-info {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 80px 24px 24px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper > .material-info {
    max-height: calc(100% - 80px);
    max-width: 930px;
    margin: 40px;
  }
}
@media (min-width: 992px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper > .material-info {
    max-height: 490px;
    flex-direction: row;
    padding: 40px;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper > .material-info.-animate-in {
  -webkit-animation: 0.2s slideDown;
          animation: 0.2s slideDown;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper > .material-info.-animate-out {
  -webkit-animation: 0.2s slideUp;
          animation: 0.2s slideUp;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper > .material-info > .material-image {
  height: 325px;
  width: 100%;
  padding-bottom: 17px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper > .material-info > .material-image {
    flex: 0 0 410px;
    padding-bottom: 0;
    height: 410px;
    max-width: 410px;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper > .material-info > .material-data {
  flex: 1;
}
@media (min-width: 992px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper > .material-info > .material-data {
    padding: 0 40px 0 32px;
  }
}
@media (min-width: 992px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper > .material-info > .material-data dl,
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper > .material-info > .material-data > .material-description {
    max-width: 310px;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper > .material-info > .material-data dt {
  line-height: 1.25rem;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper > .material-info > .material-data dd {
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #000;
  margin: 2px 0 10px;
  padding-bottom: 10px;
  line-height: 1.375rem;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper > .material-info > .material-data dt.-hide,
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper > .material-info > .material-data dd.-hide {
  display: none;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper > .material-info > .material-data > .material-description {
  margin-top: 20px;
  padding-bottom: 24px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .options > .material-info-wrapper > .material-info > .close-button {
  position: absolute;
  top: 28px;
  right: 28px;
  min-height: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .variants {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .variants > h4 {
  color: #595959;
  margin: 30px 0 20px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .variants > h4:first-of-type {
  margin: 0 0 20px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .accessories {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .accessories {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .variants > ul > li,
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .accessories > ul > li {
  display: flex;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .variants > ul > li > .image-wrapper,
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .accessories > ul > li > .image-wrapper {
  max-width: 75px;
  height: 75px;
  flex-shrink: 0;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .variants > ul > li > .image-wrapper > img,
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .accessories > ul > li > .image-wrapper > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .variants > ul > li > div:last-of-type {
  margin-left: 35px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .accessories > ul > li > div {
  margin-left: 35px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .accessories.-new-layout > ul {
  padding-top: 38px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .accessories.-new-layout > ul > li > div:first-of-type {
  margin-left: 0;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .variants > ul > li > div > h4,
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .accessories > ul > li > div > h4 {
  margin-bottom: 3px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .variants > ul > li > div > span,
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-options > .accessories > ul > li > div > span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  max-width: 435px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads {
  overflow: hidden;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table {
  width: calc(100% + 20px);
  border-spacing: 10px 0;
  transform: translateX(-10px);
  color: #000;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table {
    width: calc(100% + 100px);
    border-spacing: 50px 0;
    transform: translateX(-50px);
  }
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table:not(:last-child) {
    margin-bottom: 50px;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table .table-header {
  text-align: left;
  color: #595959;
  height: 54px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table .table-header:not(:last-child) {
  margin-bottom: 50px;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table tr:last-child .file-name {
  border-bottom: 1px solid #4d4d4d;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table tr:last-child .file-type,
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table tr:last-child .file-size,
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table tr:last-child .file-url {
  border-bottom: 1px solid #e8e8e8;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table .file-name {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.625rem;
  padding: 14px 0;
  border-top: 1px solid #4d4d4d;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table .file-type,
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table .file-size {
  display: none;
  text-transform: capitalize;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  border-top: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table .file-type,
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table .file-size {
    width: 100px;
    display: table-cell;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table .file-url {
  vertical-align: middle;
  text-align: right;
  border-top: 1px solid #e8e8e8;
  width: 90px;
}
@media (min-width: 768px) {
  .brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table .file-url {
    width: 100px;
  }
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table .file-url > .share-link,
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table .file-url > .download-link {
  display: inline-block;
  margin: 0;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table .file-url > .share-link > svg,
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-table .file-url > .download-link > svg {
  display: block;
}
.brix-single-product > .content > .product-information > .tabs-wrapper > .tab.-downloads > .download-all {
  position: relative;
  left: 50%;
  margin: 20px 0 0;
  transform: translateX(-50%);
}

@-webkit-keyframes show-product-information {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show-product-information {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes hide-product-information {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hide-product-information {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.brix-more-products {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 24px;
  margin: 60px 0 60px;
}
@media (min-width: 768px) {
  .brix-more-products {
    margin: 90px 0 130px;
  }
}
.brix-more-products > .content {
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
}
.brix-more-products > .content > .heading-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .brix-more-products > .content > .heading-wrapper {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .brix-more-products > .content > .heading-wrapper {
    margin-bottom: 44px;
  }
}
.brix-more-products > .content > .heading-wrapper > .heading {
  flex: 0 0 100%;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .brix-more-products > .content > .heading-wrapper > .heading {
    flex: 1 1 auto;
  }
}
.brix-more-products > .content > .heading-wrapper > .link {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.625rem;
  margin-bottom: 30px;
  transform: translateY(2px);
}
@media (min-width: 768px) {
  .brix-more-products > .content > .heading-wrapper > .link {
    line-height: 2.5rem;
    transform: translateY(4px);
  }
}
@media (min-width: 576px) {
  .brix-more-products > .content > .heading-wrapper > .heading,
.brix-more-products > .content > .heading-wrapper > .link {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .brix-more-products > .content > .heading-wrapper > .heading,
.brix-more-products > .content > .heading-wrapper > .link {
    margin-bottom: 0;
  }
}
.brix-more-products > .content > .heading-wrapper > .link > span {
  margin-right: 5px;
}
.brix-more-products > .content > .heading-wrapper > .link > svg {
  transform: rotate(-90deg) translateX(0.5px);
}
.brix-more-products > .content > .scroll-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.brix-more-products > .content > .scroll-wrapper > .scroll-button {
  position: absolute;
  top: calc(50% - 70px / 2);
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  min-height: 0;
  margin: 0;
  opacity: 1;
  pointer-events: all;
  border-radius: 50%;
}
.brix-more-products > .content > .scroll-wrapper > .scroll-button:hover {
  background: #000;
}
.brix-more-products > .content > .scroll-wrapper > .scroll-button:hover > svg {
  fill: #fff;
}
.brix-more-products > .content > .scroll-wrapper > .scroll-button.-left {
  left: 8px;
}
.brix-more-products > .content > .scroll-wrapper > .scroll-button.-left > svg {
  transform: rotate(180deg);
}
.brix-more-products > .content > .scroll-wrapper > .scroll-button.-right {
  right: 8px;
}
.brix-more-products > .content > .scroll-wrapper > .scroll-button.-hide {
  opacity: 0;
  pointer-events: none;
}
.brix-more-products > .content > .scroll-wrapper > .products {
  position: relative;
  top: -50px;
  display: flex;
  list-style: none;
  justify-content: flex-start;
  margin: 0 -12px -100px;
  padding: 50px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .brix-more-products > .content > .scroll-wrapper > .products {
    margin: 0 -16px -100px;
  }
}
.brix-more-products > .content > .scroll-wrapper > .products > .product {
  flex: 0 0 calc((100% / 1.3333333333) - (12px * 2 / 1.3333333333) + (12px / 1.3333333333));
  margin: 0;
  padding: 0 12px;
}
@media (min-width: 576px) {
  .brix-more-products > .content > .scroll-wrapper > .products > .product {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc((100% / 3.3333333333) - (16px * 2 / 3.3333333333) + (16px / 3.3333333333));
    padding: 0 16px;
  }
}
.brix-more-products > .content > .scroll-wrapper > .products > .product > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
}
.brix-more-products > .content > .scroll-wrapper > .products > .product > a:hover > .image-wrapper {
  opacity: 0.75;
}
.brix-more-products > .content > .scroll-wrapper > .products > .product a > .image-wrapper {
  transition: all 0.2s ease-in;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  background: #fff;
}
.brix-more-products > .content > .scroll-wrapper > .products > .product a > .image-wrapper > img {
  transition: transform 0.2s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brix-more-products > .content > .scroll-wrapper > .products > .product a > .image-wrapper > img:hover {
  transform: scale(1.05);
}
.brix-more-products > .content > .scroll-wrapper > .products > .product a > .image-wrapper > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
  height: auto;
}
.brix-more-products > .content > .scroll-wrapper > .products > .product a > .caption-wrapper {
  height: 70px;
  padding: 20px 0 0;
}
.brix-more-products > .content > .scroll-wrapper > .products > .product a > .caption-wrapper > .caption.-sub {
  margin-top: 4px;
  color: #595959;
}

.single-product > main > .cases {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 24px;
  background: #fff;
}
.single-product > main > .cases > .content {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .single-product > main > .cases > .content {
    margin-top: 100px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.single-product > main > .cases > .content > .more-cases {
  display: flex;
  align-items: center;
  margin: 0;
  transform: translateY(3px);
}
.single-product > main > .cases > .content > .cases-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0 50px;
  width: 100%;
}
@media (min-width: 768px) {
  .single-product > main > .cases > .content > .cases-wrapper {
    width: calc(100% - 33px);
    flex-direction: row;
    padding: 50px 0 70px;
  }
}
.single-product > main > .cases > .content > .cases-wrapper > .case {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .single-product > main > .cases > .content > .cases-wrapper > .case {
    flex: 0 0 50%;
  }
  .single-product > main > .cases > .content > .cases-wrapper > .case:not(:last-child) {
    margin-right: 33px;
  }
}
.single-product > main > .cases > .content > .cases-wrapper > .case .featured-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .single-product > main > .cases > .content > .cases-wrapper > .case .featured-image {
    height: 329px;
  }
}
.single-product > main > .cases > .content > .cases-wrapper > .case > .case-header {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
@media (min-width: 992px) {
  .single-product > main > .cases > .content > .cases-wrapper > .case > .case-header {
    margin: 30px 0;
  }
}
.single-product > main > .cases > .content > .cases-wrapper > .case > .case-header > .category {
  color: #b3b3b3;
}
.single-product > main > .cases > .content > .cases-wrapper > .case > .case-header > .date {
  color: #595959;
}
.single-product > main > .cases > .content > .cases-wrapper > .case .title {
  margin: 0;
}
.single-product > main > .cases > .content > .cases-wrapper > .case .title > h3 {
  text-decoration: none;
  color: #000;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .single-product > main > .cases > .content > .cases-wrapper > .case .title > h3 {
    margin-bottom: 20px;
  }
}
.single-product > main > .cases > .content > .cases-wrapper > .case .excerpt {
  max-width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .single-product > main > .cases > .content > .cases-wrapper > .case .excerpt {
    margin-bottom: 20px;
  }
}
.single-product > main > .cases > .content > .cases-wrapper > .case .read-more {
  display: flex;
  align-items: center;
  color: #000;
}
.single-product > main > .cases > .content > .cases-wrapper > .case .read-more svg {
  display: block;
}

.single-product > main > .designers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 24px;
  min-height: 300px;
  margin: 60px 0;
}
.single-product > main > .designers > .designer {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .single-product > main > .designers > .designer {
    flex-direction: row;
    align-items: center;
  }
}
.single-product > main > .designers > .designer > .image-wrapper {
  width: 100%;
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  .single-product > main > .designers > .designer > .image-wrapper {
    width: 50%;
    padding: 0 40px 0 0;
  }
}
.single-product > main > .designers > .designer > .image-wrapper > .designer-image {
  max-width: 100%;
}
.single-product > main > .designers > .designer > .designer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .single-product > main > .designers > .designer > .designer-info {
    width: 50%;
    padding-left: 40px;
  }
}
.single-product > main > .designers > .designer > .designer-info > .pre-heading {
  color: #b3b3b3;
}
.single-product > main > .designers > .designer > .designer-info > .pre-heading,
.single-product > main > .designers > .designer > .designer-info > .heading,
.single-product > main > .designers > .designer > .designer-info > .copy {
  margin-bottom: 20px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .single-product > main > .designers > .designer > .designer-info > .pre-heading,
.single-product > main > .designers > .designer > .designer-info > .heading,
.single-product > main > .designers > .designer > .designer-info > .copy {
    margin-bottom: 30px;
  }
}
.single-product > main > .designers > .designer > .designer-info > :last-child,
.single-product > main > .designers > .designer > .designer-info > .copy > p:last-child {
  margin-bottom: 0;
}

body.post-type-archive-product, body.tax-product_cat {
  background-color: #fff;
}

.brix-product-archive {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 155px;
}
.brix-product-archive > .content {
  width: 100%;
}
.brix-product-archive > .content > h1 {
  text-align: center;
  margin-bottom: 40px;
}
.brix-product-archive > .content > .menu-wrapper {
  display: flex;
  width: 100%;
  padding: 0 5%;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .brix-product-archive > .content > .menu-wrapper {
    margin-bottom: 30px;
  }
  .brix-product-archive > .content > .menu-wrapper::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    top: 0;
    left: 5%;
    background-color: #dedede;
  }
  .brix-product-archive > .content > .menu-wrapper::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    bottom: 0;
    left: 5%;
    background-color: #dedede;
  }
}
@media (min-width: 768px) {
  .brix-product-archive > .content > .menu-wrapper {
    /* justify-content: center;
    align-items: center;
    width: 100%; */
    max-width: 1200px;
    margin: 0 auto 20px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    overflow: hidden;
  }
}
.brix-product-archive > .content > .menu-wrapper .open-close-dropdown {
  display: inline-flex;
  justify-content: space-between;
  transition: none;
  margin: 0;
  outline: none;
  width: 100%;
  height: 65px;
  align-content: center;
  -ms-grid-row-align: center;
      align-self: center;
}
.brix-product-archive > .content > .menu-wrapper .open-close-dropdown.-up > span > svg {
  transition: transform 0.2s ease-in;
}
.brix-product-archive > .content > .menu-wrapper .open-close-dropdown.-down {
  justify-content: flex-end;
  order: 2;
  width: 20%;
  -ms-grid-row-align: start;
      align-self: start;
}
.brix-product-archive > .content > .menu-wrapper .open-close-dropdown.-down > .menu-text {
  display: none;
}
@media (min-width: 768px) {
  .brix-product-archive > .content > .menu-wrapper .open-close-dropdown {
    display: none;
  }
}
.brix-product-archive > .content > .menu-wrapper .open-close-dropdown > .menu-text {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  margin-left: 20px;
}
.brix-product-archive > .content > .menu-wrapper .open-close-dropdown > span > svg {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.brix-product-archive > .content > .menu-wrapper .open-close-dropdown.-down > span > svg {
  transition: transform 0.2s ease-in;
  transform: rotate(180deg);
}
.brix-product-archive > .content > .menu-wrapper > .tab-menu {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 13px 0 13px 20px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .brix-product-archive > .content > .menu-wrapper > .tab-menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .brix-product-archive > .content > .menu-wrapper > .tab-menu.-closed {
    display: none;
  }
}
.brix-product-archive > .content > .menu-wrapper ul > li {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 40px;
  transition: 0.2s ease;
  cursor: pointer;
  flex-shrink: 0;
  color: #b3b3b3;
  position: relative;
}
.brix-product-archive > .content > .menu-wrapper ul > li::before {
  transition: background 0.2s ease-in;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: transparent;
}
@media (min-width: 768px) {
  .brix-product-archive > .content > .menu-wrapper ul > li {
    margin: 10px 15px 0;
  }
  .brix-product-archive > .content > .menu-wrapper ul > li:hover::before {
    background: #dedede;
  }
}
.brix-product-archive > .content > .menu-wrapper ul > li a {
  transition: color 0.2s ease-in;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brix-product-archive > .content > .menu-wrapper ul > li a:hover {
  color: inherit;
  text-decoration: none;
}
.brix-product-archive > .content > .menu-wrapper ul > li a:active {
  color: inherit;
}
.brix-product-archive > .content > .menu-wrapper ul > li.-active > a {
  color: #000;
}
@media (min-width: 768px) {
  .brix-product-archive > .content > .menu-wrapper ul > li.-active::before {
    background: #000;
  }
}
.brix-product-archive > .content > .menu-wrapper ul > li > a {
  margin: 0;
  color: #b3b3b3;
}
.brix-product-archive > .content > .products {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.brix-product-archive > .content > .products > .product {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .brix-product-archive > .content > .products > .product {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .brix-product-archive > .content > .products > .product {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3);
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .brix-product-archive > .content > .products > .product {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%;
  }
}
.brix-product-archive > .content > .products > .product a {
  display: block;
  margin: 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.brix-product-archive > .content > .products > .product a > img,
.brix-product-archive > .content > .products > .product a > .placeholder-image {
  transition: transform 0.2s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding-bottom: 40px;
}
.brix-product-archive > .content > .products > .product a > .placeholder-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.brix-product-archive > .content > .products > .product a > .placeholder-image > svg {
  width: 25%;
  height: 25%;
}
.brix-product-archive > .content > .products > .product a > .product-name {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 40px;
  background-color: #fff;
}
.brix-product-archive > .content > .products > .product a > .product-name > span {
  color: #595959;
}
.brix-product-archive > .content > .products > .product a:hover > img, .brix-product-archive > .content > .products > .product a:hover > .placeholder-image {
  transform: scale(1.05);
}

.brix-block {
  flex-direction: column;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brix-block:not(.-inner):not(.-no-margin):not(.-no-margin-mobile):not(.-no-margin-tablet) {
  padding: 0 24px;
}
@media (min-width: 576px) {
  .brix-block.-no-margin-mobile {
    padding: 0 24px;
  }
}
@media (min-width: 768px) {
  .brix-block.-no-margin-tablet {
    padding: 0 24px;
  }
}
@media (max-width: 576px) {
  .brix-block.-hide-on-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .brix-block.-hide-on-tablet {
    display: none;
  }
}
.brix-block > .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.brix-block > .background > .image,
.brix-block > .background > .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.brix-block > .background > .image {
  -o-object-position: center;
     object-position: center;
  transition: opacity 0.2s ease-in;
}
.brix-block > .background > .image.-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.brix-block > .background > .image.-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.brix-block > .background > .video {
  overflow: hidden;
}
.brix-block > .background > .video > .player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0;
}
.brix-block > .tint-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.brix-block > .content {
  position: relative;
  display: flex;
  width: 100%;
  min-height: inherit;
  z-index: 1;
}

.brix-carousel {
  min-height: 400px;
}
@media (min-width: 768px) {
  .brix-carousel {
    min-height: none;
  }
}
.brix-carousel > .content {
  flex-direction: column;
  max-width: 1200px;
}
.brix-carousel > .content > .content-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -ms-grid-row-align: center;
      align-self: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 576px) {
  .brix-carousel > .content > .content-header {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .brix-carousel > .content > .content-header {
    margin-bottom: 44px;
  }
}
.brix-carousel > .content > .content-header > .heading {
  flex: 0 0 100%;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .brix-carousel > .content > .content-header > .heading {
    flex: 1 1 auto;
  }
}
.brix-carousel > .content > .content-header > .link {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.625rem;
  margin-bottom: 30px;
  transform: translateY(2px);
}
@media (min-width: 768px) {
  .brix-carousel > .content > .content-header > .link {
    line-height: 2.5rem;
    transform: translateY(4px);
  }
}
@media (min-width: 576px) {
  .brix-carousel > .content > .content-header > .heading,
.brix-carousel > .content > .content-header > .link {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .brix-carousel > .content > .content-header > .heading,
.brix-carousel > .content > .content-header > .link {
    margin-bottom: 0;
  }
}
.brix-carousel > .content > .content-header > .link > span {
  margin-right: 5px;
}
.brix-carousel > .content > .content-header > .link > svg {
  transform: rotate(-90deg) translateX(0.5px);
}
.brix-carousel > .content > .swiper-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.brix-carousel > .content > .swiper-container > .swiper-wrapper {
  display: flex;
  width: auto;
}
.brix-carousel .-inner {
  max-width: 100%;
  flex: 0 0 calc(((100% / 1) - (0px * 2 / 1) + (0px / 1)) * 1);
  margin: 0;
}
@media (min-width: 576px) {
  .brix-carousel .-inner {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(((100% / 3.3333333333) - (16px * 2 / 3.3333333333) + (16px / 3.3333333333)) * 3);
  }
}
.brix-carousel .-inner > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.brix-carousel .swiper-navigation {
  display: flex;
  width: 100%;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 20;
}
.brix-carousel .swiper-navigation .swiper-navigation-slide-prev,
.brix-carousel .swiper-navigation .swiper-navigation-slide-next {
  transition: all 0.2s ease-in;
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-height: 0;
  margin: 0;
  opacity: 1;
  color: #000;
  pointer-events: all;
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 992px) {
  .brix-carousel .swiper-navigation .swiper-navigation-slide-prev:hover,
.brix-carousel .swiper-navigation .swiper-navigation-slide-next:hover {
    background: #000;
  }
  .brix-carousel .swiper-navigation .swiper-navigation-slide-prev:hover > svg,
.brix-carousel .swiper-navigation .swiper-navigation-slide-next:hover > svg {
    fill: #fff;
  }
}
.brix-carousel .swiper-navigation .swiper-navigation-slide-prev:focus,
.brix-carousel .swiper-navigation .swiper-navigation-slide-next:focus {
  outline: none;
}
.brix-carousel .swiper-navigation .swiper-navigation-slide-prev.-hide,
.brix-carousel .swiper-navigation .swiper-navigation-slide-next.-hide {
  opacity: 0;
  pointer-events: none;
}
.brix-carousel .swiper-navigation .swiper-navigation-slide-next {
  right: 8px;
}
.brix-carousel .swiper-navigation .swiper-navigation-slide-prev {
  left: 8px;
}
.brix-carousel .swiper-navigation .swiper-navigation-slide-prev > svg {
  transform: rotate(180deg);
}
.brix-carousel .swiper-navigation .swiper-button-disabled {
  display: none;
}
.brix-carousel .swiper-pagination {
  width: 100%;
  height: 40px;
  display: none;
  z-index: 20;
}
@media (min-width: 992px) {
  .brix-carousel .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
.brix-carousel .swiper-pagination > .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 15px 0 0;
}
.brix-carousel .swiper-pagination > .swiper-pagination-bullet::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #dedede;
  position: absolute;
  border-radius: 50%;
}
.brix-carousel .swiper-pagination > .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  margin: 0 15px 0 0;
}
.brix-carousel .swiper-pagination > .swiper-pagination-bullet-active::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #595959;
  position: absolute;
  border-radius: 50%;
}

.brix-contact-list > .content > .profiles {
  width: calc(100% + 33px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16.5px;
}
.brix-contact-list > .content > .profiles > .profile {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  padding: 0 16.5px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .brix-contact-list > .content > .profiles > .profile {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
  }
}
@media (min-width: 992px) {
  .brix-contact-list > .content > .profiles > .profile {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3);
  }
}
.brix-contact-list > .content > .profiles > .profile > .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(1 / 1 * 100%);
  overflow: hidden;
  margin-bottom: 20px;
  -ms-grid-row-align: center;
      align-self: center;
}
.brix-contact-list > .content > .profiles > .profile > .image > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brix-contact-list > .content > .profiles > .profile > .info {
  position: relative;
  display: flex;
  flex-direction: column;
}
.brix-contact-list > .content > .profiles > .profile > .info > .title {
  margin-bottom: 11px;
  font-weight: 600;
}
.brix-contact-list > .content > .profiles > .profile > .info > .name {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  margin: 0;
}
.brix-contact-list > .content > .profiles > .profile > .info a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.brix-cross-reference > .content {
  flex-direction: column;
  max-width: 1200px;
}
.brix-cross-reference > .content > .content-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .brix-cross-reference > .content > .content-header {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .brix-cross-reference > .content > .content-header {
    margin-bottom: 44px;
  }
}
.brix-cross-reference > .content > .content-header > .heading {
  flex: 0 0 100%;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .brix-cross-reference > .content > .content-header > .heading {
    flex: 1 1 auto;
  }
}
.brix-cross-reference > .content > .content-header > .link {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.625rem;
  margin-bottom: 30px;
  transform: translateY(2px);
}
@media (min-width: 768px) {
  .brix-cross-reference > .content > .content-header > .link {
    line-height: 2.5rem;
    transform: translateY(4px);
  }
}
@media (min-width: 576px) {
  .brix-cross-reference > .content > .content-header > .heading,
.brix-cross-reference > .content > .content-header > .link {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .brix-cross-reference > .content > .content-header > .heading,
.brix-cross-reference > .content > .content-header > .link {
    margin-bottom: 0;
  }
}
.brix-cross-reference > .content > .content-header > .link > span {
  margin-right: 5px;
}
.brix-cross-reference > .content > .content-header > .link > svg {
  transform: rotate(-90deg) translateX(0.5px);
}
.brix-cross-reference > .content > .scroll-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.brix-cross-reference > .content > .scroll-wrapper > .scroll-button {
  position: absolute;
  top: calc(50% - 70px / 2);
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  min-height: 0;
  margin: 0;
  opacity: 1;
  pointer-events: all;
  border-radius: 50%;
}
.brix-cross-reference > .content > .scroll-wrapper > .scroll-button:hover {
  background: #000;
}
.brix-cross-reference > .content > .scroll-wrapper > .scroll-button:hover > svg {
  fill: #fff;
}
.brix-cross-reference > .content > .scroll-wrapper > .scroll-button.-left {
  left: 8px;
}
.brix-cross-reference > .content > .scroll-wrapper > .scroll-button.-left > svg {
  transform: rotate(180deg);
}
.brix-cross-reference > .content > .scroll-wrapper > .scroll-button.-right {
  right: 8px;
}
.brix-cross-reference > .content > .scroll-wrapper > .scroll-button.-hide {
  opacity: 0;
  pointer-events: none;
}
.brix-cross-reference > .content > .scroll-wrapper > .posts {
  position: relative;
  top: -50px;
  display: flex;
  list-style: none;
  justify-content: flex-start;
  margin: 0 -12px -100px;
  padding: 50px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .brix-cross-reference > .content > .scroll-wrapper > .posts {
    margin: 0 -16px -100px;
  }
}
.brix-cross-reference > .content > .scroll-wrapper > .posts > .post {
  flex: 0 0 calc((100% / 1.3333333333) - (12px * 2 / 1.3333333333) + (12px / 1.3333333333));
  margin: 0;
  padding: 0 12px;
}
@media (min-width: 576px) {
  .brix-cross-reference > .content > .scroll-wrapper > .posts > .post {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc((100% / 3.3333333333) - (16px * 2 / 3.3333333333) + (16px / 3.3333333333));
    padding: 0 16px;
  }
}
.brix-cross-reference > .content > .scroll-wrapper > .posts > .post > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
}
.brix-cross-reference > .content > .scroll-wrapper > .posts > .post > a:hover > .image-wrapper {
  opacity: 0.75;
}
.brix-cross-reference > .content > .scroll-wrapper > .posts > .post a > .image-wrapper {
  transition: all 0.2s ease-in;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  background: #fff;
}
.brix-cross-reference > .content > .scroll-wrapper > .posts > .post a > .image-wrapper > img {
  transition: transform 0.2s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brix-cross-reference > .content > .scroll-wrapper > .posts > .post a > .image-wrapper > img:hover {
  transform: scale(1.05);
}
.brix-cross-reference > .content > .scroll-wrapper > .posts > .post a > .image-wrapper > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
  height: auto;
}
.brix-cross-reference > .content > .scroll-wrapper > .posts > .post a > .caption-wrapper {
  height: 70px;
  padding: 20px 0 0;
}
.brix-cross-reference > .content > .scroll-wrapper > .posts > .post a > .caption-wrapper > .caption.-sub {
  margin-top: 4px;
  color: #595959;
}

.brix-embed > .content {
  flex-direction: column;
  z-index: 3000;
}
.brix-embed > .content > .lightbox {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  padding: 60px 24px;
  z-index: 4000;
}
.brix-embed > .content > .lightbox.-is-visible {
  display: flex;
}
.brix-embed > .content > .lightbox > .embed-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 60px 24px;
}
@media (min-width: 576px) {
  .brix-embed > .content > .lightbox > .embed-wrapper {
    width: 80%;
    height: 80%;
  }
}
@media (min-width: 768px) {
  .brix-embed > .content > .lightbox > .embed-wrapper {
    width: 80%;
    height: 80%;
  }
}
@media (min-width: 1200px) {
  .brix-embed > .content > .lightbox > .embed-wrapper {
    width: 60%;
    height: 80%;
  }
}
.brix-embed > .content > .lightbox > .embed-wrapper > .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  min-height: 40px;
}
.brix-embed > .content > .lightbox > .embed-wrapper > iframe {
  height: 100%;
  -webkit-animation: fade-in 0.3s;
          animation: fade-in 0.3s;
}
.brix-embed > .content > .lightbox-button {
  margin: 0;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.brix-expandable-list > .content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.brix-expandable-list > .content > .brix-expandable-list-item:not(:first-of-type) {
  border-top: 1px solid #e8e8e8;
}

.brix-expandable-list-item > .content > .list-item-label > .expand-icon > svg > .vertical-line {
  transition: transform 0.2s ease-in 0.4s;
  transform: scaleY(1);
  transform-origin: 50% 50%;
}
.brix-expandable-list-item.-expanded > .content > .list-item-label > .expand-icon > svg > .vertical-line {
  transition: transform 0.2s ease-in;
  transform: scaleY(0.1);
}
.brix-expandable-list-item > .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.brix-expandable-list-item > .content > .list-item-label {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  .brix-expandable-list-item > .content > .list-item-label {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.brix-expandable-list-item > .content > .list-item-label > img {
  max-height: 24px;
  height: auto;
  width: auto;
  margin-right: 7px;
}
.brix-expandable-list-item > .content > .list-item-label > span {
  width: 100%;
}
.brix-expandable-list-item > .content > .list-item-label > .expand-icon {
  display: flex;
  transform: rotate(0deg);
  transition: transform 0.25s ease-in;
}
.brix-expandable-list-item > .content > .list-item-content {
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease-in;
}
.brix-expandable-list-item > .content > .list-item-content > .inner-blocks {
  padding: 0 0 20px;
}

.brix-file-download {
  display: flex;
  justify-content: center;
}
.brix-file-download > .content {
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  align-items: flex-start;
  margin: 0 -10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .brix-file-download > .content {
    margin: 0 -50px;
  }
}
.brix-file-download > .content .download-table {
  width: calc(100% + 20px);
  margin-top: 30px;
  table-layout: fixed;
  border-spacing: 10px 0;
  transform: translateX(-10px);
}
@media (min-width: 768px) {
  .brix-file-download > .content .download-table {
    width: calc(100% + 100px);
    border-spacing: 50px 0;
    margin-top: 53px;
    transform: translateX(-50px);
  }
}
.brix-file-download > .content .download-table .header-table {
  text-align: left;
  width: 70%;
  padding-bottom: 15px;
  color: #595959;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .brix-file-download > .content .download-table .header-table {
    width: 55%;
    border-bottom: 1px solid #4d4d4d;
  }
}
@media (min-width: 1200px) {
  .brix-file-download > .content .download-table .header-table {
    width: 70%;
  }
}
.brix-file-download > .content .download-table .filename {
  text-transform: capitalize;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
  vertical-align: bottom;
  color: #000;
  width: 70%;
  padding: 15px 0;
  border-bottom: 1px solid #4d4d4d;
}
@media (min-width: 992px) {
  .brix-file-download > .content .download-table .filename {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .brix-file-download > .content .download-table .filename {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .brix-file-download > .content .download-table .filetype,
.brix-file-download > .content .download-table .filesize {
    display: none;
  }
}
@media (min-width: 992px) {
  .brix-file-download > .content .download-table .filetype,
.brix-file-download > .content .download-table .filesize {
    width: 15%;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 700;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
    color: #000;
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  .brix-file-download > .content .download-table .filetype,
.brix-file-download > .content .download-table .filesize {
    width: 10%;
  }
}
.brix-file-download > .content .download-table .fileurl {
  width: 30%;
  position: relative;
}
@media (min-width: 992px) {
  .brix-file-download > .content .download-table .fileurl {
    width: 15%;
    border-bottom: 1px solid #dedede;
  }
}
@media (min-width: 1200px) {
  .brix-file-download > .content .download-table .fileurl {
    width: 10%;
  }
}
.brix-file-download > .content .download-table .fileurl .view-link,
.brix-file-download > .content .download-table .fileurl .download-link {
  position: absolute;
  top: 4px;
}
.brix-file-download > .content .download-table .fileurl .view-link {
  right: 30px;
}
.brix-file-download > .content .download-table .fileurl .download-link {
  right: -10px;
}
.brix-file-download > .content .download-table .fileurl .download-all-link {
  display: none;
  align-items: center;
  position: absolute;
  top: -12px;
  right: -16px;
  width: 120px;
}
@media (min-width: 992px) {
  .brix-file-download > .content .download-table .fileurl .download-all-link {
    display: flex;
  }
}
.brix-file-download > .content .download-table .fileurl .download-all-link > span {
  font-size: 0.75rem;
  line-height: 1rem;
}

.brix-flexible-image-grid > .content {
  justify-content: center;
  align-items: center;
}
.brix-flexible-image-grid > .content.-transition {
  opacity: 0;
}
.brix-flexible-image-grid > .content.-finished {
  -webkit-animation: 1s ease-in-out show-flexible-grid;
          animation: 1s ease-in-out show-flexible-grid;
  opacity: 1;
}
.brix-flexible-image-grid > .content > .gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -16px -40px;
  width: calc(100% + 32px);
}
.brix-flexible-image-grid > .content > .gallery > .gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  padding: 0 0 40px;
  margin: 0;
}
@media (min-width: 576px) {
  .brix-flexible-image-grid > .content > .gallery > .gallery-item {
    padding: 0 16px 40px;
  }
}
.brix-flexible-image-grid > .content > .gallery > .gallery-item > .image-wrapper.-link {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.brix-flexible-image-grid > .content > .gallery > .gallery-item > .image-wrapper.-link:hover > img {
  transform: scale(1.05);
}
.brix-flexible-image-grid > .content > .gallery > .gallery-item > .image-wrapper > img {
  transition: transform 0.2s ease-in;
  display: block;
  width: 100%;
}
.brix-flexible-image-grid > .content > .gallery > .gallery-item > span:first-of-type {
  font-weight: 700;
  margin: 20px 0 4px;
  line-height: 20px;
}
.brix-flexible-image-grid > .content > .gallery > .gallery-item > span:last-of-type {
  line-height: 20px;
  font-weight: 400;
  max-width: 640px;
}

@-webkit-keyframes show-flexible-image-grid {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  10% {
    opacity: 0;
    transform: translateY(50px);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes show-flexible-image-grid {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  10% {
    opacity: 0;
    transform: translateY(50px);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
.brix-grid section {
  z-index: 2;
}
.brix-grid > .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.brix-grid > .content.-no-gutter.-rounded-corners, .brix-grid > .content.-with-gutter.-rounded-corners > .brix-block.-inner {
  border-radius: 15px;
  overflow: hidden;
}
.brix-grid > .content.-transition {
  opacity: 0;
}
.brix-grid > .content.-finished {
  -webkit-animation: 1s ease-in-out show-grid;
          animation: 1s ease-in-out show-grid;
  opacity: 1;
}
.brix-grid > .content > .brix-block.-inner > .content {
  width: 100%;
}
.brix-grid > .content > .brix-block.-inner > .content > * {
  max-width: 100%;
}

@-webkit-keyframes show-grid {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  10% {
    opacity: 0;
    transform: translateY(50px);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes show-grid {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  10% {
    opacity: 0;
    transform: translateY(50px);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
.brix-heading > .content > .heading {
  font-size: 1.75rem;
  line-height: 2.125rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .brix-heading > .content > .heading {
    font-size: 4.0625rem;
    line-height: 5rem;
  }
}

.brix-hero.-block-link {
  margin: 0;
  overflow: hidden;
}
.brix-hero.-block-link > .background {
  transition: transform 0.1s ease-in;
  transform: scale(1);
}
.brix-hero.-block-link:hover > .background {
  transition: transform 0.2s ease-in;
  transform: scale(1.05);
}
.brix-hero > .content {
  flex-direction: column;
  text-align: center;
}
.brix-hero > .content.-transition-element {
  opacity: 0;
}
.brix-hero > .content.-finished {
  -webkit-animation: 1s ease-in-out show-hero;
          animation: 1s ease-in-out show-hero;
  opacity: 1;
}
.brix-hero > .content > .image {
  max-width: 100%;
  margin-bottom: 15px;
  flex-shrink: 0;
}
.brix-hero > .content > .image.-stretch {
  width: 100%;
}
.brix-hero > .content > .pre-heading,
.brix-hero > .content > .heading,
.brix-hero > .content > .copy {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .brix-hero > .content > .pre-heading,
.brix-hero > .content > .heading,
.brix-hero > .content > .copy {
    margin-bottom: 30px;
  }
}
.brix-hero > .content > :last-child,
.brix-hero > .content > .copy > p:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes show-hero {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  10% {
    opacity: 0;
    transform: translateY(50px);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes show-hero {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  10% {
    opacity: 0;
    transform: translateY(50px);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
.brix-image.-block-link {
  margin: 0;
  overflow: hidden;
}
.brix-image.-block-link > .content {
  overflow: hidden;
}
.brix-image.-block-link > .background,
.brix-image.-block-link > .content > .image {
  transition: transform 0.1s ease-in;
  transform: scale(1);
}
.brix-image.-block-link:hover > .background,
.brix-image.-block-link:hover > .content > .image {
  transition: transform 0.2s ease-in;
  transform: scale(1.05);
}
.brix-image > .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.brix-image > .content > .image {
  max-width: 100%;
  min-height: 1px;
}
.brix-image > .content > .image.-stretch {
  width: 100%;
}

.brix-image-carousel > .content {
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  height: auto;
  width: 100%;
}
.brix-image-carousel > .content > .swiper-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.brix-image-carousel > .content > .swiper-container > .swiper-wrapper {
  display: flex;
  height: 400px;
  width: auto;
}
@media (min-width: 768px) {
  .brix-image-carousel > .content > .swiper-container > .swiper-wrapper {
    height: 626px;
  }
}
.brix-image-carousel .swiper-slide {
  display: flex;
  height: 400px;
  flex: 0 0 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .brix-image-carousel .swiper-slide {
    height: 626px;
  }
}
.brix-image-carousel .swiper-slide > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.brix-image-carousel .swiper-navigation {
  display: flex;
  width: 100%;
  position: absolute;
  height: 640px;
  top: 0;
  z-index: 20;
}
.brix-image-carousel .swiper-navigation .swiper-navigation-slide-prev,
.brix-image-carousel .swiper-navigation .swiper-navigation-slide-next {
  width: 50%;
  height: 100%;
}
@media (min-width: 992px) {
  .brix-image-carousel .swiper-navigation .swiper-navigation-slide-next {
    cursor: url("http://docker.hoy/themes/efg/assets/swiper-arrow-right.47f41232.svg"), pointer;
  }
  .brix-image-carousel .swiper-navigation .swiper-navigation-slide-prev {
    cursor: url("http://docker.hoy/themes/efg/assets/swiper-arrow-left.c20c3ee0.svg"), pointer;
  }
}
.brix-image-carousel .swiper-pagination {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
}
.brix-image-carousel .swiper-pagination > .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 30px 15px 0 0;
}
.brix-image-carousel .swiper-pagination > .swiper-pagination-bullet::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #dedede;
  position: absolute;
  border-radius: 50%;
}
.brix-image-carousel .swiper-pagination > .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  margin: 30px 15px 0 0;
}
.brix-image-carousel .swiper-pagination > .swiper-pagination-bullet-active::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #595959;
  position: absolute;
  border-radius: 50%;
}

.brix-latest-news > .content {
  flex-direction: column;
}
.brix-latest-news > .content > .posts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0 50px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .brix-latest-news > .content > .posts {
    flex-direction: row;
    padding: 50px 0 70px;
  }
}
.brix-latest-news > .content > .posts > .post {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .brix-latest-news > .content > .posts > .post {
    flex: 1;
  }
  .brix-latest-news > .content > .posts > .post:not(:last-child) {
    margin-right: 33px;
  }
}
.brix-latest-news > .content > .posts > .post > .featured-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.brix-latest-news > .content > .posts > .post > .featured-image > .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .brix-latest-news > .content > .posts > .post > .featured-image {
    height: 329px;
  }
}
.brix-latest-news > .content > .posts > .post > .post-text {
  width: 100%;
  height: auto;
}
.brix-latest-news > .content > .posts > .post > .post-text > .news-header {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
@media (min-width: 992px) {
  .brix-latest-news > .content > .posts > .post > .post-text > .news-header {
    margin: 30px 0;
  }
}
.brix-latest-news > .content > .posts > .post > .post-text > .news-header > .news-category {
  color: #b3b3b3;
}
.brix-latest-news > .content > .posts > .post > .post-text > .news-header > .date {
  color: #595959;
  margin-left: auto;
}
.brix-latest-news > .content > .posts > .post > .post-text > .post-title {
  margin: 0;
}
.brix-latest-news > .content > .posts > .post > .post-text > .post-title:hover {
  opacity: 0.75;
}
.brix-latest-news > .content > .posts > .post > .post-text > .post-title > h3 {
  text-decoration: none;
  color: #000;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .brix-latest-news > .content > .posts > .post > .post-text > .post-title > h3 {
    margin-bottom: 20px;
  }
}
.brix-latest-news > .content > .posts > .post > .post-text > .post-excerpt {
  max-width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .brix-latest-news > .content > .posts > .post > .post-text > .post-excerpt {
    margin-bottom: 20px;
  }
}
.brix-latest-news > .content > .posts > .post > .post-text > .read-more {
  display: flex;
  align-items: center;
}
.brix-latest-news > .content > .posts > .post > .post-text > .read-more:hover {
  opacity: 0.75;
}
.brix-latest-news > .content > .posts > .post > .post-text > .read-more svg {
  display: block;
}

.brix-one-column {
  min-height: 400px;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .brix-one-column {
    min-height: none;
  }
}
.brix-one-column > .content {
  flex-direction: column;
  text-align: left;
}
.brix-one-column > .content > .pre-heading,
.brix-one-column > .content > .heading,
.brix-one-column > .content > .copy {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .brix-one-column > .content > .pre-heading,
.brix-one-column > .content > .heading,
.brix-one-column > .content > .copy {
    margin-bottom: 30px;
  }
}
.brix-one-column > .content > :last-child,
.brix-one-column > .content > .copy > p:last-child {
  margin-bottom: 0;
}
.brix-one-column > .content > .-inner {
  min-height: 100%;
}
.brix-one-column > .content > .-inner:not(.brix-rich-text) {
  aspect-ratio: 2260/1080;
  overflow: hidden;
  width: 100%;
}
.brix-one-column > .content > .-inner.brix-video video.player {
  position: absolute;
  top: 50%;
  width: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brix-one-column > .content > .-inner.brix-rich-text {
  background-color: #fff;
}
@media (min-width: 768px) {
  .brix-one-column > .content > .-inner.brix-rich-text {
    aspect-ratio: 2260/1080;
    overflow: hidden;
    height: auto;
    max-height: 583px;
    width: 100%;
  }
}
.brix-one-column > .content > .-inner.brix-rich-text > .content {
  padding: 40px;
  width: auto;
}
.brix-one-column > .content > .-inner.brix-rich-text > .content > p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #000;
}
@media (min-width: 768px) {
  .brix-one-column > .content > .-inner.brix-rich-text > .content > p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #000;
  }
}
.brix-one-column > .content > .-inner.brix-heading > .content {
  padding: 40px;
}
.brix-one-column > .content > .-inner.brix-image > .content > .image {
  max-width: 100%;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brix-one-column.-inner > .caption-wrapper {
  align-self: flex-start;
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  .brix-one-column.-inner > .caption-wrapper {
    padding: 30px 0 0;
  }
}
.brix-one-column.-inner > .caption-wrapper > .caption.-sub > p {
  margin-top: 4px;
  font-size: inherit;
  line-height: inherit;
}
.brix-one-column.-inner > .caption-wrapper > .caption.-sub > p > a {
  transition: color 0.2s ease-in;
  text-decoration: none;
  color: inherit;
}
.brix-one-column.-inner > .caption-wrapper > .caption.-sub > p > a:hover {
  color: inherit;
  text-decoration: none;
}
.brix-one-column.-inner > .caption-wrapper > .caption.-sub > p > a:active {
  color: inherit;
}

.brix-post-archive > .content {
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.brix-post-archive > .content > .posts {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brix-post-archive > .content > .posts > .post {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  min-height: 100px;
  padding: 15px 0;
  border-bottom: 1px solid #dedede;
  position: relative;
}
@media (min-width: 768px) {
  .brix-post-archive > .content > .posts > .post {
    flex-direction: row;
    padding: 36px 0;
  }
}
.brix-post-archive > .content > .posts > .post:last-child {
  border-bottom: none;
}
.brix-post-archive > .content > .posts > .post > .image {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .brix-post-archive > .content > .posts > .post > .image {
    order: 2;
    width: 50%;
    height: 281px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .brix-post-archive > .content > .posts > .post > .image {
    width: 585px;
    height: 331px;
  }
}
.brix-post-archive > .content > .posts > .post > .image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.brix-post-archive > .content > .posts > .post > .post-info {
  margin: 0;
  padding-right: 40px;
  flex: 1;
  flex-direction: column;
}
@media (min-width: 992px) {
  .brix-post-archive > .content > .posts > .post > .post-info {
    order: 1;
  }
}
.brix-post-archive > .content > .posts > .post > .post-info .info-header {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .brix-post-archive > .content > .posts > .post > .post-info .info-header {
    justify-content: space-between;
    align-content: flex-end;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .brix-post-archive > .content > .posts > .post > .post-info .info-header {
    margin-bottom: 21px;
  }
}
.brix-post-archive > .content > .posts > .post > .post-info .info-header > .newsCategory {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #b3b3b3;
  letter-spacing: 3px;
  margin-bottom: 5px;
}
@media (min-width: 1100px) {
  .brix-post-archive > .content > .posts > .post > .post-info .info-header > .newsCategory {
    margin: 0;
  }
}
.brix-post-archive > .content > .posts > .post > .post-info .info-header > .date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #b3b3b3;
}
.brix-post-archive > .content > .posts > .post > .post-info > .h4 {
  text-transform: none;
  margin-bottom: 15px;
  font-size: 1.25rem;
  line-height: 2rem;
}
.brix-post-archive > .content > .posts > .post > .post-info > .h4:hover {
  opacity: 0.75;
}
@media (min-width: 992px) {
  .brix-post-archive > .content > .posts > .post > .post-info > .h4 {
    margin-bottom: 61px;
    font-size: 1.5625rem;
    line-height: 2.5rem;
  }
}
.brix-post-archive > .content > .posts > .post > .post-info > .preamble {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.875rem;
}
@media (min-width: 992px) {
  .brix-post-archive > .content > .posts > .post > .post-info > .preamble {
    font-size: 1.125rem;
    margin-bottom: 28px;
  }
}
.brix-post-archive > .content > .posts > .post > .post-info > .read-more {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.brix-post-archive > .content > .posts > .post > .post-info > .read-more:hover {
  opacity: 0.75;
}
@media (min-width: 992px) {
  .brix-post-archive > .content > .posts > .post > .post-info > .read-more {
    margin-bottom: 33px;
  }
}
.brix-post-archive > .content > .posts > .post > .post-info > .read-more > .arrow > svg {
  position: relative;
  bottom: -15px;
}

.brix-post-header > .content {
  display: flex;
  flex-direction: column;
  padding: 100px 0 50px;
}
@media (min-width: 768px) {
  .brix-post-header > .content {
    padding: 114px 0 97px;
  }
}
.brix-post-header > .content > .back-link {
  transition: all 0.2s ease-in;
  color: inherit;
  text-decoration: none;
  margin-bottom: 30px;
  display: flex;
}
@media (min-width: 768px) {
  .brix-post-header > .content > .back-link {
    margin-bottom: 53px;
  }
  .brix-post-header > .content > .back-link:hover {
    color: #dedede;
  }
}
.brix-post-header > .content > .back-link > svg {
  margin-right: 3px;
  transform: rotate(180deg);
}
.brix-post-header > .content > .back-link > .label {
  margin-top: 12px;
}
.brix-post-header > .content .date,
.brix-post-header > .content .newsCategory,
.brix-post-header > .content .h2,
.brix-post-header > .content .content {
  width: 100%;
}
@media (min-width: 768px) {
  .brix-post-header > .content .date,
.brix-post-header > .content .newsCategory,
.brix-post-header > .content .h2,
.brix-post-header > .content .content {
    margin-left: 10%;
    width: 80%;
  }
}
.brix-post-header > .content > .date {
  margin-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  bottom: 5px;
  color: #595959;
}
@media (min-width: 768px) {
  .brix-post-header > .content > .date {
    margin-bottom: 62px;
  }
}
.brix-post-header > .content > .newsCategory {
  text-transform: uppercase;
  color: #b3b3b3;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .brix-post-header > .content > .newsCategory {
    margin-bottom: 21px;
  }
}
.brix-post-header > .content > .h2 {
  margin-bottom: 16px;
}
.brix-post-header > .content > .content {
  margin-bottom: 17px;
}
.brix-post-header > .content > .image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .brix-post-header > .content > .image {
    width: 100%;
    height: 441px;
  }
}
@media (min-width: 992px) {
  .brix-post-header > .content > .image {
    width: 789px;
    height: 441px;
  }
}
.brix-post-header > .content > .image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.brix-read-more-button {
  transition: opacity 0.2s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  color: #000;
  padding: 0;
  border: none;
}
.brix-read-more-button::before {
  transition: opacity 0.2s ease-in;
  content: "";
  width: 96px;
  height: 2px;
  background-color: currentColor;
  margin: 8px 0;
}
.brix-read-more-button:hover::before {
  opacity: 0.7;
}
.brix-read-more-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  top: -72px;
}

.brix-read-less-button {
  transition: opacity 0.2s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  color: #000;
  padding: 0;
  border: none;
}
.brix-read-less-button::before {
  transition: opacity 0.2s ease-in;
  content: "";
  width: 96px;
  height: 2px;
  background-color: currentColor;
  margin: 8px 0;
}
.brix-read-less-button:hover::before {
  opacity: 0.7;
}
.brix-read-less-button > .rich-text-read-less-label {
  display: flex;
}
.brix-read-less-button.-hidden {
  display: none;
}

.brix-rich-text.-inner {
  justify-content: flex-start;
}
.brix-rich-text > .content {
  width: 100%;
  flex-direction: column;
}
.brix-rich-text > .content > *.-hidden {
  display: none;
}
.brix-rich-text > .content h1,
.brix-rich-text > .content h2,
.brix-rich-text > .content h3,
.brix-rich-text > .content h4,
.brix-rich-text > .content h5,
.brix-rich-text > .content h6 {
  margin-bottom: 8px;
}
.brix-rich-text > .content p + h1,
.brix-rich-text > .content p + h2,
.brix-rich-text > .content p + h3,
.brix-rich-text > .content p + h4,
.brix-rich-text > .content p + h5,
.brix-rich-text > .content p + h6 {
  margin-top: 5px;
}
.brix-rich-text > .content ul {
  margin-left: 20px;
}
.brix-rich-text > .content ul > li {
  margin-bottom: 8px;
}
.brix-rich-text > .content ul > li::marker {
  color: #333;
}
.brix-rich-text > .content p > a {
  color: inherit;
  border-bottom: 0.5px solid #595959;
}
.brix-rich-text > .content p > a:hover {
  opacity: 0.8;
}
.brix-rich-text > .content .has-text-align-left {
  text-align: left;
}
.brix-rich-text > .content .has-text-align-center {
  text-align: center;
}
.brix-rich-text > .content .has-text-align-right {
  text-align: right;
}
.brix-rich-text > .content .rich-text-read-more {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  position: relative;
  border-radius: 0;
  transition: none;
}
.brix-rich-text > .content .rich-text-read-more::before {
  content: "";
  width: 110px;
  height: 5px;
  background-color: #dedede;
  margin: 10px 0;
  transition: opacity 0.2s ease-in;
}
.brix-rich-text > .content .rich-text-read-more:hover::before {
  opacity: 0.7;
}
.brix-rich-text > .content .rich-text-read-more::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  left: 0;
  top: -90px;
}
.brix-rich-text > .content .rich-text-read-more.-show-more {
  visibility: hidden;
  height: 0;
}
.brix-rich-text > .content .rich-text-read-more.-show-more::after {
  content: none;
}
.brix-rich-text > .content .rich-text-read-less {
  width: 20px;
  height: 20px;
  border-color: #dedede;
  border-width: 3px 0 0 3px;
  border-style: solid;
  transform: rotate(45deg);
  -ms-grid-row-align: center;
      align-self: center;
  border-radius: 0;
}
.brix-rich-text > .content .rich-text-read-more ~ * {
  display: none;
}
.brix-rich-text > .content .rich-text-read-more.-show-more ~ * {
  display: block;
}
.brix-rich-text > .content .rich-text-read-more ~ .rich-text-read-less {
  display: none;
}
.brix-rich-text > .content .rich-text-read-more.-show-more ~ .rich-text-read-less {
  display: block;
}
.brix-rich-text > .content img {
  max-width: 100%;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .brix-rich-text > .content .two-columns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .brix-rich-text > .content .rich-text-read-more {
    font-size: 1.25rem;
  }
}

.brix-search-result > .content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
}
.brix-search-result > .content > .heading,
.brix-search-result > .content > .hit-counter {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .brix-search-result > .content > .heading,
.brix-search-result > .content > .hit-counter {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .brix-search-result > .content > .hit-counter {
    text-align: right;
    transform: translateY(6px);
  }
}
.brix-search-result > .content > .result-list {
  flex: 0 0 100%;
  list-style: none;
  border-top: 1px solid #ccc;
  margin-top: 30px;
}
.brix-search-result > .content > .result-list > li {
  position: relative;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .brix-search-result > .content > .result-list > li:hover > a > .post-title {
    border-color: currentColor;
  }
  .brix-search-result > .content > .result-list > li:hover > a > p {
    color: #595959;
  }
  .brix-search-result > .content > .result-list > li:hover > a > svg {
    opacity: 1;
  }
}
.brix-search-result > .content > .result-list > li > a > .post-title {
  transition: border-color 0.2s ease-in;
  display: inline-block;
  border-bottom: 1px solid transparent;
  margin-bottom: 5px;
}
.brix-search-result > .content > .result-list > li > a > p {
  color: #595959;
  margin: 0;
}
.brix-search-result > .content > .result-list > li > a > svg {
  transition: opacity 0.2s ease-in;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
}
.brix-search-result > .content > .pagination {
  margin: 0 auto;
}

.brix-share-on-social-media > .content {
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.brix-share-on-social-media > .content > .heading {
  margin-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: center;
}
.brix-share-on-social-media > .content > .share-links {
  display: flex;
  border-top: 1px solid #ccc;
  list-style-type: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 380px;
  padding-top: 25px;
}
.brix-share-on-social-media > .content > .share-links > li {
  margin: 0;
  padding: 0 25px;
}
.brix-share-on-social-media > .content > .share-links > li > .pinterest {
  cursor: pointer;
}
.brix-share-on-social-media > .content > .share-links > li > a > svg {
  display: block;
  height: 24px;
  width: auto;
  color: #333;
}
.brix-share-on-social-media > .content > .share-links > li > a > svg:hover {
  opacity: 0.75;
}

.brix-start-page-hero {
  height: calc(100vh - 243px);
  margin-bottom: 243px;
  background-color: black;
}
@media (min-width: 576px) {
  .brix-start-page-hero {
    justify-content: flex-end;
    height: 100vh;
    min-height: 700px;
    margin-bottom: 0;
  }
}
.brix-start-page-hero > .content {
  position: static;
  justify-content: space-between;
  max-width: 2730px;
  height: 100%;
  align-items: flex-end;
  padding-bottom: 24px;
}
@media (min-width: 576px) {
  .brix-start-page-hero > .content {
    padding-bottom: 70px;
  }
}
@media (min-width: 1400px) {
  .brix-start-page-hero > .content {
    padding: 0 96px 100px;
  }
}
.brix-start-page-hero > .content .heading-wrapper.-transition {
  opacity: 0;
}
.brix-start-page-hero > .content .heading-wrapper.-finished {
  -webkit-animation: 1s ease-in-out show-start-page-hero;
          animation: 1s ease-in-out show-start-page-hero;
  opacity: 1;
}
.brix-start-page-hero > .content > div > .heading {
  max-width: 750px;
  letter-spacing: 0.03125rem;
  font-weight: 300;
  margin: 0 30px 20px 0;
}
.brix-start-page-hero > .content > div > .heading.-style-uppercase {
  text-transform: uppercase;
}
.brix-start-page-hero > .content > div > .heading.-style-uppercase.-size-small {
  letter-spacing: 0.09375rem;
}
.brix-start-page-hero > .content > div > .heading.-style-uppercase.-size-medium {
  letter-spacing: 0.09375rem;
}
@media (min-width: 768px) {
  .brix-start-page-hero > .content > div > .heading.-style-uppercase.-size-medium {
    letter-spacing: 0.125rem;
  }
}
.brix-start-page-hero > .content > div > .heading.-style-uppercase.-size-large {
  letter-spacing: 0.09375rem;
}
@media (min-width: 768px) {
  .brix-start-page-hero > .content > div > .heading.-style-uppercase.-size-large {
    letter-spacing: 0.125rem;
  }
}
@media (min-width: 992px) {
  .brix-start-page-hero > .content > div > .heading.-style-uppercase.-size-large {
    letter-spacing: 0.15625rem;
  }
}
.brix-start-page-hero > .content > div > .heading.-size-small {
  font-size: 2.1875rem;
  line-height: 2.8125rem;
}
.brix-start-page-hero > .content > div > .heading.-size-medium {
  font-size: 2.1875rem;
  line-height: 2.8125rem;
}
@media (min-width: 768px) {
  .brix-start-page-hero > .content > div > .heading.-size-medium {
    font-size: 2.8125rem;
    line-height: 3.75rem;
  }
}
.brix-start-page-hero > .content > div > .heading.-size-large {
  font-size: 2.1875rem;
  line-height: 2.8125rem;
}
@media (min-width: 768px) {
  .brix-start-page-hero > .content > div > .heading.-size-large {
    font-size: 2.8125rem;
    line-height: 3.75rem;
  }
}
@media (min-width: 992px) {
  .brix-start-page-hero > .content > div > .heading.-size-large {
    font-size: 3.4375rem;
    line-height: 4.375rem;
  }
}
.brix-start-page-hero > .content > div > .paragraph {
  max-width: 750px;
  font-size: 1.125rem;
  margin: 0 30px 0 0;
}
.brix-start-page-hero > .content > div > .paragraph.-style-uppercase {
  font-size: 0.75rem;
  line-height: 1.3125rem;
  text-transform: uppercase;
  letter-spacing: 0.15625rem;
  font-weight: 350;
}
.brix-start-page-hero > .content div > .button {
  margin: 30px 0 0;
  font-size: 1.125rem;
}
.brix-start-page-hero > .content > .teaser {
  position: absolute;
  left: 0;
  bottom: calc(-243px + (243px - 175px) / 2);
  padding-bottom: 17px;
  width: 100vw;
  height: 175px;
  overflow: hidden;
}
.brix-start-page-hero > .content > .teaser::after {
  content: "";
  height: 175px;
  flex: 0 0 24px;
  margin-top: 0;
}
.brix-start-page-hero > .content > .teaser.-transition {
  opacity: 0;
}
.brix-start-page-hero > .content > .teaser.-finished {
  -webkit-animation: show-start-page-hero 0.8s ease-in-out;
          animation: show-start-page-hero 0.8s ease-in-out;
  opacity: 1;
}
@media (min-width: 576px) {
  .brix-start-page-hero > .content > .teaser {
    position: static;
    width: auto;
    height: auto;
    flex-direction: column;
    flex: 0 0 250px;
    overflow: auto;
    padding-bottom: 0;
  }
  .brix-start-page-hero > .content > .teaser::after {
    display: none;
  }
}
.brix-start-page-hero > .content > .teaser > .scroll-wrapper {
  position: absolute;
  top: -50px;
  left: 0;
  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 50px 0 50px 24px;
  margin-bottom: -100px;
}
.brix-start-page-hero > .content > .teaser > .scroll-wrapper::after {
  content: "";
  height: 175px;
  flex: 0 0 24px;
  margin-top: 0;
}
@media (min-width: 576px) {
  .brix-start-page-hero > .content > .teaser > .scroll-wrapper {
    position: static;
    flex-direction: column;
    top: 0;
    margin: 0;
    padding: 0;
  }
  .brix-start-page-hero > .content > .teaser > .scroll-wrapper::after {
    display: none;
  }
}
.brix-start-page-hero > .content > .teaser > .scroll-wrapper > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 250px;
  height: 175px;
}
@media (min-width: 576px) {
  .brix-start-page-hero > .content > .teaser > .scroll-wrapper > div {
    height: auto;
  }
}
@media (min-width: 576px) {
  .brix-start-page-hero > .content > .teaser > .scroll-wrapper > .teaser-1 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 175px;
  }
}
.brix-start-page-hero > .content > .teaser > .scroll-wrapper > .teaser-2 {
  background: #fff;
}
.brix-start-page-hero > .content > .teaser > .scroll-wrapper > .teaser-2 > img {
  display: none;
}
@media (min-width: 576px) {
  .brix-start-page-hero > .content > .teaser > .scroll-wrapper > .teaser-2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 340px;
  }
  .brix-start-page-hero > .content > .teaser > .scroll-wrapper > .teaser-2 > img {
    display: block;
  }
}
.brix-start-page-hero > .content > .teaser > .scroll-wrapper > div > *:last-child {
  margin-bottom: 0;
}
.brix-start-page-hero > .content > .teaser > .scroll-wrapper > div > h2 {
  color: #595959;
  margin-bottom: 24px;
}
.brix-start-page-hero > .content > .teaser > .scroll-wrapper > div > img {
  max-width: 100%;
  margin-bottom: 24px;
}
.brix-start-page-hero > .content > .teaser > .scroll-wrapper > div > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  transform: translateY(12px);
  margin-bottom: 24px;
}
.brix-start-page-hero > .content > .teaser > .scroll-wrapper > div > a > svg {
  transform: translateX(12px);
  min-width: 40px;
}
@media (max-width: 575px) {
  .brix-start-page-hero.-one-teaser > .content > .teaser > .scroll-wrapper {
    padding: 50px 24px;
  }
  .brix-start-page-hero.-one-teaser > .content > .teaser > .scroll-wrapper > div {
    flex-basis: 100%;
  }
  .brix-start-page-hero.-no-teasers {
    margin-bottom: 0;
  }
}

@-webkit-keyframes show-start-page-hero {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  10% {
    opacity: 0;
    transform: translateY(50px);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes show-start-page-hero {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  10% {
    opacity: 0;
    transform: translateY(50px);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
.brix-tab-menu > .content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
}
.brix-tab-menu > .content .menu-wrap {
  display: flex;
  width: 90%;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  -ms-grid-row-align: center;
      align-self: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .brix-tab-menu > .content .menu-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    border-top: none;
    border-bottom: none;
  }
}
.brix-tab-menu > .content .menu-wrap .open-close-dropdown {
  display: inline-flex;
  justify-content: space-between;
  transition: none;
  margin: 0;
  outline: none;
  width: 100%;
  height: 65px;
  align-content: center;
  -ms-grid-row-align: center;
      align-self: center;
}
.brix-tab-menu > .content .menu-wrap .open-close-dropdown.-up > span > svg {
  transition: transform 0.2s ease-in;
}
.brix-tab-menu > .content .menu-wrap .open-close-dropdown.-down {
  justify-content: flex-end;
  order: 2;
  width: 20%;
  -ms-grid-row-align: start;
      align-self: start;
}
.brix-tab-menu > .content .menu-wrap .open-close-dropdown.-down > .menu-text {
  display: none;
}
@media (min-width: 768px) {
  .brix-tab-menu > .content .menu-wrap .open-close-dropdown {
    display: none;
  }
}
.brix-tab-menu > .content .menu-wrap .open-close-dropdown > .menu-text {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  margin-left: 20px;
}
.brix-tab-menu > .content .menu-wrap .open-close-dropdown > span > svg {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.brix-tab-menu > .content .menu-wrap .open-close-dropdown.-down > span > svg {
  transition: transform 0.2s ease-in;
  transform: rotate(180deg);
}
.brix-tab-menu > .content .menu-wrap .tab-menu {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 13px 0 13px 20px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .brix-tab-menu > .content .menu-wrap .tab-menu {
    flex-direction: row;
    justify-content: flex-start;
    height: 100px;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .brix-tab-menu > .content .menu-wrap .tab-menu.-closed {
    display: none;
  }
}
.brix-tab-menu > .content .menu-wrap .tab-menu .anchor {
  position: absolute;
  transform: translateY(-200px);
}
.brix-tab-menu > .content .menu-wrap .tab-menu .menu-item {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 40px;
  transition: 0.2s ease;
  cursor: pointer;
  flex-shrink: 0;
  color: #b3b3b3;
  position: relative;
}
.brix-tab-menu > .content .menu-wrap .tab-menu .menu-item::before {
  transition: background 0.2s ease-in;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: transparent;
}
@media (min-width: 768px) {
  .brix-tab-menu > .content .menu-wrap .tab-menu .menu-item {
    margin: 0 15px;
  }
  .brix-tab-menu > .content .menu-wrap .tab-menu .menu-item:hover::before {
    background: #dedede;
  }
}
.brix-tab-menu > .content .menu-wrap .tab-menu .menu-item a {
  transition: color 0.2s ease-in;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brix-tab-menu > .content .menu-wrap .tab-menu .menu-item a:hover {
  color: inherit;
  text-decoration: none;
}
.brix-tab-menu > .content .menu-wrap .tab-menu .menu-item a:active {
  color: inherit;
}
.brix-tab-menu > .content .menu-wrap .tab-menu .menu-item:first-child {
  margin-left: 30px;
}
.brix-tab-menu > .content .menu-wrap .tab-menu .menu-item:last-child {
  margin-right: 25px;
}
.brix-tab-menu > .content .menu-wrap .tab-menu .menu-item.-current {
  color: #000;
}
@media (min-width: 768px) {
  .brix-tab-menu > .content .menu-wrap .tab-menu .menu-item.-current::before {
    background: #000;
  }
}
.brix-tab-menu > .content .tabs .tab {
  display: none;
}
.brix-tab-menu > .content .tabs .tab.-current {
  display: block;
  background-color: #f8f8f8;
}

.brix-two-column > .content {
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .brix-two-column > .content {
    aspect-ratio: 2260/1080;
    overflow: hidden;
    height: auto;
    max-height: 574px;
    flex-direction: row;
  }
}
.brix-two-column > .content > .-inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .brix-two-column > .content > .-inner > .content {
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
  }
}
.brix-two-column > .content > .-inner.brix-video video.player {
  position: absolute;
  top: 50%;
  width: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brix-two-column > .content > .-inner.brix-rich-text {
  background-color: #fff;
}
.brix-two-column > .content > .-inner.brix-rich-text > .content {
  padding: 24px;
}
@media (min-width: 768px) {
  .brix-two-column > .content > .-inner.brix-rich-text > .content {
    padding: 40px;
  }
}
.brix-two-column > .content > .-inner.brix-rich-text > .content > p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #000;
}
@media (min-width: 768px) {
  .brix-two-column > .content > .-inner.brix-rich-text > .content > p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #000;
  }
}
.brix-two-column > .content > .-inner.brix-image > .content > .image {
  max-width: 100%;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brix-video > .content {
  justify-content: center;
  align-items: center;
  width: 100%;
}
.brix-video > .content > .video {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.brix-video > .content > .video > .player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 0;
}
.brix-video > .content > .video > .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.brix-video > .content > .video > .overlay > .play-button {
  transform: scale(0.75);
}
@media (min-width: 768px) {
  .brix-video > .content > .video > .overlay > .play-button {
    transform: scale(1);
  }
}
.brix-video > .content > .video > .overlay > .play-button.-hidden {
  display: none;
}
.brix-video > .content > .video > .overlay.-hidden {
  display: none;
}

/*# sourceMappingURL=http://docker.hoy/themes/efg/assets/app-bundle.css.map */