@charset "UTF-8";
html {
  box-sizing: border-box; }

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

body, h1, h2, h3, h4, h5, h6, p, ol, ul, small {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ol, ul {
  list-style: none; }

a,
a img {
  border: 0;
  outline: none;
  background: transparent;
  text-decoration: none; }
  a:active, a:hover,
  a img:active,
  a img:hover {
    outline: 0;
    text-decoration: none; }

figure {
  margin: 0; }

.limit {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }

header,
footer,
main,
section {
  position: relative;
  width: 100%; }

.row {
  display: flex;
  flex-wrap: wrap; }
  .row.gap {
    margin-right: 0;
    margin-left: -24px; }
    .row.gap > div {
      padding-left: 24px; }

.row > div {
  width: 100%; }

.row > div,
.row > li,
.row > a,
.row .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
.row .col-fit {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

@media screen and (max-width: 1200px) {
  .row .md-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row .md-col-fit {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; } }
@media screen and (max-width: 980px) {
  .row .sm-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row .sm-col-fit {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; } }
@media screen and (max-width: 576px) {
  .row .xs-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row .xs-col-fit {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; } }

.row .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.row .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.row .col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.row .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.row .col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.row .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.row .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.row .col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.row .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.row .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.row .col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media screen and (max-width: 1200px) {
  .row .md-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .row .md-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .row .md-col-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .row .md-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row .md-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .row .md-col-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .row .md-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .row .md-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .row .md-col-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .row .md-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .row .md-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .row .md-col-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media screen and (max-width: 980px) {
  .row .sm-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .row .sm-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .row .sm-col-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .row .sm-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row .sm-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .row .sm-col-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .row .sm-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .row .sm-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .row .sm-col-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .row .sm-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .row .sm-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .row .sm-col-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media screen and (max-width: 576px) {
  .row .xs-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .row .xs-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .row .xs-col-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .row .xs-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row .xs-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .row .xs-col-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .row .xs-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .row .xs-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .row .xs-col-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .row .xs-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .row .xs-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .row .xs-col-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
.flex {
  display: flex;
  align-items: flex-start; }
  .flex.gap {
    gap: 24px; }

.item-top {
  align-items: flex-start; }

.item-middle {
  align-items: center; }

.item-center {
  justify-content: center; }

.item-left {
  justify-content: flex-start; }

.item-right {
  justify-content: flex-end; }

.item-bottom {
  align-items: flex-end; }

.item-around {
  justify-content: space-around;
  align-content: space-around; }

.item-between {
  justify-content: space-between; }

.item-column {
  flex-direction: column; }
  .item-column.item-center {
    align-items: center; }
  .item-column.item-right {
    align-items: flex-end; }

@media screen and (max-width: 980px) {
  .sm-item-center {
    justify-content: center; }

  .sm-item-left {
    justify-content: flex-start; }

  .sm-item-right {
    justify-content: flex-end; }

  .sm-item-column {
    flex-direction: column; }
    .sm-item-column.sm-item-center {
      align-items: center; }
    .sm-item-column.sm-item-right {
      align-items: flex-end; }

  .sm-item-bottom {
    align-items: flex-end; } }
@media screen and (max-width: 576px) {
  .xs-item-top {
    align-items: flex-start; }

  .xs-item-center {
    justify-content: center; }

  .xs-item-left {
    justify-content: flex-start; }

  .xs-item-right {
    justify-content: flex-end; }

  .xs-item-column {
    flex-direction: column; }
    .xs-item-column.xs-item-center {
      align-items: center; }
    .xs-item-column.xs-item-right {
      align-items: flex-end; }

  .xs-item-bottom {
    align-items: flex-end; } }
.item-reverse {
  flex-direction: row-reverse; }

.item-column.item-reverse {
  flex-direction: column-reverse; }

@media screen and (max-width: 1200px) {
  .md-item-reverse {
    flex-direction: row-reverse; }

  .md-item-column.item-reverse {
    flex-direction: column-reverse; } }
@media screen and (max-width: 980px) {
  .sm-item-reverse {
    flex-direction: row-reverse; }

  .sm-item-column.item-reverse {
    flex-direction: column-reverse; } }
@media screen and (max-width: 576px) {
  .xs-item-reverse {
    flex-direction: row-reverse; }

  .xs-item-column.item-reverse {
    flex-direction: column-reverse; } }
.static {
  position: static !important; }

.sticky {
  position: sticky;
  top: 0; }

.relative {
  position: relative; }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.grid {
  display: grid; }
  .grid.gap {
    gap: 24px; }

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

.grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)); }

.grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)); }

@media screen and (max-width: 1200px) {
  .md-grid-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }

  .md-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .md-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .md-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }

  .md-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }

  .md-grid-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }
@media screen and (max-width: 980px) {
  .sm-grid-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }

  .sm-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .sm-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .sm-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }

  .sm-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }

  .sm-grid-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }
@media screen and (max-width: 576px) {
  .xs-grid-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }

  .xs-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .xs-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .xs-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }

  .xs-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }

  .xs-grid-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }
.grid.row-afa {
  grid-template-rows: auto 1fr auto; }
.grid.row-af {
  grid-template-rows: auto 1fr; }
.grid.row-fa {
  grid-template-rows: 1fr auto; }
.grid.col-afa {
  grid-template-columns: auto 1fr auto; }
.grid.col-af {
  grid-template-columns: auto 1fr; }
.grid.col-fa {
  grid-template-columns: 1fr auto; }

.grid.row-2 {
  grid-template-rows: repeat(2, 1fr); }
.grid.row-3 {
  grid-template-rows: repeat(3, 1fr); }
.grid.row-4 {
  grid-template-rows: repeat(4, 1fr); }
.grid.row-5 {
  grid-template-rows: repeat(5, 1fr); }
.grid.col-2 {
  grid-template-columns: repeat(2, 1fr); }
.grid.col-3 {
  grid-template-columns: repeat(3, 1fr); }
.grid.col-4 {
  grid-template-columns: repeat(4, 1fr); }
.grid.col-5 {
  grid-template-columns: repeat(5, 1fr); }
.grid.col-6 {
  grid-template-columns: repeat(6, 1fr); }

.gap-x1 {
  gap: 12px; }

.gap-x2 {
  gap: 24px; }

.gap-x3 {
  gap: 36px; }

.gap-x4 {
  gap: 48px; }

.hide {
  display: none; }

.show,
.block {
  display: block; }

.inline-flex {
  display: inline-flex; }

.inline-block {
  display: inline-block; }

@media screen and (max-width: 1200px) {
  .md-hide {
    display: none; }

  .md-show {
    display: block; }

  .md-flex {
    display: flex; } }
@media screen and (max-width: 980px) {
  .sm-hide {
    display: none; }

  .sm-show {
    display: block; }

  .sm-flex {
    display: flex; } }
@media screen and (max-width: 576px) {
  .xs-hide {
    display: none; }

  .xs-show {
    display: block; }

  .xs-flex {
    display: flex; } }
.p-1 {
  padding: 12px; }

.pt-1, .py-1 {
  padding-top: 12px; }

.pr-1, .px-1 {
  padding-right: 12px; }

.pb-1, .py-1 {
  padding-bottom: 12px; }

.pl-1, .px-1 {
  padding-left: 12px; }

.m-1 {
  margin: 12px; }

.mt-1, .my-1 {
  margin-top: 12px; }

.mr-1, .mx-1 {
  margin-right: 12px; }

.mb-1, .my-1 {
  margin-bottom: 12px; }

.ml-1, .mx-1 {
  margin-left: 12px; }

.p-2 {
  padding: 24px; }

.pt-2, .py-2 {
  padding-top: 24px; }

.pr-2, .px-2 {
  padding-right: 24px; }

.pb-2, .py-2 {
  padding-bottom: 24px; }

.pl-2, .px-2 {
  padding-left: 24px; }

.m-2 {
  margin: 24px; }

.mt-2, .my-2 {
  margin-top: 24px; }

.mr-2, .mx-2 {
  margin-right: 24px; }

.mb-2, .my-2 {
  margin-bottom: 24px; }

.ml-2, .mx-2 {
  margin-left: 24px; }

.p-3 {
  padding: 36px; }

.pt-3, .py-3 {
  padding-top: 36px; }

.pr-3, .px-3 {
  padding-right: 36px; }

.pb-3, .py-3 {
  padding-bottom: 36px; }

.pl-3, .px-3 {
  padding-left: 36px; }

.m-3 {
  margin: 36px; }

.mt-3, .my-3 {
  margin-top: 36px; }

.mr-3, .mx-3 {
  margin-right: 36px; }

.mb-3, .my-3 {
  margin-bottom: 36px; }

.ml-3, .mx-3 {
  margin-left: 36px; }

.p-4 {
  padding: 48px; }

.pt-4, .py-4 {
  padding-top: 48px; }

.pr-4, .px-4 {
  padding-right: 48px; }

.pb-4, .py-4 {
  padding-bottom: 48px; }

.pl-4, .px-4 {
  padding-left: 48px; }

.m-4 {
  margin: 48px; }

.mt-4, .my-4 {
  margin-top: 48px; }

.mr-4, .mx-4 {
  margin-right: 48px; }

.mb-4, .my-4 {
  margin-bottom: 48px; }

.ml-4, .mx-4 {
  margin-left: 48px; }

@media screen and (max-width: 1200px) {
  .md-p-1 {
    padding: 12px; }

  .md-pt-1, .md-py-1 {
    padding-top: 12px; }

  .md-pr-1, .md-px-1 {
    padding-right: 12px; }

  .md-pb-1, .md-py-1 {
    padding-bottom: 12px; }

  .md-pl-1, .md-px-1 {
    padding-left: 12px; }

  .md-m-1 {
    margin: 12px; }

  .md-mt-1, .md-my-1 {
    margin-top: 12px; }

  .md-mr-1, .md-mx-1 {
    margin-right: 12px; }

  .md-mb-1, .md-my-1 {
    margin-bottom: 12px; }

  .md-ml-1, .md-mx-1 {
    margin-left: 12px; }

  .md-p-2 {
    padding: 24px; }

  .md-pt-2, .md-py-2 {
    padding-top: 24px; }

  .md-pr-2, .md-px-2 {
    padding-right: 24px; }

  .md-pb-2, .md-py-2 {
    padding-bottom: 24px; }

  .md-pl-2, .md-px-2 {
    padding-left: 24px; }

  .md-m-2 {
    margin: 24px; }

  .md-mt-2, .md-my-2 {
    margin-top: 24px; }

  .md-mr-2, .md-mx-2 {
    margin-right: 24px; }

  .md-mb-2, .md-my-2 {
    margin-bottom: 24px; }

  .md-ml-2, .md-mx-2 {
    margin-left: 24px; }

  .md-p-3 {
    padding: 36px; }

  .md-pt-3, .md-py-3 {
    padding-top: 36px; }

  .md-pr-3, .md-px-3 {
    padding-right: 36px; }

  .md-pb-3, .md-py-3 {
    padding-bottom: 36px; }

  .md-pl-3, .md-px-3 {
    padding-left: 36px; }

  .md-m-3 {
    margin: 36px; }

  .md-mt-3, .md-my-3 {
    margin-top: 36px; }

  .md-mr-3, .md-mx-3 {
    margin-right: 36px; }

  .md-mb-3, .md-my-3 {
    margin-bottom: 36px; }

  .md-ml-3, .md-mx-3 {
    margin-left: 36px; }

  .md-p-4 {
    padding: 48px; }

  .md-pt-4, .md-py-4 {
    padding-top: 48px; }

  .md-pr-4, .md-px-4 {
    padding-right: 48px; }

  .md-pb-4, .md-py-4 {
    padding-bottom: 48px; }

  .md-pl-4, .md-px-4 {
    padding-left: 48px; }

  .md-m-4 {
    margin: 48px; }

  .md-mt-4, .md-my-4 {
    margin-top: 48px; }

  .md-mr-4, .md-mx-4 {
    margin-right: 48px; }

  .md-mb-4, .md-my-4 {
    margin-bottom: 48px; }

  .md-ml-4, .md-mx-4 {
    margin-left: 48px; }

  .md-p-0 {
    padding: 0; }

  .md-m-0 {
    margin: 0; } }
