/* Poppins 200 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url("/webfont/Poppins-ExtraLight.ttf") format("truetype");
}
/* Poppins 300 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("/webfont/Poppins-Light.ttf") format("truetype");
}
/* Poppins 400 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/webfont/Poppins-Regular.ttf") format("truetype");
}
/* Poppins 500 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/webfont/Poppins-Medium.ttf") format("truetype");
}
/* Poppins 600 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/webfont/Poppins-SemiBold.ttf") format("truetype");
}
/* Poppins 700 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/webfont/Poppins-Bold.ttf") format("truetype");
}
/* Primary font mixins */
/* Secondary font mixins now also use Poppins */
@keyframes loader {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  25% {
    width: 24%;
  }
  43% {
    width: 41%;
  }
  56% {
    width: 50%;
  }
  66% {
    width: 52%;
  }
  71% {
    width: 60%;
  }
  75% {
    width: 76%;
  }
  94% {
    width: 86%;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html, body {
  background: #fff;
  width: 100%;
  height: 100% !important;
  margin: 0;
  padding: 0;
  color: #395066;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.75px;
  -webkit-overflow-scrolling: touch;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizespeed;
  scroll-behavior: smooth;
}
@media (min-width: 1200px) {
  html.overflow-hidden, body.overflow-hidden {
    overflow: scroll !important;
  }
}
@media only screen and (min-width: lgpx) {
  html.overflow-hidden, body.overflow-hidden {
    overflow: scroll !important;
  }
}

body.mobile-active {
  overflow: hidden;
}
@media (min-width: 1200px) {
  body.mobile-active {
    overflow: scroll;
  }
}
@media only screen and (min-width: lgpx) {
  body.mobile-active {
    overflow: scroll;
  }
}

ul {
  padding-left: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

pre {
  position: relative;
  margin-top: 10px;
}

code {
  background: #fff;
  display: inline-block;
  border: 1px solid #f0f0f0;
  padding: 1px 4px 0;
  color: #e83e8c;
  -ms-box-shadow: 0 1px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 6px -3px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.container {
  max-width: 1600px;
}
@media only screen and (min-width: 2560px) {
  .container {
    max-width: 1700px;
  }
}

@media only screen and (min-width: 1300px) {
  .col-xlg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media only screen and (min-width: 1300px) {
  .col-xlg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 1300px) {
  .col-xlg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (min-width: 1300px) {
  .col-xlg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media only screen and (min-width: 1300px) {
  .col-xlg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1300px) {
  .col-xlg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media only screen and (min-width: 1300px) {
  .col-xlg-8 {
    flex: 0 0 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

.legal-information {
  margin: 10px 0 0;
}
.legal-information span {
  color: var(--hzr-color-sand,#f2e9dc);
  font-size: 17px;
  position: relative;
  top: 1px;
  margin: 0 10px 0 0;
}
.legal-information a {
  position: relative;
  color: var(--hzr-color-primary,#2c111d);
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
}
.legal-information a:after {
  content: "";
  background: #08abfe;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transform-origin: right top;
  border-radius: 4px;
}
.legal-information a:hover {
  text-decoration: none;
}
.legal-information a:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}

.empty-content {
  display: flex;
  min-height: 600px;
  align-items: center;
  justify-content: center;
}
.empty-content-inner {
  text-align: center;
}
.empty-content-icon {
  font-size: 40px;
  color: var(--hzr-color-sand,#f2e9dc);
}
.empty-content-icon img {
  height: 50px;
}
.empty-content-headline {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.6;
}
.empty-content-description {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}
.empty-content-action {
  margin: 20px 0 0;
}
.empty-content--lg {
  min-height: 500px;
}
.empty-content--sm {
  min-height: 350px;
}

p a {
  position: relative;
  color: #000;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
  white-space: pre;
}
p a:after {
  content: "";
  background: var(--hzr-color-sand,#f2e9dc);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transform-origin: right top;
  border-radius: 4px;
}
p a:hover {
  color: #000;
  text-decoration: none;
}
p a:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.min-h-auto {
  min-height: 400px;
}

.custom-range {
  display: flex;
  align-items: center;
}
.custom-range label {
  margin: 0;
}

.text-black {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.75px;
}

.loading {
  /* z-index: 20000;
  background: rgb(0,0,0,.9);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block; */
}
.loading-feedback {
  color: var(--hzr-color-sand,#f2e9dc);
  font-weight: 600;
  font-size: 20px;
}
.loading-fadeout {
  margin-top: 2.3rem;
}
.loading-inner {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
}
.loading-inner .btn {
  background: rgba(0, 0, 0, 0.1);
  color: var(--hzr-color-sand,#f2e9dc);
  border-color: var(--hzr-color-sand,#f2e9dc);
}
.loading-inner .btn:hover {
  background: var(--hzr-color-sand,#f2e9dc);
  color: white;
}
.loading-inner .mdi-close {
  color: #f44336;
  display: none;
}
.loading-inner .mdi-check {
  color: var(--hzr-color-success,#1ba521);
  display: none;
}
.loading-inner.failed .mdi-spin {
  display: none;
}
.loading-inner.failed .mdi-close {
  display: block;
}
.loading-inner.failed .loading-feedback {
  color: #f44336;
  display: block;
}
.loading-inner.failed .btn {
  color: #f44336;
  border-color: #f44336;
}
.loading-inner.failed .btn:hover {
  background: #f44336;
  color: white;
}
.loading-inner.success .mdi-spin {
  display: none;
}
.loading-inner.success .mdi-check {
  display: block;
}
.loading-inner.success .loading-feedback {
  color: var(--hzr-color-success,#1ba521);
  display: block;
}
.loading-inner.success .btn {
  color: var(--hzr-color-success,#1ba521);
  border-color: var(--hzr-color-success,#1ba521);
}
.loading-inner.success .btn:hover {
  background: var(--hzr-color-success,#1ba521);
  color: white;
}
.loading img {
  width: 250px;
}
.loading-icon {
  font-size: 100px;
  color: var(--hzr-color-sand,#f2e9dc);
}

.color-secondary {
  color: var(--hzr-color-sand,#f2e9dc);
}

.table td, .table th {
  vertical-align: middle;
}

.row.gy-3 > [class~=col],
.row.gy-3 > [class^=col-],
.row.gy-3 > [class*=" col-"] {
  margin-bottom: 30px;
}

.row.gy-3 {
  margin-bottom: -30px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

.row.gy-5 > [class~=col],
.row.gy-5 > [class^=col-],
.row.gy-5 > [class*=" col-"] {
  margin-bottom: 50px;
}

.row.gy-5 {
  margin-bottom: -50px;
}

.invert-1 {
  filter: invert(1);
}

.btn {
  padding: 10px 35px;
  background: #fff;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  transition: all 0.3s ease;
  border-radius: 960px;
}
.btn:hover {
  background: var(--hzr-color-primary,#2c111d);
  color: #fff;
}
.btn-beige {
  background: var(--hzr-color-sand,#f2e9dc);
}
.btn-beige:hover {
  background: #fff;
  color: var(--hzr-color-primary,#2c111d);
}
.btn-sm {
  padding: 8px 20px;
}
.btn-primary {
  background: var(--hzr-color-primary,#2c111d);
  border-color: var(--hzr-color-primary,#2c111d);
  color: #fff;
}
.btn-primary:hover {
  background: var(--hzr-color-primary-alt,#461b2e);
  border-color: var(--hzr-color-primary-alt,#461b2e);
  color: #fff;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active {
  background: var(--hzr-color-primary-alt,#461b2e) !important;
  border-color: var(--hzr-color-primary-alt,#461b2e) !important;
  color: #fff !important;
  box-shadow: 0 0 0 0.2rem color-mix(in srgb,var(--hzr-color-primary,#2c111d) 35%,transparent) !important;
}
.btn-info {
  background: var(--hzr-color-sand,#f2e9dc);
  border-color: var(--hzr-color-sand,#f2e9dc);
  color: var(--hzr-color-primary,#2c111d);
}
.btn-info:hover {
  background: var(--hzr-color-sand-dark,#e8d9c2);
  border-color: var(--hzr-color-sand-dark,#e8d9c2);
  color: var(--hzr-color-primary,#2c111d);
}
.btn-info.focus, .btn-info:focus, .btn-info.active, .btn-info:active {
  background: var(--hzr-color-sand-dark,#e8d9c2) !important;
  border-color: var(--hzr-color-sand-dark,#e8d9c2) !important;
  color: #fff !important;
  box-shadow: 0 0 0 0.2rem color-mix(in srgb,var(--hzr-color-sand,#f2e9dc) 35%,transparent) !important;
}

.custom-checkbox input[type=checkbox] {
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 3px;
  left: 3px;
}
.custom-checkbox label {
  position: relative;
  padding-left: 40px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.75px;
  color: #395066;
  line-height: 22px;
  font-size: 14px;
}
.custom-checkbox label a {
  text-decoration: underline;
}
.custom-checkbox label span {
  background: #fff;
  width: 24px;
  height: 24px;
  display: inline-block;
  border: 1px solid #dadada;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.12s linear;
  border-radius: 6px;
}
.custom-checkbox label span:before {
  content: "";
  display: inline-block;
  font-family: "Material Design Icons" !important;
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f012c";
  color: transparent;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.2s ease-in-out;
}
.custom-checkbox label .mdi {
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.custom-checkbox label:hover {
  cursor: pointer;
}
.custom-checkbox label:hover span {
  border: 1px solid #cacaca;
}
.custom-checkbox input[type=checkbox]:focus + span {
  border-color: var(--hzr-color-sand,#f2e9dc);
  box-shadow: 0 0 0 0.2rem color-mix(in srgb,var(--hzr-color-sand,#f2e9dc) 25%,transparent);
}
.custom-checkbox input[type=checkbox]:checked + span {
  background: var(--hzr-color-success,#1ba521);
  border-color: var(--hzr-color-success,#1ba521);
}
.custom-checkbox input[type=checkbox]:checked + span:before {
  color: #fff;
  transform: translate(-50%, -50%) scale(1);
}
.custom-checkbox--xs label {
  padding-left: 25px;
  line-height: 20px;
  font-size: 13px;
}
.custom-checkbox--xs label span {
  width: 18px;
  height: 18px;
  top: 0;
  border-radius: 3px;
}
.custom-checkbox--xs label span:before {
  font-size: 12px;
}
.custom-checkbox--inline label {
  padding-left: 0;
}
.custom-checkbox--inline label span {
  position: relative;
  top: auto;
  left: auto;
}
.custom-checkbox--secondary input[type=checkbox]:checked + span {
  background: var(--hzr-color-sand,#f2e9dc) !important;
}

.form-control {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 14px 20px;
  border: 1px solid #dadada;
  display: block;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.75px;
  line-height: 1.6;
  color: #141414;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:hover {
  border-color: #d0d0d0;
  box-shadow: 0 0 0 0.2rem rgba(208, 208, 208, 0.25);
}
.form-control:focus {
  background: #fff;
  border-color: var(--hzr-color-primary,#2c111d);
  outline: 0;
  color: #141414;
  box-shadow: 0 0 0 0.2rem color-mix(in srgb,var(--hzr-color-primary,#2c111d) 25%,transparent);
}
.form-control--xs {
  padding: 5px 12px;
}
.form-control.form-control.is-invalid, .form-control.was-validated .form-control:invalid {
  border-color: #f44336;
}

.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control::-ms-placeholder,
.form-control::placeholder {
  color: #828282;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.75px;
}

.form-control:disabled,
.form-control[readonly] {
  background: #f0f0f0 !important;
  cursor: not-allowed !important;
}
.form-control:disabled:hover,
.form-control[readonly]:hover {
  box-shadow: none;
}
.form-control:disabled:focus,
.form-control[readonly]:focus {
  border-color: #dadada;
  box-shadow: none;
}

textarea,
textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

textarea,
textarea.form-control.autoheight {
  min-height: 0;
  resize: vertical;
}

.form-floating-label {
  position: relative;
  margin-bottom: 7px;
}
.form-floating-label label {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.75px;
  color: #3d3d3d;
  position: absolute;
  top: 2px;
  left: 12px;
  transition: all 0.3s ease;
}
.form-floating-label label.required:after {
  content: "*";
  margin-left: 3px;
}
.form-floating-label .form-control {
  height: 50px;
  padding: 10px 12px;
  color: #141414;
  transition: all 0.3s ease;
}
.form-floating-label .form-control:focus {
  position: relative;
  z-index: 100;
}
.form-floating-label .selectize-control .selectize-input {
  min-height: 51px;
  padding-top: 21px !important;
  padding-left: 10px !important;
}
.form-floating-label .selectize-control .selectize-input .item {
  font-size: 10px;
  padding: 1px 10px;
}
.form-floating-label--select label {
  opacity: 1;
  visibility: visible;
  top: 6px;
  z-index: 1;
}
.form-floating-label--select .custom-select {
  width: 100%;
  height: 50px;
}
.form-floating-label--select .custom-select select {
  padding: 21px 40px 6px 12px;
}
.form-floating-label--active label {
  opacity: 1;
  visibility: visible;
  top: 6px;
  left: 12px;
  z-index: 200;
}
.form-floating-label--active .form-control {
  padding: 20px 12px 7px;
}
.form-floating-label .invalid-feedback {
  display: none;
}
.form-floating-label--error .invalid-feedback {
  display: block;
}

.form-inline .form-floating-label {
  margin: 0;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 900px;
}
@media (min-width: 768px) {
  .hero {
    height: 100vh;
  }
}
@media only screen and (min-width: smpx) {
  .hero {
    height: 100vh;
  }
}
.hero-topbar {
  position: relative;
  z-index: 466346436346;
  background: var(--hzr-color-primary,#2c111d);
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  width: 100%;
}
.hero-topbar.static {
  position: fixed;
  top: 0;
}
.hero-topbar-inner {
  display: flex;
  align-items: center;
}
.hero-topbar-text {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 15px 0 0;
}
.hero-topbar-socials {
  font-size: 17px;
  display: flex;
  gap: 15px;
}
.hero-topbar-socials a {
  color: #fff;
}
.hero-topbar-actions {
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  border-left: 1px solid #fff;
}
.hero-topbar-actions a {
  display: flex;
  align-items: center;
  color: var(--hzr-color-primary,#2c111d);
  gap: 7px;
}
.hero-topbar-actions a span {
  font-size: 20px;
}
.hero-topbar-social-trigger,
.mobile-socials-layer {
  display: none;
}
@media (max-width: 991px) {
  .hero-topbar-socials {
    display: none;
  }
  .hero-topbar-social-trigger {
    align-items: center;
    background: var(--hzr-color-accent-mo,#c15082);
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 36px;
    font: inherit;
    height: 36px;
    justify-content: center;
    margin: 0;
    padding: 0;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    width: 36px;
  }
  .hero-topbar-social-trigger span {
    font-size: 20px;
    line-height: 1;
  }
  .hero-topbar-social-trigger:hover,
  .hero-topbar-social-trigger:focus-visible {
    background: #d56596;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
    outline: 0;
    transform: translateY(-1px);
  }
  .mobile-socials-layer {
    align-items: center;
    background: linear-gradient(135deg, color-mix(in srgb,var(--hzr-color-primary,#2c111d) 96%,transparent), rgba(88, 25, 56, 0.94)), var(--hzr-color-primary,#2c111d);
    color: var(--hzr-color-primary,#2c111d);
    display: grid;
    inset: 0;
    justify-items: center;
    opacity: 0;
    padding: 28px;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.24s ease, visibility 0.24s ease;
    visibility: hidden;
    z-index: 2147483647;
  }
  .mobile-socials-layer.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .mobile-socials-close {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    color: var(--hzr-color-primary,#2c111d);
    cursor: pointer;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: background 0.2s ease, transform 0.2s ease;
    width: 44px;
  }
  .mobile-socials-close span {
    font-size: 25px;
    line-height: 1;
  }
  .mobile-socials-close:hover,
  .mobile-socials-close:focus-visible {
    background: #fff;
    outline: 0;
    transform: translateY(-1px);
  }
  .mobile-socials-orbit {
    aspect-ratio: 1;
    max-width: 360px;
    position: relative;
    width: min(82vw, 360px);
  }
  .mobile-socials-logo {
    background: #fff;
    border: 1px solid color-mix(in srgb,var(--hzr-color-accent-mo,#c15082) 16%,transparent);
    border-radius: 50%;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
    height: 104px;
    left: 50%;
    object-fit: contain;
    padding: 16px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.94);
    transition: transform 0.32s cubic-bezier(0.22, 0.8, 0.2, 1);
    width: 104px;
    z-index: 2;
  }
  .mobile-socials-layer.is-active .mobile-socials-logo {
    transform: translate(-50%, -50%) scale(1);
  }
  .mobile-socials-items {
    inset: 0;
    position: absolute;
  }
  .mobile-socials-item {
    --social-radius: min(32vw, 136px);
    align-items: center;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
    color: var(--hzr-color-primary,#2c111d);
    display: inline-flex;
    font-size: 27px;
    height: 58px;
    justify-content: center;
    left: 50%;
    opacity: 0;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translate(-50%, -50%) rotate(var(--social-angle)) translateY(calc(-1 * var(--social-radius))) scale(0.82);
    transform-origin: center;
    width: 58px;
    will-change: transform, opacity;
    z-index: 1;
  }
  .mobile-socials-item:hover,
  .mobile-socials-item:focus-visible {
    background: #fff;
    color: var(--hzr-color-accent-mo,#c15082);
    outline: 0;
  }
  .mobile-socials-item span {
    display: block;
    line-height: 1;
    transform: rotate(var(--social-angle-inverse));
  }
  .mobile-socials-layer.is-active .mobile-socials-item {
    animation: mobile-socials-orbit-in 0.82s cubic-bezier(0.18, 0.84, 0.24, 1) forwards;
    animation-delay: calc(var(--social-index) * 58ms);
  }
  .mobile-socials-layer.is-active .mobile-socials-item span {
    animation: mobile-socials-icon-upright 0.82s cubic-bezier(0.18, 0.84, 0.24, 1) forwards;
    animation-delay: calc(var(--social-index) * 58ms);
  }
  .mobile-socials-item--facebook {
    color: #1877f2;
  }
  .mobile-socials-item--instagram {
    color: #e1306c;
  }
  .mobile-socials-item--youtube {
    color: #ff0000;
  }
  .mobile-socials-item--pinterest {
    color: #bd081c;
  }
  .mobile-socials-item--tiktok,
  .mobile-socials-item--twitter {
    color: #111;
  }
  .mobile-socials-item--linkedin {
    color: #0a66c2;
  }
  .mobile-socials-item--email {
    color: var(--hzr-color-accent-mo,#c15082);
  }
}
@media (max-width: 374px) {
  .mobile-socials-orbit {
    width: min(86vw, 330px);
  }
  .mobile-socials-logo {
    height: 92px;
    padding: 14px;
    width: 92px;
  }
  .mobile-socials-item {
    --social-radius: min(33vw, 122px);
    font-size: 24px;
    height: 52px;
    width: 52px;
  }
}
@keyframes mobile-socials-orbit-in {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--social-angle-start)) translateY(calc(-1 * var(--social-radius))) scale(0.62);
  }
  72% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(var(--social-angle-peak)) translateY(calc(-1 * var(--social-radius))) scale(1.08);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(var(--social-angle)) translateY(calc(-1 * var(--social-radius))) scale(1);
  }
}
@keyframes mobile-socials-icon-upright {
  0% {
    transform: rotate(var(--social-angle-start-inverse));
  }
  72% {
    transform: rotate(var(--social-angle-peak-inverse));
  }
  100% {
    transform: rotate(var(--social-angle-inverse));
  }
}
@media (prefers-reduced-motion: reduce) {
  .mobile-socials-layer,
  .mobile-socials-logo,
  .mobile-socials-item,
  .mobile-socials-item span,
  .hero-topbar-social-trigger {
    animation: none !important;
    transition: none !important;
  }
  .mobile-socials-layer.is-active .mobile-socials-item {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(var(--social-angle)) translateY(calc(-1 * var(--social-radius))) scale(1);
  }
  .mobile-socials-layer.is-active .mobile-socials-item span {
    transform: rotate(var(--social-angle-inverse));
  }
}
body.mobile-socials-open .header,
body.mobile-socials-open .mobile-nav {
  z-index: 0 !important;
  pointer-events: none;
}
.hero-action-banner {
  position: fixed;
  z-index: 1000000;
  background: #fff;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 157px 0 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .hero-action-banner {
    padding: 200px 0 0;
  }
}
@media only screen and (min-width: smpx) {
  .hero-action-banner {
    padding: 200px 0 0;
  }
}
.hero-action-banner-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-action-banner-suggestions {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .hero-action-banner-suggestions {
    flex-direction: row;
  }
}
@media only screen and (min-width: smpx) {
  .hero-action-banner-suggestions {
    flex-direction: row;
  }
}
.hero-action-banner-suggestions-label {
  position: relative;
  top: 2px;
  color: var(--hzr-color-primary,#2c111d);
  text-transform: uppercase;
  font-size: 13px;
}
.hero-action-banner-suggestions-item {
  font-size: 14px;
  color: var(--hzr-color-primary,#2c111d);
}
.hero-action-banner-suggestions-item:hover {
  color: var(--hzr-color-sand,#f2e9dc);
}
.hero-action-banner-collapse {
  font-size: 25px;
  color: var(--hzr-color-primary,#2c111d);
  cursor: pointer;
}
.hero-action-banner-collapse:hover {
  color: red;
}
.hero-action-banner-headline {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .hero-action-banner-headline {
    font-size: 45px;
  }
}
@media only screen and (min-width: smpx) {
  .hero-action-banner-headline {
    font-size: 45px;
  }
}
.hero-action-banner-subheadline {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 20px;
  margin: 30px 0 15px;
}
.hero-action-banner-action {
  margin: 30px 0 0;
}
.hero-action-banner-inner {
  min-width: 100%;
  flex: 1;
}
.hero-action-banner-visuals {
  display: flex;
  align-items: center;
}
.hero-action-banner-visuals .products {
  flex: 1;
}
.hero-action-banner-visuals .product-card {
  flex: 0 0 calc((100% - 15px) / 2);
}
.hero-action-banner-visuals-main {
  height: 100%;
  flex: 1;
  height: 735px;
  border-radius: 10px;
  overflow: hidden;
}
.hero-action-banner-visuals-main img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.hero-action-banner.active {
  opacity: 1;
  visibility: visible;
}
.hero-content {
  position: relative;
  display: flex;
  flex: 1;
  background: url("/images/hero.jpeg") no-repeat center;
  background-size: cover;
  align-items: center;
  justify-content: center;
}
.hero-content-headline {
  text-align: center;
  color: #fff;
  font-size: 50px;
  letter-spacing: 20px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18), 0 1px 2px rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
  .hero-content-headline {
    font-size: 75px;
  }
}
@media only screen and (min-width: smpx) {
  .hero-content-headline {
    font-size: 75px;
  }
}
@media (min-width: 992px) {
  .hero-content-headline {
    font-size: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-content-headline {
    font-size: 150px;
  }
}
.hero-content-subheadline {
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18), 0 1px 2px rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
  .hero-content-subheadline {
    font-size: 25px;
  }
}
@media only screen and (min-width: smpx) {
  .hero-content-subheadline {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .hero-content-subheadline {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-content-subheadline {
    font-size: 35px;
  }
}
.hero-content-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 60px 0 0;
}
.hero-content-inner {
  position: relative;
  z-index: 1000;
  padding: 100px 30px;
  flex: 1;
}
.hero-content-flagline {
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.hero-content-description {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 15px 0 0;
}
.hero-content-action {
  margin: 30px 0 0;
}
.hero-content::before {
  content: "";
  position: absolute;
  inset: -3rem -5rem;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.1) 55%, rgba(0, 0, 0, 0.04) 70%, rgba(0, 0, 0, 0) 90%);
  -webkit-backdrop-filter: saturate(120%);
          backdrop-filter: saturate(120%);
}
.hero-content:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(120, 95, 55, 0.55) 0%, rgba(160, 130, 75, 0.35) 10%, rgba(200, 170, 110, 0.18) 18%, rgba(255, 240, 200, 0.08) 26%, rgba(255, 240, 200, 0) 34%);
  z-index: 100;
}
.hero-reference-bar {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  background: var(--hzr-color-sand,#f2e9dc);
  z-index: 1000;
}
.hero-reference-bar-title {
  color: #000;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.hero-reference-bar-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 992px) {
  .hero-reference-bar-inner {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .hero-reference-bar-inner {
    flex-direction: row;
  }
}
.hero-reference-bar-images {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 0;
  flex-direction: column;
}
@media (min-width: 992px) {
  .hero-reference-bar-images {
    padding: 0 0 0 25px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .hero-reference-bar-images {
    padding: 0 0 0 25px;
    flex-direction: row;
  }
}
.hero-reference-bar-images:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: var(--hzr-color-primary,#2c111d);
  display: none;
}
@media (min-width: 992px) {
  .hero-reference-bar-images:before {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .hero-reference-bar-images:before {
    display: block;
  }
}
.hero-reference-bar-images img {
  height: 25px;
}

.header {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 1000000;
  transition: all 0.5s ease;
}
.header.inactive {
  top: -100px;
}
.header-topbar {
  background: var(--hzr-color-primary,#2c111d);
  padding: 10px 0;
}
.header-static {
  background: var(--hzr-color-primary,#2c111d);
  top: 58px !important;
}
.header-static .invert-1 {
  filter: none !important;
}
.header-inner {
  height: 100%;
}
.header-inner ul {
  display: none;
  justify-content: center;
  gap: 15px;
  height: 100%;
  align-items: center;
}
@media (min-width: 1200px) {
  .header-inner ul {
    display: flex;
  }
}
@media only screen and (min-width: lgpx) {
  .header-inner ul {
    display: flex;
  }
}
.header-inner ul li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.header-hud {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  gap: 15px;
}
.header-hud-item {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 17px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-hud-item .hamburger {
  padding: 0;
  transform: scale(0.7);
  margin: 3px 0 0;
}
.header-hud-item:hover {
  background-color: var(--hzr-color-primary,#2c111d);
  color: #fff;
}
.header-hud-item:hover .hamburger-inner {
  background: #fff;
}
.header-hud-item:hover .hamburger-inner:before, .header-hud-item:hover .hamburger-inner:after {
  transition: none;
  background: #fff;
}
.header-hud-item.burger {
  display: block;
}
@media (min-width: 1200px) {
  .header-hud-item.burger {
    display: none;
  }
}
@media only screen and (min-width: lgpx) {
  .header-hud-item.burger {
    display: none;
  }
}
.header-hud-item.burger:hover {
  background: #fff;
}
.header-hud-item.burger:hover .hamburger-inner {
  background: var(--hzr-color-primary,#2c111d);
}
.header-hud-item.burger:hover .hamburger-inner:before, .header-hud-item.burger:hover .hamburger-inner:after {
  background: var(--hzr-color-primary,#2c111d);
}
.header-logo img {
  height: 45px;
}
@media (min-width: 992px) {
  .header-logo img {
    height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .header-logo img {
    height: 60px;
  }
}
.header-logo img.invert-1 {
  filter: invert(1);
}
@media (min-width: 1200px) {
  .header-logo img.invert-1 {
    filter: none;
  }
}
@media only screen and (min-width: lgpx) {
  .header-logo img.invert-1 {
    filter: none;
  }
}
.header-submenu {
  display: none;
  position: relative;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.5s ease;
  overflow: hidden;
}
.header-submenu.active {
  display: block;
  margin: 20px 0 0;
  max-height: 700px;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}
.header-submenu-panel {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  z-index: 10000;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  transition: all 0.5s ease;
}
.header-submenu-panel.active {
  opacity: 1;
  max-height: 700px;
  visibility: visible;
}
.header-submenu-main {
  padding: 30px 0;
}
.header-submenu-main-center {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-submenu-main-title {
  color: #000;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.header-submenu-main-section {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}
.header-submenu-main-section.active {
  opacity: 1;
  max-height: 700px;
  visibility: visible;
}
.header-submenu-main ul {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
.header-submenu-main ul li {
  flex: 0 0 25%;
  margin: 10px 0 0;
}
.header-submenu-main ul li a {
  color: #000;
}
.header-submenu-main-center.variant ul {
  flex-direction: column;
}
.header-submenu-main-center.multiple {
  display: flex;
  gap: 50px;
}
.header-submenu-main-center.full ul {
  gap: 25px;
}
.header-submenu-main-center.full ul li {
  flex: auto;
}
.header-submenu-tile {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 350px;
  border-radius: 10px;
  background-size: cover !important;
  background-position: center !important;
  margin: 15px 0 0;
  overflow: hidden;
}
.header-submenu-tile:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
.header-submenu-tile-content {
  position: relative;
  padding: 30px;
  z-index: 1000;
}
.header-submenu-tile-title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.75px;
  font-size: 20px;
}
.header-submenu-sidebar {
  display: flex;
  align-items: center;
  background: var(--hzr-color-sand,#f2e9dc);
  padding: 30px;
  height: 100%;
}
.header-submenu-sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
}
.header-submenu-sidebar ul li a {
  position: relative;
  color: var(--hzr-color-primary,#2c111d);
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.header-submenu-sidebar ul li a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--hzr-color-primary,#2c111d);
  transition: all 0.3s ease;
}
.header-submenu-sidebar ul li a:hover:before, .header-submenu-sidebar ul li a.active:before {
  width: 100%;
}
.header.ng-transparent {
  background: #fff;
}
.header.ng-transparent .header-logo {
  filter: invert(1);
}
.header.ng-transparent .header-inner ul li a {
  color: #000;
}
.header.static {
  background: #fff !important;
  top: 64px !important;
}
.header.static .header-logo {
  filter: invert(1) !important;
}
.header.static .header-inner ul li a {
  color: #000 !important;
}
.header.ng-transparent:not(.inactive) {
  top: 0;
}

.mobile-nav {
  position: fixed;
  top: 62px;
  left: 0;
  width: 100%;
  padding: 100px 0 15px;
  height: calc(100% - 62px);
  background: #fff;
  z-index: 100000;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  display: block;
  overflow-y: scroll;
}
@media (min-width: 1200px) {
  .mobile-nav {
    display: none;
  }
}
@media only screen and (min-width: lgpx) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav.active {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-main {
  padding: 0 15px;
}
.mobile-nav-info {
  color: var(--hzr-color-primary,#2c111d);
}
.mobile-nav ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mobile-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 25px;
  color: var(--hzr-color-primary,#2c111d);
}
.mobile-nav ul li a:after {
  content: "";
  display: inline-block;
  font-family: "Material Design Icons" !important;
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0142";
}
.mobile-nav-panels-item-head-content {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
}
.mobile-nav-panels-item-head-content-icon {
  font-size: 25px;
  cursor: pointer;
  color: var(--hzr-color-primary,#2c111d);
}
.mobile-nav-panels-item-head-content-headline {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 20px;
}
.mobile-nav-panels-item-head-image {
  margin: 10px 0 0;
}
.mobile-nav-panels-item-body {
  padding: 20px 15px;
}
.mobile-nav-panels-item-menu {
  display: flex;
  flex-wrap: wrap;
}
.mobile-nav-panels-item-menu-item {
  color: var(--hzr-color-primary,#2c111d);
  flex: 0 0 50%;
  margin: 0 0 10px;
}

.video-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.video-section-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.video-section-flagline {
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.video-section-headline {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
}
.video-section-description {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 15px 0 0;
  color: #fff;
}
.video-section-content {
  position: relative;
  z-index: 10000;
  flex: 1;
  padding: 0 0 75px;
}
.video-section-center {
  text-align: center;
}
.video-section-action {
  margin: 10px 0 0;
}
.video-section-action a {
  position: relative;
  color: #fff;
  padding: 0 0 10px;
}
.video-section-action a:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  background: #fff;
  height: 1px;
  transition: all 0.3s ease;
}
.video-section-action a:hover:after {
  bottom: 0;
}
.video-section video {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.page-wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
}

.section {
  padding: 100px 0;
}
.section-content {
  flex: 1;
  width: 100%;
}
.section-head {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .section-head {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: smpx) {
  .section-head {
    flex-direction: row;
    align-items: center;
  }
}
.section-head-title {
  color: var(--hzr-color-primary,#2c111d);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
  font-size: 40px;
}
.section-head--center {
  justify-content: center;
}
.section-arrows {
  display: flex;
  align-items: center;
}
.section-arrows-item {
  width: 70px;
  height: 70px;
  background: var(--hzr-color-primary,#2c111d);
  color: #fff;
  border-radius: 10px;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
  transition: all 0.3s ease;
}
.section-arrows-item:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.section-arrows-item:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.section-arrows-item:hover {
  background: var(--hzr-color-sand,#f2e9dc);
  cursor: pointer;
  color: var(--hzr-color-primary,#2c111d);
}
.section-headline {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.75px;
  font-size: 42px;
}
.section-description {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
}
.section-tile-collection {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 50px 0 0;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.section-tile-collection-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  border-radius: 10px;
  height: 700px;
  background: #000;
  flex: 0 0 30%;
  overflow: hidden;
  min-width: 500px;
}
.section-tile-collection-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
}
.section-tile-collection-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0) 100%);
}
.section-tile-collection-item-content {
  position: relative;
  z-index: 1000;
  padding: 0 30px 50px;
}
.section-tile-collection-item-content-flagline {
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.section-tile-collection-item-content-headline {
  color: #fff;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
}
.section-tile-collection-item-content-action {
  margin: 5px 0 0;
}
.section-tile-collection-item-content-action a {
  position: relative;
  color: #fff;
  padding: 0 0 10px;
}
.section-tile-collection-item-content-action a:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  background: #fff;
  height: 1px;
  transition: all 0.3s ease;
}
.section-tile-collection-item-content-action a:hover:after {
  bottom: 0;
}
.section-plain-main {
  display: flex;
  align-items: center;
  height: 100%;
}
.section-plain-main-headline {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 35px;
}
.section-plain-main-description {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 17px;
  margin: 10px 0 0;
}
.section-plain-image {
  padding: 20px;
}
.section-plain-image img {
  border-radius: 20px;
}
.section-image-with-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  padding: 0 50px;
}
@media (min-width: 1200px) {
  .section-image-with-content {
    flex-direction: row;
  }
}
@media only screen and (min-width: lgpx) {
  .section-image-with-content {
    flex-direction: row;
  }
}
.section-image-with-content img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.section-image-with-content-headline {
  color: var(--hzr-color-primary,#2c111d);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
  font-size: 40px;
}
.section-image-with-content-description {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: var(--hzr-color-primary,#2c111d);
  margin: 20px 0 0;
}
.section-image-with-content-main {
  flex: 1;
}
@media (min-width: 1200px) {
  .section-image-with-content-main {
    padding: 0 50px;
  }
}
@media only screen and (min-width: lgpx) {
  .section-image-with-content-main {
    padding: 0 50px;
  }
}
.section-image-with-content-visual {
  flex: 1;
  flex-shrink: 0;
}
.section--primary {
  background: var(--hzr-color-primary,#2c111d);
}
.section--primary .section-headline, .section--primary .section-description {
  color: #fff;
}
.section--primary .section-plain-main-headline, .section--primary .section-plain-main-description {
  color: #fff;
}
.section--beige {
  background: var(--hzr-color-sand,#f2e9dc);
}
.section--scontainer {
  overflow: visible !important;
  transform: none !important;
  contain: none !important;
}

.section-video-grid {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (min-width: 992px) {
  .section-video-grid {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .section-video-grid {
    flex-direction: row;
  }
}
.section-video-grid-item {
  position: relative;
  height: 100%;
  overflow: hidden;
  height: 500px;
  display: flex;
  align-items: flex-end;
}
.section-video-grid-item-image img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-video-grid-item-content {
  position: relative;
  z-index: 1200;
  padding: 40px;
  flex: 1;
}
.section-video-grid-item-headline {
  color: #fff;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
}
.section-video-grid-item-description {
  color: #fff;
  margin: 20px 0 0;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .section-video-grid-item-description {
    width: 50%;
  }
}
@media only screen and (min-width: lgpx) {
  .section-video-grid-item-description {
    width: 50%;
  }
}
.section-video-grid-item-action {
  margin: 30px 0 0;
}
.section-video-grid-item-action a {
  position: relative;
  color: #fff;
  padding: 0 0 10px;
}
.section-video-grid-item-action a:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  background: #fff;
  height: 1px;
  transition: all 0.3s ease;
}
.section-video-grid-item-action a:hover:after {
  bottom: 0;
}
.section-video-grid-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 1000;
}
.section-video-grid-item--lg {
  height: 1002px;
}
@media (min-width: 992px) {
  .section-video-grid-item--lg {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .section-video-grid-item--lg {
    width: 50%;
  }
}
.section-video-grid-item--lg:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.section-video-grid-item--lg .section-video-grid-item-headline {
  font-size: 40px;
}
.section-video-grid-side {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (min-width: 992px) {
  .section-video-grid-side {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .section-video-grid-side {
    width: 50%;
  }
}
.section-video-grid-bar {
  display: flex;
  justify-content: center;
  width: 100%;
  background: var(--hzr-color-sand,#f2e9dc);
  padding: 30px 0;
  margin: 0 0 2px;
  text-align: center;
}
.section-video-grid-bar-headline {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
}
.section-video-grid-bar-flagline {
  color: var(--hzr-color-primary,#2c111d);
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}

.section-in-between {
  display: flex;
  justify-content: center;
}
.section-in-between-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 0 15px;
}
.section-in-between-content-icon img {
  height: 40px;
}
.section-in-between-content-headline {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: var(--hzr-color-primary,#2c111d);
}
@media (min-width: 768px) {
  .section-in-between-content-headline {
    width: 60%;
  }
}
@media only screen and (min-width: smpx) {
  .section-in-between-content-headline {
    width: 60%;
  }
}

.content-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .content-section {
    flex-direction: row;
  }
}
@media only screen and (min-width: lgpx) {
  .content-section {
    flex-direction: row;
  }
}
.content-section img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.content-section-headline {
  color: var(--hzr-color-primary,#2c111d);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
  font-size: 40px;
}
.content-section-description {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: var(--hzr-color-primary,#2c111d);
  margin: 20px 0 0;
}
.content-section-main {
  flex: 1;
}
.content-section-visual {
  flex: 1;
  flex-shrink: 0;
}

.section-divider {
  position: relative;
  border-top: 1px solid #dadada;
  padding: 50px 0;
}
.section-divider:after {
  content: "";
  display: inline-block;
  font-family: "Material Design Icons" !important;
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f02d5";
  position: absolute;
  top: -19px;
  z-index: 1000;
  padding: 0 20px;
  color: var(--hzr-color-primary,#2c111d);
  font-size: 25px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}

.section-box {
  background: var(--hzr-color-sand,#f2e9dc);
  border-radius: 20px;
}
.section-box-head {
  padding: 15px 25px;
}
.section-box-head-title {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
}
.section-box-body {
  padding: 0 25px 15px;
}

.nearby-section {
  display: flex;
  align-items: center;
  height: 500px;
  overflow: hidden;
  gap: 50px;
  border-top: 1px solid var(--hzr-color-primary,#2c111d);
}
.nearby-section-visual {
  flex: 1;
}
.nearby-section-visual img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nearby-section-content {
  display: flex;
  flex: 1;
}
.nearby-section-content-flagline {
  color: var(--hzr-color-primary,#2c111d);
  text-transform: uppercase;
}
.nearby-section-content-headline {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 25px;
}
.nearby-section-content-address {
  margin: 20px 0 0;
}
.nearby-section-content-address a {
  position: relative;
  color: var(--hzr-color-primary,#2c111d);
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
  white-space: pre;
}
.nearby-section-content-address a:after {
  content: "";
  background: var(--hzr-color-primary,#2c111d);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transform-origin: right top;
  border-radius: 4px;
}
.nearby-section-content-address a:hover {
  color: var(--hzr-color-primary,#2c111d);
  text-decoration: none;
}
.nearby-section-content-address a:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.footer {
  position: sticky;
  bottom: 0;
  z-index: 1;
  background: var(--hzr-color-primary,#2c111d);
  padding: 150px 0 0;
}
.footer-logo {
  text-align: center;
}
.footer-logo img {
  height: 90px;
}
.footer-boxes {
  margin: 100px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer-boxes {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .footer-boxes {
    flex-direction: row;
  }
}
.footer-boxes-item {
  margin: 0 0 30px;
}
@media (min-width: 992px) {
  .footer-boxes-item {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer-boxes-item {
    margin: 0;
  }
}
.footer-boxes-item-headline {
  position: relative;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 20px;
}
.footer-boxes-item-headline:before, .footer-boxes-item-headline:after {
  content: "";
  background: #fff;
  width: 8px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.footer-boxes-item-headline:before {
  right: 17px;
  transform: rotate(35deg);
}
.footer-boxes-item-headline:after {
  right: 12px;
  transform: rotate(-35deg);
}
@media (min-width: 992px) {
  .footer-boxes-item-headline {
    font-size: 14px;
    cursor: default;
  }
  .footer-boxes-item-headline:before, .footer-boxes-item-headline:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .footer-boxes-item-headline {
    font-size: 14px;
    cursor: default;
  }
  .footer-boxes-item-headline:before, .footer-boxes-item-headline:after {
    display: none;
  }
}
.footer-boxes-item ul {
  margin: 15px 0 0;
  display: flex;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  flex-direction: column;
  gap: 10px;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .footer-boxes-item ul {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-boxes-item ul {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
  }
}
.footer-boxes-item ul li a {
  color: #949494;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  transition: all 0.3s ease;
}
.footer-boxes-item ul li a:hover {
  color: #fff;
}
.footer-boxes-item.active .footer-boxes-item-headline:before {
  transform: rotate(-35deg);
}
.footer-boxes-item.active .footer-boxes-item-headline:after {
  transform: rotate(35deg);
}
.footer-boxes-item.active ul {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}
.footer-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 15px 0 15px;
  border-top: 1px solid var(--hzr-color-muted-alt,#757575);
}
@media (min-width: 768px) {
  .footer-bar {
    flex-direction: row;
  }
}
@media only screen and (min-width: smpx) {
  .footer-bar {
    flex-direction: row;
  }
}
.footer-bar-text, .footer-bar-copyright {
  display: flex;
  gap: 10px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
}
@media (min-width: 768px) {
  .footer-bar-text, .footer-bar-copyright {
    font-size: 14px;
  }
}
@media only screen and (min-width: smpx) {
  .footer-bar-text, .footer-bar-copyright {
    font-size: 14px;
  }
}

.review {
  margin: 50px 0 0;
}
.review-item {
  background: var(--hzr-color-sand,#f2e9dc);
  padding: 40px;
  border-radius: 10px;
  margin: 30px 0 0;
}
.review-item-head {
  display: flex;
  justify-content: space-between;
}
.review-item-icon img {
  height: 20px;
}
.review-item-stars {
  color: var(--hzr-color-primary,#2c111d);
}
.review-item-text {
  margin: 30px 0 0;
  color: var(--hzr-color-primary,#2c111d);
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.review-item-user {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  gap: 15px;
}
.review-item-user-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
  font-size: 14px;
  background: #fff;
}
.review-item-user-name {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 17px;
}

.total-review {
  text-align: right;
}
.total-review span {
  color: gold;
}
.total-review img {
  height: 20px;
}
.total-review-text {
  color: var(--hzr-color-primary,#2c111d);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.total-review-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.style-card {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  height: 800px;
  flex: 0 0 30%;
  border-radius: 10px;
  overflow: hidden;
  min-width: 500px;
  display: flex;
  align-items: flex-end;
}
.style-card:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}
.style-card-content {
  position: relative;
  padding: 30px;
}
.style-card-headline {
  color: #fff;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
}

.product-card {
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .product-card {
    flex: 0 0 calc((100% - 15px) / 4);
  }
}
@media only screen and (min-width: 768px) {
  .product-card {
    flex: 0 0 calc((100% - 15px) / 4);
  }
}
.product-card-image {
  position: relative;
  height: 600px;
}
.product-card-image img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.product-card-body {
  padding: 15px 10px;
}
.product-card-headline {
  color: var(--hzr-color-primary,#2c111d);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
  font-size: 23px;
}
.product-card-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-card-brand {
  font-size: 17px;
  color: var(--hzr-color-primary,#2c111d);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.product-card-icon {
  font-size: 20px;
  color: var(--hzr-color-primary,#2c111d);
}
.product-card-price {
  margin: 15px 0 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: var(--hzr-color-primary,#2c111d);
}
.product-card-price span {
  position: relative;
  color: var(--hzr-color-muted-alt,#757575);
  margin: 0 5px 0 0;
}
.product-card-price span:before {
  content: "";
  background: linear-gradient(90deg, rgba(244, 67, 54, 0.8) 50%, rgba(244, 67, 54, 0));
  width: 110%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-radius: 3px 0 0 3px;
  transform: rotate(-15deg) translateY(-50%);
}
.product-card-content {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
  padding: 15px;
}
.product-card-content-badge {
  padding: 5px 20px;
  border-radius: 960px;
  background: var(--hzr-color-sand,#f2e9dc);
  color: var(--hzr-color-primary,#2c111d);
  font-size: 14px;
}
.product-card-content-badge--sale {
  background: red;
  color: #fff;
}

.product-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: var(--hzr-color-primary,#2c111d);
  height: 500px;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.product-hero.secondary {
  background: #e4d2b7;
}
.product-hero.secondary:before {
  display: none;
}
.product-hero video {
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.product-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.product-hero-content {
  position: relative;
  padding: 0 0 50px;
  z-index: 1500;
  text-align: center;
}
.product-hero-headline {
  position: relative;
  z-index: 1000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  mix-blend-mode: overlay;
  opacity: 1;
  text-shadow: 0 0 40px rgba(255, 255, 255, 0.15);
}
.product-hero-description {
  color: #fff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.product-hero-subline {
  color: #fff;
  margin: 15px 0 0;
}

.products {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.listing-filter-container {
  position: relative;
  height: 100%;
}
.listing-filter-headline {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
}
.listing-filter-group {
  margin: 10px 0 0;
  border-bottom: 1px solid var(--hzr-color-primary,#2c111d);
  padding: 0 0 10px;
}
.listing-filter-group-tag {
  padding: 5px 15px;
  background: #f8f9f8;
  color: var(--hzr-color-primary,#2c111d);
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.listing-filter-group-tag:hover {
  background: var(--hzr-color-primary,#2c111d);
  color: #fff;
}
.listing-filter-group ul {
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease;
  margin: 0;
  visibility: hidden;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.listing-filter-group-headline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--hzr-color-primary,#2c111d);
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
}
.listing-filter-group-headline:before, .listing-filter-group-headline:after {
  content: "";
  background: var(--hzr-color-primary,#2c111d);
  width: 8px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.listing-filter-group-headline:before {
  right: 17px;
  transform: rotate(35deg);
}
.listing-filter-group-headline:after {
  right: 12px;
  transform: rotate(-35deg);
}
.listing-filter-group-number {
  position: relative;
  top: 2px;
  font-size: 13px;
}
.listing-filter-group .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.listing-filter-group.active ul {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
}
.listing-filter-group.active .listing-filter-group-headline:before {
  transform: rotate(-35deg);
}
.listing-filter-group.active .listing-filter-group-headline:after {
  transform: rotate(35deg);
}

.listing-bar {
  background: var(--hzr-color-sand,#f2e9dc);
  padding: 10px 20px;
  margin: 0 0 30px;
}
.listing-bar ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
}
.listing-bar ul li:after {
  content: "";
  display: inline-block;
  font-family: "Material Design Icons" !important;
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f013e";
  padding: 0 0 0 10px;
}
.listing-bar ul li:last-child:after {
  display: none;
}
.listing-bar ul li a {
  color: var(--hzr-color-muted-alt,#757575);
}
.listing-bar ul li span {
  color: var(--hzr-color-primary,#2c111d);
}

.listing-more {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  padding: 50px 0;
}
.listing-more-flagline {
  color: var(--hzr-color-primary,#2c111d);
}
.listing-more-view a {
  position: relative;
  color: var(--hzr-color-primary,#2c111d);
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 0 10px;
}
.listing-more-view a:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  background: #000;
  height: 1px;
  transition: all 0.3s ease;
}
.listing-more-view a:hover:after {
  bottom: 0;
}

.listing-hud {
  position: sticky;
  top: 0;
  padding: 10px 0;
  border-bottom: 1px solid #dadada;
  margin: 0 0 30px;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
          backdrop-filter: blur(20px) saturate(180%);
}
.listing-hud-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listing-hud-controls a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.listing-hud ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
}
.listing-hud ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.listing-hud ul li:after {
  content: "";
  display: inline-block;
  font-family: "Material Design Icons" !important;
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f013e";
  position: relative;
  top: 2px;
  color: var(--hzr-color-primary,#2c111d);
}
.listing-hud ul li:last-child:after {
  display: none;
}
.listing-hud ul li a {
  color: var(--hzr-color-primary,#2c111d);
}
.listing-hud ul li span {
  color: var(--hzr-color-primary,#2c111d);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
}

.listing-filters {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10000000;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.listing-filters.active {
  opacity: 1;
  visibility: visible;
}
.listing-filters-backdrop {
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  flex: 1;
}
.listing-filters-content {
  width: 1000px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
.listing-filters-content-head {
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: space-between;
}
.listing-filters-content-head-title {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
}
.listing-filters-content-head-collapse a {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 35px;
}
.listing-filters-content-head-collapse a:hover {
  color: red;
}
.listing-filters-content-footer {
  padding: 0 20px 20px;
}
.listing-filters-content-main {
  flex: 1;
  padding: 0 20px;
}
.listing-filters-content-subgroup {
  border-bottom: 1px solid #dadada;
  padding: 10px 0;
}
.listing-filters-content-subgroup-title {
  position: relative;
  font-size: 15px;
  color: var(--hzr-color-primary,#2c111d);
  cursor: pointer;
}
.listing-filters-content-subgroup-title:before, .listing-filters-content-subgroup-title:after {
  content: "";
  background: var(--hzr-color-primary,#2c111d);
  width: 8px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.listing-filters-content-subgroup-title:before {
  right: 17px;
  transform: rotate(35deg);
}
.listing-filters-content-subgroup-title:after {
  right: 12px;
  transform: rotate(-35deg);
}
.listing-filters-content-subgroup ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 15px;
  opacity: 0;
  max-height: 0;
  transition: all 0.3s ease;
}
.listing-filters-content-subgroup ul li {
  flex: 0 0 25%;
}
.listing-filters-content-subgroup ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9f8;
  padding: 8px 15px;
  color: var(--hzr-color-primary,#2c111d);
  border-radius: 20px;
  gap: 10px;
  font-size: 14px;
}
.listing-filters-content-subgroup ul li a span {
  background: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #dadada;
  transition: all 0.3s ease;
}
.listing-filters-content-subgroup ul li a:hover span {
  background: var(--hzr-color-success,#1ba521);
  border-color: var(--hzr-color-success,#1ba521);
}
.listing-filters-content-subgroup.active .listing-filters-content-subgroup-title:before {
  transform: rotate(-35deg);
}
.listing-filters-content-subgroup.active .listing-filters-content-subgroup-title:after {
  transform: rotate(35deg);
}
.listing-filters-content-subgroup.active ul {
  max-height: 500px;
  opacity: 1;
}

.listing-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 25px;
}
.listing-head-title {
  color: var(--hzr-color-primary,#2c111d);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
}
.listing-head-sortby {
  border-radius: 960px;
  text-align: center;
}
.listing-head-sortby-label {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 14px;
  text-transform: uppercase;
}
.listing-head-sortby-value {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 17px;
}

.banner-section {
  position: relative;
  background: url("/images/cameras-flashing.jpeg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
}
.banner-section:after {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}
.banner-section-flagline {
  background: #fff;
  color: var(--hzr-color-primary,#2c111d);
  display: inline;
  text-transform: uppercase;
  border-radius: 960px;
  padding: 7px 25px;
}
.banner-section-content {
  z-index: 1000;
  position: relative;
}
.banner-section-headline {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-section-headline img {
  filter: invert(1);
  height: 60px;
}
.banner-section-description {
  margin: 20px 0 0;
  color: #fff;
  font-size: 20px;
}
.banner-section-actions {
  margin: 20px 0 0;
}

.faq-section-side {
  display: flex;
  align-items: center;
  height: 100%;
}
.faq-section-side-inner {
  position: relative;
  top: -10px;
}
.faq-section-headline {
  color: #fff;
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
}
.faq-section-description {
  margin: 20px 0 0;
  color: #fff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media (min-width: 992px) {
  .faq-section-main {
    border-left: 1px solid #fff;
    padding: 0 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .faq-section-main {
    border-left: 1px solid #fff;
    padding: 0 0 0 50px;
  }
}
.faq-section-item {
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}
.faq-section-item:last-child {
  border: none;
}
.faq-section-item-headline {
  position: relative;
  color: #fff;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  cursor: pointer;
}
.faq-section-item-headline:before {
  content: "";
  position: absolute;
  right: 14px;
  height: 30px;
  width: 2px;
  background: #fff;
  opacity: 1;
  transition: all 0.3s ease;
}
.faq-section-item-headline:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  height: 2px;
  width: 30px;
  background: #fff;
}
.faq-section-item-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  color: #fff;
}
.faq-section-item.active .faq-section-item-headline:before {
  opacity: 0;
}
.faq-section-item.active .faq-section-item-content {
  max-height: 500px;
  opacity: 1;
}

.locations {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.locations-item {
  position: relative;
  flex: 0 0 100%;
  display: flex;
  background: #000;
  height: 300px;
  align-items: flex-end;
  cursor: pointer;
}
@media (min-width: 992px) {
  .locations-item {
    flex: 0 0 calc((100% - 4px) / 3);
  }
}
@media only screen and (min-width: 768px) {
  .locations-item {
    flex: 0 0 calc((100% - 4px) / 3);
  }
}
.locations-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1001;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}
.locations-item-content {
  position: relative;
  padding: 30px;
  z-index: 15510;
}
.locations-item-content-headline {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  display: inline;
}
.locations-item-image img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1000;
  opacity: 0.6;
  filter: saturate(130%);
  transition: all 0.3s ease;
}
.locations-item:hover img {
  opacity: 0.8;
}

.product-detail-section {
  position: relative;
  padding: 89px 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .product-detail-section {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail-section {
    flex-direction: row;
  }
}
.product-detail-section.first {
  padding: 133px 0 0;
}
@media (min-width: 992px) {
  .product-detail-section.first {
    padding: 148px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail-section.first {
    padding: 148px 0 0;
  }
}
.product-detail-section-images {
  position: relative;
  flex: 1;
  flex-shrink: 0;
}
.product-detail-section-images-item.collection {
  display: none !important;
}
@media (min-width: 992px) {
  .product-detail-section-images-item.collection {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail-section-images-item.collection {
    display: block !important;
  }
}
.product-detail-section-images-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .product-detail-section-images-controls {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail-section-images-controls {
    display: none;
  }
}
.product-detail-section-images-controls-item {
  border-radius: 50%;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--hzr-color-primary,#2c111d);
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.product-detail-section-images-controls-item:hover {
  background: var(--hzr-color-primary,#2c111d);
  color: #fff;
}
.product-detail-section-images-labels {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.product-detail-section-images-labels-item {
  padding: 10px 30px;
  background: #f0f0f0;
  color: var(--hzr-color-primary,#2c111d);
}
.product-detail-section-images-labels-item:last-child {
  border-bottom-right-radius: 10px;
}
.product-detail-section-images-labels-item.info {
  background: var(--hzr-color-sand,#f2e9dc);
  color: var(--hzr-color-primary,#2c111d);
}
.product-detail-section-images-collection {
  position: relative;
}
.product-detail-section-images-collection-inner {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 3px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.product-detail-section-images-collection-headline {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
  padding: 15px;
  font-size: 20px;
  text-align: center;
  background: var(--hzr-color-primary,#2c111d);
}
.product-detail-section-images-collection-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #fff;
  z-index: 1000;
  cursor: pointer;
}
.product-detail-section-images-collection-arrow.right {
  right: 30px;
}
.product-detail-section-images-collection-arrow.left {
  left: 30px;
}
.product-detail-section-images-collection-arrow:hover {
  background: var(--hzr-color-primary,#2c111d);
  color: #fff;
}
.product-detail-section-images-collection-item {
  height: 400px;
  flex: 0 0 30%;
}
.product-detail-section-images-collection-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.product-detail-section-images-item {
  display: none;
}
@media (min-width: 992px) {
  .product-detail-section-images-item {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail-section-images-item {
    display: block;
  }
}
.product-detail-section-images-item.active {
  display: block;
}
.product-detail-section-images-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.product-detail-section-content {
  position: relative;
  flex: 1;
}
.product-detail-section-content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-detail-section-content-head-icon {
  font-size: 30px;
  color: var(--hzr-color-primary,#2c111d);
}
.product-detail-section-content-tile {
  padding: 15px 0;
  border-bottom: 1px solid #dadada;
}
.product-detail-section-content-tile:first-child {
  border-top: 1px solid #dadada;
}
.product-detail-section-content-tile-container {
  margin: 30px 0 0;
}
.product-detail-section-content-tile-head {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--hzr-color-primary,#2c111d);
  cursor: pointer;
}
.product-detail-section-content-tile-head:before, .product-detail-section-content-tile-head:after {
  content: "";
  background: var(--hzr-color-primary,#2c111d);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.product-detail-section-content-tile-head:before {
  height: 2px;
  width: 10px;
  right: 0;
}
.product-detail-section-content-tile-head:after {
  width: 2px;
  height: 10px;
  right: 4px;
  opacity: 1;
}
.product-detail-section-content-tile-body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  color: var(--hzr-color-primary,#2c111d);
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.product-detail-section-content-tile-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 10px 0 0;
}
.product-detail-section-content-tile-body ul li {
  flex: 0 0 calc((100% - 15px) / 4);
  color: var(--hzr-color-primary,#2c111d);
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.product-detail-section-content-tile-body a {
  color: inherit;
  text-decoration: none;
}
.product-detail-section-content-tile-body a:hover {
  color: inherit;
  text-decoration: underline;
}
.product-detail-section-content-tile.active .product-detail-section-content-tile-head:after {
  opacity: 0;
}
.product-detail-section-content-tile.active .product-detail-section-content-tile-body {
  max-height: 500px;
}
.product-detail-section-content-inner {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 50px 15px;
}
@media (min-width: 992px) {
  .product-detail-section-content-inner {
    min-height: calc(100vh - 148px);
    padding: 100px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail-section-content-inner {
    min-height: calc(100vh - 148px);
    padding: 100px 15px;
  }
}
@media (min-width: 1200px) {
  .product-detail-section-content-container {
    width: 50%;
  }
}
@media only screen and (min-width: lgpx) {
  .product-detail-section-content-container {
    width: 50%;
  }
}
.product-detail-section-content-action {
  margin: 20px 0 0;
}
.product-detail-section-content-flagline {
  text-transform: uppercase;
  color: var(--hzr-color-primary,#2c111d);
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.product-detail-section-content-headline {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.75px;
  font-size: 30px;
}
.product-detail-section-content-price {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
}
.product-detail-section-content-description {
  position: relative;
  margin: 20px 0 0;
  max-height: 200px;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  color: var(--hzr-color-primary,#2c111d);
  transition: all 0.3s ease;
}
.product-detail-section-content-description-show {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0.6));
  padding: 60px 0 5px;
  text-align: center;
  color: var(--hzr-color-primary,#2c111d);
  font-size: 16px;
}
.product-detail-section-content-description-show a {
  position: relative;
  padding: 0 0 5px;
  color: var(--hzr-color-primary,#2c111d);
}
.product-detail-section-content-description-show a:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  background: var(--hzr-color-primary,#2c111d);
  height: 1px;
  transition: all 0.3s ease;
}
.product-detail-section-content-description-show a:hover {
  color: var(--hzr-color-primary,#2c111d);
}
.product-detail-section-content-description-show a:hover:after {
  bottom: 0;
}
.product-detail-section-content-description.active {
  max-height: 2000px;
}
.product-detail-section-content-description.active .product-detail-section-content-description-show {
  position: relative;
}

.inspiration-item {
  height: 100%;
  padding: 0 0 40px;
}
.inspiration-item-body {
  padding: 15px 0;
}
.inspiration-item-headline {
  color: #000;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
}
.inspiration-item-description {
  color: #000;
}

.signature {
  text-align: center;
}
.signature img {
  max-height: 150px;
}
.signature-action {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 30px 0 0;
}

.brand-section {
  background-size: cover !important;
  padding: 400px 0;
}
.brand-section-flagline {
  color: #fff;
  text-transform: uppercase;
}
.brand-section-headline {
  position: relative;
  z-index: 3;
  font-size: 70px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4), 0 10px 40px rgba(0, 0, 0, 0.6);
}
.brand-section-description {
  margin: 20px 0 0;
  font-size: 20px;
  color: #fff;
}
.brand-section-action {
  margin: 30px 0 0;
}
.brand-section-inner {
  text-align: center;
}

.brand-video-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover !important;
}
.brand-video-section video {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brand-video-section-headline {
  position: relative;
  z-index: 1000;
  font-size: 250px;
  text-transform: uppercase;
  color: #fff;
  mix-blend-mode: overlay;
  opacity: 0.7;
  text-shadow: 0 0 40px rgba(255, 255, 255, 0.15);
  line-height: 1.2;
}
.brand-video-section-headline span {
  display: block;
  margin: 0 0 0 -15px;
}
.brand-video-section-claim {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 400;
}
.brand-video-section .video-section-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.1) 100%);
}

.cta-inline {
  margin-left: 20px;
  font-size: 35px;
  opacity: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.2s;
  display: block;
  text-align: center;
}
.cta-inline:hover {
  opacity: 1;
  border-color: #fff;
}

.about-us-item {
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  margin: 30px 0 0;
  border-radius: 20px;
}
.about-us-item img {
  border-radius: 20px;
  height: 768px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.about-us-item-content {
  background: #fff;
  padding: 15px 0 0;
}
.about-us-item-content-head {
  display: flex;
  align-items: center;
}
.about-us-item-headline {
  color: var(--hzr-color-primary,#2c111d);
  padding: 10px 15px;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.about-us-item-description {
  padding: 0 15px;
}
.about-us-item-label {
  border-left: 1px solid var(--hzr-color-primary,#2c111d);
  padding: 0 0 0 15px;
  color: var(--hzr-color-primary,#2c111d);
}

.about-us-timeline {
  padding: 50px 0 0;
}
.about-us-timeline-part {
  position: sticky;
  padding: 50px 0;
  top: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .about-us-timeline-part {
    height: 100vh;
  }
}
@media only screen and (min-width: smpx) {
  .about-us-timeline-part {
    height: 100vh;
  }
}
.about-us-timeline-part:nth-child(1) {
  z-index: 1;
  background: #f8f9f8;
}
.about-us-timeline-part:nth-child(2) {
  z-index: 2;
  background: #f7f2f4;
}
.about-us-timeline-part:nth-child(3) {
  z-index: 3;
  background: #f3eef1;
}
.about-us-timeline-part:nth-child(4) {
  z-index: 4;
  background: #efe9ed;
}
.about-us-timeline-part:nth-child(5) {
  z-index: 5;
  background: var(--hzr-color-rose-soft,#ebe4e8);
}
.about-us-timeline-part:nth-child(6) {
  z-index: 6;
  background: var(--hzr-color-rose-soft,#ebe4e8);
}
.about-us-timeline-part:nth-child(7) {
  z-index: 7;
  background: var(--hzr-color-rose-soft,#ebe4e8);
}
.about-us-timeline-part:nth-child(8) {
  z-index: 8;
  background: var(--hzr-color-rose-soft,#ebe4e8);
}
.about-us-timeline-part:nth-child(9) {
  z-index: 9;
  background: var(--hzr-color-rose-soft,#ebe4e8);
}
.about-us-timeline-part:nth-child(10) {
  z-index: 10;
  background: var(--hzr-color-rose-soft,#ebe4e8);
}
.about-us-timeline-part:nth-child(11) {
  z-index: 11;
  background: var(--hzr-color-rose-soft,#ebe4e8);
}
.about-us-timeline-part:nth-child(12) {
  z-index: 12;
  background: var(--hzr-color-rose-soft,#ebe4e8);
}
.about-us-timeline-part:nth-child(13) {
  z-index: 13;
  background: var(--hzr-color-rose-soft,#ebe4e8);
}
.about-us-timeline-part:nth-child(14) {
  z-index: 14;
  background: var(--hzr-color-rose-soft,#ebe4e8);
}
.about-us-timeline-part:nth-child(15) {
  z-index: 15;
  background: var(--hzr-color-rose-soft,#ebe4e8);
}
.about-us-timeline-part:nth-child(16) {
  z-index: 16;
  background: var(--hzr-color-rose-soft,#ebe4e8);
}
.about-us-timeline-part:nth-child(17) {
  z-index: 17;
  background: var(--hzr-color-rose-soft,#ebe4e8);
}
.about-us-timeline-part:nth-child(18) {
  z-index: 18;
  background: var(--hzr-color-rose-soft,#ebe4e8);
}
.about-us-timeline-part:nth-child(19) {
  z-index: 19;
  background: var(--hzr-color-rose-soft,#ebe4e8);
}
.about-us-timeline-part:nth-child(20) {
  z-index: 20;
  background: var(--hzr-color-rose-soft,#ebe4e8);
}
.about-us-timeline-part:nth-child(21) {
  z-index: 21;
  background: var(--hzr-color-rose-soft,#ebe4e8);
}
.about-us-timeline-part:nth-child(22) {
  z-index: 22;
  background: var(--hzr-color-rose-soft,#ebe4e8);
}
.about-us-timeline-part-label {
  font-size: 200px;
  line-height: 1;
  color: var(--hzr-color-primary,#2c111d);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-us-timeline-part-label span {
  display: block;
  font-size: 70px;
}
.about-us-timeline-part-headline {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.about-us-timeline-part-description {
  margin: 25px 0 0;
  font-size: 20px;
  color: var(--hzr-color-primary,#2c111d);
}

.moodboard-placeholder {
  height: 120px;
}

.moodboard-explainer {
  display: flex;
  justify-content: space-between;
  background: #f8f9f8;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
  gap: 15px;
}
@media (min-width: 992px) {
  .moodboard-explainer {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .moodboard-explainer {
    flex-direction: row;
  }
}
.moodboard-explainer-step {
  display: flex;
  align-items: center;
  gap: 15px;
}
.moodboard-explainer-step-number {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  color: var(--hzr-color-primary,#2c111d);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
}
.moodboard-explainer-step-headline {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 20px;
}
.moodboard-explainer-step-description {
  color: var(--hzr-color-primary,#2c111d);
}

.moodboard-hero:before {
  background: rgba(0, 0, 0, 0.15);
}

.moodboard-product {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
}
.moodboard-product-content {
  flex: 1;
}
.moodboard-product-content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.moodboard-product-content-score-main {
  background: #f8f9f8;
  display: inline-block;
  border-radius: 960px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: var(--hzr-color-muted-alt,#757575);
  padding: 7px 20px;
  font-size: 25px;
}
.moodboard-product-content-score-label {
  margin: 5px 0 0;
  color: var(--hzr-color-primary,#2c111d);
  font-size: 18px;
  text-align: center;
}
.moodboard-product-content-score.gold .moodboard-product-content-score-main {
  background: gold;
  color: rgb(182, 136, 19);
}
.moodboard-product-content-score.silver .moodboard-product-content-score-main {
  background: silver;
  color: var(--hzr-color-muted-alt,#757575);
}
.moodboard-product-content-score.copper .moodboard-product-content-score-main {
  background: brown;
  color: #fff;
}
.moodboard-product-content-headline {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 30px;
}
.moodboard-product-content-price {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 20px;
  margin: 0 0 20px;
}
.moodboard-product-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 10px 0 0;
  margin: 0;
}
.moodboard-product-content ul li {
  flex: 0 0 calc((100% - 15px) / 4);
  color: var(--hzr-color-primary,#2c111d);
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.moodboard-product-image {
  width: 40%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.moodboard-product-container {
  display: flex;
  flex-direction: column;
  margin: 30px 0 0;
  gap: 30px;
}

.leaderboard {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 0 0;
}
.leaderboard-item {
  flex: 1;
  margin: 50px 0 0;
}
.leaderboard-item-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.leaderboard-item-head-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.leaderboard-item-head-title {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 25px;
}
.leaderboard-item-head-action {
  position: relative;
  color: var(--hzr-color-primary,#2c111d);
  font-size: 17px;
  padding: 0 0 10px;
}
.leaderboard-item-head-action:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  background: var(--hzr-color-primary,#2c111d);
  height: 1px;
  transition: all 0.3s ease;
}
.leaderboard-item-head-action:hover {
  color: var(--hzr-color-primary,#2c111d);
}
.leaderboard-item-head-action:hover:after {
  bottom: 0;
}
.leaderboard-item-aligner {
  display: flex;
  height: 100%;
  align-items: flex-end;
}
.leaderboard-item-body {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 0 0 30px;
  height: 700px;
  border-radius: 20px;
  background: #b3b3b3;
  margin: 20px 0 0;
}
.leaderboard-item-value {
  font-size: 25px;
  color: var(--hzr-color-primary,#2c111d);
}
.leaderboard-item-votes {
  background: #fff;
  padding: 7px 15px;
  border-radius: 960px;
  color: var(--hzr-color-primary,#2c111d);
}
.leaderboard-item.gold .leaderboard-item-body {
  background: #E8D9A8;
}
.leaderboard-item.copper .leaderboard-item-body {
  background: #CFA58A;
  height: 300px;
}
.leaderboard-item.silver .leaderboard-item-body {
  background: #D8DCE3;
  height: 500px;
}

.moodboard-leaderboard-action {
  margin: 30px 0 0;
}

.moodboard-leaderboard-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 30px 0 0;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
}
.moodboard-leaderboard-item-image {
  flex-shrink: 0;
  height: 110px;
  width: 75px;
  border-radius: 10px;
  overflow: hidden;
}
.moodboard-leaderboard-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.moodboard-leaderboard-item-content {
  flex: 1;
}
.moodboard-leaderboard-item-headline {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 25px;
}
.moodboard-leaderboard-item-action {
  position: relative;
  color: var(--hzr-color-primary,#2c111d);
}
.moodboard-leaderboard-item-action:after {
  content: "";
  background: var(--hzr-color-primary,#2c111d);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transform-origin: right top;
  border-radius: 4px;
}
.moodboard-leaderboard-item-action:hover {
  color: var(--hzr-color-primary,#2c111d);
  text-decoration: none;
}
.moodboard-leaderboard-item-action:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.moodboard-leaderboard-item-rank {
  border-radius: 960px;
  padding: 5px 50px;
  color: var(--hzr-color-primary,#2c111d);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
  text-align: center;
}
.moodboard-leaderboard-item-rank span {
  font-size: 20px;
  display: block;
}
.moodboard-leaderboard-item-rank.gold {
  background: gold;
  color: #fff;
}
.moodboard-leaderboard-item-rank.silver {
  background: #c0c0c0;
  color: var(--hzr-color-primary,#2c111d);
}
.moodboard-leaderboard-item-rank.bronze {
  background: #c79b56;
  color: #fff;
}

.moodboard-sharing {
  background: #fff;
  margin: 50px 0 0;
  border: 1px solid #dadada;
  border-radius: 20px;
  padding: 30px 50px;
  text-align: center;
}
.moodboard-sharing-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .moodboard-sharing-inner {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .moodboard-sharing-inner {
    flex-direction: row;
  }
}
.moodboard-sharing-headline {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.moodboard-sharing-item {
  flex: 1;
  width: 100%;
  padding: 20px;
  background: #f8f9f8;
  border-radius: 20px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.moodboard-sharing-item-icon {
  font-size: 30px;
}
.moodboard-sharing-item-headline {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 20px;
}
.moodboard-sharing-item:hover {
  background: var(--hzr-color-primary,#2c111d);
}
.moodboard-sharing-item:hover .moodboard-sharing-item-headline, .moodboard-sharing-item:hover .mdi {
  color: #fff;
}
.moodboard-sharing .mdi-facebook {
  color: blue;
}
.moodboard-sharing .mdi-youtube {
  color: red;
}
.moodboard-sharing .mdi-instagram {
  color: #c13584;
}
.moodboard-sharing .mdi-whatsapp {
  color: #00FF00;
}

.moodboard-voting {
  border: 1px solid var(--hzr-color-primary,#2c111d);
  border-radius: 20px;
  padding: 20px;
}
.moodboard-voting-flex {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  gap: 20px;
}
.moodboard-voting-flex-icon {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 25px;
}
.moodboard-voting-flex-headline {
  font-size: 20px;
  color: var(--hzr-color-primary,#2c111d);
}
.moodboard-voting-flex-description {
  font-size: 14px;
}
.moodboard-voting-head {
  display: flex;
  align-items: center;
  gap: 20px;
}
.moodboard-voting-head-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.moodboard-voting-head-flagline {
  font-size: 14px;
  text-transform: uppercase;
}
.moodboard-voting-head-title {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 20px;
}
.moodboard-voting-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px;
  gap: 20px;
}
.moodboard-voting-success-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid var(--hzr-color-success,#1ba521);
  border-radius: 50%;
  font-size: 30px;
  color: var(--hzr-color-success,#1ba521);
}
.moodboard-voting-success-headline {
  color: var(--hzr-color-success,#1ba521);
  font-size: 25px;
}
.moodboard-voting-success-action {
  margin: 20px 0 0;
}
.moodboard-voting .moodboard-leaderboard-item {
  padding: 0;
}
.moodboard-voting .section-divider {
  margin: 30px 0 0;
  padding: 0;
}

.auth-header {
  min-height: 700px;
  padding: 250px 0 101px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-header-inner {
  flex: 1;
}
.auth-row {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .auth-row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .auth-row {
    flex-direction: row;
  }
}
.auth-divider {
  position: relative;
  border-top: 1px solid #dadada;
  margin: 30px 0;
}
.auth-divider span {
  position: absolute;
  background: #fff;
  color: var(--hzr-color-primary,#2c111d);
  font-size: 15px;
  padding: 0 15px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.auth-form {
  display: flex;
  align-items: center;
  min-height: 100%;
  border: 1px solid #000;
  padding: 30px;
  border-radius: 20px;
}
.auth-form-inner {
  flex: 1;
}
.auth-form-head {
  padding: 0 20px 20px;
}
.auth-form-head-title {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 20px;
}
.auth-form-body {
  padding: 0 20px;
}
.auth-headline {
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
}
.auth-description {
  color: #000;
  font-size: 17px;
  text-align: center;
}
.auth-benefits {
  margin: 40px 0 0;
  border: 1px solid #000;
  padding: 0 30px 30px;
  border-radius: 20px;
}
.auth-benefits-item {
  text-align: center;
  margin: 30px 0 0;
}
.auth-benefits-item-icon {
  font-size: 25px;
  color: #000;
}
.auth-benefits-item-headline {
  color: #000;
}
.auth-benefits-item-description {
  color: #000;
  font-size: 14px;
}

.account-welcome {
  margin: 133px 0 0;
  padding: 100px 0;
  background: var(--hzr-color-sand,#f2e9dc);
}
@media (min-width: 992px) {
  .account-welcome {
    margin: 148px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .account-welcome {
    margin: 148px 0 0;
  }
}
.account-welcome-flagline {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 20px;
}
.account-welcome-headline {
  text-transform: uppercase;
  font-size: 35px;
  color: var(--hzr-color-primary,#2c111d);
}

.account-nav {
  border: 1px solid var(--hzr-color-primary,#2c111d);
  border-radius: 10px;
}
.account-nav-head {
  padding: 15px 20px;
}
.account-nav-head-title {
  color: var(--hzr-color-primary,#2c111d);
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
  font-size: 20px;
}
.account-nav-body {
  padding: 0 20px;
}
.account-nav-body ul li {
  margin: 0 0 10px;
}
.account-nav-body ul li a {
  color: var(--hzr-color-primary,#2c111d);
  display: flex;
  align-items: center;
  gap: 15px;
}
.account-nav-body ul li a span {
  font-size: 25px;
}

.account-main {
  padding: 15px 0 0;
}
@media (min-width: 1200px) {
  .account-main {
    padding: 15px;
  }
}
@media only screen and (min-width: lgpx) {
  .account-main {
    padding: 15px;
  }
}
.account-main-head-flagline {
  color: var(--hzr-color-primary,#2c111d);
}
.account-main-head-title {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 25px;
}
.account-moodboard-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border: 1px solid var(--hzr-color-primary,#2c111d);
  border-radius: 20px;
  margin: 15px 0 0;
}
.account-moodboard-item-icon {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 25px;
}
.account-moodboard-item-content {
  flex: 1;
}
.account-moodboard-item-headline {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 20px;
}
.account-moodboard-item-description {
  color: var(--hzr-color-primary,#2c111d);
}

.booking-box {
  border: 1px solid var(--hzr-color-primary,#2c111d);
  border-radius: 10px;
}

.blog-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.blog-item-image {
  margin: 0 0 20px;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
}
.blog-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.blog-item-flagline {
  color: var(--hzr-color-primary,#2c111d);
  margin: 0 0 10px;
}
.blog-item-headline {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 25px;
}
.blog-item-description {
  font-size: 15px;
  color: var(--hzr-color-primary,#2c111d);
  margin: 10px 0 0;
}
.blog-item--lg .blog-item-image {
  height: auto;
}

.blog-head {
  margin: 148px 0 0;
  padding: 50px 0;
  text-align: center;
}
.blog-head-flagline {
  color: var(--hzr-color-primary,#2c111d);
  margin: 0 0 15px;
}
.blog-head-title {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 35px;
}
.blog-head-description {
  margin: 10px 0 0;
  color: var(--hzr-color-primary,#2c111d);
  font-size: 17px;
}

.blog-banner {
  height: 700px;
}
.blog-banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.suites-item {
  border-radius: 20px;
  overflow: hidden;
}
.suites-item-image {
  position: relative;
  height: 405px;
}
.suites-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.suites-item-body {
  padding: 20px;
  background: var(--hzr-color-sand,#f2e9dc);
}
.suites-item-headline {
  color: var(--hzr-color-primary,#2c111d);
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.75px;
}
.suites-item-description {
  margin: 10px 0 0;
  color: var(--hzr-color-primary,#2c111d);
  font-size: 15px;
}
.suites-item-footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  border-top: 1px solid #fff;
  background: var(--hzr-color-sand,#f2e9dc);
}
.suites-item-footer-info {
  color: var(--hzr-color-primary,#2c111d);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 32px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 64px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 64px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 64px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 64px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 64px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 64px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6.4px, -8px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6.4px, 8px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6.4px, -8px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6.4px, 8px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 9px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 18px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 9px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 18px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 9px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -64px;
  top: -64px;
  transform: translate3d(64px, 64px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -64px;
  top: -64px;
  transform: translate3d(-64px, 64px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 9px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -64px;
  top: 64px;
  transform: translate3d(64px, -64px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -64px;
  top: 64px;
  transform: translate3d(-64px, -64px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 9px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 18px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.5714285714px, -7px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 9px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 18px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.5714285714px, -7px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 9px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 9px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