@media screen and (max-width: 980px) {
  .sm-p-1 {
    padding: 12px; }

  .sm-pt-1, .sm-py-1 {
    padding-top: 12px; }

  .sm-pr-1, .sm-px-1 {
    padding-right: 12px; }

  .sm-pb-1, .sm-py-1 {
    padding-bottom: 12px; }

  .sm-pl-1, .sm-px-1 {
    padding-left: 12px; }

  .sm-m-1 {
    margin: 12px; }

  .sm-mt-1, .sm-my-1 {
    margin-top: 12px; }

  .sm-mr-1, .sm-mx-1 {
    margin-right: 12px; }

  .sm-mb-1, .sm-my-1 {
    margin-bottom: 12px; }

  .sm-ml-1, .sm-mx-1 {
    margin-left: 12px; }

  .sm-p-2 {
    padding: 24px; }

  .sm-pt-2, .sm-py-2 {
    padding-top: 24px; }

  .sm-pr-2, .sm-px-2 {
    padding-right: 24px; }

  .sm-pb-2, .sm-py-2 {
    padding-bottom: 24px; }

  .sm-pl-2, .sm-px-2 {
    padding-left: 24px; }

  .sm-m-2 {
    margin: 24px; }

  .sm-mt-2, .sm-my-2 {
    margin-top: 24px; }

  .sm-mr-2, .sm-mx-2 {
    margin-right: 24px; }

  .sm-mb-2, .sm-my-2 {
    margin-bottom: 24px; }

  .sm-ml-2, .sm-mx-2 {
    margin-left: 24px; }

  .sm-p-3 {
    padding: 36px; }

  .sm-pt-3, .sm-py-3 {
    padding-top: 36px; }

  .sm-pr-3, .sm-px-3 {
    padding-right: 36px; }

  .sm-pb-3, .sm-py-3 {
    padding-bottom: 36px; }

  .sm-pl-3, .sm-px-3 {
    padding-left: 36px; }

  .sm-m-3 {
    margin: 36px; }

  .sm-mt-3, .sm-my-3 {
    margin-top: 36px; }

  .sm-mr-3, .sm-mx-3 {
    margin-right: 36px; }

  .sm-mb-3, .sm-my-3 {
    margin-bottom: 36px; }

  .sm-ml-3, .sm-mx-3 {
    margin-left: 36px; }

  .sm-p-4 {
    padding: 48px; }

  .sm-pt-4, .sm-py-4 {
    padding-top: 48px; }

  .sm-pr-4, .sm-px-4 {
    padding-right: 48px; }

  .sm-pb-4, .sm-py-4 {
    padding-bottom: 48px; }

  .sm-pl-4, .sm-px-4 {
    padding-left: 48px; }

  .sm-m-4 {
    margin: 48px; }

  .sm-mt-4, .sm-my-4 {
    margin-top: 48px; }

  .sm-mr-4, .sm-mx-4 {
    margin-right: 48px; }

  .sm-mb-4, .sm-my-4 {
    margin-bottom: 48px; }

  .sm-ml-4, .sm-mx-4 {
    margin-left: 48px; }

  .sm-p-0 {
    padding: 0; }

  .sm-m-0 {
    margin: 0; } }
@media screen and (max-width: 576px) {
  .xs-p-1 {
    padding: 12px; }

  .xs-pt-1, .xs-py-1 {
    padding-top: 12px; }

  .xs-pr-1, .xs-px-1 {
    padding-right: 12px; }

  .xs-pb-1, .xs-py-1 {
    padding-bottom: 12px; }

  .xs-pl-1, .xs-px-1 {
    padding-left: 12px; }

  .xs-m-1 {
    margin: 12px; }

  .xs-mt-1, .xs-my-1 {
    margin-top: 12px; }

  .xs-mr-1, .xs-mx-1 {
    margin-right: 12px; }

  .xs-mb-1, .xs-my-1 {
    margin-bottom: 12px; }

  .xs-ml-1, .xs-mx-1 {
    margin-left: 12px; }

  .xs-p-2 {
    padding: 24px; }

  .xs-pt-2, .xs-py-2 {
    padding-top: 24px; }

  .xs-pr-2, .xs-px-2 {
    padding-right: 24px; }

  .xs-pb-2, .xs-py-2 {
    padding-bottom: 24px; }

  .xs-pl-2, .xs-px-2 {
    padding-left: 24px; }

  .xs-m-2 {
    margin: 24px; }

  .xs-mt-2, .xs-my-2 {
    margin-top: 24px; }

  .xs-mr-2, .xs-mx-2 {
    margin-right: 24px; }

  .xs-mb-2, .xs-my-2 {
    margin-bottom: 24px; }

  .xs-ml-2, .xs-mx-2 {
    margin-left: 24px; }

  .xs-p-3 {
    padding: 36px; }

  .xs-pt-3, .xs-py-3 {
    padding-top: 36px; }

  .xs-pr-3, .xs-px-3 {
    padding-right: 36px; }

  .xs-pb-3, .xs-py-3 {
    padding-bottom: 36px; }

  .xs-pl-3, .xs-px-3 {
    padding-left: 36px; }

  .xs-m-3 {
    margin: 36px; }

  .xs-mt-3, .xs-my-3 {
    margin-top: 36px; }

  .xs-mr-3, .xs-mx-3 {
    margin-right: 36px; }

  .xs-mb-3, .xs-my-3 {
    margin-bottom: 36px; }

  .xs-ml-3, .xs-mx-3 {
    margin-left: 36px; }

  .xs-p-4 {
    padding: 48px; }

  .xs-pt-4, .xs-py-4 {
    padding-top: 48px; }

  .xs-pr-4, .xs-px-4 {
    padding-right: 48px; }

  .xs-pb-4, .xs-py-4 {
    padding-bottom: 48px; }

  .xs-pl-4, .xs-px-4 {
    padding-left: 48px; }

  .xs-m-4 {
    margin: 48px; }

  .xs-mt-4, .xs-my-4 {
    margin-top: 48px; }

  .xs-mr-4, .xs-mx-4 {
    margin-right: 48px; }

  .xs-mb-4, .xs-my-4 {
    margin-bottom: 48px; }

  .xs-ml-4, .xs-mx-4 {
    margin-left: 48px; }

  .xs-p-0 {
    padding: 0; }

  .xs-m-0 {
    margin: 0; } }
hr {
  height: 0;
  display: block;
  clear: both;
  border: none;
  margin: 0;
  position: relative; }
  hr:after {
    content: '';
    clear: both; }
  hr.line {
    min-height: 1px; }
  hr.line:after {
    left: 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
    position: absolute;
    height: 0px;
    top: 50%;
    margin-top: -0.5px; }

.hr-1 {
  height: 24px; }

.hr-2 {
  height: 48px; }

.hr-3 {
  height: 72px; }

.hr-4 {
  height: 96px; }

@media screen and (max-width: 1200px) {
  .md-hr-1 {
    height: 24px; }

  .md-hr-2 {
    height: 48px; }

  .md-hr-3 {
    height: 72px; }

  .md-hr-4 {
    height: 96px; } }
@media screen and (max-width: 980px) {
  .sm-hr-1 {
    height: 24px; }

  .sm-hr-2 {
    height: 48px; }

  .sm-hr-3 {
    height: 72px; }

  .sm-hr-4 {
    height: 96px; } }
@media screen and (max-width: 576px) {
  .xs-hr-1 {
    height: 24px; }

  .xs-hr-2 {
    height: 48px; }

  .xs-hr-3 {
    height: 72px; }

  .xs-hr-4 {
    height: 96px; } }
.vh-100 {
  height: 100vh; }

.vh-min-100 {
  min-height: 100vh; }

.h-100 {
  height: 100%; }

.w-100 {
  width: 100%; }

.hover:hover {
  opacity: 0.6;
  cursor: pointer; }

.underline {
  text-decoration: underline; }
  .underline:hover {
    text-decoration: underline; }

.nolink,
.nolink:hover {
  cursor: default;
  opacity: 1; }

.uppercase {
  text-transform: uppercase; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

@media screen and (max-width: 980px) {
  .sm-text-left {
    text-align: left; }

  .sm-text-center {
    text-align: center; }

  .sm-text-right {
    text-align: right; } }
@media screen and (max-width: 576px) {
  .xs-text-left {
    text-align: left; }

  .xs-text-center {
    text-align: center; }

  .xs-text-right {
    text-align: right; } }
.margin-center {
  margin-left: auto;
  margin-right: auto; }

.alternate:nth-child(odd) > div {
  flex-direction: row-reverse; }

.r-1-1,
.r-1-1 img {
  aspect-ratio: 1 / 1; }

.r-4-3,
.r-4-3 img {
  aspect-ratio: 4 / 3; }

.r-3-4,
.r-3-4 img {
  aspect-ratio: 3 / 4; }

.r-16-9,
.r-16-9 img {
  aspect-ratio: 16 / 9; }

@media screen and (max-width: 576px) {
  .xs-r-1-1,
  .xs-r-1-1 img {
    aspect-ratio: 1 / 1; }

  .xs-r-4-3,
  .xs-r-4-3 img {
    aspect-ratio: 4 / 3; }

  .xs-r-3-4,
  .xs-r-3-4 img {
    aspect-ratio: 3 / 4; }

  .xs-r-16-9,
  .xs-r-16-9 img {
    aspect-ratio: 16 / 9; } }
@supports not (aspect-ratio: auto) {
  .r-1-1,
  .r-3-4,
  .r-4-3,
  .r-16-9 {
    height: 0;
    position: relative;
    overflow: hidden; }
    .r-1-1 img,
    .r-3-4 img,
    .r-4-3 img,
    .r-16-9 img {
      position: absolute;
      position: absolute;
      z-index: 1;
      height: 100%;
      width: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0; }

  .r-1-1 {
    padding-top: 100%; }

  .r-4-3 {
    padding-top: 75%; }

  .r-3-4 {
    padding-top: 125%; }

  .r-16-9 {
    padding-top: 56.25%; } }
.media-cover,
.vid-cover,
.img-cover {
  position: relative; }
  .media-cover img,
  .media-cover video,
  .vid-cover img,
  .vid-cover video,
  .img-cover img,
  .img-cover video {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover; }

.fit-cover,
.fit-cover img {
  object-fit: cover; }

.fit-contain,
.fit-contain img {
  object-fit: contain; }

.fit-cover img,
.fit-contain img {
  height: 100%;
  width: 100%; }

.img-resize,
.img-resize img {
  width: 100%;
  display: block;
  height: auto; }

.vid-resize,
.map-resize {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .vid-resize iframe,
  .vid-resize object,
  .vid-resize embed,
  .vid-resize video,
  .map-resize iframe,
  .map-resize object,
  .map-resize embed,
  .map-resize video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

h1, h2, h3, h4, h5, h6, p, small,
button, input, textarea, a, .hover, .transition {
  transition: all .3s ease; }

::selection,
::-moz-selection {
  background: #fff;
  color: #E30613; }

@font-face {
  font-family: "ic-folio";
  src: url("../fonts/ic-folio/ic-folio.eot?v8wpu1");
  src: url("../fonts/ic-folio/ic-folio.eot?v8wpu1#iefix") format("embedded-opentype"), url("../fonts/ic-folio/ic-folio.ttf?v8wpu1") format("truetype"), url("../fonts/ic-folio/ic-folio.woff?v8wpu1") format("woff"), url("../fonts/ic-folio/ic-folio.svg?v8wpu1#ic-folio") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
.ic {
  font-family: "ic-folio" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ic-logo:before {
  content: "\e922"; }

.ic-bars:before {
  content: "\e900"; }

.ic-times:before {
  content: "\e901"; }

.ic-search:before {
  content: "\e902"; }

.ic-check:before {
  content: "\e903"; }

.ic-angle-down:before {
  content: "\e904"; }

.ic-angle-left:before {
  content: "\e905"; }

.ic-angle-right:before {
  content: "\e906"; }

.ic-angle-up:before {
  content: "\e907"; }

.ic-arrow-down:before {
  content: "\e908"; }

.ic-arrow-left:before {
  content: "\e909"; }

.ic-arrow-right:before {
  content: "\e90a"; }

.ic-arrow-up:before {
  content: "\e90b"; }

.ic-caret-down:before {
  content: "\e90c"; }

.ic-caret-up:before {
  content: "\e90d"; }

.ic-download:before {
  content: "\e90e"; }

.ic-envelope:before {
  content: "\e90f"; }

.ic-exclamation:before {
  content: "\e910"; }

.ic-file:before {
  content: "\e911"; }

.ic-filter:before {
  content: "\e912"; }

.ic-info:before {
  content: "\e913"; }

.ic-link:before {
  content: "\e914"; }

.ic-lock:before {
  content: "\e915"; }

.ic-map:before {
  content: "\e916"; }

.ic-minus:before {
  content: "\e917"; }

.ic-plus:before {
  content: "\e918"; }

.ic-power-off:before {
  content: "\e919"; }

.ic-sort:before {
  content: "\e91a"; }

.ic-user:before {
  content: "\e923"; }

.ic-cart:before {
  content: "\e924"; }

.ic-instagram:before {
  content: "\e91b"; }

.ic-facebook:before {
  content: "\e91c"; }

.ic-twitter:before {
  content: "\e91d"; }

.ic-pinterest:before {
  content: "\e91e"; }

.ic-vimeo:before {
  content: "\e91f"; }

.ic-youtube:before {
  content: "\e920"; }

.ic-linkedin:before {
  content: "\e921"; }

:focus:not(:focus-visible) {
  outline: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* WebKit */
  -moz-appearance: button;
  /* Mozilla */
  -o-appearance: button;
  /* Opera */
  -ms-appearance: button;
  /* Internet Explorer */
  appearance: button;
  /* CSS3 */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0; }

.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  text-decoration: none;
  font-family: inherit;
  font-size: 14px;
  line-height: 42px;
  min-height: 42px;
  padding: 0 24px;
  cursor: pointer;
  border: 1px solid transparent;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-weight: 200; }
  .btn:focus,
  input[type="button"]:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  button:focus {
    box-shadow: 0 0 0 4px rgba(60, 74, 84, 0.1) !important; }
  .btn.disabled, .btn:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  input[type="submit"].disabled,
  input[type="submit"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  button.disabled,
  button:disabled {
    opacity: 0.6;
    cursor: not-allowed; }
  .btn.block,
  input[type="button"].block,
  input[type="submit"].block,
  input[type="reset"].block,
  button.block {
    width: 100%; }

.btn a,
button a,
.entry .btn {
  text-decoration: none !important; }
  .btn a:hover,
  button a:hover,
  .entry .btn:hover {
    text-decoration: none; }

label {
  display: inline-block;
  padding-bottom: 6px; }

select,
input,
textarea {
  margin-bottom: 24px; }

select {
  padding: 12px 12px;
  border: 1px solid #323D35;
  color: #323D35;
  border-radius: 0;
  background-color: transparent;
  width: 100%; }

textarea {
  padding: 12px 12px;
  border: 1px solid #323D35;
  color: #323D35;
  border-radius: 0;
  background-color: transparent;
  width: 100%; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="date"] {
  border: 1px solid #323D35;
  color: #323D35;
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  height: 46px;
  padding: 12px 24px; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="search"]:focus,
  input[type="date"]:focus {
    outline: 0; }

button {
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  border: 0;
  border: 1px solid #323D35;
  cursor: pointer; }

input::placeholder {
  color: #323D35; }

form .group,
form .row {
  margin-bottom: 24px; }
  form .group select,
  form .group input,
  form .group textarea,
  form .row select,
  form .row input,
  form .row textarea {
    margin-bottom: 0; }

.bg-dark button,
.bg-dark input,
.bg-dark select,
.bg-dark textarea {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  width: 100%; }
.bg-dark input::placeholder {
  color: #fff; }

body.menu-active {
  overflow: hidden; }

.spmenu {
  opacity: 0;
  overflow: auto;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  bottom: 0;
  position: fixed;
  background-color: #323D35;
  transition: all ease .3s;
  z-index: -1; }
  .spmenu .wrap {
    padding: 24px;
    min-height: 100%;
    width: 100%; }
  .spmenu.active {
    left: 0;
    top: 0;
    min-height: 100%;
    width: 100%;
    opacity: 1;
    z-index: 9999; }
  .spmenu .close {
    top: 24px;
    right: 24px;
    z-index: 1; }
  .spmenu .head,
  .spmenu .body,
  .spmenu .foot {
    width: 100%; }

.modal {
  background-color: rgba(0, 0, 0, 0.7);
  left: 50%;
  top: 50%;
  position: fixed;
  z-index: 99999;
  transition: all ease .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0; }
  .modal .modal-inner {
    width: 50%;
    min-height: 50vh;
    background-color: #fff; }
  .modal .modal-close {
    top: 24px;
    right: 24px; }
  .modal.active {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1; }
  .modal.full .modal-inner {
    width: 100%;
    height: 100%; }

body {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 300; }

h1, .h1 {
  font-size: 42px;
  line-height: 50.4px; }
  @media screen and (max-width: 576px) {
    h1, .h1 {
      font-size: 36px;
      line-height: 43.2px; } }

h2, .h2 {
  font-size: 36px;
  line-height: 43.2px; }
  @media screen and (max-width: 576px) {
    h2, .h2 {
      font-size: 28px;
      line-height: 33.6px; } }

h3, .h3 {
  font-size: 28px;
  line-height: 33.6px; }
  @media screen and (max-width: 576px) {
    h3, .h3 {
      font-size: 22px;
      line-height: 26.4px; } }

h4, .h4 {
  font-size: 22px;
  line-height: 26.4px; }

h5, .h5 {
  font-size: 18px;
  line-height: 21.6px; }

h6, .h6 {
  font-size: 16px;
  line-height: 19.2px; }

p, .p {
  font-size: 16px;
  line-height: 19.2px; }

small, .small {
  font-size: 14px; }

.xsmall {
  font-size: 12px;
  display: inline-block; }

mark {
  background-color: transparent; }

a {
  text-decoration: none;
  color: inherit; }

.ic, .la, .fa, .las {
  font-size: 18px; }

.ic-x1,
.ic--x1 i {
  font-size: 12px; }

.ic-x2,
.ic--x2 i {
  font-size: 24px; }

.ic-x3,
.ic--x3 i {
  font-size: 36px; }

.ic-x4,
.ic--x4 i {
  font-size: 48px; }

.entry em, .entry i {
  font-style: italic; }
.entry b, .entry strong {
  font-weight: bold; }
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  margin-bottom: 18px; }
.entry p {
  line-height: 19.2px; }
.entry p + p,
.entry p + ul,
.entry p + ol {
  padding-top: 18px; }
.entry p + h1,
.entry p + h2,
.entry p + h3,
.entry p + h4,
.entry p + h5,
.entry p + h6,
.entry p + figure {
  margin-top: 18px; }
.entry ul li {
  list-style-type: disc; }
.entry ol li {
  list-style-type: decimal; }
.entry ul,
.entry ol {
  margin-left: 16px;
  padding-bottom: 18px;
  padding-left: 12px;
  line-height: 19.2px; }
.entry a,
.entry a:hover {
  text-decoration: underline; }
.entry sup {
  font-size: 11px;
  vertical-align: super; }
.entry img {
  max-width: 100%;
  height: auto;
  display: block; }
.entry figure {
  width: 100%;
  margin-bottom: 24px; }
  .entry figure img {
    padding-bottom: 18px; }
.entry figcaption {
  padding-top: 18px;
  font-size: 14px; }
  @media screen and (max-width: 980px) {
    .entry figcaption {
      padding-top: 0; } }
.entry table {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 1px solid #ddd !important; }
  .entry table tr td {
    border-left: 1px dotted #ddd; }
    .entry table tr td:first-child {
      border: 0; }
.entry i.la,
.entry i.las,
.entry i.fa,
.entry i.fas,
.entry i.ic {
  font-style: inherit; }

.entry p img.alignleft,
.entry figure.alignleft {
  margin: 0 48px 48px 0;
  float: left; }
.entry p img.alignright,
.entry figure.alignright {
  margin: 0 0 48px 48px;
  float: right; }
@media screen and (max-width: 980px) {
  .entry figure {
    width: 100% !important; }
  .entry p img.alignright,
  .entry figure.alignright,
  .entry p img.alignleft,
  .entry figure.alignleft {
    margin: 0 0 48px 0;
    float: none; }
  .entry img {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 24px 0; } }

.elementor-column.col-fit {
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 100% !important; }

.elementor-column.col-auto {
  -ms-flex-preferred-size: 0 !important;
  flex-basis: 0 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  max-width: 100% !important; }

.elementor-editor-active .logged-show {
  display: block;
  opacity: 0.5; }

.elementor-editor-active.logged-in .logged-hide {
  display: block !important;
  opacity: 0.5 !important; }

.elementor-editor-activesktop .elementor-edit-area-active {
  z-index: 2; }

.elementor-widget-text-editor p {
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  text-transform: inherit;
  line-height: inherit; }

.wp-nav .item-icon span,
.wp-nav .item-text i,
.wp-nav .item-image span {
  display: none; }
.wp-nav a.item-hidden {
  cursor: default; }
.wp-nav a.item-hidden span {
  visibility: hidden; }
.wp-nav img {
  width: 42px;
  height: 42px;
  object-fit: contain; }
.wp-nav li {
  position: relative; }
.wp-nav > ul > li {
  padding: 12px 0; }
.wp-nav .item-image,
.wp-nav .item-button {
  padding: 0 0; }
.wp-nav .has-arrow {
  padding-right: 6px; }
  .wp-nav .has-arrow:after {
    content: '›';
    transform: rotate(90deg);
    display: inline-block;
    position: relative;
    top: 50%;
    right: -2px; }
  .wp-nav .has-arrow.active:after {
    transform: rotate(-90deg); }
.wp-nav .submenu li {
  padding: 12px 0; }
.wp-nav a:not(.btn) {
  display: inline-block; }

.wp-nav .blockbar {
  position: static; }
  .wp-nav .blockbar .submenu-1 {
    display: none;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    margin-top: 12px;
    transition: all ease 0.1s;
    width: 100%;
    padding: 12px; }
    .wp-nav .blockbar .submenu-1 > ul {
      display: flex;
      gap: 12px; }
  .wp-nav .blockbar:not(.has-click):hover .submenu-1, .wp-nav .blockbar.active .submenu-1 {
    display: block;
    transform: translate(0, 0); }

.wp-nav .dropdown .submenu-1 {
  opacity: 0;
  visibility: hidden;
  top: 100px;
  position: absolute;
  z-index: 3;
  min-width: 120px;
  transition: all ease 0.3s;
  left: 50%;
  right: auto;
  text-align: center;
  transform: translateX(-50%); }
.wp-nav .dropdown:not(.has-click):hover .submenu-1, .wp-nav .dropdown.active .submenu-1 {
  opacity: 1;
  top: 100%;
  visibility: visible; }

body#error-page .loading {
  display: none !important; }

.ost-login {
  font-family: 'Open Sans', sans-serif;
  background-color: #222;
  background-image: url("../images/bg-login.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  .ost-login.interim-login {
    background-image: none;
    background-color: #fff; }
    .ost-login.interim-login:before {
      display: none; }
    .ost-login.interim-login form {
      box-shadow: none; }
  .ost-login #login {
    padding: 0;
    margin: 0; }
  .ost-login form {
    margin-top: 50px;
    border: 0; }
  .ost-login h1,
  .ost-login #backtoblog,
  .ost-login p.status,
  .ost-login #login_error {
    display: none; }
  .ost-login .forgetmenot {
    padding-top: 8px; }
  .ost-login input[type="submit"].button-primary {
    text-shadow: inherit;
    box-shadow: none;
    background-color: #000;
    border: 0;
    border-radius: 0;
    height: 42px;
    min-width: 120px; }
    .ost-login input[type="submit"].button-primary:hover {
      opacity: 0.8 !important; }
  .ost-login #nav {
    text-align: center; }
  .ost-login .privacy-policy-page-link a,
  .ost-login #nav a {
    color: #ffffff !important;
    font-size: 14px !important; }
  .ost-login p.message {
    text-align: center;
    font-size: 14px; }
  .ost-login .language-switcher {
    display: none; }

.social.icon span,
.social.text i {
  display: none; }

.page-loading {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 999999; }
  .page-loading:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url("../images/loader.svg");
    background-repeat: no-repeat;
    background-position: center center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .page-loading.bg-dark:after {
    color: #fff;
    filter: brightness(0) invert(1); }

html.no-js .page-loading {
  display: none; }

.setup {
  border-radius: 4px;
  background-color: #f2f2f2;
  font-size: 12px;
  text-align: center;
  padding: 4px 12px;
  color: #999; }

.ck-1 {
  color: #323D35; }

.ck-2 {
  color: #E30613; }

.ck-3 {
  color: #F4E9DA; }

.ck-4 {
  color: #00534D; }

.ck-5 {
  color: #000000; }

.ck-accent {
  color: #E30613; }

.ck-white {
  color: #fff; }

.ck-success {
  color: #4BB867; }

.ck-error {
  color: #D94F4F; }

.bg-ck-1 {
  background-color: #323D35; }

.bg-ck-2 {
  background-color: #E30613; }

.bg-ck-3 {
  background-color: #F4E9DA; }

.bg-ck-4 {
  background-color: #00534D; }

.bg-ck-5 {
  background-color: #000000; }

.bg-ck-white {
  background-color: #fff; }

.bg-ck-accent {
  background-color: #E30613; }

.bg-success {
  background-color: key-success; }

.bg-error {
  background-color: #D94F4F; }

.bg-dark *,
.bg-dark a {
  color: #fff; }
.bg-dark a:hover,
.bg-dark input,
.bg-dark i {
  color: inherit; }

.filter-white {
  filter: brightness(0) invert(1); }

.owl {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }
  .owl .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden; }
    .owl .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl .owl-wrapper,
  .owl .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
    .owl .owl-item img {
      display: block;
      width: 100%; }
  .owl .owl-nav.disabled,
  .owl .owl-dots.disabled {
    display: none; }
  .owl .owl-prev,
  .owl .owl-next,
  .owl .owl .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit; }
  .owl.owl-loaded {
    display: block; }
  .owl.owl-loading {
    opacity: 0;
    display: block; }
  .owl.owl-hidden {
    opacity: 0; }
  .owl.owl-refresh .owl-item {
    visibility: hidden; }
  .owl.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl.owl-rtl {
    direction: rtl; }
  .owl.owl-rtl .owl-item {
    float: right; }
  .owl .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }
  .owl .owl-animated-in {
    z-index: 0; }
  .owl .owl-animated-out {
    z-index: 1; }
  .owl .fadeOut {
    animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.no-js .owl {
  display: block; }

.owl-height {
  transition: height 500ms ease-in-out; }

.owl .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }
.owl .owl-item .owl-lazy[src^=""], .owl .owl .owl-item .owl-lazy:not([src]) {
  max-height: 0; }
.owl .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl .owl-video-playing .owl-video-tn,
.owl .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl.caption-inside .item {
  display: grid; }
  .owl.caption-inside .item > * {
    grid-area: 1 / 1; }
.owl.caption-inside .caption {
  align-self: end;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 12px; }
.owl.caption-hover .caption {
  transition: all ease 0.3s;
  opacity: 0;
  transform: translateY(-50%); }
.owl.caption-hover .item:hover > .caption {
  opacity: 1;
  transform: translateY(0); }

.owl .owl-dots {
  margin-top: 12px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl .owl-dot {
  display: inline-block;
  min-height: inherit; }
  .owl .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    opacity: 0.4;
    background-color: #000; }
  .owl .owl-dot.active span, .owl .owl-dot:hover span {
    opacity: 1; }

.owl .owl-nav button {
  min-width: 42px;
  height: 42px;
  padding: 0; }
.owl.nav-center .owl-nav {
  text-align: center; }
  .owl.nav-center .owl-nav .owl-prev,
  .owl.nav-center .owl-nav .owl-next {
    float: none; }
.owl.nav-over .owl-next,
.owl.nav-over .owl-prev, .owl.nav-inner .owl-next,
.owl.nav-inner .owl-prev, .owl.nav-offset .owl-next,
.owl.nav-offset .owl-prev, .owl.nav-bottom .owl-next,
.owl.nav-bottom .owl-prev, .owl.nav-top .owl-next,
.owl.nav-top .owl-prev {
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%); }
.owl.nav-over .owl-next, .owl.nav-inner .owl-next, .owl.nav-offset .owl-next, .owl.nav-bottom .owl-next, .owl.nav-top .owl-next {
  right: 0; }
.owl.nav-over .owl-prev, .owl.nav-inner .owl-prev, .owl.nav-offset .owl-prev, .owl.nav-bottom .owl-prev, .owl.nav-top .owl-prev {
  left: 0; }
.owl.nav-over .owl-dots, .owl.nav-inner .owl-dots, .owl.nav-offset .owl-dots, .owl.nav-bottom .owl-dots, .owl.nav-top .owl-dots {
  position: absolute;
  width: 100%;
  left: 0; }
.owl.nav-inner {
  padding-left: 60px;
  padding-right: 60px; }
.owl.nav-offset {
  padding-left: 60px;
  padding-right: 60px;
  margin-left: -60px;
  width: calc(100% + 120px); }
.owl.nav-bottom .owl-next,
.owl.nav-bottom .owl-prev {
  margin: 0;
  bottom: 0;
  top: auto;
  transform: translateY(0); }
.owl.nav-top .owl-next,
.owl.nav-top .owl-prev {
  margin: 0;
  top: 0;
  transform: translateY(0); }
.owl.nav-reveal .owl-next {
  opacity: 0;
  right: -40px; }
.owl.nav-reveal .owl-prev {
  opacity: 0;
  left: -40px; }
.owl.nav-reveal:hover .owl-prev {
  left: 0px;
  opacity: 1; }
.owl.nav-reveal:hover .owl-next {
  right: 0px;
  opacity: 1; }

.owl.nearby .item img {
  height: 50vh;
  width: auto; }
.owl.nearby .owl-stage {
  background-color: #000; }

.owl.img-vh-10 .item img {
  height: 10vh; }
.owl.img-vh-20 .item img {
  height: 20vh; }
.owl.img-vh-30 .item img {
  height: 30vh; }
.owl.img-vh-40 .item img {
  height: 40vh; }
.owl.img-vh-50 .item img {
  height: 50vh; }
.owl.img-vh-60 .item img {
  height: 60vh; }
.owl.img-vh-70 .item img {
  height: 70vh; }
.owl.img-vh-80 .item img {
  height: 80vh; }
.owl.img-vh-90 .item img {
  height: 90vh; }
.owl.img-vh-100 .item img {
  height: 100vh; }

.owl {
  /*
  &.ss-slideshow {
    .item {
      display: flex;
      justify-content: center;
      img {
        width: auto;
      }
    }
  }
  */
  /*
  &.item-middle {
    .item {
      display: flex;
      align-items: center;
    }
  }
  &.item-bottom {
    .item {
      display: flex;
      align-items: flex-end;
    }
  }
  */ }

/*
.owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  .btn-square:first-child {
    border-bottom: 0!important;
  }
}
*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: solid 2px #E30613;
  color: #E30613;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 42px;
  line-height: 36px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  min-width: 140px;
  /*
  &:after {
    border-bottom: 2px solid $key-2;
    border-right: 2px solid $key-2;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
  }
  */ }
  .nice-select option:checked {
    display: none; }
  .nice-select:hover {
    border-color: #E30613; }
  .nice-select.active {
    border-color: #E30613;
    background-color: #fff;
    color: #E30613; }
  .nice-select:after {
    font-family: "ic-folio" !important;
    content: "\e908";
    font-size: 20px;
    display: block;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 1px;
    transition: all 0.15s ease-in-out; }
  .nice-select.open:after {
    transform: rotate(-180deg);
    top: 0; }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #E30613;
    box-sizing: border-box;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: -2px;
    width: calc(100% + 4px);
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 36px;
    list-style: none;
    min-height: 36px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    color: #E30613; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #fff;
      text-decoration: underline; }
    .nice-select .option.selected {
      font-weight: bold;
      color: #E30613;
      text-decoration: underline; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }
.no-csspointerevents .nice-select.open .list {
  display: block; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  opacity: 1;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: transparent; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: '/f00d'; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #000; }
  .lb-data .lb-details {
    text-align: center;
    line-height: 1.1em; }
  .lb-data .lb-caption {
    font-size: 13px;
    font-weight: normal;
    line-height: 1em; }
    .lb-data .lb-caption a {
      text-decoration: underline; }
  .lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #000; }

.lightbox .lb-close,
.lightbox .lb-next,
.lightbox .lb-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px; }
  .lightbox .lb-close:after,
  .lightbox .lb-next:after,
  .lightbox .lb-prev:after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #000;
    font-size: 32px; }
  .lightbox .lb-close:hover,
  .lightbox .lb-next:hover,
  .lightbox .lb-prev:hover {
    cursor: pointer; }
.lightbox .lb-close:after {
  content: '\f00d'; }
.lightbox .lb-next:after {
  content: '\f105'; }
.lightbox .lb-prev:after {
  content: '\f104'; }
.lightbox .lb-prev,
.lightbox .lb-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s; }
.lightbox .lb-prev {
  left: 24px; }
  @media screen and (max-width: 576px) {
    .lightbox .lb-prev {
      left: 0; } }
.lightbox .lb-next {
  right: 24px; }
  @media screen and (max-width: 576px) {
    .lightbox .lb-next {
      right: 0; } }
.lightbox .lb-nav:hover > a {
  opacity: 1; }
.lightbox .lb-close {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 2;
  transition: opacity 0.2s; }

.lb-disable-scrolling .lightbox {
  min-height: calc(100vh - 48px) !important;
  display: grid !important;
  grid-template-rows: 1fr auto; }
  .lb-disable-scrolling .lightbox .lb-dataContainer {
    padding: 0px 8px 24px; }

.lightbox .lb-dataContainer {
  padding: 0px 8px 24px; }
.lightbox .lb-outerContainer {
  margin-top: 12px;
  height: 90% !important;
  width: 90% !important; }
.lightbox .lb-dataContainer {
  width: 100% !important; }
.lightbox img {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: contain; }
  @media screen and (max-width: 576px) {
    .lightbox img {
      margin: 0 auto;
      width: 90% !important; } }

.alm-btn-wrap {
  padding: 0;
  margin-top: 42px;
  margin-bottom: 60px; }
  .alm-btn-wrap .alm-load-more-btn.more,
  .alm-btn-wrap .alm-load-more-btn.done {
    color: #E30613;
    font-weight: 600;
    font-size: 18px;
    width: auto;
    display: inline-flex;
    gap: 12px;
    align-items: center;
    line-height: 1;
    background-color: transparent !important;
    box-shadow: none;
    border: 2px solid #E30613;
    border-radius: 0;
    padding: 0 24px; }
    .alm-btn-wrap .alm-load-more-btn.more:after,
    .alm-btn-wrap .alm-load-more-btn.done:after {
      font-family: "Line Awesome Free";
      content: '\f063'; }
    .alm-btn-wrap .alm-load-more-btn.more:hover,
    .alm-btn-wrap .alm-load-more-btn.done:hover {
      background-color: #E30613 !important;
      color: #fff; }
      .alm-btn-wrap .alm-load-more-btn.more:hover span,
      .alm-btn-wrap .alm-load-more-btn.done:hover span {
        border-color: #fff; }
  .alm-btn-wrap .alm-load-more-btn.loading {
    color: #E30613 !important;
    box-shadow: none !important; }
  .alm-btn-wrap .alm-load-more-btn.loading:before {
    background-image: url("../images/loader.svg") !important;
    background-size: cover !important;
    left: 12px !important;
    top: 7px !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important; }

.alm-grid .alm-reveal {
  display: grid;
  gap: 24px; }
.alm-grid.grid-4 .alm-reveal {
  grid-template-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr)); }
.alm-grid.grid-3 .alm-reveal {
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr)); }
.alm-grid.grid-2 .alm-reveal {
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr)); }
.alm-grid.grid-1 .alm-reveal {
  grid-template-columns: repeat(1, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr)); }

@media screen and (max-width: 980px) {
  .alm-grid.sm-grid-4 .alm-reveal {
    grid-template-columns: repeat(4, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr)); }

  .alm-grid.sm-grid-3 .alm-reveal {
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .alm-grid.sm-grid-2 .alm-reveal {
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .alm-grid.sm-grid-1 .alm-reveal {
    grid-template-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr)); } }
@media screen and (max-width: 576px) {
  .alm-grid.xs-grid-4 .alm-reveal {
    grid-template-columns: repeat(4, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr)); }

  .alm-grid.xs-grid-3 .alm-reveal {
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .alm-grid.xs-grid-2 .alm-reveal {
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .alm-grid.xs-grid-1 .alm-reveal {
    grid-template-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr)); } }
.alm-news .alm-reveal {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr)); }
  @media screen and (max-width: 980px) {
    .alm-news .alm-reveal {
      grid-template-columns: repeat(2, 1fr);
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media screen and (max-width: 576px) {
    .alm-news .alm-reveal {
      grid-template-columns: repeat(1, 1fr);
      grid-template-columns: repeat(1, minmax(0, 1fr)); } }

/*
.alm-products .alm-reveal {
  display: grid;
  gap:24px;
  grid-template-columns: repeat(2, 1fr);
  @include screen(sm) {
    grid-template-columns: repeat(2, 1fr);
  }
  @include screen(xs) {
    grid-template-columns: repeat(1, 1fr);
  }
}
*/
.alm-filters.alm-filters-container {
  margin: 0;
  display: flex;
  gap: 24px; }
  .alm-filters.alm-filters-container .alm-filter--inner {
    padding: 0 !important; }
  .alm-filters.alm-filters-container .alm-filters--loading {
    display: none; }

.alm-filter--select {
  height: auto;
  border: 2px solid #E30613;
  border-radius: 0;
  position: relative;
  overflow: hidden; }
  .alm-filter--select::after {
    /*
    border-bottom: 2px solid $key-2;
    border-right: 2px solid $key-2;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
    color: $key-2;
*/
    font-family: "ic-folio" !important;
    content: "\e908";
    font-size: 20px;
    display: block;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 10px;
    color: #E30613;
    transition: all 0.15s ease-in-out; }
  .alm-filter--select select {
    color: #E30613;
    font-weight: 600;
    font-size: 16px;
    border: 0;
    appearance: none;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    background-color: transparent !important;
    padding-right: 42px;
    padding-left: 12px;
    margin-bottom: 0; }

body {
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  color: #323D35;
  width: 100%; }

body.disable {
  overflow: hidden; }

.alm-news {
  overflow-x: hidden; }

@media screen and (max-width: 576px) {
  .home section {
    overflow-x: hidden; } }
.fw-100 {
  font-weight: 100; }

.fw-200 {
  font-weight: 200; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

.fs-1 {
  font-size: 14px;
  line-height: 20px; }

.fs-2 {
  font-size: 16px;
  line-height: 22px; }

.fs-4 {
  font-size: 24px;
  line-height: 30px; }

.fs-5 {
  font-size: 30px;
  line-height: 36px; }
  @media screen and (max-width: 576px) {
    .fs-5 {
      font-size: 24px;
      line-height: 30px; } }

.ff-1 {
  font-family: "Figtree", sans-serif; }

.ff-2 {
  font-family: "swear-display", serif;
  font-weight: 400; }

/*
.fs-section-title,
.fs-section-title p {
  font-size: 10vh;
  line-height:9vh;
}
*/
.ft-1,
.ft-1 p {
  font-size: 10vh;
  line-height: 9vh;
  font-family: "swear-display", serif; }
  @media screen and (max-width: 980px) {
    .ft-1,
    .ft-1 p {
      font-size: 44px;
      line-height: 48px; } }
  @media screen and (max-width: 576px) {
    .ft-1,
    .ft-1 p {
      font-size: 36px;
      line-height: 40px; } }

.ft-2,
.ft-2 p {
  font-size: 60px;
  line-height: 60px;
  font-family: "swear-display", serif; }
  @media screen and (max-width: 576px) {
    .ft-2,
    .ft-2 p {
      font-size: 40px;
      line-height: 35px; } }

.ft-3,
.ft-3 p {
  font-size: 50px;
  line-height: 45px;
  font-family: "swear-display", serif; }
  @media screen and (max-width: 980px) {
    .ft-3,
    .ft-3 p {
      font-size: 40px;
      line-height: 35px; } }

.hr-250 {
  height: 250px; }
  @media screen and (max-width: 576px) {
    .hr-250 {
      height: 60px; } }

.hr-110 {
  height: 110px; }

.hr-80 {
  height: 80px; }

.hr-60 {
  height: 60px; }

.r-9-16 {
  aspect-ratio: 9/16; }

.r-5-7 {
  aspect-ratio: 5/7; }

.indent {
  position: relative;
  padding-right: 48px;
  padding-left: 48px; }
  @media screen and (max-width: 576px) {
    .indent {
      padding-right: 18px;
      padding-left: 18px; } }

.indent-lg {
  position: relative;
  padding-right: 108px;
  padding-left: 108px; }
  @media screen and (max-width: 980px) {
    .indent-lg {
      padding-right: 48px;
      padding-left: 48px; } }
  @media screen and (max-width: 576px) {
    .indent-lg {
      padding-right: 18px;
      padding-left: 18px; } }

/*
.outer {
  border:1px solid black;
}
.indent {
  border:1px solid orange;
}
*/
.btn-link {
  color: #E30613;
  font-weight: 600;
  font-size: 18px;
  display: inline-flex;
  gap: 12px;
  align-items: center; }
  .btn-link span {
    border-bottom: 1px solid #E30613;
    display: inline-block;
    padding-bottom: 2px; }
  .btn-link.outline {
    border: 2px solid #E30613;
    padding: 12px 24px; }
    .btn-link.outline:hover {
      background-color: #E30613;
      color: #fff; }
      .btn-link.outline:hover span {
        border-color: #fff; }

.bg-dark .btn-link span {
  border-color: #fff; }
.bg-dark .btn-link.outline {
  border-color: #fff; }
  .bg-dark .btn-link.outline:hover {
    background-color: #fff;
    color: #E30613; }
    .bg-dark .btn-link.outline:hover span {
      border-color: #E30613;
      color: #E30613; }

.btn-link:hover {
  transform: scale(1.05); }

.btn-link.outline:hover {
  transform: scale(1); }

.hash {
  border: 2px solid #E30613;
  padding: 4px 8px; }

.content-excerpt p + p {
  padding-top: 12px; }

.side-label {
  position: absolute;
  left: 36px;
  top: 16px;
  z-index: 1; }
  @media screen and (max-width: 980px) {
    .side-label {
      position: relative;
      left: 0; } }
  .side-label span {
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    line-height: 14px;
    font-size: 16px;
    writing-mode: vertical-lr;
    transform: rotate(180deg); }
    @media screen and (max-width: 980px) {
      .side-label span {
        writing-mode: inherit;
        transform: none;
        margin-bottom: 48px; } }

.side-shape {
  width: 100px;
  position: absolute;
  right: 23px;
  top: 0; }
  @media screen and (max-width: 980px) {
    .side-shape {
      right: 20px;
      top: 60px; } }
  @media screen and (max-width: 576px) {
    .side-shape {
      width: 80px;
      position: relative;
      padding: 24px 0;
      top: 0;
      right: 0; } }

.side-title {
  padding-right: 120px; }
  @media screen and (max-width: 980px) {
    .side-title {
      padding-right: 90px; } }

main.main {
  padding-top: 84px; }

body.home main.main,
body.template-page-about main.main,
body.single-product main.main {
  padding-top: 0; }

header.header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100vw;
  transition: all ease 0.3s; }
  header.header .site-logo img {
    width: 200px; }
    @media screen and (max-width: 576px) {
      header.header .site-logo img {
        width: 160px; } }
  header.header .navicon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E30613;
    background-image: url("../images/figure-04-c.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit; }
    header.header .navicon i {
      font-size: 30px; }

body.home header.header {
  transform: translateY(-100%); }
  body.home header.header.active {
    transform: translateY(0); }

body.not-home header.header {
  transform: translateY(0); }
  body.not-home header.header.scroll-down {
    transform: translateY(-100%); }

.trigger-reset {
  width: 100%; }

.spmenu {
  overflow-x: hidden; }
  @media screen and (max-width: 980px) {
    .spmenu .indent {
      padding-right: 18px;
      padding-left: 18px; } }
  @media screen and (max-width: 576px) {
    .spmenu .indent {
      min-height: auto; } }
  .spmenu .spclose {
    position: absolute;
    top: 24px;
    right: 36px;
    font-weight: 500;
    font-size: 18px;
    z-index: 1; }
    @media screen and (max-width: 576px) {
      .spmenu .spclose {
        right: 24px;
        font-size: 16px; } }
  .spmenu .side-label {
    position: relative;
    left: 0;
    top: 26px;
    display: none; }
  .spmenu .social-link {
    position: absolute;
    bottom: 24px;
    left: 36px;
    font-weight: 500;
    font-size: 18px;
    z-index: 1; }
    @media screen and (max-width: 576px) {
      .spmenu .social-link {
        left: 24px;
        gap: 12px;
        bottom: auto;
        position: relative;
        margin-top: 48px; } }
    .spmenu .social-link a {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #E30613;
      color: #fff;
      border-radius: 42px;
      height: 36px;
      width: 36px; }
  .spmenu .site-logo {
    margin-top: 10%;
    width: 80%; }
    @media screen and (max-width: 576px) {
      .spmenu .site-logo {
        width: 60%; } }
  .spmenu .nav-mobile {
    width: 80%;
    margin-left: 48px; }
    @media screen and (max-width: 980px) {
      .spmenu .nav-mobile {
        width: 100%;
        margin-left: 12px; } }
    @media screen and (max-width: 576px) {
      .spmenu .nav-mobile {
        margin-left: 0;
        margin-top: 42px; } }
    .spmenu .nav-mobile a {
      display: block;
      font-family: "swear-display", serif; }
      .spmenu .nav-mobile a span {
        display: block; }
    .spmenu .nav-mobile > ul > li {
      padding: 6px 0; }
    .spmenu .nav-mobile > ul > li > a {
      font-size: 80px;
      line-height: 80px;
      display: block;
      position: relative; }
      @media screen and (max-width: 980px) {
        .spmenu .nav-mobile > ul > li > a {
          font-size: 6vh;
          line-height: 5vh; } }
      .spmenu .nav-mobile > ul > li > a:after {
        background-image: url("../images/figure-01.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: inherit;
        width: 80px;
        height: 80px;
        position: absolute;
        right: -200px;
        opacity: 0;
        top: 10px;
        content: '';
        transition: all ease 0.3s; }
        @media screen and (max-width: 980px) {
          .spmenu .nav-mobile > ul > li > a:after {
            width: 60px;
            height: 60px;
            top: 0; } }
        @media screen and (max-width: 576px) {
          .spmenu .nav-mobile > ul > li > a:after {
            top: -10px; } }
    .spmenu .nav-mobile > ul > li.current > a, .spmenu .nav-mobile > ul > li.current-parent > a {
      color: #E30613; }
      .spmenu .nav-mobile > ul > li.current > a:after, .spmenu .nav-mobile > ul > li.current-parent > a:after {
        right: 10px;
        opacity: 1; }
        @media screen and (max-width: 980px) {
          .spmenu .nav-mobile > ul > li.current > a:after, .spmenu .nav-mobile > ul > li.current-parent > a:after {
            right: 0; } }
    .spmenu .nav-mobile > ul > li:nth-child(even) > a {
      font-style: italic; }
    .spmenu .nav-mobile a:hover {
      color: #E30613; }
    .spmenu .nav-mobile .sub-menu {
      padding-left: 48px;
      padding-top: 12px;
      display: none;
      transition: all ease 0.3s; }
      @media screen and (max-width: 980px) {
        .spmenu .nav-mobile .sub-menu {
          padding-left: 24px; } }
      .spmenu .nav-mobile .sub-menu li.current a {
        color: #E30613; }
      .spmenu .nav-mobile .sub-menu a {
        font-size: 32px;
        font-weight: 600; }
        @media screen and (max-width: 980px) {
          .spmenu .nav-mobile .sub-menu a {
            font-size: 28px; } }
        @media screen and (max-width: 576px) {
          .spmenu .nav-mobile .sub-menu a {
            font-size: 22px;
            padding-bottom: 4px;
            padding-top: 4px; } }

.single-post .spmenu .nav-mobile > ul > li.menu-item-132 > a {
  color: #E30613; }
  .single-post .spmenu .nav-mobile > ul > li.menu-item-132 > a:after {
    right: -100px;
    opacity: 1; }
    @media screen and (max-width: 980px) {
      .single-post .spmenu .nav-mobile > ul > li.menu-item-132 > a:after {
        right: -70px; } }
    @media screen and (max-width: 576px) {
      .single-post .spmenu .nav-mobile > ul > li.menu-item-132 > a:after {
        right: 0; } }

.excerpt-limit {
  max-width: 400px; }

.video-intro,
.hp-video-intro {
  position: relative; }
  .video-intro .video,
  .hp-video-intro .video {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  .video-intro .cell-1,
  .video-intro .cell-2,
  .hp-video-intro .cell-1,
  .hp-video-intro .cell-2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .video-intro .tl-text svg.desktop,
  .hp-video-intro .tl-text svg.desktop {
    width: 80%;
    overflow: visible; }
    @media screen and (max-width: 690px) {
      .video-intro .tl-text svg.desktop,
      .hp-video-intro .tl-text svg.desktop {
        display: none; } }
    .video-intro .tl-text svg.desktop path,
    .hp-video-intro .tl-text svg.desktop path {
      fill: #E30613; }
    .video-intro .tl-text svg.desktop text,
    .hp-video-intro .tl-text svg.desktop text {
      font-size: 140px;
      font-family: "swear-display", serif;
      font-weight: normal;
      text-shadow: 0 4px 12px 0.4; }
  .video-intro .tl-text svg.mobile,
  .hp-video-intro .tl-text svg.mobile {
    width: 90%;
    overflow: visible;
    display: none; }
    @media screen and (max-width: 690px) {
      .video-intro .tl-text svg.mobile,
      .hp-video-intro .tl-text svg.mobile {
        display: block; } }
    .video-intro .tl-text svg.mobile path,
    .hp-video-intro .tl-text svg.mobile path {
      fill: #E30613; }
    .video-intro .tl-text svg.mobile text,
    .hp-video-intro .tl-text svg.mobile text {
      font-size: 54px;
      font-family: "swear-display", serif;
      font-weight: normal;
      text-shadow: 0 4px 12px 0.4; }
  .video-intro .tl-logo,
  .hp-video-intro .tl-logo {
    transform: translateY(100%); }
  .video-intro .logo,
  .hp-video-intro .logo {
    width: 80%; }

.html-intro-text {
  border: 2px solid yellow;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%); }
  .html-intro-text .line {
    position: relative;
    display: flex;
    justify-content: space-between;
    border: 1px dashed yellow;
    margin-bottom: 12px; }
  .html-intro-text h2 {
    text-shadow: 0 4px 12px black;
    font-family: "swear-display", serif;
    color: #E30613;
    color: #fff;
    text-transform: uppercase;
    font-size: 180px;
    font-size: 20vh;
    line-height: 14vh; }
  .html-intro-text .line-3 {
    text-align: right; }
  .html-intro-text p {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-size: 2vh;
    line-height: 2vh;
    font-family: "Figtree", sans-serif;
    font-weight: 300;
    display: inline-block;
    text-transform: none;
    padding: 0 48px 0 24px;
    border: 1px solid white; }
  .html-intro-text figure {
    /*
    position: absolute;
    aspect-ratio:1/1;
    top:0;
    bottom: 0;
    right: 0;
    */
    width: 10vw;
    margin-left: 60px;
    background-color: rgba(255, 255, 0, 0.2); }
  .html-intro-text img {
    position: relative; }

.hp-news .item h2.ft-3 {
  font-size: 42px;
  line-height: 46px; }
.hp-news .owl-next.btn,
.hp-news .owl-prev.btn {
  background-color: transparent;
  color: #E30613; }

.btn-audio {
  position: absolute;
  bottom: 110px;
  z-index: 2;
  right: 40px;
  background: #E30613;
  padding: 12px;
  height: 60px;
  width: 60px;
  border-radius: 48px;
  display: flex;
  align-items: center; }
  .btn-audio:hover {
    cursor: pointer;
    opacity: 0.6; }
  .btn-audio:after {
    content: '\f6a9';
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #fff;
    font-size: 36px; }
  .btn-audio.on:after {
    content: '\f028'; }
  @media screen and (max-width: 980px) {
    .btn-audio {
      right: 36px;
      bottom: 12%; } }

.hp-about .shape {
  width: 112px; }
  @media screen and (max-width: 576px) {
    .hp-about .shape {
      width: 80px; } }
.hp-about #hp-blasone {
  position: absolute;
  top: 0;
  width: 100%; }

.hp-products a {
  display: block;
  width: 60%;
  position: relative; }
  @media screen and (max-width: 980px) {
    .hp-products a {
      max-width: 400px; } }
  @media screen and (max-width: 576px) {
    .hp-products a {
      width: 80%; } }
.hp-products .item {
  aspect-ratio: 5 / 7;
  border-radius: 280px;
  background-color: #E30613;
  overflow: hidden;
  border: 5px solid #E30613; }
  .hp-products .item img {
    border-radius: 280px;
    opacity: 0.3;
    transition: all ease 0.3s; }
    @media screen and (max-width: 576px) {
      .hp-products .item img {
        mix-blend-mode: normal; } }
.hp-products .cta {
  transition: all ease 0.3s;
  padding: 0 18px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 4;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  bottom: 5px;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/figure-04.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  opacity: 0; }
.hp-products .cell-1 .cta {
  right: 0;
  transform: translate(50%, -100%); }
.hp-products .cell-2 .cta {
  left: 0;
  transform: translate(-50%, -100%); }
.hp-products .cell-1:hover a .cta {
  opacity: 1;
  transform: translate(50%, 0); }
.hp-products .cell-2:hover a .cta {
  opacity: 1;
  transform: translate(-50%, 0); }
.hp-products .cell:hover .item img {
  opacity: 1; }
@media screen and (max-width: 576px) {
  .hp-products .cell-1 .cta,
  .hp-products .cell-1:hover a .cta {
    opacity: 1;
    transform: translate(30%, 20%); }
  .hp-products .cell-2 .cta,
  .hp-products .cell-2:hover a .cta {
    opacity: 1;
    transform: translate(-30%, 20%); } }
.hp-products .zover {
  z-index: 2; }
.hp-products .sect-marquee {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 48px;
  left: 0;
  bottom: 0;
  overflow: hidden; }
.hp-products .marquee.line-title {
  font-size: 140px;
  color: #E30613;
  font-family: "swear-display", serif; }
.hp-products .marquee {
  font-family: "swear-display", serif;
  text-transform: uppercase;
  font-size: 55px; }
  @media screen and (max-width: 980px) {
    .hp-products .marquee {
      font-size: 65px; } }

.cronos {
  /*
  @include screen(sm) {
    border:2px solid blue;
  }
  @include screen(xs) {
    border:2px solid green;
  }
  */
  position: relative;
  height: 70vh; }
  .cronos .skip {
    position: absolute;
    bottom: 48px;
    right: 48px;
    z-index: 10; }
    @media screen and (max-width: 980px) {
      .cronos .skip {
        display: none;
        bottom: -24px; } }
  .cronos .lines {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 48px;
    transform: translate(100%, -50%);
    z-index: -1;
    background-image: url("../images/line-dots.svg");
    background-repeat: repeat-x;
    background-position: center;
    background-size: 20px;
    transition: all ease 0.3s; }
    @media screen and (max-width: 576px) {
      .cronos .lines {
        background-size: 14px; } }
    .cronos .lines img {
      height: 80px;
      padding-left: 60px;
      display: block;
      margin: 0; }
      @media screen and (max-width: 576px) {
        .cronos .lines img {
          height: 60px; } }
    .cronos .lines.active {
      transform: translate(0, -50%); }
    @media screen and (max-width: 980px) {
      .cronos .lines {
        transform: rotate(90deg);
        transform-origin: top left;
        top: 0;
        left: -200px; }
        .cronos .lines.active {
          left: 100px;
          transform: rotate(90deg); } }
    @media screen and (max-width: 980px) and (max-width: 576px) {
      .cronos .lines.active {
        left: 64px;
        width: 74vh; } }

  .cronos .item {
    position: absolute;
    left: 0;
    top: 0;
    height: 70vh;
    width: 100%; }
    @media screen and (max-width: 980px) {
      .cronos .item {
        grid-template-columns: auto;
        grid-template-rows: repeat(2, 1fr);
        display: block; } }
  .cronos .tl-crono-year {
    font-size: 240px;
    line-height: 240px;
    font-family: "Figtree", sans-serif;
    color: #F4E9DA;
    font-weight: 800;
    padding-left: 48px;
    text-align: right; }
    @media screen and (max-width: 980px) {
      .cronos .tl-crono-year {
        font-size: 150px;
        line-height: 90px;
        text-align: left;
        padding-left: 80px; } }
    @media screen and (max-width: 576px) {
      .cronos .tl-crono-year {
        padding-left: 60px;
        font-size: 90px;
        line-height: 90px; } }
  .cronos .tl-crono-desc {
    margin-top: 120px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    padding-left: 200px;
    padding-right: 48px; }
    .cronos .tl-crono-desc p {
      display: block;
      width: 100%; }
    @media screen and (max-width: 980px) {
      .cronos .tl-crono-desc {
        padding-left: 80px;
        margin-top: 48px;
        margin-bottom: 48px; } }
    @media screen and (max-width: 576px) {
      .cronos .tl-crono-desc {
        margin-top: 12px;
        font-size: 18px;
        line-height: 24px;
        padding-left: 60px;
        margin-bottom: 32px; } }
  .cronos figure {
    width: 70%;
    position: relative; }
    @media screen and (max-width: 980px) {
      .cronos figure {
        max-width: 360px; } }
    @media screen and (max-width: 576px) {
      .cronos figure {
        padding-left: 10px; } }
    .cronos figure .tl-crono-deco {
      position: absolute;
      z-index: 3;
      left: 0;
      top: 0;
      width: 100%; }

.hp-social .bg-color {
  min-height: calc(( 100vw - (36px * 2 + 24px * 3)) / 4);
  background-color: #F4E9DA;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1; }
  @media screen and (max-width: 980px) {
    .hp-social .bg-color {
      min-height: 30%; } }

.blasone {
  right: 0;
  top: 0;
  width: 40%;
  height: 100vh;
  position: absolute;
  z-index: -1;
  background-image: url("../images/figure-02.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: inherit; }

.page-about .blasone {
  top: 50%;
  transform: translateY(-50%); }
@media screen and (max-width: 576px) {
  .page-about .intro {
    overflow: hidden; } }
.page-about .intro .mask {
  width: 100%;
  -webkit-mask-image: url("../images/figure-04.svg");
  mask-image: url("../images/figure-04.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  filter: grayscale(100%); }
  .page-about .intro .mask:hover {
    filter: grayscale(0); }
.page-about .intro .cell-2 img {
  width: 90px; }
  @media screen and (max-width: 1200px) {
    .page-about .intro .cell-2 img {
      width: 50px; } }
  .page-about .intro .cell-2 img:nth-child(2) {
    transform: rotate(180deg); }
    @media screen and (max-width: 576px) {
      .page-about .intro .cell-2 img:nth-child(2) {
        transform: rotate(-90deg); } }
  @media screen and (max-width: 576px) {
    .page-about .intro .cell-2 img:nth-child(1), .page-about .intro .cell-2 img:nth-child(3) {
      transform: rotate(90deg); } }
@media screen and (max-width: 576px) {
  .page-about .intro .cell-2 > div {
    flex-direction: row;
    gap: 36px; } }
.page-about .team-group .group .item {
  position: relative; }
.page-about .team-group .group .item + .item {
  margin-bottom: 48px; }
@media screen and (max-width: 576px) {
  .page-about .team-group .group .team-label img {
    max-width: 50px; } }
.page-about .team-group .group .loop.single img {
  width: 100%;
  display: block;
  height: auto; }
.page-about .team-group .group .loop.grid {
  padding-left: 36px;
  padding-right: 36px;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr); }
  @media screen and (max-width: 980px) {
    .page-about .team-group .group .loop.grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 576px) {
    .page-about .team-group .group .loop.grid {
      grid-template-columns: repeat(1, 1fr);
      padding-left: 18px;
      padding-right: 18px; } }
  .page-about .team-group .group .loop.grid img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    margin-bottom: 24px; }
  .page-about .team-group .group .loop.grid h4 {
    color: #E30613;
    margin-bottom: 24px; }
.page-about .team-group .group:first-child {
  overflow: hidden; }
  @media screen and (max-width: 576px) {
    .page-about .team-group .group:first-child {
      overflow: inherit; } }
  .page-about .team-group .group:first-child img {
    filter: grayscale(100);
    transition: all ease 0.3s; }
    @media screen and (max-width: 576px) {
      .page-about .team-group .group:first-child img {
        aspect-ratio: 5/7;
        object-fit: cover;
        filter: none; } }
  .page-about .team-group .group:first-child .role {
    position: absolute;
    left: 24px;
    background-color: #E30613;
    color: #fff;
    padding: 4px 8px;
    font-size: 30px;
    line-height: 36px;
    top: 48px;
    text-transform: uppercase;
    transition: all ease 0.3s; }
    @media screen and (max-width: 576px) {
      .page-about .team-group .group:first-child .role {
        left: 24px;
        top: 24px; } }
  .page-about .team-group .group:first-child .caption {
    position: absolute;
    right: 0;
    background-color: #E30613;
    color: #fff;
    width: 50%;
    padding: 48px 100px 48px 48px;
    top: 50%;
    transform: translateY(200%);
    opacity: 0;
    transition: all ease 0.8s; }
    @media screen and (max-width: 576px) {
      .page-about .team-group .group:first-child .caption {
        position: relative;
        opacity: 1;
        transform: none;
        padding: 24px;
        width: 100%;
        top: -2px; } }
  .page-about .team-group .group:first-child .item:after {
    content: '';
    aspect-ratio: 1/1;
    width: 30%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background-image: url("../images/figure-16.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: inherit; }
    @media screen and (max-width: 576px) {
      .page-about .team-group .group:first-child .item:after {
        display: none; } }
  .page-about .team-group .group:first-child .item:hover img {
    filter: grayscale(0); }
  .page-about .team-group .group:first-child .item:hover .caption {
    transform: translateY(-50%);
    opacity: 1; }
    @media screen and (max-width: 576px) {
      .page-about .team-group .group:first-child .item:hover .caption {
        transform: none; } }
.page-about .team-group .group:last-child .item {
  margin-left: 36px;
  margin-right: 36px; }
  @media screen and (max-width: 576px) {
    .page-about .team-group .group:last-child .item {
      padding: 0; } }
.page-about .team-group .group:nth-child(odd) .team-label {
  flex-direction: row-reverse; }

.page-news .alm-news .media-cover {
  overflow: hidden;
  background-color: #E30613; }
  .page-news .alm-news .media-cover img {
    transition: all ease 0.3s; }
.page-news .alm-news .media-cover:hover img {
  transform: scale(1.1);
  opacity: 0.6; }
.page-news .owl .item {
  height: 80vh; }
  @media screen and (max-width: 576px) {
    .page-news .owl .item {
      height: 100vh; }
      .page-news .owl .item .picture {
        height: 100vh; } }
.page-news .owl .owl-dots {
  left: 24px;
  width: auto;
  bottom: 24px; }
  .page-news .owl .owl-dots .owl-dot span {
    border: 1px solid #fff;
    background-color: transparent;
    width: 12px;
    height: 12px; }
    .page-news .owl .owl-dots .owl-dot span.active span {
      background-color: #fff; }
.page-news .owl .caption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url("../images/figure-06.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: inherit; }
  @media screen and (max-width: 980px) {
    .page-news .owl .caption {
      background-image: url("../images/figure-06-b.svg");
      background-position: left top;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-attachment: inherit; } }
  @media screen and (max-width: 576px) {
    .page-news .owl .caption {
      background-color: #E30613;
      background-image: none;
      height: 40%;
      top: auto; } }
  .page-news .owl .caption .caption-inner {
    border: 1px solid transparent;
    width: 40%; }
    @media screen and (max-width: 576px) {
      .page-news .owl .caption .caption-inner {
        width: 100%; } }
.page-news .owl .picture {
  object-fit: cover;
  position: absolute;
  left: 20%;
  width: 100%;
  top: 0; }
  @media screen and (max-width: 576px) {
    .page-news .owl .picture {
      left: 0; } }
.page-news #news-latest-mobile .picture {
  left: 0; }
.page-news #news-latest-mobile .caption {
  position: relative;
  height: auto; }
.page-news #news-latest-mobile .picture {
  height: 60vh;
  position: relative; }
.page-news #news-latest-mobile .owl .owl-dots {
  position: relative;
  left: 0;
  bottom: auto;
  text-align: left; }
  .page-news #news-latest-mobile .owl .owl-dots button {
    width: auto; }
@media screen and (max-width: 576px) {
  .page-news #news-latest-mobile .item {
    height: auto; } }

@media screen and (max-width: 576px) {
  .single-post .reorder {
    display: flex;
    flex-direction: column; }
    .single-post .reorder .cell-1 {
      order: 3; }
    .single-post .reorder .cell-2 {
      order: 1; }
    .single-post .reorder .cell-3 {
      order: 2; }
    .single-post .reorder .cell-4 {
      order: 4; } }
.single-post .media-cover.pull-right {
  float: right;
  width: 40%;
  margin-left: 60px;
  margin-bottom: 40px; }
  @media screen and (max-width: 576px) {
    .single-post .media-cover.pull-right {
      float: none;
      margin-left: 0;
      width: 100%; } }
.single-post .gallery .bg-color {
  height: 60%;
  background-color: #F4E9DA;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1; }
.single-post .gallery .btn-link {
  display: inline-flex;
  position: relative;
  z-index: 4; }
.single-post .owl-carousel .owl-nav {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px; }
  .single-post .owl-carousel .owl-nav .btn {
    background-color: transparent;
    color: #E30613;
    font-size: 32px; }
    .single-post .owl-carousel .owl-nav .btn:hover {
      background-color: transparent;
      opacity: 0.6; }

.page-contact .address a[href^="mailto:"] {
  text-decoration: underline; }
@media screen and (max-width: 980px) {
  .page-contact .address .sm-w-100 {
    width: 100%; } }
@media screen and (max-width: 576px) {
  .page-contact .shape {
    margin-top: 6px;
    width: 70px; } }

@media screen and (max-width: 576px) {
  .rel-recipes {
    overflow: hidden; } }

.single-recipe .recipe .shape {
  position: absolute;
  right: 0; }
  @media screen and (max-width: 980px) {
    .single-recipe .recipe .shape {
      width: 80px; } }
.single-recipe .recipe .list {
  padding-right: 100px; }
.single-recipe .recipe .list li {
  width: 80%;
  position: relative;
  padding: 12px 0 12px 42px;
  border-bottom: 1px solid #E30613;
  font-weight: 700;
  transition: all ease 0.3s; }
  @media screen and (max-width: 980px) {
    .single-recipe .recipe .list li {
      width: 100%; } }
  .single-recipe .recipe .list li:after {
    content: '';
    position: absolute;
    background-image: url("../images/figure-07.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease 0.3s; }
  .single-recipe .recipe .list li:hover {
    padding: 18px 0 18px 42px; }
    .single-recipe .recipe .list li:hover:after {
      transform: translateY(-50%) translateX(6px) scale(1.1); }

.products-hub {
  padding-bottom: 12px; }
  .products-hub .limit {
    position: relative;
    z-index: 2; }
  @media screen and (max-width: 576px) {
    .products-hub {
      overflow: hidden; } }
  .products-hub .sect-marquee {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    overflow: hidden;
    opacity: 0.5;
    height: calc(100% - 270px);
    bottom: 60px; }
  .products-hub .marquee.line-title {
    font-size: 100px;
    color: #F4E9DA;
    font-family: "swear-display", serif; }
  .products-hub .marquee {
    font-family: "swear-display", serif;
    text-transform: uppercase;
    font-size: 55px;
    color: #F4E9DA; }
    @media screen and (max-width: 980px) {
      .products-hub .marquee {
        font-size: 65px; } }
  .products-hub .item img {
    transition: all ease 0.3s; }

.framed .item {
  position: relative;
  overflow: hidden; }
  .framed .item figure {
    background-color: #000;
    overflow: hidden; }
    .framed .item figure img {
      opacity: 0.5; }
  .framed .item .caption {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
    padding: 12px;
    left: 0;
    right: 0;
    transition: all ease 0.3s; }
    .framed .item .caption .desc {
      transition: all ease 0.3s; }
  .framed .item .more {
    margin: 0 auto;
    transform: translateY(60px);
    display: inline-table;
    opacity: 0;
    transition: all ease 0.3s; }
    .framed .item .more .btn-link {
      padding: 8px 24px;
      border: 2px solid #fff;
      color: #fff; }
      .framed .item .more .btn-link:hover {
        transform: scale(1); }
    .framed .item .more i {
      color: #fff; }
.framed .item h2.ft-3 {
  font-size: 42px;
  font-size: 36px;
  padding-bottom: 12px; }
.framed .item:after {
  content: '';
  position: absolute;
  width: 20%;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 2;
  background-image: url("../images/figure-17.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  display: none; }
  @media screen and (max-width: 576px) {
    .framed .item:after {
      width: 15%; } }
.framed .item:nth-child(1):after {
  left: -1px;
  top: -1px; }
.framed .item:nth-child(2):after {
  right: -1px;
  top: -1px;
  transform: rotate(90deg); }
.framed .item:nth-child(3):after {
  left: -1px;
  bottom: -1px;
  transform: rotate(-90deg); }
.framed .item:nth-child(4):after {
  right: -1px;
  bottom: -1px;
  transform: rotate(180deg); }
.framed .item:before {
  content: '';
  position: absolute;
  width: 15%;
  aspect-ratio: 1/1;
  z-index: 3;
  height: auto;
  background-image: url("../images/figure-17.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  transition: all ease 0.3s; }
  @media screen and (max-width: 576px) {
    .framed .item:before {
      width: 15%; } }
.framed .item:nth-child(1):before {
  right: -1px;
  bottom: -1px;
  transform: rotate(180deg); }
  @media screen and (max-width: 576px) {
    .framed .item:nth-child(1):before {
      right: -1px;
      bottom: -1px; } }
.framed .item:nth-child(2):before {
  left: -1px;
  bottom: -1px;
  transform: rotate(-90deg); }
  @media screen and (max-width: 576px) {
    .framed .item:nth-child(2):before {
      left: -1px;
      bottom: -1px; } }
.framed .item:nth-child(3):before {
  right: -1px;
  top: -1px;
  transform: rotate(90deg); }
  @media screen and (max-width: 576px) {
    .framed .item:nth-child(3):before {
      right: -1px;
      top: -1px; } }
.framed .item:nth-child(4):before {
  left: -1px;
  top: -1px; }
  @media screen and (max-width: 576px) {
    .framed .item:nth-child(4):before {
      left: -1px;
      top: -1px; } }
.framed .item:hover:before {
  width: 24%; }
.framed .item:hover:nth-child(1):before {
  right: -1px;
  bottom: -1px; }
.framed .item:hover:nth-child(2):before {
  left: -1px;
  bottom: -1px; }
.framed .item:hover:nth-child(3):before {
  right: -1px;
  top: -1px; }
.framed .item:hover:nth-child(4):before {
  left: -1px;
  top: -1px; }
.framed .item:hover figure img {
  opacity: 0.7; }
.framed .item:hover .more {
  opacity: 1;
  transform: translateY(0); }
.framed .item:hover .desc {
  opacity: -1px; }
.framed .item:hover .caption {
  top: 50%; }
@media screen and (max-width: 576px) {
  .framed .item:hover:after, .framed .item:hover:before {
    width: 15%; }
  .framed .item:hover:nth-child(1):before {
    right: -1px;
    bottom: -1px; }
  .framed .item:hover:nth-child(2):before {
    left: -1px;
    bottom: -1px; }
  .framed .item:hover:nth-child(3):before {
    right: -1px;
    top: -1px; }
  .framed .item:hover:nth-child(4):before {
    left: -1px;
    top: -1px; } }

.product-related .item {
  background-color: #fff; }
  .product-related .item img {
    z-index: 1;
    position: relative; }
.product-related .grid-1 {
  justify-items: center; }
  .product-related .grid-1 .item {
    width: 40%; }
    @media screen and (max-width: 576px) {
      .product-related .grid-1 .item {
        width: 100%; } }
.product-related .figure svg path,
.product-related .figure img {
  transition: all ease 0.3s; }
.product-related .figure svg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%; }
.product-related .item:hover img {
  transform: scale(1.05); }
.product-related .item:hover svg path {
  fill: #E30613; }

.switch-product {
  /*
  .framed {
    .item:after,
    .item:before {
      width: 25%;
      @include bg-image('../images/figure-18.svg', cover, center center);
    }
    .item:nth-child(1):after{
      left: -18.3px;
      top: -18.3px;
    }
    .item:nth-child(3):before{
      left:-18.3px;
      top:-18.3px;  
      transform:rotate(0deg);  
      @include screen(xs) {left:-10px;top:-10px;}
    }
    .item:nth-child(2):after{
      right: -18.3px;
      top: -18.3px;
    }
    .item:nth-child(2):before{
      left: -18.3px;
      bottom: -18.3px;
    }
    .item:nth-child(3):after{
      left: initial;
      right: -18.3px;
      bottom: -18.3px;
      transform: rotate(180deg);
    }
  }
  */ }
  .switch-product .shape {
    width: 140px;
    position: absolute;
    z-index: 6; }
    @media screen and (max-width: 1200px) {
      .switch-product .shape {
        width: 120px; } }
    @media screen and (max-width: 576px) {
      .switch-product .shape {
        width: 80px; } }
    .switch-product .shape svg {
      width: 100%; }
  .switch-product .shape-tl {
    left: 0;
    top: 0; }
  .switch-product .shape-br {
    right: 0;
    bottom: 0; }
  @media screen and (max-width: 576px) {
    .switch-product .related {
      gap: 18px;
      padding: 0 18px; } }
  .switch-product .item {
    position: relative; }
    .switch-product .item figure {
      aspect-ratio: 5/7;
      background-color: #000;
      overflow: hidden; }
      @media screen and (max-width: 980px) {
        .switch-product .item figure {
          aspect-ratio: 16/9; } }
      .switch-product .item figure img {
        opacity: 0.5; }
    .switch-product .item .caption {
      position: absolute;
      top: 60%;
      transform: translateY(-50%);
      z-index: 2;
      text-align: center;
      padding: 12px;
      left: 0;
      right: 0;
      transition: all ease 0.3s; }
      .switch-product .item .caption .desc {
        transition: all ease 0.3s; }
    .switch-product .item .more {
      margin: 0 auto;
      transform: translateY(60px);
      display: inline-table;
      opacity: 0;
      transition: all ease 0.3s; }
      .switch-product .item .more .btn-link {
        padding: 8px 24px;
        border: 2px solid #fff;
        color: #fff; }
        .switch-product .item .more .btn-link:hover {
          transform: scale(1); }
      .switch-product .item .more i {
        color: #fff; }
  .switch-product .item h2.ft-3 {
    font-size: 36px;
    padding-bottom: 12px; }
    @media screen and (max-width: 576px) {
      .switch-product .item h2.ft-3 {
        font-size: 28px; } }
  .switch-product .item:hover figure img {
    opacity: 0.7; }
  .switch-product .item:hover .more {
    opacity: 1;
    transform: translateY(0); }
  .switch-product .item:hover .desc {
    opacity: 0; }
  .switch-product .item:hover .caption {
    top: 50%; }

.head-cover {
  overflow: hidden;
  position: relative; }
  .head-cover .figure {
    position: absolute;
    z-index: 2;
    top: 50%;
    height: 90vh;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 576px) {
      .head-cover .figure {
        height: 80vh; } }
  .head-cover .shape {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
    width: calc(100% + 10px); }
    @media screen and (min-width: 1600px) {
      .head-cover .shape {
        bottom: -20%; } }
  .head-cover .video-intro {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0; }
  .head-cover .content-intro {
    z-index: 1;
    margin-top: 15%; }
    @media screen and (max-width: 576px) {
      .head-cover .content-intro {
        margin-top: 20%; } }

body.single-product .intro .excerpt-limit p {
  font-size: 20px;
  line-height: 22.2px; }
body.single-product .entry-focus p {
  font-size: 14px; }

.logos figure {
  margin: 0 0 24px 0;
  display: block; }
  .logos figure img {
    padding: 24px; }

footer.footer {
  background-color: #fff; }
  footer.footer h4 {
    color: #E30613;
    font-weight: 600;
    font-size: 24px;
    font-family: "Figtree", sans-serif;
    margin-bottom: 12px; }
  footer.footer .colophon {
    opacity: 0.6;
    font-size: 12px; }
  footer.footer .footer-main input {
    width: 50%; }
    @media screen and (max-width: 576px) {
      footer.footer .footer-main input {
        width: 100%; } }
  footer.footer .widget_nav_menu a {
    display: block;
    padding: 2px 0; }
  @media screen and (max-width: 576px) {
    footer.footer .site-logo img {
      margin: 0 auto;
      max-width: 85%; } }

input {
  border-color: #444 !important; }

.btn:focus, input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus, button:focus {
  box-shadow: none !important; }

#modal-legal-age .modal-inner {
  background-color: #E30613;
  background-image: url("../images/figure-13.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit; }
  @media screen and (max-width: 1200px) {
    #modal-legal-age .modal-inner {
      background-image: url("../images/figure-14.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: inherit; } }
  @media screen and (max-width: 980px) {
    #modal-legal-age .modal-inner {
      background-image: url("../images/figure-15.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: inherit; } }
#modal-legal-age .cell-2 {
  max-width: 30%; }
  @media screen and (max-width: 980px) {
    #modal-legal-age .cell-2 {
      max-width: 100%; } }
#modal-legal-age .logo {
  width: 90%; }
  @media screen and (max-width: 980px) {
    #modal-legal-age .logo {
      width: 70%; } }
@media screen and (max-width: 980px) {
  #modal-legal-age .shape {
    width: 60px; } }
#modal-legal-age .btn {
  border-radius: 100px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  font-size: 22px;
  font-family: "Figtree", sans-serif;
  text-transform: uppercase;
  transition: all ease 0.3s; }
  #modal-legal-age .btn:hover {
    background-color: #fff;
    color: #E30613;
    cursor: pointer; }
#modal-legal-age .text-error p {
  padding-bottom: 12px; }
#modal-legal-age .text-error a {
  text-decoration: underline; }
@media screen and (max-width: 980px) {
  #modal-legal-age .modal-inner > div {
    height: 100vh;
    justify-content: space-between; } }

select:focus-visible {
  outline: none; }

.gallery {
  display: grid;
  gap: 12px; }
  .gallery.gallery-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gallery.gallery-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .gallery.gallery-columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .gallery.gallery-columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }
  @media screen and (max-width: 576px) {
    .gallery.gallery-columns-3, .gallery.gallery-columns-4, .gallery.gallery-columns-5, .gallery.gallery-columns-6 {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  .gallery .gallery-icon {
    aspect-ratio: 1/1; }
  .gallery img {
    height: 100%;
    width: 100%;
    object-fit: contain; }
  .gallery .wp-caption-text {
    text-align: center; }

.video-intro .tl-intro-4,
#sect-video-intro .tl-intro-4 {
  display: none; }

.alm-no-results.forced {
  display: block !important;
  text-align: center; }

.home .side-label {
  display: none; }

@media screen and (max-width: 576px) {
  .hp-products .marquee.line-title {
    font-size: 90px !important; } }
.entry .btn-link {
  text-decoration: none;
  margin-top: 24px; }
.entry .btn-link.sc-btn,
.entry .btn-link.sc-btn span {
  text-decoration: none !important; }
.entry .btn-link.sc-btn span {
  border: 0; }
.entry .social-icon i {
  font-size: 42px;
  color: #E30613;
  padding: 12px; }

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