﻿/*@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);*/
/*@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,500,600,700,800);*/
/*@import url("https://use.typekit.net/mjf4dmn.css");*/
@import url("../fonts/gothic_a1/stylesheet.css");
@import url("../fonts/caveat/stylesheet.css");
figure {
  margin: 0;
}
#framework {
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-x: hidden;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
@media (min-width: 2800px) {
  #framework {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
#framework > section {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  width: 100%;
}
@media (max-width: 1023px) {
  #framework > section {
    width: 100%;
  }
}
#framework > section > header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid black;
  position: relative;
  margin: 0 7px 14px 7px;
  width: calc(100% - 14px);
}
#framework > section > header.no-margin {
  margin: 0 auto;
  width: 100%;
}
#framework > section > header a,
#framework > section > header span {
  margin-left: auto;
  font-size: 0.8rem;
  padding: 7px 0;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}
#framework > section .share-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
#framework > section .share-wrapper a,
#framework > section .share-wrapper p {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  width: auto;
  margin-left: 3.5px;
}
@media (max-width: 1023px) {
  #framework > section .share-wrapper a,
  #framework > section .share-wrapper p {
    font-size: 0.75rem;
    line-height: 1;
    text-align: center;
  }
}
#framework > section .share-wrapper a:first-of-type,
#framework > section .share-wrapper p:first-of-type {
  margin-left: 0;
}
@media (max-width: 767px) {
  #framework > section .share-wrapper a i,
  #framework > section .share-wrapper p i {
    font-size: 1rem;
    margin: auto auto 7px auto;
    display: block;
  }
}
#framework > section .wrapper.column-2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
#framework > section .wrapper.column-2 #left-column {
  width: 20%;
}
#framework > section .wrapper.column-2 #main-column {
  width: 80%;
}
hr {
  margin: 14px 0;
  border: none;
  display: block;
  clear: both;
  font-size: 0;
  height: 1px;
  background: #dadada;
}
hr.short {
  height: 4px;
  width: 80px;
}
img.fit-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.object-fit-cover {
  object-fit: cover;
}
img.object-fit-contain {
  object-fit: contain;
}
@media (max-width: 767px) {
  img.fit-container-mob {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.display-capped-list.display-full-list.display-flex li {
  display: flex;
}
.display-capped-list.display-full-list li {
  display: block;
}
.display-capped-list.display-flex li:nth-of-type(-n+5) {
  display: flex;
}
.display-capped-list li {
  display: none;
}
.display-capped-list li:nth-of-type(-n+5) {
  display: block;
}
/* LIST DECORATION */
ul.no-decoration {
  list-style: none;
}
ul.short li {
  display: none;
}
ul.short li:nth-of-type(-n+5) {
  display: block;
}
span.header {
  font-family: 'Gothic A1', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  padding: 14px 35px;
}
span.zigzag {
  display: block;
  position: relative;
  width: 100%;
  height: 13px;
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 26" xml:space="preserve" preserveAspectRatio="none"><polygon points="40,0 20,19.9 0,0 0,6.1 16.9,22.9 20,26 23.1,22.9 40,6.1 "/></svg>');
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 20px 13px;
}
span.zz-primary {
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 26" xml:space="preserve" preserveAspectRatio="none"><polygon fill="%23252525" points="40,0 20,19.9 0,0 0,6.1 16.9,22.9 20,26 23.1,22.9 40,6.1 "/></svg>');
}
span.zz-secondary {
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 26" xml:space="preserve" preserveAspectRatio="none"><polygon fill="%23D34500" points="40,0 20,19.9 0,0 0,6.1 16.9,22.9 20,26 23.1,22.9 40,6.1 "/></svg>');
}
span.zz-tertiary {
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 26" xml:space="preserve" preserveAspectRatio="none"><polygon fill="%23FF9966" points="40,0 20,19.9 0,0 0,6.1 16.9,22.9 20,26 23.1,22.9 40,6.1 "/></svg>');
}
span.zz-quaternary {
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 26" xml:space="preserve" preserveAspectRatio="none"><polygon fill="%23F8F7F7" points="40,0 20,19.9 0,0 0,6.1 16.9,22.9 20,26 23.1,22.9 40,6.1 "/></svg>');
}
span.zz-quinary {
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 26" xml:space="preserve" preserveAspectRatio="none"><polygon fill="%23E6E6E6" points="40,0 20,19.9 0,0 0,6.1 16.9,22.9 20,26 23.1,22.9 40,6.1 "/></svg>');
}
span.zz-septenary {
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 26" xml:space="preserve" preserveAspectRatio="none"><polygon fill="%236c6c6c" points="40,0 20,19.9 0,0 0,6.1 16.9,22.9 20,26 23.1,22.9 40,6.1 "/></svg>');
}
span.zz-senary {
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 26" xml:space="preserve" preserveAspectRatio="none"><polygon fill="%23555" points="40,0 20,19.9 0,0 0,6.1 16.9,22.9 20,26 23.1,22.9 40,6.1 "/></svg>');
}
span.zz-octonary {
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 26" xml:space="preserve" preserveAspectRatio="none"><polygon fill="%23D4D4D4" points="40,0 20,19.9 0,0 0,6.1 16.9,22.9 20,26 23.1,22.9 40,6.1 "/></svg>');
}
.scroll-h-snap {
  display: flex !important;
  flex-wrap: nowrap;
  grid-auto-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: auto;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 0%;
}
.scroll-h-snap > * {
  width: 20%;
  scroll-snap-align: start;
}
/* FLEX */
.flex-wrapper,
.display-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*.article-wrapper {
        padding: @default-padding*0.5;
    }*/
}
.flex-wrapper.no-wrap,
.display-flex.no-wrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .flex-wrapper.wrap-mobile,
  .display-flex.wrap-mobile {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.flex-wrapper.flex-direction-col,
.display-flex.flex-direction-col {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-wrapper.flex-direction-col-rev,
.display-flex.flex-direction-col-rev {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrapper.flex-direction-row,
.display-flex.flex-direction-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .flex-wrapper.flex-direction-row-mobile,
  .display-flex.flex-direction-row-mobile {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .flex-wrapper.flex-direction-col-mobile,
  .display-flex.flex-direction-col-mobile {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .flex-wrapper.flex-direction-col-tablet,
  .display-flex.flex-direction-col-tablet {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .flex-wrapper.flex-direction-col-rev-mobile,
  .display-flex.flex-direction-col-rev-mobile {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.flex-wrapper .quarter,
.display-flex .quarter {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 25%;
}
@media (max-width: 767px) {
  .flex-wrapper .quarter,
  .display-flex .quarter {
    width: 100%;
  }
}
.flex-wrapper .half,
.display-flex .half {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .flex-wrapper .half,
  .display-flex .half {
    width: 100%;
  }
}
.flex-wrapper .half-quarter,
.display-flex .half-quarter {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 75%;
}
@media (max-width: 767px) {
  .flex-wrapper .half-quarter,
  .display-flex .half-quarter {
    width: 100%;
  }
}
.flex-wrapper .flex-basis-auto,
.display-flex .flex-basis-auto {
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
.flex-wrapper .flex-basis-p10,
.display-flex .flex-basis-p10 {
  -webkit-flex-basis: 10%;
  -moz-flex-basis: 10%;
  -ms-flex-basis: 10%;
  flex-basis: 10%;
}
.flex-wrapper .flex-basis-p20,
.display-flex .flex-basis-p20 {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
}
.flex-wrapper .flex-basis-p30,
.display-flex .flex-basis-p30 {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-basis: 30%;
  flex-basis: 30%;
}
.flex-wrapper .flex-basis-p40,
.display-flex .flex-basis-p40 {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-basis: 40%;
  flex-basis: 40%;
}
.flex-wrapper .flex-basis-p50,
.display-flex .flex-basis-p50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
.flex-wrapper .flex-basis-p60,
.display-flex .flex-basis-p60 {
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-basis: 60%;
  flex-basis: 60%;
}
.flex-wrapper .flex-basis-p70,
.display-flex .flex-basis-p70 {
  -webkit-flex-basis: 70%;
  -moz-flex-basis: 70%;
  -ms-flex-basis: 70%;
  flex-basis: 70%;
}
.flex-wrapper .flex-basis-p80,
.display-flex .flex-basis-p80 {
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  -ms-flex-basis: 80%;
  flex-basis: 80%;
}
.flex-wrapper .flex-basis-p90,
.display-flex .flex-basis-p90 {
  -webkit-flex-basis: 90%;
  -moz-flex-basis: 90%;
  -ms-flex-basis: 90%;
  flex-basis: 90%;
}
.flex-wrapper .flex-basis-p100,
.display-flex .flex-basis-p100 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.flex-wrapper .flex-grow-0,
.display-flex .flex-grow-0 {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.flex-wrapper .flex-grow-1,
.display-flex .flex-grow-1 {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.flex-wrapper .flex-grow-2,
.display-flex .flex-grow-2 {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
}
.flex-wrapper .flex-grow-3,
.display-flex .flex-grow-3 {
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-grow: 3;
  flex-grow: 3;
}
.flex-wrapper .flex-shrink-0,
.display-flex .flex-shrink-0 {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.flex-wrapper .flex-shrink-1,
.display-flex .flex-shrink-1 {
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* GRID */
.display-grid {
  display: grid;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.grid,
.inline-grid {
  grid-gap: 14px;
  grid-template-columns: repeat(12, minmax(auto, 1fr));
  list-style: none;
}
.grid.g1,
.inline-grid.g1 {
  grid-template-columns: repeat(1, minmax(auto, 1fr));
}
.grid.g1 > .sixth,
.inline-grid.g1 > .sixth {
  grid-column-end: span 1;
}
@media (max-width: 1024px) {
  .grid.g1 > .sixth-tablet,
  .inline-grid.g1 > .sixth-tablet {
    grid-column-end: span 1;
  }
}
@media (max-width: 767px) {
  .grid.g1 > .sixth-mobile,
  .inline-grid.g1 > .sixth-mobile {
    grid-column-end: span 1;
  }
}
.grid.g1 > .fifth,
.inline-grid.g1 > .fifth {
  grid-column-end: span 1;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g1 > .fifth-tablet,
  .inline-grid.g1 > .fifth-tablet {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g1 > .fifth-mobile,
  .inline-grid.g1 > .fifth-mobile {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
.grid.g1 > .quarter,
.inline-grid.g1 > .quarter {
  grid-column-end: span 1;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g1 > .quarter-tablet,
  .inline-grid.g1 > .quarter-tablet {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g1 > .quarter-mobile,
  .inline-grid.g1 > .quarter-mobile {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
.grid.g1 > .third,
.inline-grid.g1 > .third {
  grid-column-end: span 1;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g1 > .third-tablet,
  .inline-grid.g1 > .third-tablet {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g1 > .third-mobile,
  .inline-grid.g1 > .third-mobile {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
.grid.g1 > .half,
.inline-grid.g1 > .half {
  grid-column-end: span 1;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g1 > .half-tablet,
  .inline-grid.g1 > .half-tablet {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g1 > .half-mobile,
  .inline-grid.g1 > .half-mobile {
    grid-column-start: auto;
    grid-column-end: span 1;
  }
}
@media (max-width: 1024px) {
  .grid.g1 > .full-tablet,
  .inline-grid.g1 > .full-tablet {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g1 > .full-mobile,
  .inline-grid.g1 > .full-mobile {
    grid-column: 1/-1;
  }
}
.grid.g1-auto,
.inline-grid.g1-auto {
  grid-template-columns: repeat(1, minmax(auto,auto));
}
.grid .span-1,
.inline-grid .span-1 {
  grid-column-end: span 1;
  position: relative;
}
.grid .start-1,
.inline-grid .start-1 {
  grid-column-start: 1;
  position: relative;
}
.grid.g2,
.inline-grid.g2 {
  grid-template-columns: repeat(2, minmax(auto, 1fr));
}
.grid.g2 > .sixth,
.inline-grid.g2 > .sixth {
  grid-column-end: span 1;
}
@media (max-width: 1024px) {
  .grid.g2 > .sixth-tablet,
  .inline-grid.g2 > .sixth-tablet {
    grid-column-end: span 1;
  }
}
@media (max-width: 767px) {
  .grid.g2 > .sixth-mobile,
  .inline-grid.g2 > .sixth-mobile {
    grid-column-end: span 1;
  }
}
.grid.g2 > .fifth,
.inline-grid.g2 > .fifth {
  grid-column-end: span 1;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g2 > .fifth-tablet,
  .inline-grid.g2 > .fifth-tablet {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g2 > .fifth-mobile,
  .inline-grid.g2 > .fifth-mobile {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
.grid.g2 > .quarter,
.inline-grid.g2 > .quarter {
  grid-column-end: span 1;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g2 > .quarter-tablet,
  .inline-grid.g2 > .quarter-tablet {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g2 > .quarter-mobile,
  .inline-grid.g2 > .quarter-mobile {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
.grid.g2 > .third,
.inline-grid.g2 > .third {
  grid-column-end: span 1;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g2 > .third-tablet,
  .inline-grid.g2 > .third-tablet {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g2 > .third-mobile,
  .inline-grid.g2 > .third-mobile {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
.grid.g2 > .half,
.inline-grid.g2 > .half {
  grid-column-end: span 1;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g2 > .half-tablet,
  .inline-grid.g2 > .half-tablet {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g2 > .half-mobile,
  .inline-grid.g2 > .half-mobile {
    grid-column-start: auto;
    grid-column-end: span 1;
  }
}
@media (max-width: 1024px) {
  .grid.g2 > .full-tablet,
  .inline-grid.g2 > .full-tablet {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g2 > .full-mobile,
  .inline-grid.g2 > .full-mobile {
    grid-column: 1/-1;
  }
}
.grid.g2-auto,
.inline-grid.g2-auto {
  grid-template-columns: repeat(2, minmax(auto,auto));
}
.grid .span-2,
.inline-grid .span-2 {
  grid-column-end: span 2;
  position: relative;
}
.grid .start-2,
.inline-grid .start-2 {
  grid-column-start: 2;
  position: relative;
}
.grid.g3,
.inline-grid.g3 {
  grid-template-columns: repeat(3, minmax(auto, 1fr));
}
.grid.g3 > .sixth,
.inline-grid.g3 > .sixth {
  grid-column-end: span 1;
}
@media (max-width: 1024px) {
  .grid.g3 > .sixth-tablet,
  .inline-grid.g3 > .sixth-tablet {
    grid-column-end: span 1;
  }
}
@media (max-width: 767px) {
  .grid.g3 > .sixth-mobile,
  .inline-grid.g3 > .sixth-mobile {
    grid-column-end: span 1;
  }
}
.grid.g3 > .fifth,
.inline-grid.g3 > .fifth {
  grid-column-end: span 1;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g3 > .fifth-tablet,
  .inline-grid.g3 > .fifth-tablet {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g3 > .fifth-mobile,
  .inline-grid.g3 > .fifth-mobile {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
.grid.g3 > .quarter,
.inline-grid.g3 > .quarter {
  grid-column-end: span 1;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g3 > .quarter-tablet,
  .inline-grid.g3 > .quarter-tablet {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g3 > .quarter-mobile,
  .inline-grid.g3 > .quarter-mobile {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
.grid.g3 > .third,
.inline-grid.g3 > .third {
  grid-column-end: span 1;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g3 > .third-tablet,
  .inline-grid.g3 > .third-tablet {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g3 > .third-mobile,
  .inline-grid.g3 > .third-mobile {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
.grid.g3 > .half,
.inline-grid.g3 > .half {
  grid-column-end: span 2;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g3 > .half-tablet,
  .inline-grid.g3 > .half-tablet {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g3 > .half-mobile,
  .inline-grid.g3 > .half-mobile {
    grid-column-start: auto;
    grid-column-end: span 2;
  }
}
@media (max-width: 1024px) {
  .grid.g3 > .full-tablet,
  .inline-grid.g3 > .full-tablet {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g3 > .full-mobile,
  .inline-grid.g3 > .full-mobile {
    grid-column: 1/-1;
  }
}
.grid.g3-auto,
.inline-grid.g3-auto {
  grid-template-columns: repeat(3, minmax(auto,auto));
}
.grid .span-3,
.inline-grid .span-3 {
  grid-column-end: span 3;
  position: relative;
}
.grid .start-3,
.inline-grid .start-3 {
  grid-column-start: 3;
  position: relative;
}
.grid.g4,
.inline-grid.g4 {
  grid-template-columns: repeat(4, minmax(auto, 1fr));
}
.grid.g4 > .sixth,
.inline-grid.g4 > .sixth {
  grid-column-end: span 1;
}
@media (max-width: 1024px) {
  .grid.g4 > .sixth-tablet,
  .inline-grid.g4 > .sixth-tablet {
    grid-column-end: span 1;
  }
}
@media (max-width: 767px) {
  .grid.g4 > .sixth-mobile,
  .inline-grid.g4 > .sixth-mobile {
    grid-column-end: span 1;
  }
}
.grid.g4 > .fifth,
.inline-grid.g4 > .fifth {
  grid-column-end: span 1;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g4 > .fifth-tablet,
  .inline-grid.g4 > .fifth-tablet {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g4 > .fifth-mobile,
  .inline-grid.g4 > .fifth-mobile {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
.grid.g4 > .quarter,
.inline-grid.g4 > .quarter {
  grid-column-end: span 1;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g4 > .quarter-tablet,
  .inline-grid.g4 > .quarter-tablet {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g4 > .quarter-mobile,
  .inline-grid.g4 > .quarter-mobile {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
.grid.g4 > .third,
.inline-grid.g4 > .third {
  grid-column-end: span 2;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g4 > .third-tablet,
  .inline-grid.g4 > .third-tablet {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g4 > .third-mobile,
  .inline-grid.g4 > .third-mobile {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
.grid.g4 > .half,
.inline-grid.g4 > .half {
  grid-column-end: span 2;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g4 > .half-tablet,
  .inline-grid.g4 > .half-tablet {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g4 > .half-mobile,
  .inline-grid.g4 > .half-mobile {
    grid-column-start: auto;
    grid-column-end: span 2;
  }
}
@media (max-width: 1024px) {
  .grid.g4 > .full-tablet,
  .inline-grid.g4 > .full-tablet {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g4 > .full-mobile,
  .inline-grid.g4 > .full-mobile {
    grid-column: 1/-1;
  }
}
.grid.g4-auto,
.inline-grid.g4-auto {
  grid-template-columns: repeat(4, minmax(auto,auto));
}
.grid .span-4,
.inline-grid .span-4 {
  grid-column-end: span 4;
  position: relative;
}
.grid .start-4,
.inline-grid .start-4 {
  grid-column-start: 4;
  position: relative;
}
.grid.g5,
.inline-grid.g5 {
  grid-template-columns: repeat(5, minmax(auto, 1fr));
}
.grid.g5 > .sixth,
.inline-grid.g5 > .sixth {
  grid-column-end: span 1;
}
@media (max-width: 1024px) {
  .grid.g5 > .sixth-tablet,
  .inline-grid.g5 > .sixth-tablet {
    grid-column-end: span 1;
  }
}
@media (max-width: 767px) {
  .grid.g5 > .sixth-mobile,
  .inline-grid.g5 > .sixth-mobile {
    grid-column-end: span 1;
  }
}
.grid.g5 > .fifth,
.inline-grid.g5 > .fifth {
  grid-column-end: span 1;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g5 > .fifth-tablet,
  .inline-grid.g5 > .fifth-tablet {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g5 > .fifth-mobile,
  .inline-grid.g5 > .fifth-mobile {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
.grid.g5 > .quarter,
.inline-grid.g5 > .quarter {
  grid-column-end: span 2;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g5 > .quarter-tablet,
  .inline-grid.g5 > .quarter-tablet {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g5 > .quarter-mobile,
  .inline-grid.g5 > .quarter-mobile {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
.grid.g5 > .third,
.inline-grid.g5 > .third {
  grid-column-end: span 2;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g5 > .third-tablet,
  .inline-grid.g5 > .third-tablet {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g5 > .third-mobile,
  .inline-grid.g5 > .third-mobile {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
.grid.g5 > .half,
.inline-grid.g5 > .half {
  grid-column-end: span 3;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g5 > .half-tablet,
  .inline-grid.g5 > .half-tablet {
    grid-column-end: span 3;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g5 > .half-mobile,
  .inline-grid.g5 > .half-mobile {
    grid-column-start: auto;
    grid-column-end: span 3;
  }
}
@media (max-width: 1024px) {
  .grid.g5 > .full-tablet,
  .inline-grid.g5 > .full-tablet {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g5 > .full-mobile,
  .inline-grid.g5 > .full-mobile {
    grid-column: 1/-1;
  }
}
.grid.g5-auto,
.inline-grid.g5-auto {
  grid-template-columns: repeat(5, minmax(auto,auto));
}
.grid .span-5,
.inline-grid .span-5 {
  grid-column-end: span 5;
  position: relative;
}
.grid .start-5,
.inline-grid .start-5 {
  grid-column-start: 5;
  position: relative;
}
.grid.g6,
.inline-grid.g6 {
  grid-template-columns: repeat(6, minmax(auto, 1fr));
}
.grid.g6 > .sixth,
.inline-grid.g6 > .sixth {
  grid-column-end: span 1;
}
@media (max-width: 1024px) {
  .grid.g6 > .sixth-tablet,
  .inline-grid.g6 > .sixth-tablet {
    grid-column-end: span 1;
  }
}
@media (max-width: 767px) {
  .grid.g6 > .sixth-mobile,
  .inline-grid.g6 > .sixth-mobile {
    grid-column-end: span 1;
  }
}
.grid.g6 > .fifth,
.inline-grid.g6 > .fifth {
  grid-column-end: span 2;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g6 > .fifth-tablet,
  .inline-grid.g6 > .fifth-tablet {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g6 > .fifth-mobile,
  .inline-grid.g6 > .fifth-mobile {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
.grid.g6 > .quarter,
.inline-grid.g6 > .quarter {
  grid-column-end: span 2;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g6 > .quarter-tablet,
  .inline-grid.g6 > .quarter-tablet {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g6 > .quarter-mobile,
  .inline-grid.g6 > .quarter-mobile {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
.grid.g6 > .third,
.inline-grid.g6 > .third {
  grid-column-end: span 2;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g6 > .third-tablet,
  .inline-grid.g6 > .third-tablet {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g6 > .third-mobile,
  .inline-grid.g6 > .third-mobile {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
.grid.g6 > .half,
.inline-grid.g6 > .half {
  grid-column-end: span 3;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g6 > .half-tablet,
  .inline-grid.g6 > .half-tablet {
    grid-column-end: span 3;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g6 > .half-mobile,
  .inline-grid.g6 > .half-mobile {
    grid-column-start: auto;
    grid-column-end: span 3;
  }
}
@media (max-width: 1024px) {
  .grid.g6 > .full-tablet,
  .inline-grid.g6 > .full-tablet {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g6 > .full-mobile,
  .inline-grid.g6 > .full-mobile {
    grid-column: 1/-1;
  }
}
.grid.g6-auto,
.inline-grid.g6-auto {
  grid-template-columns: repeat(6, minmax(auto,auto));
}
.grid .span-6,
.inline-grid .span-6 {
  grid-column-end: span 6;
  position: relative;
}
.grid .start-6,
.inline-grid .start-6 {
  grid-column-start: 6;
  position: relative;
}
.grid.g7,
.inline-grid.g7 {
  grid-template-columns: repeat(7, minmax(auto, 1fr));
}
.grid.g7 > .sixth,
.inline-grid.g7 > .sixth {
  grid-column-end: span 2;
}
@media (max-width: 1024px) {
  .grid.g7 > .sixth-tablet,
  .inline-grid.g7 > .sixth-tablet {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .grid.g7 > .sixth-mobile,
  .inline-grid.g7 > .sixth-mobile {
    grid-column-end: span 2;
  }
}
.grid.g7 > .fifth,
.inline-grid.g7 > .fifth {
  grid-column-end: span 2;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g7 > .fifth-tablet,
  .inline-grid.g7 > .fifth-tablet {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g7 > .fifth-mobile,
  .inline-grid.g7 > .fifth-mobile {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
.grid.g7 > .quarter,
.inline-grid.g7 > .quarter {
  grid-column-end: span 2;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g7 > .quarter-tablet,
  .inline-grid.g7 > .quarter-tablet {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g7 > .quarter-mobile,
  .inline-grid.g7 > .quarter-mobile {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
.grid.g7 > .third,
.inline-grid.g7 > .third {
  grid-column-end: span 3;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g7 > .third-tablet,
  .inline-grid.g7 > .third-tablet {
    grid-column-end: span 3;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g7 > .third-mobile,
  .inline-grid.g7 > .third-mobile {
    grid-column-end: span 3;
    grid-column-start: auto;
  }
}
.grid.g7 > .half,
.inline-grid.g7 > .half {
  grid-column-end: span 4;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g7 > .half-tablet,
  .inline-grid.g7 > .half-tablet {
    grid-column-end: span 4;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g7 > .half-mobile,
  .inline-grid.g7 > .half-mobile {
    grid-column-start: auto;
    grid-column-end: span 4;
  }
}
@media (max-width: 1024px) {
  .grid.g7 > .full-tablet,
  .inline-grid.g7 > .full-tablet {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g7 > .full-mobile,
  .inline-grid.g7 > .full-mobile {
    grid-column: 1/-1;
  }
}
.grid.g7-auto,
.inline-grid.g7-auto {
  grid-template-columns: repeat(7, minmax(auto,auto));
}
.grid .span-7,
.inline-grid .span-7 {
  grid-column-end: span 7;
  position: relative;
}
.grid .start-7,
.inline-grid .start-7 {
  grid-column-start: 7;
  position: relative;
}
.grid.g8,
.inline-grid.g8 {
  grid-template-columns: repeat(8, minmax(auto, 1fr));
}
.grid.g8 > .sixth,
.inline-grid.g8 > .sixth {
  grid-column-end: span 2;
}
@media (max-width: 1024px) {
  .grid.g8 > .sixth-tablet,
  .inline-grid.g8 > .sixth-tablet {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .grid.g8 > .sixth-mobile,
  .inline-grid.g8 > .sixth-mobile {
    grid-column-end: span 2;
  }
}
.grid.g8 > .fifth,
.inline-grid.g8 > .fifth {
  grid-column-end: span 2;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g8 > .fifth-tablet,
  .inline-grid.g8 > .fifth-tablet {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g8 > .fifth-mobile,
  .inline-grid.g8 > .fifth-mobile {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
.grid.g8 > .quarter,
.inline-grid.g8 > .quarter {
  grid-column-end: span 2;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g8 > .quarter-tablet,
  .inline-grid.g8 > .quarter-tablet {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g8 > .quarter-mobile,
  .inline-grid.g8 > .quarter-mobile {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
.grid.g8 > .third,
.inline-grid.g8 > .third {
  grid-column-end: span 3;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g8 > .third-tablet,
  .inline-grid.g8 > .third-tablet {
    grid-column-end: span 3;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g8 > .third-mobile,
  .inline-grid.g8 > .third-mobile {
    grid-column-end: span 3;
    grid-column-start: auto;
  }
}
.grid.g8 > .half,
.inline-grid.g8 > .half {
  grid-column-end: span 4;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g8 > .half-tablet,
  .inline-grid.g8 > .half-tablet {
    grid-column-end: span 4;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g8 > .half-mobile,
  .inline-grid.g8 > .half-mobile {
    grid-column-start: auto;
    grid-column-end: span 4;
  }
}
@media (max-width: 1024px) {
  .grid.g8 > .full-tablet,
  .inline-grid.g8 > .full-tablet {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g8 > .full-mobile,
  .inline-grid.g8 > .full-mobile {
    grid-column: 1/-1;
  }
}
.grid.g8-auto,
.inline-grid.g8-auto {
  grid-template-columns: repeat(8, minmax(auto,auto));
}
.grid .span-8,
.inline-grid .span-8 {
  grid-column-end: span 8;
  position: relative;
}
.grid .start-8,
.inline-grid .start-8 {
  grid-column-start: 8;
  position: relative;
}
.grid.g9,
.inline-grid.g9 {
  grid-template-columns: repeat(9, minmax(auto, 1fr));
}
.grid.g9 > .sixth,
.inline-grid.g9 > .sixth {
  grid-column-end: span 2;
}
@media (max-width: 1024px) {
  .grid.g9 > .sixth-tablet,
  .inline-grid.g9 > .sixth-tablet {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .grid.g9 > .sixth-mobile,
  .inline-grid.g9 > .sixth-mobile {
    grid-column-end: span 2;
  }
}
.grid.g9 > .fifth,
.inline-grid.g9 > .fifth {
  grid-column-end: span 2;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g9 > .fifth-tablet,
  .inline-grid.g9 > .fifth-tablet {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g9 > .fifth-mobile,
  .inline-grid.g9 > .fifth-mobile {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
.grid.g9 > .quarter,
.inline-grid.g9 > .quarter {
  grid-column-end: span 3;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g9 > .quarter-tablet,
  .inline-grid.g9 > .quarter-tablet {
    grid-column-end: span 3;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g9 > .quarter-mobile,
  .inline-grid.g9 > .quarter-mobile {
    grid-column-end: span 3;
    grid-column-start: auto;
  }
}
.grid.g9 > .third,
.inline-grid.g9 > .third {
  grid-column-end: span 3;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g9 > .third-tablet,
  .inline-grid.g9 > .third-tablet {
    grid-column-end: span 3;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g9 > .third-mobile,
  .inline-grid.g9 > .third-mobile {
    grid-column-end: span 3;
    grid-column-start: auto;
  }
}
.grid.g9 > .half,
.inline-grid.g9 > .half {
  grid-column-end: span 5;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g9 > .half-tablet,
  .inline-grid.g9 > .half-tablet {
    grid-column-end: span 5;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g9 > .half-mobile,
  .inline-grid.g9 > .half-mobile {
    grid-column-start: auto;
    grid-column-end: span 5;
  }
}
@media (max-width: 1024px) {
  .grid.g9 > .full-tablet,
  .inline-grid.g9 > .full-tablet {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g9 > .full-mobile,
  .inline-grid.g9 > .full-mobile {
    grid-column: 1/-1;
  }
}
.grid.g9-auto,
.inline-grid.g9-auto {
  grid-template-columns: repeat(9, minmax(auto,auto));
}
.grid .span-9,
.inline-grid .span-9 {
  grid-column-end: span 9;
  position: relative;
}
.grid .start-9,
.inline-grid .start-9 {
  grid-column-start: 9;
  position: relative;
}
.grid.g10,
.inline-grid.g10 {
  grid-template-columns: repeat(10, minmax(auto, 1fr));
}
.grid.g10 > .sixth,
.inline-grid.g10 > .sixth {
  grid-column-end: span 2;
}
@media (max-width: 1024px) {
  .grid.g10 > .sixth-tablet,
  .inline-grid.g10 > .sixth-tablet {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .grid.g10 > .sixth-mobile,
  .inline-grid.g10 > .sixth-mobile {
    grid-column-end: span 2;
  }
}
.grid.g10 > .fifth,
.inline-grid.g10 > .fifth {
  grid-column-end: span 2;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g10 > .fifth-tablet,
  .inline-grid.g10 > .fifth-tablet {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g10 > .fifth-mobile,
  .inline-grid.g10 > .fifth-mobile {
    grid-column-end: span 2;
    grid-column-start: auto;
  }
}
.grid.g10 > .quarter,
.inline-grid.g10 > .quarter {
  grid-column-end: span 3;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g10 > .quarter-tablet,
  .inline-grid.g10 > .quarter-tablet {
    grid-column-end: span 3;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g10 > .quarter-mobile,
  .inline-grid.g10 > .quarter-mobile {
    grid-column-end: span 3;
    grid-column-start: auto;
  }
}
.grid.g10 > .third,
.inline-grid.g10 > .third {
  grid-column-end: span 4;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g10 > .third-tablet,
  .inline-grid.g10 > .third-tablet {
    grid-column-end: span 4;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g10 > .third-mobile,
  .inline-grid.g10 > .third-mobile {
    grid-column-end: span 4;
    grid-column-start: auto;
  }
}
.grid.g10 > .half,
.inline-grid.g10 > .half {
  grid-column-end: span 5;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g10 > .half-tablet,
  .inline-grid.g10 > .half-tablet {
    grid-column-end: span 5;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g10 > .half-mobile,
  .inline-grid.g10 > .half-mobile {
    grid-column-start: auto;
    grid-column-end: span 5;
  }
}
@media (max-width: 1024px) {
  .grid.g10 > .full-tablet,
  .inline-grid.g10 > .full-tablet {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g10 > .full-mobile,
  .inline-grid.g10 > .full-mobile {
    grid-column: 1/-1;
  }
}
.grid.g10-auto,
.inline-grid.g10-auto {
  grid-template-columns: repeat(10, minmax(auto,auto));
}
.grid .span-10,
.inline-grid .span-10 {
  grid-column-end: span 10;
  position: relative;
}
.grid .start-10,
.inline-grid .start-10 {
  grid-column-start: 10;
  position: relative;
}
.grid.g11,
.inline-grid.g11 {
  grid-template-columns: repeat(11, minmax(auto, 1fr));
}
.grid.g11 > .sixth,
.inline-grid.g11 > .sixth {
  grid-column-end: span 2;
}
@media (max-width: 1024px) {
  .grid.g11 > .sixth-tablet,
  .inline-grid.g11 > .sixth-tablet {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .grid.g11 > .sixth-mobile,
  .inline-grid.g11 > .sixth-mobile {
    grid-column-end: span 2;
  }
}
.grid.g11 > .fifth,
.inline-grid.g11 > .fifth {
  grid-column-end: span 3;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g11 > .fifth-tablet,
  .inline-grid.g11 > .fifth-tablet {
    grid-column-end: span 3;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g11 > .fifth-mobile,
  .inline-grid.g11 > .fifth-mobile {
    grid-column-end: span 3;
    grid-column-start: auto;
  }
}
.grid.g11 > .quarter,
.inline-grid.g11 > .quarter {
  grid-column-end: span 3;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g11 > .quarter-tablet,
  .inline-grid.g11 > .quarter-tablet {
    grid-column-end: span 3;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g11 > .quarter-mobile,
  .inline-grid.g11 > .quarter-mobile {
    grid-column-end: span 3;
    grid-column-start: auto;
  }
}
.grid.g11 > .third,
.inline-grid.g11 > .third {
  grid-column-end: span 4;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g11 > .third-tablet,
  .inline-grid.g11 > .third-tablet {
    grid-column-end: span 4;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g11 > .third-mobile,
  .inline-grid.g11 > .third-mobile {
    grid-column-end: span 4;
    grid-column-start: auto;
  }
}
.grid.g11 > .half,
.inline-grid.g11 > .half {
  grid-column-end: span 6;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g11 > .half-tablet,
  .inline-grid.g11 > .half-tablet {
    grid-column-end: span 6;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g11 > .half-mobile,
  .inline-grid.g11 > .half-mobile {
    grid-column-start: auto;
    grid-column-end: span 6;
  }
}
@media (max-width: 1024px) {
  .grid.g11 > .full-tablet,
  .inline-grid.g11 > .full-tablet {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g11 > .full-mobile,
  .inline-grid.g11 > .full-mobile {
    grid-column: 1/-1;
  }
}
.grid.g11-auto,
.inline-grid.g11-auto {
  grid-template-columns: repeat(11, minmax(auto,auto));
}
.grid .span-11,
.inline-grid .span-11 {
  grid-column-end: span 11;
  position: relative;
}
.grid .start-11,
.inline-grid .start-11 {
  grid-column-start: 11;
  position: relative;
}
.grid.g12,
.inline-grid.g12 {
  grid-template-columns: repeat(12, minmax(auto, 1fr));
}
.grid.g12 > .sixth,
.inline-grid.g12 > .sixth {
  grid-column-end: span 2;
}
@media (max-width: 1024px) {
  .grid.g12 > .sixth-tablet,
  .inline-grid.g12 > .sixth-tablet {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .grid.g12 > .sixth-mobile,
  .inline-grid.g12 > .sixth-mobile {
    grid-column-end: span 2;
  }
}
.grid.g12 > .fifth,
.inline-grid.g12 > .fifth {
  grid-column-end: span 3;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g12 > .fifth-tablet,
  .inline-grid.g12 > .fifth-tablet {
    grid-column-end: span 3;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g12 > .fifth-mobile,
  .inline-grid.g12 > .fifth-mobile {
    grid-column-end: span 3;
    grid-column-start: auto;
  }
}
.grid.g12 > .quarter,
.inline-grid.g12 > .quarter {
  grid-column-end: span 3;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g12 > .quarter-tablet,
  .inline-grid.g12 > .quarter-tablet {
    grid-column-end: span 3;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g12 > .quarter-mobile,
  .inline-grid.g12 > .quarter-mobile {
    grid-column-end: span 3;
    grid-column-start: auto;
  }
}
.grid.g12 > .third,
.inline-grid.g12 > .third {
  grid-column-end: span 4;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g12 > .third-tablet,
  .inline-grid.g12 > .third-tablet {
    grid-column-end: span 4;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g12 > .third-mobile,
  .inline-grid.g12 > .third-mobile {
    grid-column-end: span 4;
    grid-column-start: auto;
  }
}
.grid.g12 > .half,
.inline-grid.g12 > .half {
  grid-column-end: span 6;
  grid-column-start: auto;
}
@media (max-width: 1024px) {
  .grid.g12 > .half-tablet,
  .inline-grid.g12 > .half-tablet {
    grid-column-end: span 6;
    grid-column-start: auto;
  }
}
@media (max-width: 767px) {
  .grid.g12 > .half-mobile,
  .inline-grid.g12 > .half-mobile {
    grid-column-start: auto;
    grid-column-end: span 6;
  }
}
@media (max-width: 1024px) {
  .grid.g12 > .full-tablet,
  .inline-grid.g12 > .full-tablet {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g12 > .full-mobile,
  .inline-grid.g12 > .full-mobile {
    grid-column: 1/-1;
  }
}
.grid.g12-auto,
.inline-grid.g12-auto {
  grid-template-columns: repeat(12, minmax(auto,auto));
}
.grid .span-12,
.inline-grid .span-12 {
  grid-column-end: span 12;
  position: relative;
}
.grid .start-12,
.inline-grid .start-12 {
  grid-column-start: 12;
  position: relative;
}
@media (max-width: 1024px) {
  .grid.g1-tablet,
  .inline-grid.g1-tablet {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}
@media (max-width: 1024px) {
  .grid.g1-tablet .fifth-tablet,
  .inline-grid.g1-tablet .fifth-tablet {
    grid-column-end: span 1;
  }
}
@media (max-width: 1024px) {
  .grid.g1-tablet .quarter-tablet,
  .inline-grid.g1-tablet .quarter-tablet {
    grid-column-end: span 1;
  }
}
@media (max-width: 1024px) {
  .grid.g1-tablet .third-tablet,
  .inline-grid.g1-tablet .third-tablet {
    grid-column-end: span 1;
  }
}
@media (max-width: 1024px) {
  .grid.g1-tablet .half-tablet,
  .inline-grid.g1-tablet .half-tablet {
    grid-column-end: span 1;
  }
}
@media (max-width: 1024px) {
  .grid.g2-tablet,
  .inline-grid.g2-tablet {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media (max-width: 1024px) {
  .grid.g2-tablet .fifth-tablet,
  .inline-grid.g2-tablet .fifth-tablet {
    grid-column-end: span 1;
  }
}
@media (max-width: 1024px) {
  .grid.g2-tablet .quarter-tablet,
  .inline-grid.g2-tablet .quarter-tablet {
    grid-column-end: span 1;
  }
}
@media (max-width: 1024px) {
  .grid.g2-tablet .third-tablet,
  .inline-grid.g2-tablet .third-tablet {
    grid-column-end: span 1;
  }
}
@media (max-width: 1024px) {
  .grid.g2-tablet .half-tablet,
  .inline-grid.g2-tablet .half-tablet {
    grid-column-end: span 1;
  }
}
@media (max-width: 1024px) {
  .grid.g3-tablet,
  .inline-grid.g3-tablet {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
@media (max-width: 1024px) {
  .grid.g3-tablet .fifth-tablet,
  .inline-grid.g3-tablet .fifth-tablet {
    grid-column-end: span 1;
  }
}
@media (max-width: 1024px) {
  .grid.g3-tablet .quarter-tablet,
  .inline-grid.g3-tablet .quarter-tablet {
    grid-column-end: span 1;
  }
}
@media (max-width: 1024px) {
  .grid.g3-tablet .third-tablet,
  .inline-grid.g3-tablet .third-tablet {
    grid-column-end: span 1;
  }
}
@media (max-width: 1024px) {
  .grid.g3-tablet .half-tablet,
  .inline-grid.g3-tablet .half-tablet {
    grid-column-end: span 2;
  }
}
@media (max-width: 1024px) {
  .grid.g4-tablet,
  .inline-grid.g4-tablet {
    grid-template-columns: repeat(4, minmax(auto, 1fr));
  }
}
@media (max-width: 1024px) {
  .grid.g4-tablet .fifth-tablet,
  .inline-grid.g4-tablet .fifth-tablet {
    grid-column-end: span 1;
  }
}
@media (max-width: 1024px) {
  .grid.g4-tablet .quarter-tablet,
  .inline-grid.g4-tablet .quarter-tablet {
    grid-column-end: span 1;
  }
}
@media (max-width: 1024px) {
  .grid.g4-tablet .third-tablet,
  .inline-grid.g4-tablet .third-tablet {
    grid-column-end: span 2;
  }
}
@media (max-width: 1024px) {
  .grid.g4-tablet .half-tablet,
  .inline-grid.g4-tablet .half-tablet {
    grid-column-end: span 2;
  }
}
@media (max-width: 1024px) {
  .grid.g5-tablet,
  .inline-grid.g5-tablet {
    grid-template-columns: repeat(5, minmax(auto, 1fr));
  }
}
@media (max-width: 1024px) {
  .grid.g5-tablet .fifth-tablet,
  .inline-grid.g5-tablet .fifth-tablet {
    grid-column-end: span 1;
  }
}
@media (max-width: 1024px) {
  .grid.g5-tablet .quarter-tablet,
  .inline-grid.g5-tablet .quarter-tablet {
    grid-column-end: span 2;
  }
}
@media (max-width: 1024px) {
  .grid.g5-tablet .third-tablet,
  .inline-grid.g5-tablet .third-tablet {
    grid-column-end: span 2;
  }
}
@media (max-width: 1024px) {
  .grid.g5-tablet .half-tablet,
  .inline-grid.g5-tablet .half-tablet {
    grid-column-end: span 3;
  }
}
@media (max-width: 1024px) {
  .grid.g6-tablet,
  .inline-grid.g6-tablet {
    grid-template-columns: repeat(6, minmax(auto, 1fr));
  }
}
@media (max-width: 1024px) {
  .grid.g6-tablet .fifth-tablet,
  .inline-grid.g6-tablet .fifth-tablet {
    grid-column-end: span 2;
  }
}
@media (max-width: 1024px) {
  .grid.g6-tablet .quarter-tablet,
  .inline-grid.g6-tablet .quarter-tablet {
    grid-column-end: span 2;
  }
}
@media (max-width: 1024px) {
  .grid.g6-tablet .third-tablet,
  .inline-grid.g6-tablet .third-tablet {
    grid-column-end: span 2;
  }
}
@media (max-width: 1024px) {
  .grid.g6-tablet .half-tablet,
  .inline-grid.g6-tablet .half-tablet {
    grid-column-end: span 3;
  }
}
@media (max-width: 1024px) {
  .grid.g7-tablet,
  .inline-grid.g7-tablet {
    grid-template-columns: repeat(7, minmax(auto, 1fr));
  }
}
@media (max-width: 1024px) {
  .grid.g7-tablet .fifth-tablet,
  .inline-grid.g7-tablet .fifth-tablet {
    grid-column-end: span 2;
  }
}
@media (max-width: 1024px) {
  .grid.g7-tablet .quarter-tablet,
  .inline-grid.g7-tablet .quarter-tablet {
    grid-column-end: span 2;
  }
}
@media (max-width: 1024px) {
  .grid.g7-tablet .third-tablet,
  .inline-grid.g7-tablet .third-tablet {
    grid-column-end: span 3;
  }
}
@media (max-width: 1024px) {
  .grid.g7-tablet .half-tablet,
  .inline-grid.g7-tablet .half-tablet {
    grid-column-end: span 4;
  }
}
@media (max-width: 1024px) {
  .grid.g8-tablet,
  .inline-grid.g8-tablet {
    grid-template-columns: repeat(8, minmax(auto, 1fr));
  }
}
@media (max-width: 1024px) {
  .grid.g8-tablet .fifth-tablet,
  .inline-grid.g8-tablet .fifth-tablet {
    grid-column-end: span 2;
  }
}
@media (max-width: 1024px) {
  .grid.g8-tablet .quarter-tablet,
  .inline-grid.g8-tablet .quarter-tablet {
    grid-column-end: span 2;
  }
}
@media (max-width: 1024px) {
  .grid.g8-tablet .third-tablet,
  .inline-grid.g8-tablet .third-tablet {
    grid-column-end: span 3;
  }
}
@media (max-width: 1024px) {
  .grid.g8-tablet .half-tablet,
  .inline-grid.g8-tablet .half-tablet {
    grid-column-end: span 4;
  }
}
@media (max-width: 1024px) {
  .grid.g9-tablet,
  .inline-grid.g9-tablet {
    grid-template-columns: repeat(9, minmax(auto, 1fr));
  }
}
@media (max-width: 1024px) {
  .grid.g9-tablet .fifth-tablet,
  .inline-grid.g9-tablet .fifth-tablet {
    grid-column-end: span 2;
  }
}
@media (max-width: 1024px) {
  .grid.g9-tablet .quarter-tablet,
  .inline-grid.g9-tablet .quarter-tablet {
    grid-column-end: span 3;
  }
}
@media (max-width: 1024px) {
  .grid.g9-tablet .third-tablet,
  .inline-grid.g9-tablet .third-tablet {
    grid-column-end: span 3;
  }
}
@media (max-width: 1024px) {
  .grid.g9-tablet .half-tablet,
  .inline-grid.g9-tablet .half-tablet {
    grid-column-end: span 5;
  }
}
@media (max-width: 1024px) {
  .grid.g10-tablet,
  .inline-grid.g10-tablet {
    grid-template-columns: repeat(10, minmax(auto, 1fr));
  }
}
@media (max-width: 1024px) {
  .grid.g10-tablet .fifth-tablet,
  .inline-grid.g10-tablet .fifth-tablet {
    grid-column-end: span 2;
  }
}
@media (max-width: 1024px) {
  .grid.g10-tablet .quarter-tablet,
  .inline-grid.g10-tablet .quarter-tablet {
    grid-column-end: span 3;
  }
}
@media (max-width: 1024px) {
  .grid.g10-tablet .third-tablet,
  .inline-grid.g10-tablet .third-tablet {
    grid-column-end: span 4;
  }
}
@media (max-width: 1024px) {
  .grid.g10-tablet .half-tablet,
  .inline-grid.g10-tablet .half-tablet {
    grid-column-end: span 5;
  }
}
@media (max-width: 1024px) {
  .grid.g11-tablet,
  .inline-grid.g11-tablet {
    grid-template-columns: repeat(11, minmax(auto, 1fr));
  }
}
@media (max-width: 1024px) {
  .grid.g11-tablet .fifth-tablet,
  .inline-grid.g11-tablet .fifth-tablet {
    grid-column-end: span 3;
  }
}
@media (max-width: 1024px) {
  .grid.g11-tablet .quarter-tablet,
  .inline-grid.g11-tablet .quarter-tablet {
    grid-column-end: span 3;
  }
}
@media (max-width: 1024px) {
  .grid.g11-tablet .third-tablet,
  .inline-grid.g11-tablet .third-tablet {
    grid-column-end: span 4;
  }
}
@media (max-width: 1024px) {
  .grid.g11-tablet .half-tablet,
  .inline-grid.g11-tablet .half-tablet {
    grid-column-end: span 6;
  }
}
@media (max-width: 1024px) {
  .grid.g12-tablet,
  .inline-grid.g12-tablet {
    grid-template-columns: repeat(12, minmax(auto, 1fr));
  }
}
@media (max-width: 1024px) {
  .grid.g12-tablet .fifth-tablet,
  .inline-grid.g12-tablet .fifth-tablet {
    grid-column-end: span 3;
  }
}
@media (max-width: 1024px) {
  .grid.g12-tablet .quarter-tablet,
  .inline-grid.g12-tablet .quarter-tablet {
    grid-column-end: span 3;
  }
}
@media (max-width: 1024px) {
  .grid.g12-tablet .third-tablet,
  .inline-grid.g12-tablet .third-tablet {
    grid-column-end: span 4;
  }
}
@media (max-width: 1024px) {
  .grid.g12-tablet .half-tablet,
  .inline-grid.g12-tablet .half-tablet {
    grid-column-end: span 6;
  }
}
@media (max-width: 767px) {
  .grid.g1-mobile,
  .inline-grid.g1-mobile {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .grid.g1-mobile .fifth-mobile,
  .inline-grid.g1-mobile .fifth-mobile {
    grid-column-end: span 1;
  }
}
@media (max-width: 767px) {
  .grid.g1-mobile .quarter-mobile,
  .inline-grid.g1-mobile .quarter-mobile {
    grid-column-end: span 1;
  }
}
@media (max-width: 767px) {
  .grid.g1-mobile .third-mobile,
  .inline-grid.g1-mobile .third-mobile {
    grid-column-end: span 1;
  }
}
@media (max-width: 767px) {
  .grid.g1-mobile .half-mobile,
  .inline-grid.g1-mobile .half-mobile {
    grid-column-end: span 1;
  }
}
@media (max-width: 767px) {
  .grid.g1-mobile .full-mobile,
  .inline-grid.g1-mobile .full-mobile {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g2-mobile,
  .inline-grid.g2-mobile {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .grid.g2-mobile .fifth-mobile,
  .inline-grid.g2-mobile .fifth-mobile {
    grid-column-end: span 1;
  }
}
@media (max-width: 767px) {
  .grid.g2-mobile .quarter-mobile,
  .inline-grid.g2-mobile .quarter-mobile {
    grid-column-end: span 1;
  }
}
@media (max-width: 767px) {
  .grid.g2-mobile .third-mobile,
  .inline-grid.g2-mobile .third-mobile {
    grid-column-end: span 1;
  }
}
@media (max-width: 767px) {
  .grid.g2-mobile .half-mobile,
  .inline-grid.g2-mobile .half-mobile {
    grid-column-end: span 1;
  }
}
@media (max-width: 767px) {
  .grid.g2-mobile .full-mobile,
  .inline-grid.g2-mobile .full-mobile {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g3-mobile,
  .inline-grid.g3-mobile {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .grid.g3-mobile .fifth-mobile,
  .inline-grid.g3-mobile .fifth-mobile {
    grid-column-end: span 1;
  }
}
@media (max-width: 767px) {
  .grid.g3-mobile .quarter-mobile,
  .inline-grid.g3-mobile .quarter-mobile {
    grid-column-end: span 1;
  }
}
@media (max-width: 767px) {
  .grid.g3-mobile .third-mobile,
  .inline-grid.g3-mobile .third-mobile {
    grid-column-end: span 1;
  }
}
@media (max-width: 767px) {
  .grid.g3-mobile .half-mobile,
  .inline-grid.g3-mobile .half-mobile {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .grid.g3-mobile .full-mobile,
  .inline-grid.g3-mobile .full-mobile {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g4-mobile,
  .inline-grid.g4-mobile {
    grid-template-columns: repeat(4, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .grid.g4-mobile .fifth-mobile,
  .inline-grid.g4-mobile .fifth-mobile {
    grid-column-end: span 1;
  }
}
@media (max-width: 767px) {
  .grid.g4-mobile .quarter-mobile,
  .inline-grid.g4-mobile .quarter-mobile {
    grid-column-end: span 1;
  }
}
@media (max-width: 767px) {
  .grid.g4-mobile .third-mobile,
  .inline-grid.g4-mobile .third-mobile {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .grid.g4-mobile .half-mobile,
  .inline-grid.g4-mobile .half-mobile {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .grid.g4-mobile .full-mobile,
  .inline-grid.g4-mobile .full-mobile {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g5-mobile,
  .inline-grid.g5-mobile {
    grid-template-columns: repeat(5, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .grid.g5-mobile .fifth-mobile,
  .inline-grid.g5-mobile .fifth-mobile {
    grid-column-end: span 1;
  }
}
@media (max-width: 767px) {
  .grid.g5-mobile .quarter-mobile,
  .inline-grid.g5-mobile .quarter-mobile {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .grid.g5-mobile .third-mobile,
  .inline-grid.g5-mobile .third-mobile {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .grid.g5-mobile .half-mobile,
  .inline-grid.g5-mobile .half-mobile {
    grid-column-end: span 3;
  }
}
@media (max-width: 767px) {
  .grid.g5-mobile .full-mobile,
  .inline-grid.g5-mobile .full-mobile {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g6-mobile,
  .inline-grid.g6-mobile {
    grid-template-columns: repeat(6, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .grid.g6-mobile .fifth-mobile,
  .inline-grid.g6-mobile .fifth-mobile {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .grid.g6-mobile .quarter-mobile,
  .inline-grid.g6-mobile .quarter-mobile {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .grid.g6-mobile .third-mobile,
  .inline-grid.g6-mobile .third-mobile {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .grid.g6-mobile .half-mobile,
  .inline-grid.g6-mobile .half-mobile {
    grid-column-end: span 3;
  }
}
@media (max-width: 767px) {
  .grid.g6-mobile .full-mobile,
  .inline-grid.g6-mobile .full-mobile {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g7-mobile,
  .inline-grid.g7-mobile {
    grid-template-columns: repeat(7, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .grid.g7-mobile .fifth-mobile,
  .inline-grid.g7-mobile .fifth-mobile {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .grid.g7-mobile .quarter-mobile,
  .inline-grid.g7-mobile .quarter-mobile {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .grid.g7-mobile .third-mobile,
  .inline-grid.g7-mobile .third-mobile {
    grid-column-end: span 3;
  }
}
@media (max-width: 767px) {
  .grid.g7-mobile .half-mobile,
  .inline-grid.g7-mobile .half-mobile {
    grid-column-end: span 4;
  }
}
@media (max-width: 767px) {
  .grid.g7-mobile .full-mobile,
  .inline-grid.g7-mobile .full-mobile {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g8-mobile,
  .inline-grid.g8-mobile {
    grid-template-columns: repeat(8, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .grid.g8-mobile .fifth-mobile,
  .inline-grid.g8-mobile .fifth-mobile {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .grid.g8-mobile .quarter-mobile,
  .inline-grid.g8-mobile .quarter-mobile {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .grid.g8-mobile .third-mobile,
  .inline-grid.g8-mobile .third-mobile {
    grid-column-end: span 3;
  }
}
@media (max-width: 767px) {
  .grid.g8-mobile .half-mobile,
  .inline-grid.g8-mobile .half-mobile {
    grid-column-end: span 4;
  }
}
@media (max-width: 767px) {
  .grid.g8-mobile .full-mobile,
  .inline-grid.g8-mobile .full-mobile {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g9-mobile,
  .inline-grid.g9-mobile {
    grid-template-columns: repeat(9, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .grid.g9-mobile .fifth-mobile,
  .inline-grid.g9-mobile .fifth-mobile {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .grid.g9-mobile .quarter-mobile,
  .inline-grid.g9-mobile .quarter-mobile {
    grid-column-end: span 3;
  }
}
@media (max-width: 767px) {
  .grid.g9-mobile .third-mobile,
  .inline-grid.g9-mobile .third-mobile {
    grid-column-end: span 3;
  }
}
@media (max-width: 767px) {
  .grid.g9-mobile .half-mobile,
  .inline-grid.g9-mobile .half-mobile {
    grid-column-end: span 5;
  }
}
@media (max-width: 767px) {
  .grid.g9-mobile .full-mobile,
  .inline-grid.g9-mobile .full-mobile {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g10-mobile,
  .inline-grid.g10-mobile {
    grid-template-columns: repeat(10, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .grid.g10-mobile .fifth-mobile,
  .inline-grid.g10-mobile .fifth-mobile {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .grid.g10-mobile .quarter-mobile,
  .inline-grid.g10-mobile .quarter-mobile {
    grid-column-end: span 3;
  }
}
@media (max-width: 767px) {
  .grid.g10-mobile .third-mobile,
  .inline-grid.g10-mobile .third-mobile {
    grid-column-end: span 4;
  }
}
@media (max-width: 767px) {
  .grid.g10-mobile .half-mobile,
  .inline-grid.g10-mobile .half-mobile {
    grid-column-end: span 5;
  }
}
@media (max-width: 767px) {
  .grid.g10-mobile .full-mobile,
  .inline-grid.g10-mobile .full-mobile {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g11-mobile,
  .inline-grid.g11-mobile {
    grid-template-columns: repeat(11, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .grid.g11-mobile .fifth-mobile,
  .inline-grid.g11-mobile .fifth-mobile {
    grid-column-end: span 3;
  }
}
@media (max-width: 767px) {
  .grid.g11-mobile .quarter-mobile,
  .inline-grid.g11-mobile .quarter-mobile {
    grid-column-end: span 3;
  }
}
@media (max-width: 767px) {
  .grid.g11-mobile .third-mobile,
  .inline-grid.g11-mobile .third-mobile {
    grid-column-end: span 4;
  }
}
@media (max-width: 767px) {
  .grid.g11-mobile .half-mobile,
  .inline-grid.g11-mobile .half-mobile {
    grid-column-end: span 6;
  }
}
@media (max-width: 767px) {
  .grid.g11-mobile .full-mobile,
  .inline-grid.g11-mobile .full-mobile {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid.g12-mobile,
  .inline-grid.g12-mobile {
    grid-template-columns: repeat(12, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .grid.g12-mobile .fifth-mobile,
  .inline-grid.g12-mobile .fifth-mobile {
    grid-column-end: span 3;
  }
}
@media (max-width: 767px) {
  .grid.g12-mobile .quarter-mobile,
  .inline-grid.g12-mobile .quarter-mobile {
    grid-column-end: span 3;
  }
}
@media (max-width: 767px) {
  .grid.g12-mobile .third-mobile,
  .inline-grid.g12-mobile .third-mobile {
    grid-column-end: span 4;
  }
}
@media (max-width: 767px) {
  .grid.g12-mobile .half-mobile,
  .inline-grid.g12-mobile .half-mobile {
    grid-column-end: span 6;
  }
}
@media (max-width: 767px) {
  .grid.g12-mobile .full-mobile,
  .inline-grid.g12-mobile .full-mobile {
    grid-column: 1/-1;
  }
}
@media (max-width: 1024px) {
  .grid .span-1-tablet,
  .inline-grid .span-1-tablet {
    grid-column-end: span 1;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .span-2-tablet,
  .inline-grid .span-2-tablet {
    grid-column-end: span 2;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .span-3-tablet,
  .inline-grid .span-3-tablet {
    grid-column-end: span 3;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .span-4-tablet,
  .inline-grid .span-4-tablet {
    grid-column-end: span 4;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .span-5-tablet,
  .inline-grid .span-5-tablet {
    grid-column-end: span 5;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .span-6-tablet,
  .inline-grid .span-6-tablet {
    grid-column-end: span 6;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .span-7-tablet,
  .inline-grid .span-7-tablet {
    grid-column-end: span 7;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .span-8-tablet,
  .inline-grid .span-8-tablet {
    grid-column-end: span 8;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .span-9-tablet,
  .inline-grid .span-9-tablet {
    grid-column-end: span 9;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .span-10-tablet,
  .inline-grid .span-10-tablet {
    grid-column-end: span 10;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .span-11-tablet,
  .inline-grid .span-11-tablet {
    grid-column-end: span 11;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .span-12-tablet,
  .inline-grid .span-12-tablet {
    grid-column-end: span 12;
    position: relative;
  }
}
@media (max-width: 768px) {
  .grid .span-1-tablet-small,
  .inline-grid .span-1-tablet-small {
    grid-column-end: span 1;
    position: relative;
  }
}
@media (max-width: 768px) {
  .grid .span-2-tablet-small,
  .inline-grid .span-2-tablet-small {
    grid-column-end: span 2;
    position: relative;
  }
}
@media (max-width: 768px) {
  .grid .span-3-tablet-small,
  .inline-grid .span-3-tablet-small {
    grid-column-end: span 3;
    position: relative;
  }
}
@media (max-width: 768px) {
  .grid .span-4-tablet-small,
  .inline-grid .span-4-tablet-small {
    grid-column-end: span 4;
    position: relative;
  }
}
@media (max-width: 768px) {
  .grid .span-5-tablet-small,
  .inline-grid .span-5-tablet-small {
    grid-column-end: span 5;
    position: relative;
  }
}
@media (max-width: 768px) {
  .grid .span-6-tablet-small,
  .inline-grid .span-6-tablet-small {
    grid-column-end: span 6;
    position: relative;
  }
}
@media (max-width: 768px) {
  .grid .span-7-tablet-small,
  .inline-grid .span-7-tablet-small {
    grid-column-end: span 7;
    position: relative;
  }
}
@media (max-width: 768px) {
  .grid .span-8-tablet-small,
  .inline-grid .span-8-tablet-small {
    grid-column-end: span 8;
    position: relative;
  }
}
@media (max-width: 768px) {
  .grid .span-9-tablet-small,
  .inline-grid .span-9-tablet-small {
    grid-column-end: span 9;
    position: relative;
  }
}
@media (max-width: 768px) {
  .grid .span-10-tablet-small,
  .inline-grid .span-10-tablet-small {
    grid-column-end: span 10;
    position: relative;
  }
}
@media (max-width: 768px) {
  .grid .span-11-tablet-small,
  .inline-grid .span-11-tablet-small {
    grid-column-end: span 11;
    position: relative;
  }
}
@media (max-width: 768px) {
  .grid .span-12-tablet-small,
  .inline-grid .span-12-tablet-small {
    grid-column-end: span 12;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .span-1-mobile,
  .inline-grid .span-1-mobile {
    grid-column-end: span 1;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .span-2-mobile,
  .inline-grid .span-2-mobile {
    grid-column-end: span 2;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .span-3-mobile,
  .inline-grid .span-3-mobile {
    grid-column-end: span 3;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .span-4-mobile,
  .inline-grid .span-4-mobile {
    grid-column-end: span 4;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .span-5-mobile,
  .inline-grid .span-5-mobile {
    grid-column-end: span 5;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .span-6-mobile,
  .inline-grid .span-6-mobile {
    grid-column-end: span 6;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .span-7-mobile,
  .inline-grid .span-7-mobile {
    grid-column-end: span 7;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .span-8-mobile,
  .inline-grid .span-8-mobile {
    grid-column-end: span 8;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .span-9-mobile,
  .inline-grid .span-9-mobile {
    grid-column-end: span 9;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .span-10-mobile,
  .inline-grid .span-10-mobile {
    grid-column-end: span 10;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .span-11-mobile,
  .inline-grid .span-11-mobile {
    grid-column-end: span 11;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .span-12-mobile,
  .inline-grid .span-12-mobile {
    grid-column-end: span 12;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .start-1-tablet,
  .inline-grid .start-1-tablet {
    grid-column-start: 1;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .start-2-tablet,
  .inline-grid .start-2-tablet {
    grid-column-start: 2;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .start-3-tablet,
  .inline-grid .start-3-tablet {
    grid-column-start: 3;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .start-4-tablet,
  .inline-grid .start-4-tablet {
    grid-column-start: 4;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .start-5-tablet,
  .inline-grid .start-5-tablet {
    grid-column-start: 5;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .start-6-tablet,
  .inline-grid .start-6-tablet {
    grid-column-start: 6;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .start-7-tablet,
  .inline-grid .start-7-tablet {
    grid-column-start: 7;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .start-8-tablet,
  .inline-grid .start-8-tablet {
    grid-column-start: 8;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .start-9-tablet,
  .inline-grid .start-9-tablet {
    grid-column-start: 9;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .start-10-tablet,
  .inline-grid .start-10-tablet {
    grid-column-start: 10;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .start-11-tablet,
  .inline-grid .start-11-tablet {
    grid-column-start: 11;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .grid .start-12-tablet,
  .inline-grid .start-12-tablet {
    grid-column-start: 12;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .start-1-mobile,
  .inline-grid .start-1-mobile {
    grid-column-start: 1;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .start-2-mobile,
  .inline-grid .start-2-mobile {
    grid-column-start: 2;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .start-3-mobile,
  .inline-grid .start-3-mobile {
    grid-column-start: 3;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .start-4-mobile,
  .inline-grid .start-4-mobile {
    grid-column-start: 4;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .start-5-mobile,
  .inline-grid .start-5-mobile {
    grid-column-start: 5;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .start-6-mobile,
  .inline-grid .start-6-mobile {
    grid-column-start: 6;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .start-7-mobile,
  .inline-grid .start-7-mobile {
    grid-column-start: 7;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .start-8-mobile,
  .inline-grid .start-8-mobile {
    grid-column-start: 8;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .start-9-mobile,
  .inline-grid .start-9-mobile {
    grid-column-start: 9;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .start-10-mobile,
  .inline-grid .start-10-mobile {
    grid-column-start: 10;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .start-11-mobile,
  .inline-grid .start-11-mobile {
    grid-column-start: 11;
    position: relative;
  }
}
@media (max-width: 767px) {
  .grid .start-12-mobile,
  .inline-grid .start-12-mobile {
    grid-column-start: 12;
    position: relative;
  }
}
.grid.max-width,
.inline-grid.max-width {
  max-width: 1440px;
  width: 100%;
}
.grid > *,
.inline-grid > * {
  width: 100%;
}
.grid .full,
.inline-grid .full {
  grid-column: 1/-1;
}
@media (max-width: 767px) {
  .grid .half-mobile,
  .inline-grid .half-mobile {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .grid .full-mobile,
  .inline-grid .full-mobile {
    grid-column: 1/-1;
  }
}
.grid .row-span-2,
.inline-grid .row-span-2 {
  grid-row-end: span 2;
}
.gap-0 {
  grid-gap: 0;
}
.gap-0-25 {
  grid-gap: 3.5px;
}
.gap-0-5 {
  grid-gap: 7px;
}
.gap-0-5--0 {
  grid-gap: 7px 0;
}
.gap-0--0-5 {
  grid-gap: 0 7px;
}
.gap-0--1 {
  grid-gap: 0 14px;
}
.gap-1--0 {
  grid-gap: 14px 0;
}
.gap-1 {
  grid-gap: 14px;
}
.gap-2 {
  grid-gap: 28px;
}
.gap-3 {
  grid-gap: 42px;
}
.gap-4 {
  grid-gap: 56px;
}
.gap-4--2 {
  grid-gap: 56px 28px;
}
.gap-6--3 {
  grid-gap: 84px 42px;
}
.gap-8--4 {
  grid-gap: 112px 56px;
}
@media (max-width: 767px) {
  .gap-0-5-mobile {
    grid-gap: 7px;
  }
}
@media (max-width: 767px) {
  .gap-0-mobile {
    grid-gap: 0;
  }
}
@media (max-width: 767px) {
  .gap-1-mobile {
    grid-gap: 14px;
  }
}
@media (max-width: 767px) {
  .gap-1-5-mobile {
    grid-gap: 21px;
  }
}
@media (max-width: 767px) {
  .gap-2-mobile {
    grid-gap: 28px;
  }
}
/* DISPLAY */
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.display-inline {
  display: inline;
}
.display-contents {
  display: contents;
}
@media (max-width: 768px) {
  .display-none-tablet-portrait {
    display: none;
  }
}
@media (max-width: 1024px) {
  .display-none-tablet {
    display: none;
  }
}
@media (max-width: 1024px) {
  .display-block-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .display-none-mob,
  .display-none-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .display-inline-block-mobile {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .display-block-mobile {
    display: block;
  }
}
/* ORDER */
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
@media (max-width: 1024px) {
  .order-1-tablet {
    order: 1;
  }
}
@media (max-width: 1024px) {
  .order-2-tablet {
    order: 2;
  }
}
@media (max-width: 1024px) {
  .order-3-tablet {
    order: 3;
  }
}
@media (max-width: 1024px) {
  .order-4-tablet {
    order: 4;
  }
}
@media (max-width: 1024px) {
  .order-5-tablet {
    order: 5;
  }
}
@media (max-width: 1024px) {
  .order-6-tablet {
    order: 6;
  }
}
@media (max-width: 1024px) {
  .order-7-tablet {
    order: 7;
  }
}
@media (max-width: 1024px) {
  .order-8-tablet {
    order: 8;
  }
}
@media (max-width: 1024px) {
  .order-9-tablet {
    order: 9;
  }
}
@media (max-width: 1024px) {
  .order-10-tablet {
    order: 10;
  }
}
@media (max-width: 767px) {
  .order-1-mobile {
    order: 1;
  }
}
@media (max-width: 767px) {
  .order-2-mobile {
    order: 2;
  }
}
@media (max-width: 767px) {
  .order-3-mobile {
    order: 3;
  }
}
@media (max-width: 767px) {
  .order-4-mobile {
    order: 4;
  }
}
@media (max-width: 767px) {
  .order-5-mobile {
    order: 5;
  }
}
@media (max-width: 767px) {
  .order-6-mobile {
    order: 6;
  }
}
@media (max-width: 767px) {
  .order-7-mobile {
    order: 7;
  }
}
@media (max-width: 767px) {
  .order-8-mobile {
    order: 8;
  }
}
@media (max-width: 767px) {
  .order-9-mobile {
    order: 9;
  }
}
@media (max-width: 767px) {
  .order-10-mobile {
    order: 10;
  }
}
/* BACKGROUND COLORS */
.bg-white {
  background: white;
  color: black;
}
.bg-black {
  background: black;
}
.bg-primary,
.bg-1 {
  background: #252525;
}
.bg-secondary,
.bg-2 {
  background: #D34500;
}
.bg-tertiary,
.bg-3 {
  background: #FF9966;
}
.bg-quaternary,
.bg-4 {
  background: #F8F7F7;
}
.bg-quinary,
.bg-5 {
  background: #E6E6E6;
}
.bg-septenary,
.bg-6 {
  background: #555;
}
.bg-senary,
.bg-7 {
  background: #6c6c6c;
  color: white;
}
.bg-8 {
  background: #A44118;
}
.bg-9 {
  background: #000000;
}
.bg-10 {
  background: #ffffff;
}
.bg-success {
  background: #60ad0e;
}
.bg-success-light {
  background: #7adc12;
}
.bg-vipps {
  background: #ff5b24;
}
@media (max-width: 767px) {
  .bg-primary-mobile,
  .bg-1-mobile {
    background: #252525;
  }
}
@media (max-width: 767px) {
  .bg-secondary-mobile,
  .bg-2-mobile {
    background: #D34500;
  }
}
@media (max-width: 767px) {
  .bg-tertiary-mobile,
  .bg-3-mobile {
    background: #FF9966;
  }
}
@media (max-width: 767px) {
  .bg-quaternary-mobile,
  .bg-4-mobile {
    background: #F8F7F7;
  }
}
@media (max-width: 767px) {
  .bg-quinary-mobile,
  .bg-5-mobile {
    background: #E6E6E6;
  }
}
@media (max-width: 767px) {
  .bg-septenary-mobile,
  .bg-6-mobile {
    background: #555;
  }
}
@media (max-width: 767px) {
  .bg-senary-mobile,
  .bg-7-mobile {
    background: #6c6c6c;
    color: white;
  }
}
@media (max-width: 767px) {
  .bg-success-mobile {
    background: #60ad0e;
  }
}
@media (max-width: 767px) {
  .bg-success-light-mobile {
    background: #7adc12;
  }
}
/* OVERFLOW */
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
/* MARGIN */
.margin-auto--1 {
  margin: auto 14px;
}
.margin-0 {
  margin: 0;
}
.margin-0-important {
  margin: 0 !important;
}
.margin-0--1 {
  margin: 0 14px;
}
.margin-0--0-5 {
  margin: 0 7px;
}
.margin-0-25--auto {
  margin: 3.5px auto;
}
.margin-0-25--0 {
  margin: 3.5px 0;
}
.margin-0-5--0 {
  margin: 7px 0;
}
.margin-0--0-25--0-25--0 {
  margin: 0 3.5px 3.5px 0;
}
.margin-1--0 {
  margin: 14px 0;
}
.margin-0--auto {
  margin: 0 auto;
}
.margin-1--auto {
  margin: 14px auto;
}
.margin-2--0 {
  margin: 28px 0;
}
.margin-2--auto {
  margin: 28px auto;
}
.margin-3--auto {
  margin: 42px auto;
}
.margin-4--auto {
  margin: 56px auto;
}
.margin-6--auto {
  margin: 84px auto;
}
.margin-t-auto {
  margin-top: auto;
}
.margin-r-auto {
  margin-right: auto;
}
.margin-b-auto {
  margin-bottom: auto;
}
.margin-t-0 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .margin-t-0-mobile {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .margin-t-0-5-mobile {
    margin-top: 7px;
  }
}
.margin-t-0-25 {
  margin-top: 3.5px;
}
.margin-t-0-5 {
  margin-top: 7px;
}
.margin-r-0-25 {
  margin-right: 3.5px;
}
.margin-r-0-5 {
  margin-right: 7px;
}
.margin-r-1 {
  margin-right: 14px;
}
.margin-r-2 {
  margin-right: 28px;
}
.margin-l-auto {
  margin-left: auto;
}
.margin-l-0 {
  margin-left: 0;
}
.margin-l-0-5 {
  margin-left: 7px;
}
.margin-l-1 {
  margin-left: 14px;
}
.margin-l-1-5 {
  margin-left: 21px;
}
.margin-l-2 {
  margin-left: 28px;
}
.margin-b-0 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .margin-b-0-mobile {
    margin-bottom: 0;
  }
}
.margin-b-0-5 {
  margin-bottom: 7px;
}
.margin-b-1 {
  margin-bottom: 14px;
}
.margin-b-2 {
  margin-bottom: 28px;
}
.margin-b-4 {
  margin-bottom: 56px;
}
.margin-t-0 {
  margin-top: 0;
}
.margin-t-0-25 {
  margin-top: 3.5px;
}
.margin-t-0-5 {
  margin-top: 7px;
}
.margin-t-1 {
  margin-top: 14px;
}
.margin-t-2 {
  margin-top: 28px;
}
.margin-t-4 {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .margin-0-mobile {
    margin: 0 ;
  }
}
@media (max-width: 767px) {
  .margin-t-1-mobile {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .margin-b-1-mobile {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .margin-r-0-mobile {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .margin-l-0-mobile {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .margin-l-1-mobile {
    margin-left: 14px;
  }
}
@media (max-width: 1024px) {
  .margin-0-tablet {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .margin-b-1-tablet {
    margin-bottom: 14px;
  }
}
/* PADDING */
.nopadding {
  padding: 0 !important;
}
.padding-0 {
  padding: 0;
}
.padding-0--1 {
  padding: 0 14px;
}
.padding-0--2 {
  padding: 0 28px;
}
.padding-0-25 {
  padding: 3.5px;
}
.padding-0-5 {
  padding: 7px;
}
.padding-0-5--0 {
  padding: 7px 0;
}
.padding-0-5--1 {
  padding: 7px 14px;
}
.padding-0--2 {
  padding: 0 28px;
}
.padding-0--4 {
  padding: 0 56px;
}
.padding-4-5 {
  padding: 63px;
}
.padding-l-0-5 {
  padding-left: 7px;
}
.padding-4-5--0 {
  padding: 63px 0;
}
.padding-r-4-5 {
  padding-right: 63px;
}
.padding-l-0-mobile {
  padding-left: 0;
}
.padding-0 {
  padding: 0px;
}
.padding-0--0 {
  padding: 0px 0;
}
.padding-0--0-5 {
  padding: 0px 7px;
}
.padding-0--1 {
  padding: 0px 14px;
}
.padding-0--1-5 {
  padding: 0px 21px;
}
.padding-0-5--1 {
  padding: 7px 14px;
}
.padding-0-5--1-5 {
  padding: 7px 21px;
}
.padding-0--2 {
  padding: 0px 28px;
}
.padding-0--2-5 {
  padding: 0px 35px;
}
.padding-0-5--2 {
  padding: 7px 28px;
}
.padding-0-5--2-5 {
  padding: 7px 35px;
}
.padding-0--3 {
  padding: 0px 42px;
}
.padding-0--3-5 {
  padding: 0px 49px;
}
.padding-0-5--3 {
  padding: 7px 42px;
}
.padding-0-5--3-5 {
  padding: 7px 49px;
}
.padding-0--4 {
  padding: 0px 56px;
}
.padding-0--4-5 {
  padding: 0px 63px;
}
.padding-0-5--4 {
  padding: 7px 56px;
}
.padding-0-5--4-5 {
  padding: 7px 63px;
}
.padding-0--5 {
  padding: 0px 70px;
}
.padding-0--5-5 {
  padding: 0px 77px;
}
.padding-0-5--5 {
  padding: 7px 70px;
}
.padding-0-5--5-5 {
  padding: 7px 77px;
}
.padding-0--6 {
  padding: 0px 84px;
}
.padding-0--6-5 {
  padding: 0px 91px;
}
.padding-0-5--6 {
  padding: 7px 84px;
}
.padding-0-5--6-5 {
  padding: 7px 91px;
}
.padding-0--7 {
  padding: 0px 98px;
}
.padding-0--7-5 {
  padding: 0px 105px;
}
.padding-0-5--7 {
  padding: 7px 98px;
}
.padding-0-5--7-5 {
  padding: 7px 105px;
}
.padding-0--8 {
  padding: 0px 112px;
}
.padding-0--8-5 {
  padding: 0px 119px;
}
.padding-0-5--8 {
  padding: 7px 112px;
}
.padding-0-5--8-5 {
  padding: 7px 119px;
}
.padding-0--9 {
  padding: 0px 126px;
}
.padding-0--9-5 {
  padding: 0px 133px;
}
.padding-0-5--9 {
  padding: 7px 126px;
}
.padding-0-5--9-5 {
  padding: 7px 133px;
}
.padding-0--10 {
  padding: 0px 140px;
}
.padding-0--10-5 {
  padding: 0px 147px;
}
.padding-0-5--10 {
  padding: 7px 140px;
}
.padding-0-5--10-5 {
  padding: 7px 147px;
}
.padding-0--1 {
  padding: 0px 14px;
}
.padding-0--1-5 {
  padding: 0px 21px;
}
.padding-0-5--1 {
  padding: 7px 14px;
}
.padding-0-5--1-5 {
  padding: 7px 21px;
}
.padding-0--2 {
  padding: 0px 28px;
}
.padding-0--2-5 {
  padding: 0px 35px;
}
.padding-0-5--2 {
  padding: 7px 28px;
}
.padding-0-5--2-5 {
  padding: 7px 35px;
}
.padding-0--3 {
  padding: 0px 42px;
}
.padding-0--3-5 {
  padding: 0px 49px;
}
.padding-0-5--3 {
  padding: 7px 42px;
}
.padding-0-5--3-5 {
  padding: 7px 49px;
}
.padding-0--4 {
  padding: 0px 56px;
}
.padding-0--4-5 {
  padding: 0px 63px;
}
.padding-0-5--4 {
  padding: 7px 56px;
}
.padding-0-5--4-5 {
  padding: 7px 63px;
}
.padding-0--5 {
  padding: 0px 70px;
}
.padding-0--5-5 {
  padding: 0px 77px;
}
.padding-0-5--5 {
  padding: 7px 70px;
}
.padding-0-5--5-5 {
  padding: 7px 77px;
}
.padding-0--6 {
  padding: 0px 84px;
}
.padding-0--6-5 {
  padding: 0px 91px;
}
.padding-0-5--6 {
  padding: 7px 84px;
}
.padding-0-5--6-5 {
  padding: 7px 91px;
}
.padding-0--7 {
  padding: 0px 98px;
}
.padding-0--7-5 {
  padding: 0px 105px;
}
.padding-0-5--7 {
  padding: 7px 98px;
}
.padding-0-5--7-5 {
  padding: 7px 105px;
}
.padding-0--8 {
  padding: 0px 112px;
}
.padding-0--8-5 {
  padding: 0px 119px;
}
.padding-0-5--8 {
  padding: 7px 112px;
}
.padding-0-5--8-5 {
  padding: 7px 119px;
}
.padding-0--9 {
  padding: 0px 126px;
}
.padding-0--9-5 {
  padding: 0px 133px;
}
.padding-0-5--9 {
  padding: 7px 126px;
}
.padding-0-5--9-5 {
  padding: 7px 133px;
}
.padding-0--10 {
  padding: 0px 140px;
}
.padding-0--10-5 {
  padding: 0px 147px;
}
.padding-0-5--10 {
  padding: 7px 140px;
}
.padding-0-5--10-5 {
  padding: 7px 147px;
}
.padding-1 {
  padding: 14px;
}
.padding-1--0 {
  padding: 14px 0;
}
.padding-1--0-5 {
  padding: 14px 7px;
}
.padding-1--1 {
  padding: 14px 14px;
}
.padding-1--1-5 {
  padding: 14px 21px;
}
.padding-1-5--1 {
  padding: 21px 14px;
}
.padding-1-5--1-5 {
  padding: 21px 21px;
}
.padding-1--2 {
  padding: 14px 28px;
}
.padding-1--2-5 {
  padding: 14px 35px;
}
.padding-1-5--2 {
  padding: 21px 28px;
}
.padding-1-5--2-5 {
  padding: 21px 35px;
}
.padding-1--3 {
  padding: 14px 42px;
}
.padding-1--3-5 {
  padding: 14px 49px;
}
.padding-1-5--3 {
  padding: 21px 42px;
}
.padding-1-5--3-5 {
  padding: 21px 49px;
}
.padding-1--4 {
  padding: 14px 56px;
}
.padding-1--4-5 {
  padding: 14px 63px;
}
.padding-1-5--4 {
  padding: 21px 56px;
}
.padding-1-5--4-5 {
  padding: 21px 63px;
}
.padding-1--5 {
  padding: 14px 70px;
}
.padding-1--5-5 {
  padding: 14px 77px;
}
.padding-1-5--5 {
  padding: 21px 70px;
}
.padding-1-5--5-5 {
  padding: 21px 77px;
}
.padding-1--6 {
  padding: 14px 84px;
}
.padding-1--6-5 {
  padding: 14px 91px;
}
.padding-1-5--6 {
  padding: 21px 84px;
}
.padding-1-5--6-5 {
  padding: 21px 91px;
}
.padding-1--7 {
  padding: 14px 98px;
}
.padding-1--7-5 {
  padding: 14px 105px;
}
.padding-1-5--7 {
  padding: 21px 98px;
}
.padding-1-5--7-5 {
  padding: 21px 105px;
}
.padding-1--8 {
  padding: 14px 112px;
}
.padding-1--8-5 {
  padding: 14px 119px;
}
.padding-1-5--8 {
  padding: 21px 112px;
}
.padding-1-5--8-5 {
  padding: 21px 119px;
}
.padding-1--9 {
  padding: 14px 126px;
}
.padding-1--9-5 {
  padding: 14px 133px;
}
.padding-1-5--9 {
  padding: 21px 126px;
}
.padding-1-5--9-5 {
  padding: 21px 133px;
}
.padding-1--10 {
  padding: 14px 140px;
}
.padding-1--10-5 {
  padding: 14px 147px;
}
.padding-1-5--10 {
  padding: 21px 140px;
}
.padding-1-5--10-5 {
  padding: 21px 147px;
}
.padding-1--1 {
  padding: 14px 14px;
}
.padding-1--1-5 {
  padding: 14px 21px;
}
.padding-1-5--1 {
  padding: 21px 14px;
}
.padding-1-5--1-5 {
  padding: 21px 21px;
}
.padding-1--2 {
  padding: 14px 28px;
}
.padding-1--2-5 {
  padding: 14px 35px;
}
.padding-1-5--2 {
  padding: 21px 28px;
}
.padding-1-5--2-5 {
  padding: 21px 35px;
}
.padding-1--3 {
  padding: 14px 42px;
}
.padding-1--3-5 {
  padding: 14px 49px;
}
.padding-1-5--3 {
  padding: 21px 42px;
}
.padding-1-5--3-5 {
  padding: 21px 49px;
}
.padding-1--4 {
  padding: 14px 56px;
}
.padding-1--4-5 {
  padding: 14px 63px;
}
.padding-1-5--4 {
  padding: 21px 56px;
}
.padding-1-5--4-5 {
  padding: 21px 63px;
}
.padding-1--5 {
  padding: 14px 70px;
}
.padding-1--5-5 {
  padding: 14px 77px;
}
.padding-1-5--5 {
  padding: 21px 70px;
}
.padding-1-5--5-5 {
  padding: 21px 77px;
}
.padding-1--6 {
  padding: 14px 84px;
}
.padding-1--6-5 {
  padding: 14px 91px;
}
.padding-1-5--6 {
  padding: 21px 84px;
}
.padding-1-5--6-5 {
  padding: 21px 91px;
}
.padding-1--7 {
  padding: 14px 98px;
}
.padding-1--7-5 {
  padding: 14px 105px;
}
.padding-1-5--7 {
  padding: 21px 98px;
}
.padding-1-5--7-5 {
  padding: 21px 105px;
}
.padding-1--8 {
  padding: 14px 112px;
}
.padding-1--8-5 {
  padding: 14px 119px;
}
.padding-1-5--8 {
  padding: 21px 112px;
}
.padding-1-5--8-5 {
  padding: 21px 119px;
}
.padding-1--9 {
  padding: 14px 126px;
}
.padding-1--9-5 {
  padding: 14px 133px;
}
.padding-1-5--9 {
  padding: 21px 126px;
}
.padding-1-5--9-5 {
  padding: 21px 133px;
}
.padding-1--10 {
  padding: 14px 140px;
}
.padding-1--10-5 {
  padding: 14px 147px;
}
.padding-1-5--10 {
  padding: 21px 140px;
}
.padding-1-5--10-5 {
  padding: 21px 147px;
}
.padding-2 {
  padding: 28px;
}
.padding-2--0 {
  padding: 28px 0;
}
.padding-2--0-5 {
  padding: 28px 7px;
}
.padding-2--1 {
  padding: 28px 14px;
}
.padding-2--1-5 {
  padding: 28px 21px;
}
.padding-2-5--1 {
  padding: 35px 14px;
}
.padding-2-5--1-5 {
  padding: 35px 21px;
}
.padding-2--2 {
  padding: 28px 28px;
}
.padding-2--2-5 {
  padding: 28px 35px;
}
.padding-2-5--2 {
  padding: 35px 28px;
}
.padding-2-5--2-5 {
  padding: 35px 35px;
}
.padding-2--3 {
  padding: 28px 42px;
}
.padding-2--3-5 {
  padding: 28px 49px;
}
.padding-2-5--3 {
  padding: 35px 42px;
}
.padding-2-5--3-5 {
  padding: 35px 49px;
}
.padding-2--4 {
  padding: 28px 56px;
}
.padding-2--4-5 {
  padding: 28px 63px;
}
.padding-2-5--4 {
  padding: 35px 56px;
}
.padding-2-5--4-5 {
  padding: 35px 63px;
}
.padding-2--5 {
  padding: 28px 70px;
}
.padding-2--5-5 {
  padding: 28px 77px;
}
.padding-2-5--5 {
  padding: 35px 70px;
}
.padding-2-5--5-5 {
  padding: 35px 77px;
}
.padding-2--6 {
  padding: 28px 84px;
}
.padding-2--6-5 {
  padding: 28px 91px;
}
.padding-2-5--6 {
  padding: 35px 84px;
}
.padding-2-5--6-5 {
  padding: 35px 91px;
}
.padding-2--7 {
  padding: 28px 98px;
}
.padding-2--7-5 {
  padding: 28px 105px;
}
.padding-2-5--7 {
  padding: 35px 98px;
}
.padding-2-5--7-5 {
  padding: 35px 105px;
}
.padding-2--8 {
  padding: 28px 112px;
}
.padding-2--8-5 {
  padding: 28px 119px;
}
.padding-2-5--8 {
  padding: 35px 112px;
}
.padding-2-5--8-5 {
  padding: 35px 119px;
}
.padding-2--9 {
  padding: 28px 126px;
}
.padding-2--9-5 {
  padding: 28px 133px;
}
.padding-2-5--9 {
  padding: 35px 126px;
}
.padding-2-5--9-5 {
  padding: 35px 133px;
}
.padding-2--10 {
  padding: 28px 140px;
}
.padding-2--10-5 {
  padding: 28px 147px;
}
.padding-2-5--10 {
  padding: 35px 140px;
}
.padding-2-5--10-5 {
  padding: 35px 147px;
}
.padding-2--1 {
  padding: 28px 14px;
}
.padding-2--1-5 {
  padding: 28px 21px;
}
.padding-2-5--1 {
  padding: 35px 14px;
}
.padding-2-5--1-5 {
  padding: 35px 21px;
}
.padding-2--2 {
  padding: 28px 28px;
}
.padding-2--2-5 {
  padding: 28px 35px;
}
.padding-2-5--2 {
  padding: 35px 28px;
}
.padding-2-5--2-5 {
  padding: 35px 35px;
}
.padding-2--3 {
  padding: 28px 42px;
}
.padding-2--3-5 {
  padding: 28px 49px;
}
.padding-2-5--3 {
  padding: 35px 42px;
}
.padding-2-5--3-5 {
  padding: 35px 49px;
}
.padding-2--4 {
  padding: 28px 56px;
}
.padding-2--4-5 {
  padding: 28px 63px;
}
.padding-2-5--4 {
  padding: 35px 56px;
}
.padding-2-5--4-5 {
  padding: 35px 63px;
}
.padding-2--5 {
  padding: 28px 70px;
}
.padding-2--5-5 {
  padding: 28px 77px;
}
.padding-2-5--5 {
  padding: 35px 70px;
}
.padding-2-5--5-5 {
  padding: 35px 77px;
}
.padding-2--6 {
  padding: 28px 84px;
}
.padding-2--6-5 {
  padding: 28px 91px;
}
.padding-2-5--6 {
  padding: 35px 84px;
}
.padding-2-5--6-5 {
  padding: 35px 91px;
}
.padding-2--7 {
  padding: 28px 98px;
}
.padding-2--7-5 {
  padding: 28px 105px;
}
.padding-2-5--7 {
  padding: 35px 98px;
}
.padding-2-5--7-5 {
  padding: 35px 105px;
}
.padding-2--8 {
  padding: 28px 112px;
}
.padding-2--8-5 {
  padding: 28px 119px;
}
.padding-2-5--8 {
  padding: 35px 112px;
}
.padding-2-5--8-5 {
  padding: 35px 119px;
}
.padding-2--9 {
  padding: 28px 126px;
}
.padding-2--9-5 {
  padding: 28px 133px;
}
.padding-2-5--9 {
  padding: 35px 126px;
}
.padding-2-5--9-5 {
  padding: 35px 133px;
}
.padding-2--10 {
  padding: 28px 140px;
}
.padding-2--10-5 {
  padding: 28px 147px;
}
.padding-2-5--10 {
  padding: 35px 140px;
}
.padding-2-5--10-5 {
  padding: 35px 147px;
}
.padding-3 {
  padding: 42px;
}
.padding-3--0 {
  padding: 42px 0;
}
.padding-3--0-5 {
  padding: 42px 7px;
}
.padding-3--1 {
  padding: 42px 14px;
}
.padding-3--1-5 {
  padding: 42px 21px;
}
.padding-3-5--1 {
  padding: 49px 14px;
}
.padding-3-5--1-5 {
  padding: 49px 21px;
}
.padding-3--2 {
  padding: 42px 28px;
}
.padding-3--2-5 {
  padding: 42px 35px;
}
.padding-3-5--2 {
  padding: 49px 28px;
}
.padding-3-5--2-5 {
  padding: 49px 35px;
}
.padding-3--3 {
  padding: 42px 42px;
}
.padding-3--3-5 {
  padding: 42px 49px;
}
.padding-3-5--3 {
  padding: 49px 42px;
}
.padding-3-5--3-5 {
  padding: 49px 49px;
}
.padding-3--4 {
  padding: 42px 56px;
}
.padding-3--4-5 {
  padding: 42px 63px;
}
.padding-3-5--4 {
  padding: 49px 56px;
}
.padding-3-5--4-5 {
  padding: 49px 63px;
}
.padding-3--5 {
  padding: 42px 70px;
}
.padding-3--5-5 {
  padding: 42px 77px;
}
.padding-3-5--5 {
  padding: 49px 70px;
}
.padding-3-5--5-5 {
  padding: 49px 77px;
}
.padding-3--6 {
  padding: 42px 84px;
}
.padding-3--6-5 {
  padding: 42px 91px;
}
.padding-3-5--6 {
  padding: 49px 84px;
}
.padding-3-5--6-5 {
  padding: 49px 91px;
}
.padding-3--7 {
  padding: 42px 98px;
}
.padding-3--7-5 {
  padding: 42px 105px;
}
.padding-3-5--7 {
  padding: 49px 98px;
}
.padding-3-5--7-5 {
  padding: 49px 105px;
}
.padding-3--8 {
  padding: 42px 112px;
}
.padding-3--8-5 {
  padding: 42px 119px;
}
.padding-3-5--8 {
  padding: 49px 112px;
}
.padding-3-5--8-5 {
  padding: 49px 119px;
}
.padding-3--9 {
  padding: 42px 126px;
}
.padding-3--9-5 {
  padding: 42px 133px;
}
.padding-3-5--9 {
  padding: 49px 126px;
}
.padding-3-5--9-5 {
  padding: 49px 133px;
}
.padding-3--10 {
  padding: 42px 140px;
}
.padding-3--10-5 {
  padding: 42px 147px;
}
.padding-3-5--10 {
  padding: 49px 140px;
}
.padding-3-5--10-5 {
  padding: 49px 147px;
}
.padding-3--1 {
  padding: 42px 14px;
}
.padding-3--1-5 {
  padding: 42px 21px;
}
.padding-3-5--1 {
  padding: 49px 14px;
}
.padding-3-5--1-5 {
  padding: 49px 21px;
}
.padding-3--2 {
  padding: 42px 28px;
}
.padding-3--2-5 {
  padding: 42px 35px;
}
.padding-3-5--2 {
  padding: 49px 28px;
}
.padding-3-5--2-5 {
  padding: 49px 35px;
}
.padding-3--3 {
  padding: 42px 42px;
}
.padding-3--3-5 {
  padding: 42px 49px;
}
.padding-3-5--3 {
  padding: 49px 42px;
}
.padding-3-5--3-5 {
  padding: 49px 49px;
}
.padding-3--4 {
  padding: 42px 56px;
}
.padding-3--4-5 {
  padding: 42px 63px;
}
.padding-3-5--4 {
  padding: 49px 56px;
}
.padding-3-5--4-5 {
  padding: 49px 63px;
}
.padding-3--5 {
  padding: 42px 70px;
}
.padding-3--5-5 {
  padding: 42px 77px;
}
.padding-3-5--5 {
  padding: 49px 70px;
}
.padding-3-5--5-5 {
  padding: 49px 77px;
}
.padding-3--6 {
  padding: 42px 84px;
}
.padding-3--6-5 {
  padding: 42px 91px;
}
.padding-3-5--6 {
  padding: 49px 84px;
}
.padding-3-5--6-5 {
  padding: 49px 91px;
}
.padding-3--7 {
  padding: 42px 98px;
}
.padding-3--7-5 {
  padding: 42px 105px;
}
.padding-3-5--7 {
  padding: 49px 98px;
}
.padding-3-5--7-5 {
  padding: 49px 105px;
}
.padding-3--8 {
  padding: 42px 112px;
}
.padding-3--8-5 {
  padding: 42px 119px;
}
.padding-3-5--8 {
  padding: 49px 112px;
}
.padding-3-5--8-5 {
  padding: 49px 119px;
}
.padding-3--9 {
  padding: 42px 126px;
}
.padding-3--9-5 {
  padding: 42px 133px;
}
.padding-3-5--9 {
  padding: 49px 126px;
}
.padding-3-5--9-5 {
  padding: 49px 133px;
}
.padding-3--10 {
  padding: 42px 140px;
}
.padding-3--10-5 {
  padding: 42px 147px;
}
.padding-3-5--10 {
  padding: 49px 140px;
}
.padding-3-5--10-5 {
  padding: 49px 147px;
}
.padding-4 {
  padding: 56px;
}
.padding-4--0 {
  padding: 56px 0;
}
.padding-4--0-5 {
  padding: 56px 7px;
}
.padding-4--1 {
  padding: 56px 14px;
}
.padding-4--1-5 {
  padding: 56px 21px;
}
.padding-4-5--1 {
  padding: 63px 14px;
}
.padding-4-5--1-5 {
  padding: 63px 21px;
}
.padding-4--2 {
  padding: 56px 28px;
}
.padding-4--2-5 {
  padding: 56px 35px;
}
.padding-4-5--2 {
  padding: 63px 28px;
}
.padding-4-5--2-5 {
  padding: 63px 35px;
}
.padding-4--3 {
  padding: 56px 42px;
}
.padding-4--3-5 {
  padding: 56px 49px;
}
.padding-4-5--3 {
  padding: 63px 42px;
}
.padding-4-5--3-5 {
  padding: 63px 49px;
}
.padding-4--4 {
  padding: 56px 56px;
}
.padding-4--4-5 {
  padding: 56px 63px;
}
.padding-4-5--4 {
  padding: 63px 56px;
}
.padding-4-5--4-5 {
  padding: 63px 63px;
}
.padding-4--5 {
  padding: 56px 70px;
}
.padding-4--5-5 {
  padding: 56px 77px;
}
.padding-4-5--5 {
  padding: 63px 70px;
}
.padding-4-5--5-5 {
  padding: 63px 77px;
}
.padding-4--6 {
  padding: 56px 84px;
}
.padding-4--6-5 {
  padding: 56px 91px;
}
.padding-4-5--6 {
  padding: 63px 84px;
}
.padding-4-5--6-5 {
  padding: 63px 91px;
}
.padding-4--7 {
  padding: 56px 98px;
}
.padding-4--7-5 {
  padding: 56px 105px;
}
.padding-4-5--7 {
  padding: 63px 98px;
}
.padding-4-5--7-5 {
  padding: 63px 105px;
}
.padding-4--8 {
  padding: 56px 112px;
}
.padding-4--8-5 {
  padding: 56px 119px;
}
.padding-4-5--8 {
  padding: 63px 112px;
}
.padding-4-5--8-5 {
  padding: 63px 119px;
}
.padding-4--9 {
  padding: 56px 126px;
}
.padding-4--9-5 {
  padding: 56px 133px;
}
.padding-4-5--9 {
  padding: 63px 126px;
}
.padding-4-5--9-5 {
  padding: 63px 133px;
}
.padding-4--10 {
  padding: 56px 140px;
}
.padding-4--10-5 {
  padding: 56px 147px;
}
.padding-4-5--10 {
  padding: 63px 140px;
}
.padding-4-5--10-5 {
  padding: 63px 147px;
}
.padding-4--1 {
  padding: 56px 14px;
}
.padding-4--1-5 {
  padding: 56px 21px;
}
.padding-4-5--1 {
  padding: 63px 14px;
}
.padding-4-5--1-5 {
  padding: 63px 21px;
}
.padding-4--2 {
  padding: 56px 28px;
}
.padding-4--2-5 {
  padding: 56px 35px;
}
.padding-4-5--2 {
  padding: 63px 28px;
}
.padding-4-5--2-5 {
  padding: 63px 35px;
}
.padding-4--3 {
  padding: 56px 42px;
}
.padding-4--3-5 {
  padding: 56px 49px;
}
.padding-4-5--3 {
  padding: 63px 42px;
}
.padding-4-5--3-5 {
  padding: 63px 49px;
}
.padding-4--4 {
  padding: 56px 56px;
}
.padding-4--4-5 {
  padding: 56px 63px;
}
.padding-4-5--4 {
  padding: 63px 56px;
}
.padding-4-5--4-5 {
  padding: 63px 63px;
}
.padding-4--5 {
  padding: 56px 70px;
}
.padding-4--5-5 {
  padding: 56px 77px;
}
.padding-4-5--5 {
  padding: 63px 70px;
}
.padding-4-5--5-5 {
  padding: 63px 77px;
}
.padding-4--6 {
  padding: 56px 84px;
}
.padding-4--6-5 {
  padding: 56px 91px;
}
.padding-4-5--6 {
  padding: 63px 84px;
}
.padding-4-5--6-5 {
  padding: 63px 91px;
}
.padding-4--7 {
  padding: 56px 98px;
}
.padding-4--7-5 {
  padding: 56px 105px;
}
.padding-4-5--7 {
  padding: 63px 98px;
}
.padding-4-5--7-5 {
  padding: 63px 105px;
}
.padding-4--8 {
  padding: 56px 112px;
}
.padding-4--8-5 {
  padding: 56px 119px;
}
.padding-4-5--8 {
  padding: 63px 112px;
}
.padding-4-5--8-5 {
  padding: 63px 119px;
}
.padding-4--9 {
  padding: 56px 126px;
}
.padding-4--9-5 {
  padding: 56px 133px;
}
.padding-4-5--9 {
  padding: 63px 126px;
}
.padding-4-5--9-5 {
  padding: 63px 133px;
}
.padding-4--10 {
  padding: 56px 140px;
}
.padding-4--10-5 {
  padding: 56px 147px;
}
.padding-4-5--10 {
  padding: 63px 140px;
}
.padding-4-5--10-5 {
  padding: 63px 147px;
}
.padding-5 {
  padding: 70px;
}
.padding-5--0 {
  padding: 70px 0;
}
.padding-5--0-5 {
  padding: 70px 7px;
}
.padding-5--1 {
  padding: 70px 14px;
}
.padding-5--1-5 {
  padding: 70px 21px;
}
.padding-5-5--1 {
  padding: 77px 14px;
}
.padding-5-5--1-5 {
  padding: 77px 21px;
}
.padding-5--2 {
  padding: 70px 28px;
}
.padding-5--2-5 {
  padding: 70px 35px;
}
.padding-5-5--2 {
  padding: 77px 28px;
}
.padding-5-5--2-5 {
  padding: 77px 35px;
}
.padding-5--3 {
  padding: 70px 42px;
}
.padding-5--3-5 {
  padding: 70px 49px;
}
.padding-5-5--3 {
  padding: 77px 42px;
}
.padding-5-5--3-5 {
  padding: 77px 49px;
}
.padding-5--4 {
  padding: 70px 56px;
}
.padding-5--4-5 {
  padding: 70px 63px;
}
.padding-5-5--4 {
  padding: 77px 56px;
}
.padding-5-5--4-5 {
  padding: 77px 63px;
}
.padding-5--5 {
  padding: 70px 70px;
}
.padding-5--5-5 {
  padding: 70px 77px;
}
.padding-5-5--5 {
  padding: 77px 70px;
}
.padding-5-5--5-5 {
  padding: 77px 77px;
}
.padding-5--6 {
  padding: 70px 84px;
}
.padding-5--6-5 {
  padding: 70px 91px;
}
.padding-5-5--6 {
  padding: 77px 84px;
}
.padding-5-5--6-5 {
  padding: 77px 91px;
}
.padding-5--7 {
  padding: 70px 98px;
}
.padding-5--7-5 {
  padding: 70px 105px;
}
.padding-5-5--7 {
  padding: 77px 98px;
}
.padding-5-5--7-5 {
  padding: 77px 105px;
}
.padding-5--8 {
  padding: 70px 112px;
}
.padding-5--8-5 {
  padding: 70px 119px;
}
.padding-5-5--8 {
  padding: 77px 112px;
}
.padding-5-5--8-5 {
  padding: 77px 119px;
}
.padding-5--9 {
  padding: 70px 126px;
}
.padding-5--9-5 {
  padding: 70px 133px;
}
.padding-5-5--9 {
  padding: 77px 126px;
}
.padding-5-5--9-5 {
  padding: 77px 133px;
}
.padding-5--10 {
  padding: 70px 140px;
}
.padding-5--10-5 {
  padding: 70px 147px;
}
.padding-5-5--10 {
  padding: 77px 140px;
}
.padding-5-5--10-5 {
  padding: 77px 147px;
}
.padding-5--1 {
  padding: 70px 14px;
}
.padding-5--1-5 {
  padding: 70px 21px;
}
.padding-5-5--1 {
  padding: 77px 14px;
}
.padding-5-5--1-5 {
  padding: 77px 21px;
}
.padding-5--2 {
  padding: 70px 28px;
}
.padding-5--2-5 {
  padding: 70px 35px;
}
.padding-5-5--2 {
  padding: 77px 28px;
}
.padding-5-5--2-5 {
  padding: 77px 35px;
}
.padding-5--3 {
  padding: 70px 42px;
}
.padding-5--3-5 {
  padding: 70px 49px;
}
.padding-5-5--3 {
  padding: 77px 42px;
}
.padding-5-5--3-5 {
  padding: 77px 49px;
}
.padding-5--4 {
  padding: 70px 56px;
}
.padding-5--4-5 {
  padding: 70px 63px;
}
.padding-5-5--4 {
  padding: 77px 56px;
}
.padding-5-5--4-5 {
  padding: 77px 63px;
}
.padding-5--5 {
  padding: 70px 70px;
}
.padding-5--5-5 {
  padding: 70px 77px;
}
.padding-5-5--5 {
  padding: 77px 70px;
}
.padding-5-5--5-5 {
  padding: 77px 77px;
}
.padding-5--6 {
  padding: 70px 84px;
}
.padding-5--6-5 {
  padding: 70px 91px;
}
.padding-5-5--6 {
  padding: 77px 84px;
}
.padding-5-5--6-5 {
  padding: 77px 91px;
}
.padding-5--7 {
  padding: 70px 98px;
}
.padding-5--7-5 {
  padding: 70px 105px;
}
.padding-5-5--7 {
  padding: 77px 98px;
}
.padding-5-5--7-5 {
  padding: 77px 105px;
}
.padding-5--8 {
  padding: 70px 112px;
}
.padding-5--8-5 {
  padding: 70px 119px;
}
.padding-5-5--8 {
  padding: 77px 112px;
}
.padding-5-5--8-5 {
  padding: 77px 119px;
}
.padding-5--9 {
  padding: 70px 126px;
}
.padding-5--9-5 {
  padding: 70px 133px;
}
.padding-5-5--9 {
  padding: 77px 126px;
}
.padding-5-5--9-5 {
  padding: 77px 133px;
}
.padding-5--10 {
  padding: 70px 140px;
}
.padding-5--10-5 {
  padding: 70px 147px;
}
.padding-5-5--10 {
  padding: 77px 140px;
}
.padding-5-5--10-5 {
  padding: 77px 147px;
}
.padding-6 {
  padding: 84px;
}
.padding-6--0 {
  padding: 84px 0;
}
.padding-6--0-5 {
  padding: 84px 7px;
}
.padding-6--1 {
  padding: 84px 14px;
}
.padding-6--1-5 {
  padding: 84px 21px;
}
.padding-6-5--1 {
  padding: 91px 14px;
}
.padding-6-5--1-5 {
  padding: 91px 21px;
}
.padding-6--2 {
  padding: 84px 28px;
}
.padding-6--2-5 {
  padding: 84px 35px;
}
.padding-6-5--2 {
  padding: 91px 28px;
}
.padding-6-5--2-5 {
  padding: 91px 35px;
}
.padding-6--3 {
  padding: 84px 42px;
}
.padding-6--3-5 {
  padding: 84px 49px;
}
.padding-6-5--3 {
  padding: 91px 42px;
}
.padding-6-5--3-5 {
  padding: 91px 49px;
}
.padding-6--4 {
  padding: 84px 56px;
}
.padding-6--4-5 {
  padding: 84px 63px;
}
.padding-6-5--4 {
  padding: 91px 56px;
}
.padding-6-5--4-5 {
  padding: 91px 63px;
}
.padding-6--5 {
  padding: 84px 70px;
}
.padding-6--5-5 {
  padding: 84px 77px;
}
.padding-6-5--5 {
  padding: 91px 70px;
}
.padding-6-5--5-5 {
  padding: 91px 77px;
}
.padding-6--6 {
  padding: 84px 84px;
}
.padding-6--6-5 {
  padding: 84px 91px;
}
.padding-6-5--6 {
  padding: 91px 84px;
}
.padding-6-5--6-5 {
  padding: 91px 91px;
}
.padding-6--7 {
  padding: 84px 98px;
}
.padding-6--7-5 {
  padding: 84px 105px;
}
.padding-6-5--7 {
  padding: 91px 98px;
}
.padding-6-5--7-5 {
  padding: 91px 105px;
}
.padding-6--8 {
  padding: 84px 112px;
}
.padding-6--8-5 {
  padding: 84px 119px;
}
.padding-6-5--8 {
  padding: 91px 112px;
}
.padding-6-5--8-5 {
  padding: 91px 119px;
}
.padding-6--9 {
  padding: 84px 126px;
}
.padding-6--9-5 {
  padding: 84px 133px;
}
.padding-6-5--9 {
  padding: 91px 126px;
}
.padding-6-5--9-5 {
  padding: 91px 133px;
}
.padding-6--10 {
  padding: 84px 140px;
}
.padding-6--10-5 {
  padding: 84px 147px;
}
.padding-6-5--10 {
  padding: 91px 140px;
}
.padding-6-5--10-5 {
  padding: 91px 147px;
}
.padding-6--1 {
  padding: 84px 14px;
}
.padding-6--1-5 {
  padding: 84px 21px;
}
.padding-6-5--1 {
  padding: 91px 14px;
}
.padding-6-5--1-5 {
  padding: 91px 21px;
}
.padding-6--2 {
  padding: 84px 28px;
}
.padding-6--2-5 {
  padding: 84px 35px;
}
.padding-6-5--2 {
  padding: 91px 28px;
}
.padding-6-5--2-5 {
  padding: 91px 35px;
}
.padding-6--3 {
  padding: 84px 42px;
}
.padding-6--3-5 {
  padding: 84px 49px;
}
.padding-6-5--3 {
  padding: 91px 42px;
}
.padding-6-5--3-5 {
  padding: 91px 49px;
}
.padding-6--4 {
  padding: 84px 56px;
}
.padding-6--4-5 {
  padding: 84px 63px;
}
.padding-6-5--4 {
  padding: 91px 56px;
}
.padding-6-5--4-5 {
  padding: 91px 63px;
}
.padding-6--5 {
  padding: 84px 70px;
}
.padding-6--5-5 {
  padding: 84px 77px;
}
.padding-6-5--5 {
  padding: 91px 70px;
}
.padding-6-5--5-5 {
  padding: 91px 77px;
}
.padding-6--6 {
  padding: 84px 84px;
}
.padding-6--6-5 {
  padding: 84px 91px;
}
.padding-6-5--6 {
  padding: 91px 84px;
}
.padding-6-5--6-5 {
  padding: 91px 91px;
}
.padding-6--7 {
  padding: 84px 98px;
}
.padding-6--7-5 {
  padding: 84px 105px;
}
.padding-6-5--7 {
  padding: 91px 98px;
}
.padding-6-5--7-5 {
  padding: 91px 105px;
}
.padding-6--8 {
  padding: 84px 112px;
}
.padding-6--8-5 {
  padding: 84px 119px;
}
.padding-6-5--8 {
  padding: 91px 112px;
}
.padding-6-5--8-5 {
  padding: 91px 119px;
}
.padding-6--9 {
  padding: 84px 126px;
}
.padding-6--9-5 {
  padding: 84px 133px;
}
.padding-6-5--9 {
  padding: 91px 126px;
}
.padding-6-5--9-5 {
  padding: 91px 133px;
}
.padding-6--10 {
  padding: 84px 140px;
}
.padding-6--10-5 {
  padding: 84px 147px;
}
.padding-6-5--10 {
  padding: 91px 140px;
}
.padding-6-5--10-5 {
  padding: 91px 147px;
}
.padding-7 {
  padding: 98px;
}
.padding-7--0 {
  padding: 98px 0;
}
.padding-7--0-5 {
  padding: 98px 7px;
}
.padding-7--1 {
  padding: 98px 14px;
}
.padding-7--1-5 {
  padding: 98px 21px;
}
.padding-7-5--1 {
  padding: 105px 14px;
}
.padding-7-5--1-5 {
  padding: 105px 21px;
}
.padding-7--2 {
  padding: 98px 28px;
}
.padding-7--2-5 {
  padding: 98px 35px;
}
.padding-7-5--2 {
  padding: 105px 28px;
}
.padding-7-5--2-5 {
  padding: 105px 35px;
}
.padding-7--3 {
  padding: 98px 42px;
}
.padding-7--3-5 {
  padding: 98px 49px;
}
.padding-7-5--3 {
  padding: 105px 42px;
}
.padding-7-5--3-5 {
  padding: 105px 49px;
}
.padding-7--4 {
  padding: 98px 56px;
}
.padding-7--4-5 {
  padding: 98px 63px;
}
.padding-7-5--4 {
  padding: 105px 56px;
}
.padding-7-5--4-5 {
  padding: 105px 63px;
}
.padding-7--5 {
  padding: 98px 70px;
}
.padding-7--5-5 {
  padding: 98px 77px;
}
.padding-7-5--5 {
  padding: 105px 70px;
}
.padding-7-5--5-5 {
  padding: 105px 77px;
}
.padding-7--6 {
  padding: 98px 84px;
}
.padding-7--6-5 {
  padding: 98px 91px;
}
.padding-7-5--6 {
  padding: 105px 84px;
}
.padding-7-5--6-5 {
  padding: 105px 91px;
}
.padding-7--7 {
  padding: 98px 98px;
}
.padding-7--7-5 {
  padding: 98px 105px;
}
.padding-7-5--7 {
  padding: 105px 98px;
}
.padding-7-5--7-5 {
  padding: 105px 105px;
}
.padding-7--8 {
  padding: 98px 112px;
}
.padding-7--8-5 {
  padding: 98px 119px;
}
.padding-7-5--8 {
  padding: 105px 112px;
}
.padding-7-5--8-5 {
  padding: 105px 119px;
}
.padding-7--9 {
  padding: 98px 126px;
}
.padding-7--9-5 {
  padding: 98px 133px;
}
.padding-7-5--9 {
  padding: 105px 126px;
}
.padding-7-5--9-5 {
  padding: 105px 133px;
}
.padding-7--10 {
  padding: 98px 140px;
}
.padding-7--10-5 {
  padding: 98px 147px;
}
.padding-7-5--10 {
  padding: 105px 140px;
}
.padding-7-5--10-5 {
  padding: 105px 147px;
}
.padding-7--1 {
  padding: 98px 14px;
}
.padding-7--1-5 {
  padding: 98px 21px;
}
.padding-7-5--1 {
  padding: 105px 14px;
}
.padding-7-5--1-5 {
  padding: 105px 21px;
}
.padding-7--2 {
  padding: 98px 28px;
}
.padding-7--2-5 {
  padding: 98px 35px;
}
.padding-7-5--2 {
  padding: 105px 28px;
}
.padding-7-5--2-5 {
  padding: 105px 35px;
}
.padding-7--3 {
  padding: 98px 42px;
}
.padding-7--3-5 {
  padding: 98px 49px;
}
.padding-7-5--3 {
  padding: 105px 42px;
}
.padding-7-5--3-5 {
  padding: 105px 49px;
}
.padding-7--4 {
  padding: 98px 56px;
}
.padding-7--4-5 {
  padding: 98px 63px;
}
.padding-7-5--4 {
  padding: 105px 56px;
}
.padding-7-5--4-5 {
  padding: 105px 63px;
}
.padding-7--5 {
  padding: 98px 70px;
}
.padding-7--5-5 {
  padding: 98px 77px;
}
.padding-7-5--5 {
  padding: 105px 70px;
}
.padding-7-5--5-5 {
  padding: 105px 77px;
}
.padding-7--6 {
  padding: 98px 84px;
}
.padding-7--6-5 {
  padding: 98px 91px;
}
.padding-7-5--6 {
  padding: 105px 84px;
}
.padding-7-5--6-5 {
  padding: 105px 91px;
}
.padding-7--7 {
  padding: 98px 98px;
}
.padding-7--7-5 {
  padding: 98px 105px;
}
.padding-7-5--7 {
  padding: 105px 98px;
}
.padding-7-5--7-5 {
  padding: 105px 105px;
}
.padding-7--8 {
  padding: 98px 112px;
}
.padding-7--8-5 {
  padding: 98px 119px;
}
.padding-7-5--8 {
  padding: 105px 112px;
}
.padding-7-5--8-5 {
  padding: 105px 119px;
}
.padding-7--9 {
  padding: 98px 126px;
}
.padding-7--9-5 {
  padding: 98px 133px;
}
.padding-7-5--9 {
  padding: 105px 126px;
}
.padding-7-5--9-5 {
  padding: 105px 133px;
}
.padding-7--10 {
  padding: 98px 140px;
}
.padding-7--10-5 {
  padding: 98px 147px;
}
.padding-7-5--10 {
  padding: 105px 140px;
}
.padding-7-5--10-5 {
  padding: 105px 147px;
}
.padding-8 {
  padding: 112px;
}
.padding-8--0 {
  padding: 112px 0;
}
.padding-8--0-5 {
  padding: 112px 7px;
}
.padding-8--1 {
  padding: 112px 14px;
}
.padding-8--1-5 {
  padding: 112px 21px;
}
.padding-8-5--1 {
  padding: 119px 14px;
}
.padding-8-5--1-5 {
  padding: 119px 21px;
}
.padding-8--2 {
  padding: 112px 28px;
}
.padding-8--2-5 {
  padding: 112px 35px;
}
.padding-8-5--2 {
  padding: 119px 28px;
}
.padding-8-5--2-5 {
  padding: 119px 35px;
}
.padding-8--3 {
  padding: 112px 42px;
}
.padding-8--3-5 {
  padding: 112px 49px;
}
.padding-8-5--3 {
  padding: 119px 42px;
}
.padding-8-5--3-5 {
  padding: 119px 49px;
}
.padding-8--4 {
  padding: 112px 56px;
}
.padding-8--4-5 {
  padding: 112px 63px;
}
.padding-8-5--4 {
  padding: 119px 56px;
}
.padding-8-5--4-5 {
  padding: 119px 63px;
}
.padding-8--5 {
  padding: 112px 70px;
}
.padding-8--5-5 {
  padding: 112px 77px;
}
.padding-8-5--5 {
  padding: 119px 70px;
}
.padding-8-5--5-5 {
  padding: 119px 77px;
}
.padding-8--6 {
  padding: 112px 84px;
}
.padding-8--6-5 {
  padding: 112px 91px;
}
.padding-8-5--6 {
  padding: 119px 84px;
}
.padding-8-5--6-5 {
  padding: 119px 91px;
}
.padding-8--7 {
  padding: 112px 98px;
}
.padding-8--7-5 {
  padding: 112px 105px;
}
.padding-8-5--7 {
  padding: 119px 98px;
}
.padding-8-5--7-5 {
  padding: 119px 105px;
}
.padding-8--8 {
  padding: 112px 112px;
}
.padding-8--8-5 {
  padding: 112px 119px;
}
.padding-8-5--8 {
  padding: 119px 112px;
}
.padding-8-5--8-5 {
  padding: 119px 119px;
}
.padding-8--9 {
  padding: 112px 126px;
}
.padding-8--9-5 {
  padding: 112px 133px;
}
.padding-8-5--9 {
  padding: 119px 126px;
}
.padding-8-5--9-5 {
  padding: 119px 133px;
}
.padding-8--10 {
  padding: 112px 140px;
}
.padding-8--10-5 {
  padding: 112px 147px;
}
.padding-8-5--10 {
  padding: 119px 140px;
}
.padding-8-5--10-5 {
  padding: 119px 147px;
}
.padding-8--1 {
  padding: 112px 14px;
}
.padding-8--1-5 {
  padding: 112px 21px;
}
.padding-8-5--1 {
  padding: 119px 14px;
}
.padding-8-5--1-5 {
  padding: 119px 21px;
}
.padding-8--2 {
  padding: 112px 28px;
}
.padding-8--2-5 {
  padding: 112px 35px;
}
.padding-8-5--2 {
  padding: 119px 28px;
}
.padding-8-5--2-5 {
  padding: 119px 35px;
}
.padding-8--3 {
  padding: 112px 42px;
}
.padding-8--3-5 {
  padding: 112px 49px;
}
.padding-8-5--3 {
  padding: 119px 42px;
}
.padding-8-5--3-5 {
  padding: 119px 49px;
}
.padding-8--4 {
  padding: 112px 56px;
}
.padding-8--4-5 {
  padding: 112px 63px;
}
.padding-8-5--4 {
  padding: 119px 56px;
}
.padding-8-5--4-5 {
  padding: 119px 63px;
}
.padding-8--5 {
  padding: 112px 70px;
}
.padding-8--5-5 {
  padding: 112px 77px;
}
.padding-8-5--5 {
  padding: 119px 70px;
}
.padding-8-5--5-5 {
  padding: 119px 77px;
}
.padding-8--6 {
  padding: 112px 84px;
}
.padding-8--6-5 {
  padding: 112px 91px;
}
.padding-8-5--6 {
  padding: 119px 84px;
}
.padding-8-5--6-5 {
  padding: 119px 91px;
}
.padding-8--7 {
  padding: 112px 98px;
}
.padding-8--7-5 {
  padding: 112px 105px;
}
.padding-8-5--7 {
  padding: 119px 98px;
}
.padding-8-5--7-5 {
  padding: 119px 105px;
}
.padding-8--8 {
  padding: 112px 112px;
}
.padding-8--8-5 {
  padding: 112px 119px;
}
.padding-8-5--8 {
  padding: 119px 112px;
}
.padding-8-5--8-5 {
  padding: 119px 119px;
}
.padding-8--9 {
  padding: 112px 126px;
}
.padding-8--9-5 {
  padding: 112px 133px;
}
.padding-8-5--9 {
  padding: 119px 126px;
}
.padding-8-5--9-5 {
  padding: 119px 133px;
}
.padding-8--10 {
  padding: 112px 140px;
}
.padding-8--10-5 {
  padding: 112px 147px;
}
.padding-8-5--10 {
  padding: 119px 140px;
}
.padding-8-5--10-5 {
  padding: 119px 147px;
}
.padding-9 {
  padding: 126px;
}
.padding-9--0 {
  padding: 126px 0;
}
.padding-9--0-5 {
  padding: 126px 7px;
}
.padding-9--1 {
  padding: 126px 14px;
}
.padding-9--1-5 {
  padding: 126px 21px;
}
.padding-9-5--1 {
  padding: 133px 14px;
}
.padding-9-5--1-5 {
  padding: 133px 21px;
}
.padding-9--2 {
  padding: 126px 28px;
}
.padding-9--2-5 {
  padding: 126px 35px;
}
.padding-9-5--2 {
  padding: 133px 28px;
}
.padding-9-5--2-5 {
  padding: 133px 35px;
}
.padding-9--3 {
  padding: 126px 42px;
}
.padding-9--3-5 {
  padding: 126px 49px;
}
.padding-9-5--3 {
  padding: 133px 42px;
}
.padding-9-5--3-5 {
  padding: 133px 49px;
}
.padding-9--4 {
  padding: 126px 56px;
}
.padding-9--4-5 {
  padding: 126px 63px;
}
.padding-9-5--4 {
  padding: 133px 56px;
}
.padding-9-5--4-5 {
  padding: 133px 63px;
}
.padding-9--5 {
  padding: 126px 70px;
}
.padding-9--5-5 {
  padding: 126px 77px;
}
.padding-9-5--5 {
  padding: 133px 70px;
}
.padding-9-5--5-5 {
  padding: 133px 77px;
}
.padding-9--6 {
  padding: 126px 84px;
}
.padding-9--6-5 {
  padding: 126px 91px;
}
.padding-9-5--6 {
  padding: 133px 84px;
}
.padding-9-5--6-5 {
  padding: 133px 91px;
}
.padding-9--7 {
  padding: 126px 98px;
}
.padding-9--7-5 {
  padding: 126px 105px;
}
.padding-9-5--7 {
  padding: 133px 98px;
}
.padding-9-5--7-5 {
  padding: 133px 105px;
}
.padding-9--8 {
  padding: 126px 112px;
}
.padding-9--8-5 {
  padding: 126px 119px;
}
.padding-9-5--8 {
  padding: 133px 112px;
}
.padding-9-5--8-5 {
  padding: 133px 119px;
}
.padding-9--9 {
  padding: 126px 126px;
}
.padding-9--9-5 {
  padding: 126px 133px;
}
.padding-9-5--9 {
  padding: 133px 126px;
}
.padding-9-5--9-5 {
  padding: 133px 133px;
}
.padding-9--10 {
  padding: 126px 140px;
}
.padding-9--10-5 {
  padding: 126px 147px;
}
.padding-9-5--10 {
  padding: 133px 140px;
}
.padding-9-5--10-5 {
  padding: 133px 147px;
}
.padding-9--1 {
  padding: 126px 14px;
}
.padding-9--1-5 {
  padding: 126px 21px;
}
.padding-9-5--1 {
  padding: 133px 14px;
}
.padding-9-5--1-5 {
  padding: 133px 21px;
}
.padding-9--2 {
  padding: 126px 28px;
}
.padding-9--2-5 {
  padding: 126px 35px;
}
.padding-9-5--2 {
  padding: 133px 28px;
}
.padding-9-5--2-5 {
  padding: 133px 35px;
}
.padding-9--3 {
  padding: 126px 42px;
}
.padding-9--3-5 {
  padding: 126px 49px;
}
.padding-9-5--3 {
  padding: 133px 42px;
}
.padding-9-5--3-5 {
  padding: 133px 49px;
}
.padding-9--4 {
  padding: 126px 56px;
}
.padding-9--4-5 {
  padding: 126px 63px;
}
.padding-9-5--4 {
  padding: 133px 56px;
}
.padding-9-5--4-5 {
  padding: 133px 63px;
}
.padding-9--5 {
  padding: 126px 70px;
}
.padding-9--5-5 {
  padding: 126px 77px;
}
.padding-9-5--5 {
  padding: 133px 70px;
}
.padding-9-5--5-5 {
  padding: 133px 77px;
}
.padding-9--6 {
  padding: 126px 84px;
}
.padding-9--6-5 {
  padding: 126px 91px;
}
.padding-9-5--6 {
  padding: 133px 84px;
}
.padding-9-5--6-5 {
  padding: 133px 91px;
}
.padding-9--7 {
  padding: 126px 98px;
}
.padding-9--7-5 {
  padding: 126px 105px;
}
.padding-9-5--7 {
  padding: 133px 98px;
}
.padding-9-5--7-5 {
  padding: 133px 105px;
}
.padding-9--8 {
  padding: 126px 112px;
}
.padding-9--8-5 {
  padding: 126px 119px;
}
.padding-9-5--8 {
  padding: 133px 112px;
}
.padding-9-5--8-5 {
  padding: 133px 119px;
}
.padding-9--9 {
  padding: 126px 126px;
}
.padding-9--9-5 {
  padding: 126px 133px;
}
.padding-9-5--9 {
  padding: 133px 126px;
}
.padding-9-5--9-5 {
  padding: 133px 133px;
}
.padding-9--10 {
  padding: 126px 140px;
}
.padding-9--10-5 {
  padding: 126px 147px;
}
.padding-9-5--10 {
  padding: 133px 140px;
}
.padding-9-5--10-5 {
  padding: 133px 147px;
}
.padding-10 {
  padding: 140px;
}
.padding-10--0 {
  padding: 140px 0;
}
.padding-10--0-5 {
  padding: 140px 7px;
}
.padding-10--1 {
  padding: 140px 14px;
}
.padding-10--1-5 {
  padding: 140px 21px;
}
.padding-10-5--1 {
  padding: 147px 14px;
}
.padding-10-5--1-5 {
  padding: 147px 21px;
}
.padding-10--2 {
  padding: 140px 28px;
}
.padding-10--2-5 {
  padding: 140px 35px;
}
.padding-10-5--2 {
  padding: 147px 28px;
}
.padding-10-5--2-5 {
  padding: 147px 35px;
}
.padding-10--3 {
  padding: 140px 42px;
}
.padding-10--3-5 {
  padding: 140px 49px;
}
.padding-10-5--3 {
  padding: 147px 42px;
}
.padding-10-5--3-5 {
  padding: 147px 49px;
}
.padding-10--4 {
  padding: 140px 56px;
}
.padding-10--4-5 {
  padding: 140px 63px;
}
.padding-10-5--4 {
  padding: 147px 56px;
}
.padding-10-5--4-5 {
  padding: 147px 63px;
}
.padding-10--5 {
  padding: 140px 70px;
}
.padding-10--5-5 {
  padding: 140px 77px;
}
.padding-10-5--5 {
  padding: 147px 70px;
}
.padding-10-5--5-5 {
  padding: 147px 77px;
}
.padding-10--6 {
  padding: 140px 84px;
}
.padding-10--6-5 {
  padding: 140px 91px;
}
.padding-10-5--6 {
  padding: 147px 84px;
}
.padding-10-5--6-5 {
  padding: 147px 91px;
}
.padding-10--7 {
  padding: 140px 98px;
}
.padding-10--7-5 {
  padding: 140px 105px;
}
.padding-10-5--7 {
  padding: 147px 98px;
}
.padding-10-5--7-5 {
  padding: 147px 105px;
}
.padding-10--8 {
  padding: 140px 112px;
}
.padding-10--8-5 {
  padding: 140px 119px;
}
.padding-10-5--8 {
  padding: 147px 112px;
}
.padding-10-5--8-5 {
  padding: 147px 119px;
}
.padding-10--9 {
  padding: 140px 126px;
}
.padding-10--9-5 {
  padding: 140px 133px;
}
.padding-10-5--9 {
  padding: 147px 126px;
}
.padding-10-5--9-5 {
  padding: 147px 133px;
}
.padding-10--10 {
  padding: 140px 140px;
}
.padding-10--10-5 {
  padding: 140px 147px;
}
.padding-10-5--10 {
  padding: 147px 140px;
}
.padding-10-5--10-5 {
  padding: 147px 147px;
}
.padding-10--1 {
  padding: 140px 14px;
}
.padding-10--1-5 {
  padding: 140px 21px;
}
.padding-10-5--1 {
  padding: 147px 14px;
}
.padding-10-5--1-5 {
  padding: 147px 21px;
}
.padding-10--2 {
  padding: 140px 28px;
}
.padding-10--2-5 {
  padding: 140px 35px;
}
.padding-10-5--2 {
  padding: 147px 28px;
}
.padding-10-5--2-5 {
  padding: 147px 35px;
}
.padding-10--3 {
  padding: 140px 42px;
}
.padding-10--3-5 {
  padding: 140px 49px;
}
.padding-10-5--3 {
  padding: 147px 42px;
}
.padding-10-5--3-5 {
  padding: 147px 49px;
}
.padding-10--4 {
  padding: 140px 56px;
}
.padding-10--4-5 {
  padding: 140px 63px;
}
.padding-10-5--4 {
  padding: 147px 56px;
}
.padding-10-5--4-5 {
  padding: 147px 63px;
}
.padding-10--5 {
  padding: 140px 70px;
}
.padding-10--5-5 {
  padding: 140px 77px;
}
.padding-10-5--5 {
  padding: 147px 70px;
}
.padding-10-5--5-5 {
  padding: 147px 77px;
}
.padding-10--6 {
  padding: 140px 84px;
}
.padding-10--6-5 {
  padding: 140px 91px;
}
.padding-10-5--6 {
  padding: 147px 84px;
}
.padding-10-5--6-5 {
  padding: 147px 91px;
}
.padding-10--7 {
  padding: 140px 98px;
}
.padding-10--7-5 {
  padding: 140px 105px;
}
.padding-10-5--7 {
  padding: 147px 98px;
}
.padding-10-5--7-5 {
  padding: 147px 105px;
}
.padding-10--8 {
  padding: 140px 112px;
}
.padding-10--8-5 {
  padding: 140px 119px;
}
.padding-10-5--8 {
  padding: 147px 112px;
}
.padding-10-5--8-5 {
  padding: 147px 119px;
}
.padding-10--9 {
  padding: 140px 126px;
}
.padding-10--9-5 {
  padding: 140px 133px;
}
.padding-10-5--9 {
  padding: 147px 126px;
}
.padding-10-5--9-5 {
  padding: 147px 133px;
}
.padding-10--10 {
  padding: 140px 140px;
}
.padding-10--10-5 {
  padding: 140px 147px;
}
.padding-10-5--10 {
  padding: 147px 140px;
}
.padding-10-5--10-5 {
  padding: 147px 147px;
}
@media (max-width: 1024px) {
  .padding-0-tablet {
    padding: 0px;
  }
}
@media (max-width: 1024px) {
  .padding-0--0-tablet {
    padding: 0px 0;
  }
}
@media (max-width: 1024px) {
  .padding-0--0-5-tablet {
    padding: 0px 7px;
  }
}
@media (max-width: 1024px) {
  .padding-0--1-tablet {
    padding: 0px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-0--1-5-tablet {
    padding: 0px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-0--2-tablet {
    padding: 0px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-0--2-5-tablet {
    padding: 0px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-0--3-tablet {
    padding: 0px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-0--3-5-tablet {
    padding: 0px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-0--4-tablet {
    padding: 0px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-0--4-5-tablet {
    padding: 0px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-0--5-tablet {
    padding: 0px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-0--5-5-tablet {
    padding: 0px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-0--6-tablet {
    padding: 0px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-0--6-5-tablet {
    padding: 0px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-0--7-tablet {
    padding: 0px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-0--7-5-tablet {
    padding: 0px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-0--8-tablet {
    padding: 0px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-0--8-5-tablet {
    padding: 0px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-0--9-tablet {
    padding: 0px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-0--9-5-tablet {
    padding: 0px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-0--10-tablet {
    padding: 0px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-0--10-5-tablet {
    padding: 0px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-0--1-tablet {
    padding: 0px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-0--1-5-tablet {
    padding: 0px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-0--2-tablet {
    padding: 0px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-0--2-5-tablet {
    padding: 0px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-0--3-tablet {
    padding: 0px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-0--3-5-tablet {
    padding: 0px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-0--4-tablet {
    padding: 0px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-0--4-5-tablet {
    padding: 0px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-0--5-tablet {
    padding: 0px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-0--5-5-tablet {
    padding: 0px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-0--6-tablet {
    padding: 0px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-0--6-5-tablet {
    padding: 0px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-0--7-tablet {
    padding: 0px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-0--7-5-tablet {
    padding: 0px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-0--8-tablet {
    padding: 0px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-0--8-5-tablet {
    padding: 0px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-0--9-tablet {
    padding: 0px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-0--9-5-tablet {
    padding: 0px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-0--10-tablet {
    padding: 0px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-0--10-5-tablet {
    padding: 0px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-0-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-1-tablet {
    padding: 14px;
  }
}
@media (max-width: 1024px) {
  .padding-1--0-tablet {
    padding: 14px 0;
  }
}
@media (max-width: 1024px) {
  .padding-1--0-5-tablet {
    padding: 14px 7px;
  }
}
@media (max-width: 1024px) {
  .padding-1--1-tablet {
    padding: 14px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-1--1-5-tablet {
    padding: 14px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-1--2-tablet {
    padding: 14px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-1--2-5-tablet {
    padding: 14px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-1--3-tablet {
    padding: 14px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-1--3-5-tablet {
    padding: 14px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-1--4-tablet {
    padding: 14px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-1--4-5-tablet {
    padding: 14px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-1--5-tablet {
    padding: 14px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-1--5-5-tablet {
    padding: 14px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-1--6-tablet {
    padding: 14px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-1--6-5-tablet {
    padding: 14px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-1--7-tablet {
    padding: 14px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-1--7-5-tablet {
    padding: 14px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-1--8-tablet {
    padding: 14px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-1--8-5-tablet {
    padding: 14px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-1--9-tablet {
    padding: 14px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-1--9-5-tablet {
    padding: 14px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-1--10-tablet {
    padding: 14px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-1--10-5-tablet {
    padding: 14px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-1--1-tablet {
    padding: 14px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-1--1-5-tablet {
    padding: 14px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-1--2-tablet {
    padding: 14px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-1--2-5-tablet {
    padding: 14px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-1--3-tablet {
    padding: 14px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-1--3-5-tablet {
    padding: 14px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-1--4-tablet {
    padding: 14px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-1--4-5-tablet {
    padding: 14px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-1--5-tablet {
    padding: 14px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-1--5-5-tablet {
    padding: 14px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-1--6-tablet {
    padding: 14px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-1--6-5-tablet {
    padding: 14px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-1--7-tablet {
    padding: 14px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-1--7-5-tablet {
    padding: 14px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-1--8-tablet {
    padding: 14px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-1--8-5-tablet {
    padding: 14px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-1--9-tablet {
    padding: 14px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-1--9-5-tablet {
    padding: 14px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-1--10-tablet {
    padding: 14px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-1--10-5-tablet {
    padding: 14px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-1-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-2-tablet {
    padding: 28px;
  }
}
@media (max-width: 1024px) {
  .padding-2--0-tablet {
    padding: 28px 0;
  }
}
@media (max-width: 1024px) {
  .padding-2--0-5-tablet {
    padding: 28px 7px;
  }
}
@media (max-width: 1024px) {
  .padding-2--1-tablet {
    padding: 28px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-2--1-5-tablet {
    padding: 28px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-2--2-tablet {
    padding: 28px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-2--2-5-tablet {
    padding: 28px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-2--3-tablet {
    padding: 28px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-2--3-5-tablet {
    padding: 28px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-2--4-tablet {
    padding: 28px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-2--4-5-tablet {
    padding: 28px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-2--5-tablet {
    padding: 28px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-2--5-5-tablet {
    padding: 28px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-2--6-tablet {
    padding: 28px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-2--6-5-tablet {
    padding: 28px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-2--7-tablet {
    padding: 28px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-2--7-5-tablet {
    padding: 28px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-2--8-tablet {
    padding: 28px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-2--8-5-tablet {
    padding: 28px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-2--9-tablet {
    padding: 28px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-2--9-5-tablet {
    padding: 28px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-2--10-tablet {
    padding: 28px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-2--10-5-tablet {
    padding: 28px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-2--1-tablet {
    padding: 28px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-2--1-5-tablet {
    padding: 28px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-2--2-tablet {
    padding: 28px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-2--2-5-tablet {
    padding: 28px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-2--3-tablet {
    padding: 28px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-2--3-5-tablet {
    padding: 28px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-2--4-tablet {
    padding: 28px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-2--4-5-tablet {
    padding: 28px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-2--5-tablet {
    padding: 28px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-2--5-5-tablet {
    padding: 28px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-2--6-tablet {
    padding: 28px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-2--6-5-tablet {
    padding: 28px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-2--7-tablet {
    padding: 28px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-2--7-5-tablet {
    padding: 28px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-2--8-tablet {
    padding: 28px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-2--8-5-tablet {
    padding: 28px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-2--9-tablet {
    padding: 28px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-2--9-5-tablet {
    padding: 28px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-2--10-tablet {
    padding: 28px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-2--10-5-tablet {
    padding: 28px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-2-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-3-tablet {
    padding: 42px;
  }
}
@media (max-width: 1024px) {
  .padding-3--0-tablet {
    padding: 42px 0;
  }
}
@media (max-width: 1024px) {
  .padding-3--0-5-tablet {
    padding: 42px 7px;
  }
}
@media (max-width: 1024px) {
  .padding-3--1-tablet {
    padding: 42px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-3--1-5-tablet {
    padding: 42px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-3--2-tablet {
    padding: 42px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-3--2-5-tablet {
    padding: 42px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-3--3-tablet {
    padding: 42px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-3--3-5-tablet {
    padding: 42px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-3--4-tablet {
    padding: 42px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-3--4-5-tablet {
    padding: 42px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-3--5-tablet {
    padding: 42px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-3--5-5-tablet {
    padding: 42px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-3--6-tablet {
    padding: 42px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-3--6-5-tablet {
    padding: 42px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-3--7-tablet {
    padding: 42px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-3--7-5-tablet {
    padding: 42px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-3--8-tablet {
    padding: 42px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-3--8-5-tablet {
    padding: 42px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-3--9-tablet {
    padding: 42px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-3--9-5-tablet {
    padding: 42px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-3--10-tablet {
    padding: 42px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-3--10-5-tablet {
    padding: 42px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-3--1-tablet {
    padding: 42px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-3--1-5-tablet {
    padding: 42px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-3--2-tablet {
    padding: 42px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-3--2-5-tablet {
    padding: 42px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-3--3-tablet {
    padding: 42px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-3--3-5-tablet {
    padding: 42px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-3--4-tablet {
    padding: 42px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-3--4-5-tablet {
    padding: 42px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-3--5-tablet {
    padding: 42px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-3--5-5-tablet {
    padding: 42px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-3--6-tablet {
    padding: 42px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-3--6-5-tablet {
    padding: 42px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-3--7-tablet {
    padding: 42px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-3--7-5-tablet {
    padding: 42px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-3--8-tablet {
    padding: 42px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-3--8-5-tablet {
    padding: 42px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-3--9-tablet {
    padding: 42px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-3--9-5-tablet {
    padding: 42px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-3--10-tablet {
    padding: 42px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-3--10-5-tablet {
    padding: 42px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-3-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-4-tablet {
    padding: 56px;
  }
}
@media (max-width: 1024px) {
  .padding-4--0-tablet {
    padding: 56px 0;
  }
}
@media (max-width: 1024px) {
  .padding-4--0-5-tablet {
    padding: 56px 7px;
  }
}
@media (max-width: 1024px) {
  .padding-4--1-tablet {
    padding: 56px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-4--1-5-tablet {
    padding: 56px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-4--2-tablet {
    padding: 56px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-4--2-5-tablet {
    padding: 56px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-4--3-tablet {
    padding: 56px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-4--3-5-tablet {
    padding: 56px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-4--4-tablet {
    padding: 56px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-4--4-5-tablet {
    padding: 56px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-4--5-tablet {
    padding: 56px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-4--5-5-tablet {
    padding: 56px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-4--6-tablet {
    padding: 56px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-4--6-5-tablet {
    padding: 56px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-4--7-tablet {
    padding: 56px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-4--7-5-tablet {
    padding: 56px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-4--8-tablet {
    padding: 56px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-4--8-5-tablet {
    padding: 56px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-4--9-tablet {
    padding: 56px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-4--9-5-tablet {
    padding: 56px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-4--10-tablet {
    padding: 56px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-4--10-5-tablet {
    padding: 56px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-4--1-tablet {
    padding: 56px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-4--1-5-tablet {
    padding: 56px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-4--2-tablet {
    padding: 56px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-4--2-5-tablet {
    padding: 56px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-4--3-tablet {
    padding: 56px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-4--3-5-tablet {
    padding: 56px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-4--4-tablet {
    padding: 56px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-4--4-5-tablet {
    padding: 56px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-4--5-tablet {
    padding: 56px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-4--5-5-tablet {
    padding: 56px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-4--6-tablet {
    padding: 56px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-4--6-5-tablet {
    padding: 56px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-4--7-tablet {
    padding: 56px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-4--7-5-tablet {
    padding: 56px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-4--8-tablet {
    padding: 56px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-4--8-5-tablet {
    padding: 56px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-4--9-tablet {
    padding: 56px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-4--9-5-tablet {
    padding: 56px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-4--10-tablet {
    padding: 56px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-4--10-5-tablet {
    padding: 56px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-4-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-5-tablet {
    padding: 70px;
  }
}
@media (max-width: 1024px) {
  .padding-5--0-tablet {
    padding: 70px 0;
  }
}
@media (max-width: 1024px) {
  .padding-5--0-5-tablet {
    padding: 70px 7px;
  }
}
@media (max-width: 1024px) {
  .padding-5--1-tablet {
    padding: 70px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-5--1-5-tablet {
    padding: 70px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-5--2-tablet {
    padding: 70px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-5--2-5-tablet {
    padding: 70px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-5--3-tablet {
    padding: 70px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-5--3-5-tablet {
    padding: 70px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-5--4-tablet {
    padding: 70px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-5--4-5-tablet {
    padding: 70px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-5--5-tablet {
    padding: 70px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-5--5-5-tablet {
    padding: 70px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-5--6-tablet {
    padding: 70px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-5--6-5-tablet {
    padding: 70px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-5--7-tablet {
    padding: 70px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-5--7-5-tablet {
    padding: 70px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-5--8-tablet {
    padding: 70px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-5--8-5-tablet {
    padding: 70px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-5--9-tablet {
    padding: 70px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-5--9-5-tablet {
    padding: 70px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-5--10-tablet {
    padding: 70px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-5--10-5-tablet {
    padding: 70px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-5--1-tablet {
    padding: 70px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-5--1-5-tablet {
    padding: 70px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-5--2-tablet {
    padding: 70px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-5--2-5-tablet {
    padding: 70px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-5--3-tablet {
    padding: 70px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-5--3-5-tablet {
    padding: 70px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-5--4-tablet {
    padding: 70px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-5--4-5-tablet {
    padding: 70px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-5--5-tablet {
    padding: 70px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-5--5-5-tablet {
    padding: 70px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-5--6-tablet {
    padding: 70px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-5--6-5-tablet {
    padding: 70px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-5--7-tablet {
    padding: 70px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-5--7-5-tablet {
    padding: 70px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-5--8-tablet {
    padding: 70px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-5--8-5-tablet {
    padding: 70px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-5--9-tablet {
    padding: 70px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-5--9-5-tablet {
    padding: 70px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-5--10-tablet {
    padding: 70px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-5--10-5-tablet {
    padding: 70px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-5-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-6-tablet {
    padding: 84px;
  }
}
@media (max-width: 1024px) {
  .padding-6--0-tablet {
    padding: 84px 0;
  }
}
@media (max-width: 1024px) {
  .padding-6--0-5-tablet {
    padding: 84px 7px;
  }
}
@media (max-width: 1024px) {
  .padding-6--1-tablet {
    padding: 84px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-6--1-5-tablet {
    padding: 84px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-6--2-tablet {
    padding: 84px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-6--2-5-tablet {
    padding: 84px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-6--3-tablet {
    padding: 84px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-6--3-5-tablet {
    padding: 84px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-6--4-tablet {
    padding: 84px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-6--4-5-tablet {
    padding: 84px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-6--5-tablet {
    padding: 84px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-6--5-5-tablet {
    padding: 84px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-6--6-tablet {
    padding: 84px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-6--6-5-tablet {
    padding: 84px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-6--7-tablet {
    padding: 84px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-6--7-5-tablet {
    padding: 84px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-6--8-tablet {
    padding: 84px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-6--8-5-tablet {
    padding: 84px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-6--9-tablet {
    padding: 84px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-6--9-5-tablet {
    padding: 84px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-6--10-tablet {
    padding: 84px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-6--10-5-tablet {
    padding: 84px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-6--1-tablet {
    padding: 84px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-6--1-5-tablet {
    padding: 84px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-6--2-tablet {
    padding: 84px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-6--2-5-tablet {
    padding: 84px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-6--3-tablet {
    padding: 84px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-6--3-5-tablet {
    padding: 84px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-6--4-tablet {
    padding: 84px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-6--4-5-tablet {
    padding: 84px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-6--5-tablet {
    padding: 84px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-6--5-5-tablet {
    padding: 84px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-6--6-tablet {
    padding: 84px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-6--6-5-tablet {
    padding: 84px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-6--7-tablet {
    padding: 84px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-6--7-5-tablet {
    padding: 84px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-6--8-tablet {
    padding: 84px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-6--8-5-tablet {
    padding: 84px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-6--9-tablet {
    padding: 84px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-6--9-5-tablet {
    padding: 84px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-6--10-tablet {
    padding: 84px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-6--10-5-tablet {
    padding: 84px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-6-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-7-tablet {
    padding: 98px;
  }
}
@media (max-width: 1024px) {
  .padding-7--0-tablet {
    padding: 98px 0;
  }
}
@media (max-width: 1024px) {
  .padding-7--0-5-tablet {
    padding: 98px 7px;
  }
}
@media (max-width: 1024px) {
  .padding-7--1-tablet {
    padding: 98px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-7--1-5-tablet {
    padding: 98px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-7--2-tablet {
    padding: 98px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-7--2-5-tablet {
    padding: 98px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-7--3-tablet {
    padding: 98px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-7--3-5-tablet {
    padding: 98px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-7--4-tablet {
    padding: 98px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-7--4-5-tablet {
    padding: 98px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-7--5-tablet {
    padding: 98px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-7--5-5-tablet {
    padding: 98px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-7--6-tablet {
    padding: 98px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-7--6-5-tablet {
    padding: 98px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-7--7-tablet {
    padding: 98px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-7--7-5-tablet {
    padding: 98px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-7--8-tablet {
    padding: 98px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-7--8-5-tablet {
    padding: 98px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-7--9-tablet {
    padding: 98px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-7--9-5-tablet {
    padding: 98px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-7--10-tablet {
    padding: 98px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-7--10-5-tablet {
    padding: 98px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-7--1-tablet {
    padding: 98px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-7--1-5-tablet {
    padding: 98px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-7--2-tablet {
    padding: 98px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-7--2-5-tablet {
    padding: 98px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-7--3-tablet {
    padding: 98px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-7--3-5-tablet {
    padding: 98px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-7--4-tablet {
    padding: 98px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-7--4-5-tablet {
    padding: 98px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-7--5-tablet {
    padding: 98px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-7--5-5-tablet {
    padding: 98px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-7--6-tablet {
    padding: 98px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-7--6-5-tablet {
    padding: 98px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-7--7-tablet {
    padding: 98px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-7--7-5-tablet {
    padding: 98px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-7--8-tablet {
    padding: 98px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-7--8-5-tablet {
    padding: 98px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-7--9-tablet {
    padding: 98px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-7--9-5-tablet {
    padding: 98px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-7--10-tablet {
    padding: 98px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-7--10-5-tablet {
    padding: 98px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-7-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-8-tablet {
    padding: 112px;
  }
}
@media (max-width: 1024px) {
  .padding-8--0-tablet {
    padding: 112px 0;
  }
}
@media (max-width: 1024px) {
  .padding-8--0-5-tablet {
    padding: 112px 7px;
  }
}
@media (max-width: 1024px) {
  .padding-8--1-tablet {
    padding: 112px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-8--1-5-tablet {
    padding: 112px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-8--2-tablet {
    padding: 112px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-8--2-5-tablet {
    padding: 112px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-8--3-tablet {
    padding: 112px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-8--3-5-tablet {
    padding: 112px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-8--4-tablet {
    padding: 112px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-8--4-5-tablet {
    padding: 112px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-8--5-tablet {
    padding: 112px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-8--5-5-tablet {
    padding: 112px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-8--6-tablet {
    padding: 112px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-8--6-5-tablet {
    padding: 112px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-8--7-tablet {
    padding: 112px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-8--7-5-tablet {
    padding: 112px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-8--8-tablet {
    padding: 112px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-8--8-5-tablet {
    padding: 112px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-8--9-tablet {
    padding: 112px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-8--9-5-tablet {
    padding: 112px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-8--10-tablet {
    padding: 112px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-8--10-5-tablet {
    padding: 112px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-8--1-tablet {
    padding: 112px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-8--1-5-tablet {
    padding: 112px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-8--2-tablet {
    padding: 112px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-8--2-5-tablet {
    padding: 112px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-8--3-tablet {
    padding: 112px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-8--3-5-tablet {
    padding: 112px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-8--4-tablet {
    padding: 112px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-8--4-5-tablet {
    padding: 112px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-8--5-tablet {
    padding: 112px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-8--5-5-tablet {
    padding: 112px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-8--6-tablet {
    padding: 112px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-8--6-5-tablet {
    padding: 112px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-8--7-tablet {
    padding: 112px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-8--7-5-tablet {
    padding: 112px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-8--8-tablet {
    padding: 112px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-8--8-5-tablet {
    padding: 112px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-8--9-tablet {
    padding: 112px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-8--9-5-tablet {
    padding: 112px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-8--10-tablet {
    padding: 112px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-8--10-5-tablet {
    padding: 112px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-8-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-9-tablet {
    padding: 126px;
  }
}
@media (max-width: 1024px) {
  .padding-9--0-tablet {
    padding: 126px 0;
  }
}
@media (max-width: 1024px) {
  .padding-9--0-5-tablet {
    padding: 126px 7px;
  }
}
@media (max-width: 1024px) {
  .padding-9--1-tablet {
    padding: 126px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-9--1-5-tablet {
    padding: 126px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-9--2-tablet {
    padding: 126px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-9--2-5-tablet {
    padding: 126px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-9--3-tablet {
    padding: 126px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-9--3-5-tablet {
    padding: 126px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-9--4-tablet {
    padding: 126px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-9--4-5-tablet {
    padding: 126px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-9--5-tablet {
    padding: 126px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-9--5-5-tablet {
    padding: 126px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-9--6-tablet {
    padding: 126px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-9--6-5-tablet {
    padding: 126px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-9--7-tablet {
    padding: 126px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-9--7-5-tablet {
    padding: 126px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-9--8-tablet {
    padding: 126px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-9--8-5-tablet {
    padding: 126px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-9--9-tablet {
    padding: 126px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-9--9-5-tablet {
    padding: 126px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-9--10-tablet {
    padding: 126px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-9--10-5-tablet {
    padding: 126px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-9--1-tablet {
    padding: 126px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-9--1-5-tablet {
    padding: 126px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-9--2-tablet {
    padding: 126px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-9--2-5-tablet {
    padding: 126px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-9--3-tablet {
    padding: 126px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-9--3-5-tablet {
    padding: 126px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-9--4-tablet {
    padding: 126px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-9--4-5-tablet {
    padding: 126px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-9--5-tablet {
    padding: 126px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-9--5-5-tablet {
    padding: 126px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-9--6-tablet {
    padding: 126px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-9--6-5-tablet {
    padding: 126px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-9--7-tablet {
    padding: 126px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-9--7-5-tablet {
    padding: 126px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-9--8-tablet {
    padding: 126px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-9--8-5-tablet {
    padding: 126px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-9--9-tablet {
    padding: 126px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-9--9-5-tablet {
    padding: 126px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-9--10-tablet {
    padding: 126px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-9--10-5-tablet {
    padding: 126px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-9-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-10-tablet {
    padding: 140px;
  }
}
@media (max-width: 1024px) {
  .padding-10--0-tablet {
    padding: 140px 0;
  }
}
@media (max-width: 1024px) {
  .padding-10--0-5-tablet {
    padding: 140px 7px;
  }
}
@media (max-width: 1024px) {
  .padding-10--1-tablet {
    padding: 140px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-10--1-5-tablet {
    padding: 140px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-10--2-tablet {
    padding: 140px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-10--2-5-tablet {
    padding: 140px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-10--3-tablet {
    padding: 140px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-10--3-5-tablet {
    padding: 140px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-10--4-tablet {
    padding: 140px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-10--4-5-tablet {
    padding: 140px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-10--5-tablet {
    padding: 140px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-10--5-5-tablet {
    padding: 140px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-10--6-tablet {
    padding: 140px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-10--6-5-tablet {
    padding: 140px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-10--7-tablet {
    padding: 140px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-10--7-5-tablet {
    padding: 140px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-10--8-tablet {
    padding: 140px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-10--8-5-tablet {
    padding: 140px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-10--9-tablet {
    padding: 140px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-10--9-5-tablet {
    padding: 140px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-10--10-tablet {
    padding: 140px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-10--10-5-tablet {
    padding: 140px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-10--1-tablet {
    padding: 140px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-10--1-5-tablet {
    padding: 140px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--1-tablet {
    padding: 7px 14px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--1-5-tablet {
    padding: 7px 21px;
  }
}
@media (max-width: 1024px) {
  .padding-10--2-tablet {
    padding: 140px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-10--2-5-tablet {
    padding: 140px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--2-tablet {
    padding: 7px 28px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--2-5-tablet {
    padding: 7px 35px;
  }
}
@media (max-width: 1024px) {
  .padding-10--3-tablet {
    padding: 140px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-10--3-5-tablet {
    padding: 140px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--3-tablet {
    padding: 7px 42px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--3-5-tablet {
    padding: 7px 49px;
  }
}
@media (max-width: 1024px) {
  .padding-10--4-tablet {
    padding: 140px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-10--4-5-tablet {
    padding: 140px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--4-tablet {
    padding: 7px 56px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--4-5-tablet {
    padding: 7px 63px;
  }
}
@media (max-width: 1024px) {
  .padding-10--5-tablet {
    padding: 140px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-10--5-5-tablet {
    padding: 140px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--5-tablet {
    padding: 7px 70px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--5-5-tablet {
    padding: 7px 77px;
  }
}
@media (max-width: 1024px) {
  .padding-10--6-tablet {
    padding: 140px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-10--6-5-tablet {
    padding: 140px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--6-tablet {
    padding: 7px 84px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--6-5-tablet {
    padding: 7px 91px;
  }
}
@media (max-width: 1024px) {
  .padding-10--7-tablet {
    padding: 140px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-10--7-5-tablet {
    padding: 140px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--7-tablet {
    padding: 7px 98px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--7-5-tablet {
    padding: 7px 105px;
  }
}
@media (max-width: 1024px) {
  .padding-10--8-tablet {
    padding: 140px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-10--8-5-tablet {
    padding: 140px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--8-tablet {
    padding: 7px 112px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--8-5-tablet {
    padding: 7px 119px;
  }
}
@media (max-width: 1024px) {
  .padding-10--9-tablet {
    padding: 140px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-10--9-5-tablet {
    padding: 140px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--9-tablet {
    padding: 7px 126px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--9-5-tablet {
    padding: 7px 133px;
  }
}
@media (max-width: 1024px) {
  .padding-10--10-tablet {
    padding: 140px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-10--10-5-tablet {
    padding: 140px 147px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--10-tablet {
    padding: 7px 140px;
  }
}
@media (max-width: 1024px) {
  .padding-10-5--10-5-tablet {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-0-mobile {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .padding-0--0-mobile {
    padding: 0px 0;
  }
}
@media (max-width: 767px) {
  .padding-0--0-5-mobile {
    padding: 0px 7px;
  }
}
@media (max-width: 767px) {
  .padding-0--1-mobile {
    padding: 0px 14px;
  }
}
@media (max-width: 767px) {
  .padding-0--1-5-mobile {
    padding: 0px 21px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-0--2-mobile {
    padding: 0px 28px;
  }
}
@media (max-width: 767px) {
  .padding-0--2-5-mobile {
    padding: 0px 35px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-0--3-mobile {
    padding: 0px 42px;
  }
}
@media (max-width: 767px) {
  .padding-0--3-5-mobile {
    padding: 0px 49px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-0--4-mobile {
    padding: 0px 56px;
  }
}
@media (max-width: 767px) {
  .padding-0--4-5-mobile {
    padding: 0px 63px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-0--5-mobile {
    padding: 0px 70px;
  }
}
@media (max-width: 767px) {
  .padding-0--5-5-mobile {
    padding: 0px 77px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-0--6-mobile {
    padding: 0px 84px;
  }
}
@media (max-width: 767px) {
  .padding-0--6-5-mobile {
    padding: 0px 91px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-0--7-mobile {
    padding: 0px 98px;
  }
}
@media (max-width: 767px) {
  .padding-0--7-5-mobile {
    padding: 0px 105px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-0--8-mobile {
    padding: 0px 112px;
  }
}
@media (max-width: 767px) {
  .padding-0--8-5-mobile {
    padding: 0px 119px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-0--9-mobile {
    padding: 0px 126px;
  }
}
@media (max-width: 767px) {
  .padding-0--9-5-mobile {
    padding: 0px 133px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-0--10-mobile {
    padding: 0px 140px;
  }
}
@media (max-width: 767px) {
  .padding-0--10-5-mobile {
    padding: 0px 147px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-0--1-mobile {
    padding: 0px 14px;
  }
}
@media (max-width: 767px) {
  .padding-0--1-5-mobile {
    padding: 0px 21px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-0--2-mobile {
    padding: 0px 28px;
  }
}
@media (max-width: 767px) {
  .padding-0--2-5-mobile {
    padding: 0px 35px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-0--3-mobile {
    padding: 0px 42px;
  }
}
@media (max-width: 767px) {
  .padding-0--3-5-mobile {
    padding: 0px 49px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-0--4-mobile {
    padding: 0px 56px;
  }
}
@media (max-width: 767px) {
  .padding-0--4-5-mobile {
    padding: 0px 63px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-0--5-mobile {
    padding: 0px 70px;
  }
}
@media (max-width: 767px) {
  .padding-0--5-5-mobile {
    padding: 0px 77px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-0--6-mobile {
    padding: 0px 84px;
  }
}
@media (max-width: 767px) {
  .padding-0--6-5-mobile {
    padding: 0px 91px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-0--7-mobile {
    padding: 0px 98px;
  }
}
@media (max-width: 767px) {
  .padding-0--7-5-mobile {
    padding: 0px 105px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-0--8-mobile {
    padding: 0px 112px;
  }
}
@media (max-width: 767px) {
  .padding-0--8-5-mobile {
    padding: 0px 119px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-0--9-mobile {
    padding: 0px 126px;
  }
}
@media (max-width: 767px) {
  .padding-0--9-5-mobile {
    padding: 0px 133px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-0--10-mobile {
    padding: 0px 140px;
  }
}
@media (max-width: 767px) {
  .padding-0--10-5-mobile {
    padding: 0px 147px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-0-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-1-mobile {
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .padding-1--0-mobile {
    padding: 14px 0;
  }
}
@media (max-width: 767px) {
  .padding-1--0-5-mobile {
    padding: 14px 7px;
  }
}
@media (max-width: 767px) {
  .padding-1--1-mobile {
    padding: 14px 14px;
  }
}
@media (max-width: 767px) {
  .padding-1--1-5-mobile {
    padding: 14px 21px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-1--2-mobile {
    padding: 14px 28px;
  }
}
@media (max-width: 767px) {
  .padding-1--2-5-mobile {
    padding: 14px 35px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-1--3-mobile {
    padding: 14px 42px;
  }
}
@media (max-width: 767px) {
  .padding-1--3-5-mobile {
    padding: 14px 49px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-1--4-mobile {
    padding: 14px 56px;
  }
}
@media (max-width: 767px) {
  .padding-1--4-5-mobile {
    padding: 14px 63px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-1--5-mobile {
    padding: 14px 70px;
  }
}
@media (max-width: 767px) {
  .padding-1--5-5-mobile {
    padding: 14px 77px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-1--6-mobile {
    padding: 14px 84px;
  }
}
@media (max-width: 767px) {
  .padding-1--6-5-mobile {
    padding: 14px 91px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-1--7-mobile {
    padding: 14px 98px;
  }
}
@media (max-width: 767px) {
  .padding-1--7-5-mobile {
    padding: 14px 105px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-1--8-mobile {
    padding: 14px 112px;
  }
}
@media (max-width: 767px) {
  .padding-1--8-5-mobile {
    padding: 14px 119px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-1--9-mobile {
    padding: 14px 126px;
  }
}
@media (max-width: 767px) {
  .padding-1--9-5-mobile {
    padding: 14px 133px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-1--10-mobile {
    padding: 14px 140px;
  }
}
@media (max-width: 767px) {
  .padding-1--10-5-mobile {
    padding: 14px 147px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-1--1-mobile {
    padding: 14px 14px;
  }
}
@media (max-width: 767px) {
  .padding-1--1-5-mobile {
    padding: 14px 21px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-1--2-mobile {
    padding: 14px 28px;
  }
}
@media (max-width: 767px) {
  .padding-1--2-5-mobile {
    padding: 14px 35px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-1--3-mobile {
    padding: 14px 42px;
  }
}
@media (max-width: 767px) {
  .padding-1--3-5-mobile {
    padding: 14px 49px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-1--4-mobile {
    padding: 14px 56px;
  }
}
@media (max-width: 767px) {
  .padding-1--4-5-mobile {
    padding: 14px 63px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-1--5-mobile {
    padding: 14px 70px;
  }
}
@media (max-width: 767px) {
  .padding-1--5-5-mobile {
    padding: 14px 77px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-1--6-mobile {
    padding: 14px 84px;
  }
}
@media (max-width: 767px) {
  .padding-1--6-5-mobile {
    padding: 14px 91px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-1--7-mobile {
    padding: 14px 98px;
  }
}
@media (max-width: 767px) {
  .padding-1--7-5-mobile {
    padding: 14px 105px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-1--8-mobile {
    padding: 14px 112px;
  }
}
@media (max-width: 767px) {
  .padding-1--8-5-mobile {
    padding: 14px 119px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-1--9-mobile {
    padding: 14px 126px;
  }
}
@media (max-width: 767px) {
  .padding-1--9-5-mobile {
    padding: 14px 133px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-1--10-mobile {
    padding: 14px 140px;
  }
}
@media (max-width: 767px) {
  .padding-1--10-5-mobile {
    padding: 14px 147px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-1-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-2-mobile {
    padding: 28px;
  }
}
@media (max-width: 767px) {
  .padding-2--0-mobile {
    padding: 28px 0;
  }
}
@media (max-width: 767px) {
  .padding-2--0-5-mobile {
    padding: 28px 7px;
  }
}
@media (max-width: 767px) {
  .padding-2--1-mobile {
    padding: 28px 14px;
  }
}
@media (max-width: 767px) {
  .padding-2--1-5-mobile {
    padding: 28px 21px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-2--2-mobile {
    padding: 28px 28px;
  }
}
@media (max-width: 767px) {
  .padding-2--2-5-mobile {
    padding: 28px 35px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-2--3-mobile {
    padding: 28px 42px;
  }
}
@media (max-width: 767px) {
  .padding-2--3-5-mobile {
    padding: 28px 49px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-2--4-mobile {
    padding: 28px 56px;
  }
}
@media (max-width: 767px) {
  .padding-2--4-5-mobile {
    padding: 28px 63px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-2--5-mobile {
    padding: 28px 70px;
  }
}
@media (max-width: 767px) {
  .padding-2--5-5-mobile {
    padding: 28px 77px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-2--6-mobile {
    padding: 28px 84px;
  }
}
@media (max-width: 767px) {
  .padding-2--6-5-mobile {
    padding: 28px 91px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-2--7-mobile {
    padding: 28px 98px;
  }
}
@media (max-width: 767px) {
  .padding-2--7-5-mobile {
    padding: 28px 105px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-2--8-mobile {
    padding: 28px 112px;
  }
}
@media (max-width: 767px) {
  .padding-2--8-5-mobile {
    padding: 28px 119px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-2--9-mobile {
    padding: 28px 126px;
  }
}
@media (max-width: 767px) {
  .padding-2--9-5-mobile {
    padding: 28px 133px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-2--10-mobile {
    padding: 28px 140px;
  }
}
@media (max-width: 767px) {
  .padding-2--10-5-mobile {
    padding: 28px 147px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-2--1-mobile {
    padding: 28px 14px;
  }
}
@media (max-width: 767px) {
  .padding-2--1-5-mobile {
    padding: 28px 21px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-2--2-mobile {
    padding: 28px 28px;
  }
}
@media (max-width: 767px) {
  .padding-2--2-5-mobile {
    padding: 28px 35px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-2--3-mobile {
    padding: 28px 42px;
  }
}
@media (max-width: 767px) {
  .padding-2--3-5-mobile {
    padding: 28px 49px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-2--4-mobile {
    padding: 28px 56px;
  }
}
@media (max-width: 767px) {
  .padding-2--4-5-mobile {
    padding: 28px 63px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-2--5-mobile {
    padding: 28px 70px;
  }
}
@media (max-width: 767px) {
  .padding-2--5-5-mobile {
    padding: 28px 77px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-2--6-mobile {
    padding: 28px 84px;
  }
}
@media (max-width: 767px) {
  .padding-2--6-5-mobile {
    padding: 28px 91px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-2--7-mobile {
    padding: 28px 98px;
  }
}
@media (max-width: 767px) {
  .padding-2--7-5-mobile {
    padding: 28px 105px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-2--8-mobile {
    padding: 28px 112px;
  }
}
@media (max-width: 767px) {
  .padding-2--8-5-mobile {
    padding: 28px 119px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-2--9-mobile {
    padding: 28px 126px;
  }
}
@media (max-width: 767px) {
  .padding-2--9-5-mobile {
    padding: 28px 133px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-2--10-mobile {
    padding: 28px 140px;
  }
}
@media (max-width: 767px) {
  .padding-2--10-5-mobile {
    padding: 28px 147px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-2-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-3-mobile {
    padding: 42px;
  }
}
@media (max-width: 767px) {
  .padding-3--0-mobile {
    padding: 42px 0;
  }
}
@media (max-width: 767px) {
  .padding-3--0-5-mobile {
    padding: 42px 7px;
  }
}
@media (max-width: 767px) {
  .padding-3--1-mobile {
    padding: 42px 14px;
  }
}
@media (max-width: 767px) {
  .padding-3--1-5-mobile {
    padding: 42px 21px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-3--2-mobile {
    padding: 42px 28px;
  }
}
@media (max-width: 767px) {
  .padding-3--2-5-mobile {
    padding: 42px 35px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-3--3-mobile {
    padding: 42px 42px;
  }
}
@media (max-width: 767px) {
  .padding-3--3-5-mobile {
    padding: 42px 49px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-3--4-mobile {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .padding-3--4-5-mobile {
    padding: 42px 63px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-3--5-mobile {
    padding: 42px 70px;
  }
}
@media (max-width: 767px) {
  .padding-3--5-5-mobile {
    padding: 42px 77px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-3--6-mobile {
    padding: 42px 84px;
  }
}
@media (max-width: 767px) {
  .padding-3--6-5-mobile {
    padding: 42px 91px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-3--7-mobile {
    padding: 42px 98px;
  }
}
@media (max-width: 767px) {
  .padding-3--7-5-mobile {
    padding: 42px 105px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-3--8-mobile {
    padding: 42px 112px;
  }
}
@media (max-width: 767px) {
  .padding-3--8-5-mobile {
    padding: 42px 119px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-3--9-mobile {
    padding: 42px 126px;
  }
}
@media (max-width: 767px) {
  .padding-3--9-5-mobile {
    padding: 42px 133px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-3--10-mobile {
    padding: 42px 140px;
  }
}
@media (max-width: 767px) {
  .padding-3--10-5-mobile {
    padding: 42px 147px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-3--1-mobile {
    padding: 42px 14px;
  }
}
@media (max-width: 767px) {
  .padding-3--1-5-mobile {
    padding: 42px 21px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-3--2-mobile {
    padding: 42px 28px;
  }
}
@media (max-width: 767px) {
  .padding-3--2-5-mobile {
    padding: 42px 35px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-3--3-mobile {
    padding: 42px 42px;
  }
}
@media (max-width: 767px) {
  .padding-3--3-5-mobile {
    padding: 42px 49px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-3--4-mobile {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .padding-3--4-5-mobile {
    padding: 42px 63px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-3--5-mobile {
    padding: 42px 70px;
  }
}
@media (max-width: 767px) {
  .padding-3--5-5-mobile {
    padding: 42px 77px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-3--6-mobile {
    padding: 42px 84px;
  }
}
@media (max-width: 767px) {
  .padding-3--6-5-mobile {
    padding: 42px 91px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-3--7-mobile {
    padding: 42px 98px;
  }
}
@media (max-width: 767px) {
  .padding-3--7-5-mobile {
    padding: 42px 105px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-3--8-mobile {
    padding: 42px 112px;
  }
}
@media (max-width: 767px) {
  .padding-3--8-5-mobile {
    padding: 42px 119px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-3--9-mobile {
    padding: 42px 126px;
  }
}
@media (max-width: 767px) {
  .padding-3--9-5-mobile {
    padding: 42px 133px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-3--10-mobile {
    padding: 42px 140px;
  }
}
@media (max-width: 767px) {
  .padding-3--10-5-mobile {
    padding: 42px 147px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-3-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-4-mobile {
    padding: 56px;
  }
}
@media (max-width: 767px) {
  .padding-4--0-mobile {
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .padding-4--0-5-mobile {
    padding: 56px 7px;
  }
}
@media (max-width: 767px) {
  .padding-4--1-mobile {
    padding: 56px 14px;
  }
}
@media (max-width: 767px) {
  .padding-4--1-5-mobile {
    padding: 56px 21px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-4--2-mobile {
    padding: 56px 28px;
  }
}
@media (max-width: 767px) {
  .padding-4--2-5-mobile {
    padding: 56px 35px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-4--3-mobile {
    padding: 56px 42px;
  }
}
@media (max-width: 767px) {
  .padding-4--3-5-mobile {
    padding: 56px 49px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-4--4-mobile {
    padding: 56px 56px;
  }
}
@media (max-width: 767px) {
  .padding-4--4-5-mobile {
    padding: 56px 63px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-4--5-mobile {
    padding: 56px 70px;
  }
}
@media (max-width: 767px) {
  .padding-4--5-5-mobile {
    padding: 56px 77px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-4--6-mobile {
    padding: 56px 84px;
  }
}
@media (max-width: 767px) {
  .padding-4--6-5-mobile {
    padding: 56px 91px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-4--7-mobile {
    padding: 56px 98px;
  }
}
@media (max-width: 767px) {
  .padding-4--7-5-mobile {
    padding: 56px 105px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-4--8-mobile {
    padding: 56px 112px;
  }
}
@media (max-width: 767px) {
  .padding-4--8-5-mobile {
    padding: 56px 119px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-4--9-mobile {
    padding: 56px 126px;
  }
}
@media (max-width: 767px) {
  .padding-4--9-5-mobile {
    padding: 56px 133px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-4--10-mobile {
    padding: 56px 140px;
  }
}
@media (max-width: 767px) {
  .padding-4--10-5-mobile {
    padding: 56px 147px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-4--1-mobile {
    padding: 56px 14px;
  }
}
@media (max-width: 767px) {
  .padding-4--1-5-mobile {
    padding: 56px 21px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-4--2-mobile {
    padding: 56px 28px;
  }
}
@media (max-width: 767px) {
  .padding-4--2-5-mobile {
    padding: 56px 35px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-4--3-mobile {
    padding: 56px 42px;
  }
}
@media (max-width: 767px) {
  .padding-4--3-5-mobile {
    padding: 56px 49px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-4--4-mobile {
    padding: 56px 56px;
  }
}
@media (max-width: 767px) {
  .padding-4--4-5-mobile {
    padding: 56px 63px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-4--5-mobile {
    padding: 56px 70px;
  }
}
@media (max-width: 767px) {
  .padding-4--5-5-mobile {
    padding: 56px 77px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-4--6-mobile {
    padding: 56px 84px;
  }
}
@media (max-width: 767px) {
  .padding-4--6-5-mobile {
    padding: 56px 91px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-4--7-mobile {
    padding: 56px 98px;
  }
}
@media (max-width: 767px) {
  .padding-4--7-5-mobile {
    padding: 56px 105px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-4--8-mobile {
    padding: 56px 112px;
  }
}
@media (max-width: 767px) {
  .padding-4--8-5-mobile {
    padding: 56px 119px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-4--9-mobile {
    padding: 56px 126px;
  }
}
@media (max-width: 767px) {
  .padding-4--9-5-mobile {
    padding: 56px 133px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-4--10-mobile {
    padding: 56px 140px;
  }
}
@media (max-width: 767px) {
  .padding-4--10-5-mobile {
    padding: 56px 147px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-4-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-5-mobile {
    padding: 70px;
  }
}
@media (max-width: 767px) {
  .padding-5--0-mobile {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .padding-5--0-5-mobile {
    padding: 70px 7px;
  }
}
@media (max-width: 767px) {
  .padding-5--1-mobile {
    padding: 70px 14px;
  }
}
@media (max-width: 767px) {
  .padding-5--1-5-mobile {
    padding: 70px 21px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-5--2-mobile {
    padding: 70px 28px;
  }
}
@media (max-width: 767px) {
  .padding-5--2-5-mobile {
    padding: 70px 35px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-5--3-mobile {
    padding: 70px 42px;
  }
}
@media (max-width: 767px) {
  .padding-5--3-5-mobile {
    padding: 70px 49px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-5--4-mobile {
    padding: 70px 56px;
  }
}
@media (max-width: 767px) {
  .padding-5--4-5-mobile {
    padding: 70px 63px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-5--5-mobile {
    padding: 70px 70px;
  }
}
@media (max-width: 767px) {
  .padding-5--5-5-mobile {
    padding: 70px 77px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-5--6-mobile {
    padding: 70px 84px;
  }
}
@media (max-width: 767px) {
  .padding-5--6-5-mobile {
    padding: 70px 91px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-5--7-mobile {
    padding: 70px 98px;
  }
}
@media (max-width: 767px) {
  .padding-5--7-5-mobile {
    padding: 70px 105px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-5--8-mobile {
    padding: 70px 112px;
  }
}
@media (max-width: 767px) {
  .padding-5--8-5-mobile {
    padding: 70px 119px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-5--9-mobile {
    padding: 70px 126px;
  }
}
@media (max-width: 767px) {
  .padding-5--9-5-mobile {
    padding: 70px 133px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-5--10-mobile {
    padding: 70px 140px;
  }
}
@media (max-width: 767px) {
  .padding-5--10-5-mobile {
    padding: 70px 147px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-5--1-mobile {
    padding: 70px 14px;
  }
}
@media (max-width: 767px) {
  .padding-5--1-5-mobile {
    padding: 70px 21px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-5--2-mobile {
    padding: 70px 28px;
  }
}
@media (max-width: 767px) {
  .padding-5--2-5-mobile {
    padding: 70px 35px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-5--3-mobile {
    padding: 70px 42px;
  }
}
@media (max-width: 767px) {
  .padding-5--3-5-mobile {
    padding: 70px 49px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-5--4-mobile {
    padding: 70px 56px;
  }
}
@media (max-width: 767px) {
  .padding-5--4-5-mobile {
    padding: 70px 63px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-5--5-mobile {
    padding: 70px 70px;
  }
}
@media (max-width: 767px) {
  .padding-5--5-5-mobile {
    padding: 70px 77px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-5--6-mobile {
    padding: 70px 84px;
  }
}
@media (max-width: 767px) {
  .padding-5--6-5-mobile {
    padding: 70px 91px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-5--7-mobile {
    padding: 70px 98px;
  }
}
@media (max-width: 767px) {
  .padding-5--7-5-mobile {
    padding: 70px 105px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-5--8-mobile {
    padding: 70px 112px;
  }
}
@media (max-width: 767px) {
  .padding-5--8-5-mobile {
    padding: 70px 119px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-5--9-mobile {
    padding: 70px 126px;
  }
}
@media (max-width: 767px) {
  .padding-5--9-5-mobile {
    padding: 70px 133px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-5--10-mobile {
    padding: 70px 140px;
  }
}
@media (max-width: 767px) {
  .padding-5--10-5-mobile {
    padding: 70px 147px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-5-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-6-mobile {
    padding: 84px;
  }
}
@media (max-width: 767px) {
  .padding-6--0-mobile {
    padding: 84px 0;
  }
}
@media (max-width: 767px) {
  .padding-6--0-5-mobile {
    padding: 84px 7px;
  }
}
@media (max-width: 767px) {
  .padding-6--1-mobile {
    padding: 84px 14px;
  }
}
@media (max-width: 767px) {
  .padding-6--1-5-mobile {
    padding: 84px 21px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-6--2-mobile {
    padding: 84px 28px;
  }
}
@media (max-width: 767px) {
  .padding-6--2-5-mobile {
    padding: 84px 35px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-6--3-mobile {
    padding: 84px 42px;
  }
}
@media (max-width: 767px) {
  .padding-6--3-5-mobile {
    padding: 84px 49px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-6--4-mobile {
    padding: 84px 56px;
  }
}
@media (max-width: 767px) {
  .padding-6--4-5-mobile {
    padding: 84px 63px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-6--5-mobile {
    padding: 84px 70px;
  }
}
@media (max-width: 767px) {
  .padding-6--5-5-mobile {
    padding: 84px 77px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-6--6-mobile {
    padding: 84px 84px;
  }
}
@media (max-width: 767px) {
  .padding-6--6-5-mobile {
    padding: 84px 91px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-6--7-mobile {
    padding: 84px 98px;
  }
}
@media (max-width: 767px) {
  .padding-6--7-5-mobile {
    padding: 84px 105px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-6--8-mobile {
    padding: 84px 112px;
  }
}
@media (max-width: 767px) {
  .padding-6--8-5-mobile {
    padding: 84px 119px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-6--9-mobile {
    padding: 84px 126px;
  }
}
@media (max-width: 767px) {
  .padding-6--9-5-mobile {
    padding: 84px 133px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-6--10-mobile {
    padding: 84px 140px;
  }
}
@media (max-width: 767px) {
  .padding-6--10-5-mobile {
    padding: 84px 147px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-6--1-mobile {
    padding: 84px 14px;
  }
}
@media (max-width: 767px) {
  .padding-6--1-5-mobile {
    padding: 84px 21px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-6--2-mobile {
    padding: 84px 28px;
  }
}
@media (max-width: 767px) {
  .padding-6--2-5-mobile {
    padding: 84px 35px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-6--3-mobile {
    padding: 84px 42px;
  }
}
@media (max-width: 767px) {
  .padding-6--3-5-mobile {
    padding: 84px 49px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-6--4-mobile {
    padding: 84px 56px;
  }
}
@media (max-width: 767px) {
  .padding-6--4-5-mobile {
    padding: 84px 63px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-6--5-mobile {
    padding: 84px 70px;
  }
}
@media (max-width: 767px) {
  .padding-6--5-5-mobile {
    padding: 84px 77px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-6--6-mobile {
    padding: 84px 84px;
  }
}
@media (max-width: 767px) {
  .padding-6--6-5-mobile {
    padding: 84px 91px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-6--7-mobile {
    padding: 84px 98px;
  }
}
@media (max-width: 767px) {
  .padding-6--7-5-mobile {
    padding: 84px 105px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-6--8-mobile {
    padding: 84px 112px;
  }
}
@media (max-width: 767px) {
  .padding-6--8-5-mobile {
    padding: 84px 119px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-6--9-mobile {
    padding: 84px 126px;
  }
}
@media (max-width: 767px) {
  .padding-6--9-5-mobile {
    padding: 84px 133px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-6--10-mobile {
    padding: 84px 140px;
  }
}
@media (max-width: 767px) {
  .padding-6--10-5-mobile {
    padding: 84px 147px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-6-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-7-mobile {
    padding: 98px;
  }
}
@media (max-width: 767px) {
  .padding-7--0-mobile {
    padding: 98px 0;
  }
}
@media (max-width: 767px) {
  .padding-7--0-5-mobile {
    padding: 98px 7px;
  }
}
@media (max-width: 767px) {
  .padding-7--1-mobile {
    padding: 98px 14px;
  }
}
@media (max-width: 767px) {
  .padding-7--1-5-mobile {
    padding: 98px 21px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-7--2-mobile {
    padding: 98px 28px;
  }
}
@media (max-width: 767px) {
  .padding-7--2-5-mobile {
    padding: 98px 35px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-7--3-mobile {
    padding: 98px 42px;
  }
}
@media (max-width: 767px) {
  .padding-7--3-5-mobile {
    padding: 98px 49px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-7--4-mobile {
    padding: 98px 56px;
  }
}
@media (max-width: 767px) {
  .padding-7--4-5-mobile {
    padding: 98px 63px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-7--5-mobile {
    padding: 98px 70px;
  }
}
@media (max-width: 767px) {
  .padding-7--5-5-mobile {
    padding: 98px 77px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-7--6-mobile {
    padding: 98px 84px;
  }
}
@media (max-width: 767px) {
  .padding-7--6-5-mobile {
    padding: 98px 91px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-7--7-mobile {
    padding: 98px 98px;
  }
}
@media (max-width: 767px) {
  .padding-7--7-5-mobile {
    padding: 98px 105px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-7--8-mobile {
    padding: 98px 112px;
  }
}
@media (max-width: 767px) {
  .padding-7--8-5-mobile {
    padding: 98px 119px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-7--9-mobile {
    padding: 98px 126px;
  }
}
@media (max-width: 767px) {
  .padding-7--9-5-mobile {
    padding: 98px 133px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-7--10-mobile {
    padding: 98px 140px;
  }
}
@media (max-width: 767px) {
  .padding-7--10-5-mobile {
    padding: 98px 147px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-7--1-mobile {
    padding: 98px 14px;
  }
}
@media (max-width: 767px) {
  .padding-7--1-5-mobile {
    padding: 98px 21px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-7--2-mobile {
    padding: 98px 28px;
  }
}
@media (max-width: 767px) {
  .padding-7--2-5-mobile {
    padding: 98px 35px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-7--3-mobile {
    padding: 98px 42px;
  }
}
@media (max-width: 767px) {
  .padding-7--3-5-mobile {
    padding: 98px 49px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-7--4-mobile {
    padding: 98px 56px;
  }
}
@media (max-width: 767px) {
  .padding-7--4-5-mobile {
    padding: 98px 63px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-7--5-mobile {
    padding: 98px 70px;
  }
}
@media (max-width: 767px) {
  .padding-7--5-5-mobile {
    padding: 98px 77px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-7--6-mobile {
    padding: 98px 84px;
  }
}
@media (max-width: 767px) {
  .padding-7--6-5-mobile {
    padding: 98px 91px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-7--7-mobile {
    padding: 98px 98px;
  }
}
@media (max-width: 767px) {
  .padding-7--7-5-mobile {
    padding: 98px 105px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-7--8-mobile {
    padding: 98px 112px;
  }
}
@media (max-width: 767px) {
  .padding-7--8-5-mobile {
    padding: 98px 119px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-7--9-mobile {
    padding: 98px 126px;
  }
}
@media (max-width: 767px) {
  .padding-7--9-5-mobile {
    padding: 98px 133px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-7--10-mobile {
    padding: 98px 140px;
  }
}
@media (max-width: 767px) {
  .padding-7--10-5-mobile {
    padding: 98px 147px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-7-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-8-mobile {
    padding: 112px;
  }
}
@media (max-width: 767px) {
  .padding-8--0-mobile {
    padding: 112px 0;
  }
}
@media (max-width: 767px) {
  .padding-8--0-5-mobile {
    padding: 112px 7px;
  }
}
@media (max-width: 767px) {
  .padding-8--1-mobile {
    padding: 112px 14px;
  }
}
@media (max-width: 767px) {
  .padding-8--1-5-mobile {
    padding: 112px 21px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-8--2-mobile {
    padding: 112px 28px;
  }
}
@media (max-width: 767px) {
  .padding-8--2-5-mobile {
    padding: 112px 35px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-8--3-mobile {
    padding: 112px 42px;
  }
}
@media (max-width: 767px) {
  .padding-8--3-5-mobile {
    padding: 112px 49px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-8--4-mobile {
    padding: 112px 56px;
  }
}
@media (max-width: 767px) {
  .padding-8--4-5-mobile {
    padding: 112px 63px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-8--5-mobile {
    padding: 112px 70px;
  }
}
@media (max-width: 767px) {
  .padding-8--5-5-mobile {
    padding: 112px 77px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-8--6-mobile {
    padding: 112px 84px;
  }
}
@media (max-width: 767px) {
  .padding-8--6-5-mobile {
    padding: 112px 91px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-8--7-mobile {
    padding: 112px 98px;
  }
}
@media (max-width: 767px) {
  .padding-8--7-5-mobile {
    padding: 112px 105px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-8--8-mobile {
    padding: 112px 112px;
  }
}
@media (max-width: 767px) {
  .padding-8--8-5-mobile {
    padding: 112px 119px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-8--9-mobile {
    padding: 112px 126px;
  }
}
@media (max-width: 767px) {
  .padding-8--9-5-mobile {
    padding: 112px 133px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-8--10-mobile {
    padding: 112px 140px;
  }
}
@media (max-width: 767px) {
  .padding-8--10-5-mobile {
    padding: 112px 147px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-8--1-mobile {
    padding: 112px 14px;
  }
}
@media (max-width: 767px) {
  .padding-8--1-5-mobile {
    padding: 112px 21px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-8--2-mobile {
    padding: 112px 28px;
  }
}
@media (max-width: 767px) {
  .padding-8--2-5-mobile {
    padding: 112px 35px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-8--3-mobile {
    padding: 112px 42px;
  }
}
@media (max-width: 767px) {
  .padding-8--3-5-mobile {
    padding: 112px 49px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-8--4-mobile {
    padding: 112px 56px;
  }
}
@media (max-width: 767px) {
  .padding-8--4-5-mobile {
    padding: 112px 63px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-8--5-mobile {
    padding: 112px 70px;
  }
}
@media (max-width: 767px) {
  .padding-8--5-5-mobile {
    padding: 112px 77px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-8--6-mobile {
    padding: 112px 84px;
  }
}
@media (max-width: 767px) {
  .padding-8--6-5-mobile {
    padding: 112px 91px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-8--7-mobile {
    padding: 112px 98px;
  }
}
@media (max-width: 767px) {
  .padding-8--7-5-mobile {
    padding: 112px 105px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-8--8-mobile {
    padding: 112px 112px;
  }
}
@media (max-width: 767px) {
  .padding-8--8-5-mobile {
    padding: 112px 119px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-8--9-mobile {
    padding: 112px 126px;
  }
}
@media (max-width: 767px) {
  .padding-8--9-5-mobile {
    padding: 112px 133px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-8--10-mobile {
    padding: 112px 140px;
  }
}
@media (max-width: 767px) {
  .padding-8--10-5-mobile {
    padding: 112px 147px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-8-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-9-mobile {
    padding: 126px;
  }
}
@media (max-width: 767px) {
  .padding-9--0-mobile {
    padding: 126px 0;
  }
}
@media (max-width: 767px) {
  .padding-9--0-5-mobile {
    padding: 126px 7px;
  }
}
@media (max-width: 767px) {
  .padding-9--1-mobile {
    padding: 126px 14px;
  }
}
@media (max-width: 767px) {
  .padding-9--1-5-mobile {
    padding: 126px 21px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-9--2-mobile {
    padding: 126px 28px;
  }
}
@media (max-width: 767px) {
  .padding-9--2-5-mobile {
    padding: 126px 35px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-9--3-mobile {
    padding: 126px 42px;
  }
}
@media (max-width: 767px) {
  .padding-9--3-5-mobile {
    padding: 126px 49px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-9--4-mobile {
    padding: 126px 56px;
  }
}
@media (max-width: 767px) {
  .padding-9--4-5-mobile {
    padding: 126px 63px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-9--5-mobile {
    padding: 126px 70px;
  }
}
@media (max-width: 767px) {
  .padding-9--5-5-mobile {
    padding: 126px 77px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-9--6-mobile {
    padding: 126px 84px;
  }
}
@media (max-width: 767px) {
  .padding-9--6-5-mobile {
    padding: 126px 91px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-9--7-mobile {
    padding: 126px 98px;
  }
}
@media (max-width: 767px) {
  .padding-9--7-5-mobile {
    padding: 126px 105px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-9--8-mobile {
    padding: 126px 112px;
  }
}
@media (max-width: 767px) {
  .padding-9--8-5-mobile {
    padding: 126px 119px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-9--9-mobile {
    padding: 126px 126px;
  }
}
@media (max-width: 767px) {
  .padding-9--9-5-mobile {
    padding: 126px 133px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-9--10-mobile {
    padding: 126px 140px;
  }
}
@media (max-width: 767px) {
  .padding-9--10-5-mobile {
    padding: 126px 147px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-9--1-mobile {
    padding: 126px 14px;
  }
}
@media (max-width: 767px) {
  .padding-9--1-5-mobile {
    padding: 126px 21px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-9--2-mobile {
    padding: 126px 28px;
  }
}
@media (max-width: 767px) {
  .padding-9--2-5-mobile {
    padding: 126px 35px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-9--3-mobile {
    padding: 126px 42px;
  }
}
@media (max-width: 767px) {
  .padding-9--3-5-mobile {
    padding: 126px 49px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-9--4-mobile {
    padding: 126px 56px;
  }
}
@media (max-width: 767px) {
  .padding-9--4-5-mobile {
    padding: 126px 63px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-9--5-mobile {
    padding: 126px 70px;
  }
}
@media (max-width: 767px) {
  .padding-9--5-5-mobile {
    padding: 126px 77px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-9--6-mobile {
    padding: 126px 84px;
  }
}
@media (max-width: 767px) {
  .padding-9--6-5-mobile {
    padding: 126px 91px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-9--7-mobile {
    padding: 126px 98px;
  }
}
@media (max-width: 767px) {
  .padding-9--7-5-mobile {
    padding: 126px 105px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-9--8-mobile {
    padding: 126px 112px;
  }
}
@media (max-width: 767px) {
  .padding-9--8-5-mobile {
    padding: 126px 119px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-9--9-mobile {
    padding: 126px 126px;
  }
}
@media (max-width: 767px) {
  .padding-9--9-5-mobile {
    padding: 126px 133px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-9--10-mobile {
    padding: 126px 140px;
  }
}
@media (max-width: 767px) {
  .padding-9--10-5-mobile {
    padding: 126px 147px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-9-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-10-mobile {
    padding: 140px;
  }
}
@media (max-width: 767px) {
  .padding-10--0-mobile {
    padding: 140px 0;
  }
}
@media (max-width: 767px) {
  .padding-10--0-5-mobile {
    padding: 140px 7px;
  }
}
@media (max-width: 767px) {
  .padding-10--1-mobile {
    padding: 140px 14px;
  }
}
@media (max-width: 767px) {
  .padding-10--1-5-mobile {
    padding: 140px 21px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-10--2-mobile {
    padding: 140px 28px;
  }
}
@media (max-width: 767px) {
  .padding-10--2-5-mobile {
    padding: 140px 35px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-10--3-mobile {
    padding: 140px 42px;
  }
}
@media (max-width: 767px) {
  .padding-10--3-5-mobile {
    padding: 140px 49px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-10--4-mobile {
    padding: 140px 56px;
  }
}
@media (max-width: 767px) {
  .padding-10--4-5-mobile {
    padding: 140px 63px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-10--5-mobile {
    padding: 140px 70px;
  }
}
@media (max-width: 767px) {
  .padding-10--5-5-mobile {
    padding: 140px 77px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-10--6-mobile {
    padding: 140px 84px;
  }
}
@media (max-width: 767px) {
  .padding-10--6-5-mobile {
    padding: 140px 91px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-10--7-mobile {
    padding: 140px 98px;
  }
}
@media (max-width: 767px) {
  .padding-10--7-5-mobile {
    padding: 140px 105px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-10--8-mobile {
    padding: 140px 112px;
  }
}
@media (max-width: 767px) {
  .padding-10--8-5-mobile {
    padding: 140px 119px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-10--9-mobile {
    padding: 140px 126px;
  }
}
@media (max-width: 767px) {
  .padding-10--9-5-mobile {
    padding: 140px 133px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-10--10-mobile {
    padding: 140px 140px;
  }
}
@media (max-width: 767px) {
  .padding-10--10-5-mobile {
    padding: 140px 147px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--10-5-mobile {
    padding: 7px 147px;
  }
}
@media (max-width: 767px) {
  .padding-10--1-mobile {
    padding: 140px 14px;
  }
}
@media (max-width: 767px) {
  .padding-10--1-5-mobile {
    padding: 140px 21px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--1-mobile {
    padding: 7px 14px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--1-5-mobile {
    padding: 7px 21px;
  }
}
@media (max-width: 767px) {
  .padding-10--2-mobile {
    padding: 140px 28px;
  }
}
@media (max-width: 767px) {
  .padding-10--2-5-mobile {
    padding: 140px 35px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--2-mobile {
    padding: 7px 28px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--2-5-mobile {
    padding: 7px 35px;
  }
}
@media (max-width: 767px) {
  .padding-10--3-mobile {
    padding: 140px 42px;
  }
}
@media (max-width: 767px) {
  .padding-10--3-5-mobile {
    padding: 140px 49px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--3-mobile {
    padding: 7px 42px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--3-5-mobile {
    padding: 7px 49px;
  }
}
@media (max-width: 767px) {
  .padding-10--4-mobile {
    padding: 140px 56px;
  }
}
@media (max-width: 767px) {
  .padding-10--4-5-mobile {
    padding: 140px 63px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--4-mobile {
    padding: 7px 56px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--4-5-mobile {
    padding: 7px 63px;
  }
}
@media (max-width: 767px) {
  .padding-10--5-mobile {
    padding: 140px 70px;
  }
}
@media (max-width: 767px) {
  .padding-10--5-5-mobile {
    padding: 140px 77px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--5-mobile {
    padding: 7px 70px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--5-5-mobile {
    padding: 7px 77px;
  }
}
@media (max-width: 767px) {
  .padding-10--6-mobile {
    padding: 140px 84px;
  }
}
@media (max-width: 767px) {
  .padding-10--6-5-mobile {
    padding: 140px 91px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--6-mobile {
    padding: 7px 84px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--6-5-mobile {
    padding: 7px 91px;
  }
}
@media (max-width: 767px) {
  .padding-10--7-mobile {
    padding: 140px 98px;
  }
}
@media (max-width: 767px) {
  .padding-10--7-5-mobile {
    padding: 140px 105px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--7-mobile {
    padding: 7px 98px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--7-5-mobile {
    padding: 7px 105px;
  }
}
@media (max-width: 767px) {
  .padding-10--8-mobile {
    padding: 140px 112px;
  }
}
@media (max-width: 767px) {
  .padding-10--8-5-mobile {
    padding: 140px 119px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--8-mobile {
    padding: 7px 112px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--8-5-mobile {
    padding: 7px 119px;
  }
}
@media (max-width: 767px) {
  .padding-10--9-mobile {
    padding: 140px 126px;
  }
}
@media (max-width: 767px) {
  .padding-10--9-5-mobile {
    padding: 140px 133px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--9-mobile {
    padding: 7px 126px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--9-5-mobile {
    padding: 7px 133px;
  }
}
@media (max-width: 767px) {
  .padding-10--10-mobile {
    padding: 140px 140px;
  }
}
@media (max-width: 767px) {
  .padding-10--10-5-mobile {
    padding: 140px 147px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--10-mobile {
    padding: 7px 140px;
  }
}
@media (max-width: 767px) {
  .padding-10-5--10-5-mobile {
    padding: 7px 147px;
  }
}
.padding-t-0 {
  padding-top: 0px;
}
.padding-t-1 {
  padding-top: 14px;
}
.padding-t-2 {
  padding-top: 28px;
}
.padding-t-3 {
  padding-top: 42px;
}
.padding-t-4 {
  padding-top: 56px;
}
.padding-t-5 {
  padding-top: 70px;
}
.padding-t-6 {
  padding-top: 84px;
}
.padding-t-7 {
  padding-top: 98px;
}
.padding-t-8 {
  padding-top: 112px;
}
.padding-t-9 {
  padding-top: 126px;
}
.padding-t-10 {
  padding-top: 140px;
}
.padding-r-0 {
  padding-right: 0px;
}
.padding-r-1 {
  padding-right: 14px;
}
.padding-r-2 {
  padding-right: 28px;
}
.padding-r-3 {
  padding-right: 42px;
}
.padding-r-4 {
  padding-right: 56px;
}
.padding-r-5 {
  padding-right: 70px;
}
.padding-r-6 {
  padding-right: 84px;
}
.padding-r-7 {
  padding-right: 98px;
}
.padding-r-8 {
  padding-right: 112px;
}
.padding-r-9 {
  padding-right: 126px;
}
.padding-r-10 {
  padding-right: 140px;
}
.padding-b-0 {
  padding-bottom: 0px;
}
.padding-b-1 {
  padding-bottom: 14px;
}
.padding-b-2 {
  padding-bottom: 28px;
}
.padding-b-3 {
  padding-bottom: 42px;
}
.padding-b-4 {
  padding-bottom: 56px;
}
.padding-b-5 {
  padding-bottom: 70px;
}
.padding-b-6 {
  padding-bottom: 84px;
}
.padding-b-7 {
  padding-bottom: 98px;
}
.padding-b-8 {
  padding-bottom: 112px;
}
.padding-b-9 {
  padding-bottom: 126px;
}
.padding-b-10 {
  padding-bottom: 140px;
}
.padding-l-0 {
  padding-left: 0px;
}
.padding-l-1 {
  padding-left: 14px;
}
.padding-l-2 {
  padding-left: 28px;
}
.padding-l-3 {
  padding-left: 42px;
}
.padding-l-4 {
  padding-left: 56px;
}
.padding-l-5 {
  padding-left: 70px;
}
.padding-l-6 {
  padding-left: 84px;
}
.padding-l-7 {
  padding-left: 98px;
}
.padding-l-8 {
  padding-left: 112px;
}
.padding-l-9 {
  padding-left: 126px;
}
.padding-l-10 {
  padding-left: 140px;
}
@media (max-width: 1024px) {
  .padding-t-0-tablet {
    padding-top: 0px;
  }
}
@media (max-width: 1024px) {
  .padding-t-1-tablet {
    padding-top: 14px;
  }
}
@media (max-width: 1024px) {
  .padding-t-2-tablet {
    padding-top: 28px;
  }
}
@media (max-width: 1024px) {
  .padding-t-3-tablet {
    padding-top: 42px;
  }
}
@media (max-width: 1024px) {
  .padding-t-4-tablet {
    padding-top: 56px;
  }
}
@media (max-width: 1024px) {
  .padding-t-5-tablet {
    padding-top: 70px;
  }
}
@media (max-width: 1024px) {
  .padding-t-6-tablet {
    padding-top: 84px;
  }
}
@media (max-width: 1024px) {
  .padding-t-7-tablet {
    padding-top: 98px;
  }
}
@media (max-width: 1024px) {
  .padding-t-8-tablet {
    padding-top: 112px;
  }
}
@media (max-width: 1024px) {
  .padding-t-9-tablet {
    padding-top: 126px;
  }
}
@media (max-width: 1024px) {
  .padding-t-10-tablet {
    padding-top: 140px;
  }
}
@media (max-width: 1024px) {
  .padding-r-0-tablet {
    padding-right: 0px;
  }
}
@media (max-width: 1024px) {
  .padding-r-1-tablet {
    padding-right: 14px;
  }
}
@media (max-width: 1024px) {
  .padding-r-2-tablet {
    padding-right: 28px;
  }
}
@media (max-width: 1024px) {
  .padding-r-3-tablet {
    padding-right: 42px;
  }
}
@media (max-width: 1024px) {
  .padding-r-4-tablet {
    padding-right: 56px;
  }
}
@media (max-width: 1024px) {
  .padding-r-5-tablet {
    padding-right: 70px;
  }
}
@media (max-width: 1024px) {
  .padding-r-6-tablet {
    padding-right: 84px;
  }
}
@media (max-width: 1024px) {
  .padding-r-7-tablet {
    padding-right: 98px;
  }
}
@media (max-width: 1024px) {
  .padding-r-8-tablet {
    padding-right: 112px;
  }
}
@media (max-width: 1024px) {
  .padding-r-9-tablet {
    padding-right: 126px;
  }
}
@media (max-width: 1024px) {
  .padding-r-10-tablet {
    padding-right: 140px;
  }
}
@media (max-width: 1024px) {
  .padding-b-0-tablet {
    padding-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .padding-b-1-tablet {
    padding-bottom: 14px;
  }
}
@media (max-width: 1024px) {
  .padding-b-2-tablet {
    padding-bottom: 28px;
  }
}
@media (max-width: 1024px) {
  .padding-b-3-tablet {
    padding-bottom: 42px;
  }
}
@media (max-width: 1024px) {
  .padding-b-4-tablet {
    padding-bottom: 56px;
  }
}
@media (max-width: 1024px) {
  .padding-b-5-tablet {
    padding-bottom: 70px;
  }
}
@media (max-width: 1024px) {
  .padding-b-6-tablet {
    padding-bottom: 84px;
  }
}
@media (max-width: 1024px) {
  .padding-b-7-tablet {
    padding-bottom: 98px;
  }
}
@media (max-width: 1024px) {
  .padding-b-8-tablet {
    padding-bottom: 112px;
  }
}
@media (max-width: 1024px) {
  .padding-b-9-tablet {
    padding-bottom: 126px;
  }
}
@media (max-width: 1024px) {
  .padding-b-10-tablet {
    padding-bottom: 140px;
  }
}
@media (max-width: 1024px) {
  .padding-l-0-tablet {
    padding-left: 0px;
  }
}
@media (max-width: 1024px) {
  .padding-l-1-tablet {
    padding-left: 14px;
  }
}
@media (max-width: 1024px) {
  .padding-l-2-tablet {
    padding-left: 28px;
  }
}
@media (max-width: 1024px) {
  .padding-l-3-tablet {
    padding-left: 42px;
  }
}
@media (max-width: 1024px) {
  .padding-l-4-tablet {
    padding-left: 56px;
  }
}
@media (max-width: 1024px) {
  .padding-l-5-tablet {
    padding-left: 70px;
  }
}
@media (max-width: 1024px) {
  .padding-l-6-tablet {
    padding-left: 84px;
  }
}
@media (max-width: 1024px) {
  .padding-l-7-tablet {
    padding-left: 98px;
  }
}
@media (max-width: 1024px) {
  .padding-l-8-tablet {
    padding-left: 112px;
  }
}
@media (max-width: 1024px) {
  .padding-l-9-tablet {
    padding-left: 126px;
  }
}
@media (max-width: 1024px) {
  .padding-l-10-tablet {
    padding-left: 140px;
  }
}
@media (max-width: 767px) {
  .padding-t-0-mobile {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .padding-t-1-mobile {
    padding-top: 14px;
  }
}
@media (max-width: 767px) {
  .padding-t-2-mobile {
    padding-top: 28px;
  }
}
@media (max-width: 767px) {
  .padding-t-3-mobile {
    padding-top: 42px;
  }
}
@media (max-width: 767px) {
  .padding-t-4-mobile {
    padding-top: 56px;
  }
}
@media (max-width: 767px) {
  .padding-t-5-mobile {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .padding-t-6-mobile {
    padding-top: 84px;
  }
}
@media (max-width: 767px) {
  .padding-t-7-mobile {
    padding-top: 98px;
  }
}
@media (max-width: 767px) {
  .padding-t-8-mobile {
    padding-top: 112px;
  }
}
@media (max-width: 767px) {
  .padding-t-9-mobile {
    padding-top: 126px;
  }
}
@media (max-width: 767px) {
  .padding-t-10-mobile {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .padding-r-0-mobile {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .padding-r-1-mobile {
    padding-right: 14px;
  }
}
@media (max-width: 767px) {
  .padding-r-2-mobile {
    padding-right: 28px;
  }
}
@media (max-width: 767px) {
  .padding-r-3-mobile {
    padding-right: 42px;
  }
}
@media (max-width: 767px) {
  .padding-r-4-mobile {
    padding-right: 56px;
  }
}
@media (max-width: 767px) {
  .padding-r-5-mobile {
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  .padding-r-6-mobile {
    padding-right: 84px;
  }
}
@media (max-width: 767px) {
  .padding-r-7-mobile {
    padding-right: 98px;
  }
}
@media (max-width: 767px) {
  .padding-r-8-mobile {
    padding-right: 112px;
  }
}
@media (max-width: 767px) {
  .padding-r-9-mobile {
    padding-right: 126px;
  }
}
@media (max-width: 767px) {
  .padding-r-10-mobile {
    padding-right: 140px;
  }
}
@media (max-width: 767px) {
  .padding-b-0-mobile {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .padding-b-1-mobile {
    padding-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .padding-b-2-mobile {
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .padding-b-3-mobile {
    padding-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .padding-b-4-mobile {
    padding-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .padding-b-5-mobile {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .padding-b-6-mobile {
    padding-bottom: 84px;
  }
}
@media (max-width: 767px) {
  .padding-b-7-mobile {
    padding-bottom: 98px;
  }
}
@media (max-width: 767px) {
  .padding-b-8-mobile {
    padding-bottom: 112px;
  }
}
@media (max-width: 767px) {
  .padding-b-9-mobile {
    padding-bottom: 126px;
  }
}
@media (max-width: 767px) {
  .padding-b-10-mobile {
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .padding-l-0-mobile {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .padding-l-1-mobile {
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .padding-l-2-mobile {
    padding-left: 28px;
  }
}
@media (max-width: 767px) {
  .padding-l-3-mobile {
    padding-left: 42px;
  }
}
@media (max-width: 767px) {
  .padding-l-4-mobile {
    padding-left: 56px;
  }
}
@media (max-width: 767px) {
  .padding-l-5-mobile {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .padding-l-6-mobile {
    padding-left: 84px;
  }
}
@media (max-width: 767px) {
  .padding-l-7-mobile {
    padding-left: 98px;
  }
}
@media (max-width: 767px) {
  .padding-l-8-mobile {
    padding-left: 112px;
  }
}
@media (max-width: 767px) {
  .padding-l-9-mobile {
    padding-left: 126px;
  }
}
@media (max-width: 767px) {
  .padding-l-10-mobile {
    padding-left: 140px;
  }
}
/* WHITE-SPACE */
.white-space-nowrap {
  white-space: nowrap;
}
/* TEXT COLOR */
.color-primary,
.color-1 {
  color: #252525;
}
.color-secondary,
.color-2 {
  color: #D34500;
}
.color-tertiary,
.color-3 {
  color: #FF9966;
}
.color-quaternary,
.color-4 {
  color: #F8F7F7;
}
.color-quinary,
.color-5 {
  color: #E6E6E6;
}
.color-senary,
.color-6 {
  color: #555;
}
.color-septenary,
.color-7 {
  color: #6c6c6c;
}
.color-8 {
  color: #A44118;
}
.color-9 {
  color: #000000;
}
.color-white,
.color-10 {
  color: white;
}
.color-success {
  color: #27762A;
}
.color-success-light {
  color: #7adc12;
}
.color-error {
  color: #d00d0d;
}
.color-notavailable {
  color: #dadada;
}
.color-instock {
  color: #27762A;
}
.color-fewinstock {
  color: #f4c40c;
}
.color-outofstock {
  color: #6c6c6c;
}
.color-trans-blue {
  color: rgba(48, 150, 255, 0.6);
}
/*WORD BREAK*/
.word-break-normal {
  word-break: normal !important;
}
/* TEXT DECORATION */
.text-underline {
  text-decoration: underline !important;
}
.text-underline-none {
  text-decoration: none !important;
}
.striked-through {
  position: relative;
  margin: 7px 0 0 0;
}
.striked-through:before {
  content: "";
  height: 1px;
  top: 50%;
  left: 0;
  background: #E6E6E6;
  position: absolute;
  border: 0;
  width: 100%;
}
.striked-through.strike-primary:before {
  background: #252525;
}
.striked-through.strike-secondary:before {
  background: #D34500;
}
.striked-through.strike-tertiary:before {
  background: #FF9966;
}
.striked-through.strike-quaternary:before {
  background: #F8F7F7;
}
.striked-through.strike-quinary:before {
  background: #E6E6E6;
}
.striked-through.strike-septenary:before {
  background: #6c6c6c;
}
.striked-through.strike-senary:before {
  background: #555;
}
/* TEXT ALIGNMENT */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media (max-width: 767px) {
  .text-left-mobile {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-right-mobile {
    text-align: right;
  }
}
.vertical-align-middle {
  vertical-align: middle;
}
/* TEXT TRANSFORM */
.text-transform-none {
  text-transform: none;
}
.text-transform-uppercase {
  text-transform: uppercase;
}
.text-transform-lowercase {
  text-transform: lowercase;
}
.text-transform-capitalize {
  text-transform: capitalize;
}
.text-first-letter-capitalize:first-letter {
  text-transform: capitalize;
}
/* FONT FACE*/
.font-sans {
  font-family: 'Gothic A1', sans-serif;
}
.font-serif {
  font-family: 'Georgia', 'Times', 'Times New Roman', serif;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
.font-display {
  font-family: 'Caveat', sans-serif;
  font-style: italic;
  font-weight: 300;
  text-transform: none;
}
.font-icon-kitchn {
  font-family: 'kitchnno', sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}
/* FONT-SIZE REM */
/* -- DEFAULT SIZES */
.font-1 {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
}
.font-1-medium {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
}
.font-1-bold {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 800;
}
/* -- SPECIFIC SIZES */
.font-0 {
  font-size: 0;
  line-height: 0;
}
.font-0-6--1 {
  font-size: 0.6rem;
  line-height: 1;
}
.font-0-7--1 {
  font-size: 0.7rem;
  line-height: 1;
}
.font-0-7--1-2 {
  font-size: 0.7rem;
  line-height: 1.2;
}
.font-0-7--1-4 {
  font-size: 0.7rem;
  line-height: 1.4;
}
.font-0-8--0-8 {
  font-size: 0.8rem;
  line-height: 0.8;
}
.font-0-8--1 {
  font-size: 0.8rem;
  line-height: 1;
}
.font-0-8--1-4 {
  font-size: 0.8rem;
  line-height: 1.4;
}
.font-0-8--1-4-bold {
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.4;
}
.font-0-9--0-8 {
  font-size: 0.9rem;
  line-height: 0.8;
}
.font-0-9--1 {
  font-size: 0.9rem;
  line-height: 1;
}
.font-0-9--1-4 {
  font-size: 0.8rem;
  line-height: 1.4;
}
.font-0-9--1-4-bold {
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.4;
}
.font-1--0-8 {
  font-size: 1rem;
  line-height: 0.8;
}
.font-1 {
  font-size: 1rem;
  line-height: 1;
}
.font-1--1-4 {
  font-size: 1rem;
  line-height: 1.4;
}
.font-1--1-4--600 {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
}
.font-1--1-4-bold,
.font-1--1-4--800 {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 800;
}
.font-1-2--1-4 {
  font-size: 1.2rem;
  line-height: 1.4;
}
.font-1-4--0-8 {
  font-size: 1.4rem;
  line-height: 0.8;
}
.font-1-5--1 {
  font-size: 1.5rem;
  line-height: 1;
}
.font-1-5--1-4 {
  font-size: 1.5rem;
  line-height: 1.4;
}
.font-1-6--1 {
  font-size: 1.6rem;
  line-height: 1;
}
.font-1-6--1-4 {
  font-size: 1.6rem;
  line-height: 1.4;
}
.font-1-17--1-4 {
  font-size: 1.7rem;
  line-height: 1.4;
}
.font-1-8--0-8 {
  font-size: 1.8rem;
  line-height: 0.8;
}
.font-1-8--1 {
  font-size: 1.8rem;
  line-height: 1;
}
.font-1-8--1-4 {
  font-size: 1.8rem;
  line-height: 1.4;
}
.font-2--0-8 {
  font-size: 2rem;
  line-height: 0.8;
  font-weight: 400;
}
.font-2--1-4 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
}
.font-2--1-4-bold {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 800;
}
.font-3--0-8 {
  font-size: 3rem;
  line-height: 0.8;
  font-weight: 400;
}
.font-4--1-4 {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 400;
}
.font-4--1-4-bold {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 800;
}
.font-5--0-8 {
  font-size: 5rem;
  line-height: 0.8;
}
.font-6--0-8 {
  font-size: 6rem;
  line-height: 0.8;
}
.font-7--0-8 {
  font-size: 7rem;
  line-height: 0.8;
}
.font-10--1 {
  font-size: 10rem;
  line-height: 1;
  font-weight: 400;
}
.font-10--1-bold {
  font-size: 10rem;
  line-height: 1;
  font-weight: 800;
}
/* FONT WEIGHT */
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-w-normal {
  font-weight: 300;
}
.font-w-medium {
  font-weight: 600;
}
.font-bold,
.font-w-bold {
  font-weight: 800;
}
.font-extra-small {
  font-size: 0.7rem;
  line-height: 1.4;
}
.font-small {
  font-size: 0.9rem;
  line-height: 1.4;
}
.font-small-1 {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .font-small-1 {
    font-size: 0.7rem;
  }
}
.font-normal {
  font-size: 1.4rem;
  line-height: 1.4;
}
.font-normal-mobile-1 {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .font-normal-mobile-1 {
    font-size: 1rem;
  }
}
.font-medium {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .font-medium {
    font-size: 1.2rem;
  }
}
.font-big {
  font-size: 1.7rem;
  line-height: 1.4;
}
.font-medium-big {
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .font-medium-big {
    font-size: 1.4rem;
  }
}
.font-big-2-6 {
  font-size: 2.6rem;
  line-height: 1.4;
}
@media (max-width: 767px), (max-width: 1180px) {
  .font-big-2-6 {
    font-size: 1.5rem;
  }
}
.font-very-big {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 500;
}
@media (max-width: 767px) {
  .font-very-big {
    font-size: 2rem;
  }
}
.font-very-big-bold {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 800;
}
@media (max-width: 767px) {
  .font-very-big-bold {
    font-size: 2rem;
  }
}
.font-very-big-no-bold {
  font-size: 3rem;
  line-height: 1.4;
}
@media (max-width: 767px), (max-width: 1180px) {
  .font-very-big-no-bold {
    font-size: 1.7rem;
  }
}
.font-very-big-4 {
  font-size: 4rem;
  line-height: 1.4;
}
@media (max-width: 767px), (max-width: 1180px) {
  .font-very-big-4 {
    font-size: 2rem;
  }
}
.font-very-big-5 {
  font-size: 5rem;
  line-height: 1.4;
}
@media (max-width: 767px), (max-width: 1180px) {
  .font-very-big-5 {
    font-size: 2.6rem;
  }
}
.font-very-big-6 {
  font-size: 6rem;
  line-height: 1.4;
}
@media (max-width: 767px), (max-width: 1180px) {
  .font-very-big-6 {
    font-size: 3.2rem;
  }
}
.font-very-big-8 {
  font-size: 8rem;
  line-height: 1.4;
}
@media (max-width: 767px), (max-width: 1180px) {
  .font-very-big-8 {
    font-size: 4.2rem;
  }
}
.font-very-big-10 {
  font-size: 10rem;
  line-height: 1.4;
}
@media (max-width: 767px), (max-width: 1180px) {
  .font-very-big-10 {
    font-size: 5.6rem;
  }
}
@media (max-width: 767px) {
  .font-1-mobile {
    font-size: 1rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .font-1--1-4-mobile {
    font-size: 1rem;
    line-height: 1.4;
  }
}
/* LINE HEIGHT */
.line-height-2 {
  line-height: 2;
}
.line-height-1-8 {
  line-height: 1.8;
}
.line-height-1-6 {
  line-height: 1.6;
}
.line-height-1-4 {
  line-height: 1.4;
}
.line-height-1-2 {
  line-height: 1.2;
}
.line-height-1 {
  line-height: 1;
}
.line-height-0-8 {
  line-height: 0.8;
}
/* HOVER EFFECTS */
.link-underline {
  text-decoration: none;
  position: relative;
}
.link-underline:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 100%;
  background: #252525;
  transition: all 0.4s ease-in-out;
}
.link-underline.secondary:before,
.link-underline.line-color-2:before {
  background: #D34500;
}
.link-underline.color-secondary,
.link-underline.color-2 {
  color: #D34500;
}
.link-underline.hover-underline-color-secondary:hover:before,
.link-underline.hover-underline-color-2:hover:before {
  background: #D34500;
}
.hover-underline:hover {
  text-decoration: underline;
}
.cursor-pointer-hover:hover {
  cursor: pointer;
}
.hover-bg-1:hover {
  background: #252525;
}
.hover-bg-2:hover {
  background: #D34500;
}
.hover-bg-3:hover {
  background: #FF9966;
}
.hover-bg-4:hover {
  background: #F8F7F7;
}
.hover-bg-5:hover {
  background: #E6E6E6;
}
.hover-bg-6:hover {
  background: #555;
}
.hover-bg-7:hover {
  background: #6c6c6c;
}
.hover-color-1:hover {
  color: #252525;
}
.hover-color-2:hover {
  color: #D34500;
}
.hover-color-3:hover {
  color: #FF9966;
}
.hover-color-4:hover {
  color: #F8F7F7;
}
.hover-color-5:hover {
  color: #E6E6E6;
}
.hover-color-6:hover {
  color: #555;
}
.hover-color-7:hover {
  color: #6c6c6c;
}
/* POSITIONING */
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
@media (max-width: 767px) {
  .fixed-mobile {
    position: fixed;
  }
}
.absolute {
  position: absolute;
}
.absolute-l33-33--t50 {
  left: 33.33%;
  top: 50%;
}
.absolute-l-0--t-0 {
  left: 0;
  top: 0;
}
.absolute-l-0--b-0 {
  left: 0;
  bottom: 0;
}
.absolute-r-0--t-0 {
  right: 0;
  top: 0;
}
.absolute-l-50--t-50 {
  left: 50%;
  top: 50%;
}
.pos-l-50 {
  left: 50%;
}
.pos-b-5 {
  bottom: 70px;
}
@media (max-width: 1024px) {
  .pos-l-auto-tablet {
    left: auto;
  }
}
.pos-l-4--t-50p {
  left: 56px;
  top: 50%;
}
.pos-l-0-5--t-0-5 {
  left: 7px;
  top: 7px;
}
.pos-l-1--t-0-5 {
  left: 14px;
  top: 7px;
}
/* TRANSFORM */
.transform-translate-center-center {
  transform: translate3d(-50%, -50%, 0);
}
.top-center-offset {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.transform-translate-left-center {
  transform: translate3d(0%, -50%, 0);
}
.position-l-0--t-0 {
  top: 0;
  left: 0;
}
/* Z-INDEX */
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}
.z-index-6 {
  z-index: 6;
}
.z-index-7 {
  z-index: 7;
}
.z-index-8 {
  z-index: 8;
}
.z-index-9 {
  z-index: 9;
}
.z-index-10 {
  z-index: 10;
}
/* FLOAT */
.float-right {
  float: right;
}
/* ALIGN */
.align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.align-items-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.align-items-flex-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.align-items-flex-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .align-items-flex-start-mobile {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .align-items-flex-end-mobile {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
.justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.justify-flex-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.justify-flex-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .justify-flex-start-mobile {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .justify-center-mobile {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.justify-self-flex-start {
  justify-self: flex-start;
}
.justify-self-flex-end {
  justify-self: flex-end;
}
.justify-self-flex-center {
  justify-self: center;
}
.align-self-flex-start {
  align-self: flex-start;
}
.align-self-flex-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}
.align-self-stretch {
  align-self: stretch;
}
/* WIDTH */
.max-width {
  width: 100%;
  max-width: 1440px;
}
.max-width-big {
  width: 100%;
  max-width: 1180.8px;
}
.max-width-medium {
  width: 100%;
  max-width: 806.4px;
}
.max-width-small {
  width: 100%;
  max-width: 403.2px;
}
/* WIDTH PERCENTAGE */
.width-p8-33 {
  width: 8.33%;
}
.width-p16-66 {
  width: 16.66%;
}
.width-p25 {
  width: 25%;
}
.width-p33-33 {
  width: 33.33%;
}
.width-p41-66 {
  width: 41.66%;
}
.width-p50 {
  width: 50%;
}
.width-p66-66 {
  width: 66.66%;
}
.width-p75 {
  width: 75%;
}
.width-p100 {
  width: 100%;
}
@media (max-width: 767px) {
  .width-p8-33-mobile {
    width: 8.33%;
  }
}
@media (max-width: 767px) {
  .width-p16-66-mobile {
    width: 16.66%;
  }
}
@media (max-width: 767px) {
  .width-p25-mobile {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .width-p33-33-mobile {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .width-p41-66-mobile {
    width: 41.66%;
  }
}
@media (max-width: 767px) {
  .width-p50-mobile {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .width-p66-66-mobile {
    width: 66.66%;
  }
}
@media (max-width: 767px) {
  .width-p75-mobile {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .width-p100-mobile {
    width: 100%;
  }
}
/* WIDTH PIXELS */
.width-px50 {
  width: 50px;
}
.width-px75 {
  width: 75px;
}
.width-px100 {
  width: 100px;
}
.width-px130 {
  width: 130px;
}
/* WIDTH AUTO */
.width-auto {
  width: auto;
}
@media (max-width: 1024px) {
  .width-auto-tablet {
    width: auto;
  }
}
@media (max-width: 767px) {
  .width-auto-mobile {
    width: auto;
  }
}
/* HEIGHT */
.min-height-p100 {
  min-height: 100%;
}
.height-p10 {
  height: 10%;
}
.height-p20 {
  height: 20%;
}
.height-p30 {
  height: 30%;
}
.height-p40 {
  height: 40%;
}
.height-p50 {
  height: 50%;
}
.height-p60 {
  height: 60%;
}
.height-p70 {
  height: 70%;
}
.height-p80 {
  height: 80%;
}
.height-p90 {
  height: 50%;
}
.height-p100,
.full-height {
  height: 100%;
}
/* RATIO CALCULATIONS USING PADDING ON CONTAINER */
/*.video-wrapper, .ratio-wrapper {
}*/
[data-ratio] {
  position: relative;
}
[data-ratio][data-ratio='1:1'] {
  padding: 50%;
}
[data-ratio][data-ratio='4:3'] {
  padding: 37.5%;
}
[data-ratio][data-ratio='16:9'] {
  padding: 26%;
}
[data-ratio][data-ratio='2:1'] {
  padding: 25%;
}
[data-ratio] iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.ratio-1--1 {
  padding: 50%;
}
.ratio-4--3 {
  padding: 37.5%;
}
.ratio-16--9 {
  padding: 26%;
}
.ratio-2--1 {
  padding: 25%;
}
@media (max-width: 767px) {
  .ratio-1--1-mob {
    padding: 50%;
  }
}
@media (max-width: 767px) {
  .ratio-4--3-mob {
    padding: 37.5%;
  }
}
@media (max-width: 767px) {
  .ratio-16--9-mob {
    padding: 26%;
  }
}
@media (max-width: 767px) {
  .ratio-2--1-mob {
    padding: 25%;
  }
}
.aspect-ratio-1 {
  aspect-ratio: 1;
}
.aspect-ratio-16--7 {
  aspect-ratio: 16/7;
}
.aspect-ratio-16--9 {
  aspect-ratio: 16/9;
}
.aspect-ratio-2--1 {
  aspect-ratio: 2/1;
}
/* BORDERS */
.border {
  border: 1px solid;
}
.border-0 {
  border: 0;
}
.border-t-0 {
  border-top: 0;
}
.border-radius {
  border-radius: 8px;
}
.border-radius-2 {
  border-radius: 16px;
}
.border-radius-bottom {
  border-radius: 0 0 8px 8px;
}
.border-radius-bottom-2 {
  border-radius: 0 0 16px 16px;
}
.border-radius-p100 {
  border-radius: 100%;
}
.border-top {
  border-top: 1px solid #E6E6E6;
}
.border-bottom {
  border-bottom: 1px solid #E6E6E6;
}
.border-right {
  border-right: 1px solid #E6E6E6;
}
.border-left {
  border-left: 1px solid #E6E6E6;
}
.border-left.border-width-10 {
  border-width: 10px;
}
.border-color-1 {
  border-color: #252525;
}
.border-color-2 {
  border-color: #D34500;
}
.border-color-3 {
  border-color: #FF9966;
}
.border-color-4 {
  border-color: #F8F7F7;
}
.border-color-5 {
  border-color: #E6E6E6;
}
.border-color-6 {
  border-color: #555;
}
.border-color-7 {
  border-color: #6c6c6c;
}
.border-color-success {
  border-color: #60ad0e;
}
.box-shadow-corner {
  box-shadow: 0 5px 5px #E6E6E6;
}
/* OPACITY */
.opacity-0-1 {
  opacity: 0.1;
}
.opacity-0-2 {
  opacity: 0.2;
}
.opacity-0-3 {
  opacity: 0.3;
}
.opacity-0-4 {
  opacity: 0.4;
}
.opacity-0-5 {
  opacity: 0.5;
}
.opacity-0-6 {
  opacity: 0.6;
}
.opacity-0-7 {
  opacity: 0.7;
}
.opacity-0-8 {
  opacity: 0.8;
}
.opacity-0-9 {
  opacity: 0.9;
}
.opacity-1 {
  opacity: 1;
}
/* SHADOWS */
.box-shadow {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.box-shadow-dark {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.box-shadow-inset-1px {
  box-shadow: inset 0 0 1px #252525;
}
/* FILL SVG */
.fill-primary {
  fill: #252525;
}
.fill-secondary {
  fill: #D34500;
}
.fill-tertiary {
  fill: #FF9966;
}
.fill-quaternary {
  fill: #F8F7F7;
}
.fill-quinary {
  fill: #E6E6E6;
}
.fill-septenary {
  fill: #6c6c6c;
}
.fill-senary {
  fill: #555;
}
.fill-success {
  fill: #60ad0e;
}
.fill-success-light {
  fill: #7adc12;
}
.disabled {
  pointer-events: none;
}
.focus:focus {
  outline: 1px solid #252525;
}
.btn-radio {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.btn-radio:before {
  display: block;
  content: "";
  position: relative;
  margin: auto 14px auto 0;
  border-radius: 100%;
  border: 1px solid black;
  background: white;
  width: 14px;
  height: 14px;
}
.btn-radio.active:before {
  background: #D34500;
  border: 3.5px solid white;
  box-shadow: 0 0 0 0.5px black;
}
.info-box {
  margin-right: 3.5px;
}
.text-image-left,
.text-image-right {
  flex-direction: row-reverse;
}
.text-image-left img,
.text-image-right img {
  max-height: 500px;
}
.text-image-right {
  flex-direction: row;
}
.cursor-pointer {
  cursor: pointer;
}
#cookiePopup {
  display: none;
  width: 100%;
  margin-left: 0px auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  transition: all 1s ease-in-out;
  z-index: 900;
  line-height: 1.6rem;
  top: 0;
  font-family: 'Gothic A1', sans-serif;
}
@media (max-width: 767px) {
  #cookiePopup {
    bottom: 0;
    z-index: 1000;
    top: auto;
  }
}
#cookiePopup a.btn {
  background: #252525;
  padding: 7px;
  margin-right: 70px;
  color: white;
  font-size: 0.8rem;
  cursor: pointer;
  font-weight: 100;
  float: right;
  text-decoration: none;
}
@media (max-width: 767px) {
  #cookiePopup a.btn {
    float: left;
    margin-top: 14px;
    font-size: 0.8rem;
    margin-right: 0;
    padding: 11.2px;
  }
}
#cookiePopup.active {
  padding: 7px;
  display: block;
  transform: translateX(-50%) translateY(0%);
  position: fixed;
}
#cookiePopup p {
  /*text-align: center;*/
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: black;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #cookiePopup p {
    font-size: 0.8rem;
    line-height: 1.1rem;
    font-weight: 400;
  }
}
#cookiePopup a {
  text-decoration: underline;
  white-space: nowrap;
  color: black;
}
/*
body {

    &.modal-active {
        position: relative;
        overflow: hidden;

    }
}*/
.clubrecruitmentModal {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.clubrecruitmentModal h2 {
  font-size: 2.8rem;
  line-height: 3rem;
  text-align: center;
  width: 100%;
}
.clubrecruitmentModal .modal-btn {
  display: flex;
  margin: 0 auto;
}
.clubrecruitmentModal .modal-btn .popup-btn {
  margin: 14px auto 28px auto;
  background: #D34500;
  color: #ffffff;
  padding: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-align: center;
}
.clubrecruitmentModal .modal-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(37, 37, 37, 0.8);
}
.clubrecruitmentModal.active {
  display: flex;
  padding: 28px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  animation: fadeIn ease 3s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .clubrecruitmentModal.active {
    padding: 7px;
  }
}
.clubrecruitmentModal.active .modal-content {
  display: block;
}
.clubrecruitmentModal .content {
  display: flex;
  flex-direction: column;
  background: black;
  width: 100%;
  max-height: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .clubrecruitmentModal .content {
    overflow: scroll;
  }
}
.modal-content {
  position: relative;
  display: none;
  background: #252525;
  /*    padding: @default-padding;*/
  z-index: 3;
  width: 100%;
  max-height: 100%;
  max-width: 1000px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  color: white;
}
.modal-content .center {
  text-align: center;
}
.modal-content .ingress {
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 600;
  margin: 14px 14px 42px 14px;
}
.modal-content .breadtext p {
  font-size: 1.2rem;
  margin: 0 14px 28px 14px;
}
.modal-content p {
  max-width: 100%;
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .modal-content {
    overflow: auto;
  }
}
.modal-content .close-btn {
  text-align: end;
  margin: 14px 14px 14px 0;
  position: absolute;
  z-index: 20;
  right: 0;
}
.modal-content.active {
  display: block;
}
.modal-content figure {
  display: flex;
}
.modal-content figure img {
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.modal-content .modal-header {
  background: #ffffff;
  margin: 0 auto;
  /*        display: flex;*/
  position: relative;
  top: -28px;
  max-width: 300px;
  width: 100%;
}
.modal-content .modal-header h2 {
  color: #000000;
  font-size: 28px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4rem;
  text-transform: uppercase;
  padding: 14px;
}
.modal-content a {
  color: #ffffff;
}
#popup-wrapper {
  position: fixed;
  bottom: 14px;
  left: 14px;
  max-width: 403.2px;
  z-index: 2;
}
@media (max-width: 767px) {
  #popup-wrapper {
    max-width: calc(100% - 14px*7);
  }
}
#popup-wrapper > ul > li {
  position: relative;
  display: none;
}
#popup-wrapper > ul > li.bg-2 .close-popup:hover {
  color: #252525;
}
#popup-wrapper > ul > li.admin {
  display: block;
}
#popup-wrapper > ul > li.all {
  display: block;
}
#popup-wrapper > ul > li.desktop {
  display: block;
}
@media (max-width: 767px) {
  #popup-wrapper > ul > li.desktop {
    display: none;
  }
}
#popup-wrapper > ul > li.mobile,
#popup-wrapper > ul > li.android,
#popup-wrapper > ul > li.iphone {
  display: none;
}
@media (max-width: 767px) {
  #popup-wrapper > ul > li.mobile,
  #popup-wrapper > ul > li.android,
  #popup-wrapper > ul > li.iphone {
    display: block;
  }
}
#popup-wrapper > ul > li.bc-popup {
  background: #252525;
  color: white;
}
#popup-wrapper > ul > li.bc-popup h2 {
  font-size: 2.8rem;
  font-weight: 800;
  white-space: nowrap;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  #popup-wrapper > ul > li.bc-popup h2 {
    font-size: 2rem;
  }
}
#popup-wrapper > ul > li.bc-popup p {
  margin: 3.5px 0;
}
#popup-wrapper > ul > li.bc-popup ul {
  padding: 0;
  margin: 0;
}
#popup-wrapper > ul > li.bc-popup ul li {
  padding: 0 0 0 16.8px;
  margin: 3.5px 0;
  font-size: 0.86rem;
  line-height: 1.4;
  list-style: none;
}
#popup-wrapper > ul > li.bc-popup ul li:before {
  content: "•";
  color: #D34500;
  margin: auto 7px auto -14px;
}
#popup-wrapper > ul > li .close-popup {
  position: absolute;
  line-height: 1;
  top: 7px;
  right: 7px;
  cursor: pointer;
  padding: 3.5px;
}
#popup-wrapper > ul > li .close-popup:hover {
  color: #D34500;
}
#popup-wrapper > ul > li a {
  display: block;
  color: inherit;
}
#popup-wrapper > ul > li p {
  line-height: 1.4;
}
@-webkit-keyframes slide-in-out {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
  }
  10% {
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
  }
  80% {
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
  }
}
@-moz-keyframes slide-in-out {
  0% {
    opacity: 0;
    -moz-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
  }
  10% {
    opacity: 1;
  }
  20% {
    -moz-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
  }
  80% {
    -moz-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
  }
}
@-ms-keyframes slide-in-out {
  0% {
    opacity: 0;
    -ms-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
  }
  10% {
    opacity: 1;
  }
  20% {
    -ms-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
  }
  80% {
    -ms-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
  }
}
@keyframes slide-in-out {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-100%);
    -moz-transform: translateX(-50%) translateY(-100%);
    -o-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
  }
  10% {
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
  }
  80% {
    -webkit-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-100%);
    -moz-transform: translateX(-50%) translateY(-100%);
    -o-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes content-block-fade-out {
  0% {
    background: #E6E6E6;
  }
  100% {
    background: transparent;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes translate-rotate {
  0% {
    translate: -50% -50% 0;
    rotate: 0deg;
  }
  100% {
    translate: -50% -50% 0;
    rotate: 360deg;
  }
}
@keyframes rotate-clip {
  0% {
    transform: rotate(0deg);
    clip-path: polygon(50% 0%, 50% 100%, 0%, 100%, 0% 0%);
  }
  100% {
    transform: rotate(360deg);
    clip-path: polygon(50% 0%, 100% 0%, 100%, 100%, 0% 50%);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -100%, 0) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0) scale(1);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(-50%, -100%, 0) scale(0.8);
  }
}
.slide-in-out {
  display: block !important;
  opacity: 0;
  -webkit-animation: slide-in-out 5s ease-in-out 0.5s forwards;
  -moz-animation: slide-in-out 5s ease-in-out 0.5s forwards;
  -o-animation: slide-in-out 5s ease-in-out 0.5s forwards;
  animation: slide-in-out 5s ease-in-out 0.5s forwards;
}
:root {
  --margin-top: 0px;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: break-word;
}
html.mobile-searchresult-filter {
  overflow-y: hidden;
  -webkit-overflow-scrolling: auto;
  position: fixed;
}
html.mobile-searchresult-filter #framework .search-result-layout .left-column {
  display: block;
}
html body {
  margin: 0;
  margin-top: var(--margin-top);
  padding: 0;
  font-family: 'Gothic A1', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  overflow-x: hidden;
  background: #F8F7F7;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  z-index: 0;
  transition: margin 0.2s ease-in-out;
}
html body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
@media (max-width: 1024px) {
  html body {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  html body {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media print {
  html body {
    background: none;
  }
}
html body.overlay {
  overflow-y: hidden;
}
html body.overlay.stopScroll {
  position: relative;
}
html body.overlay:before {
  pointer-events: auto;
  opacity: 1;
}
html body.overlay .loginContainer {
  z-index: 5;
}
@media (max-width: 767px) {
  html body.overlay.no-overlay-mobile:before {
    display: none;
  }
}
html body.mobile-menu-active {
  overflow-y: hidden;
  -webkit-overflow-scrolling: auto;
  position: fixed;
}
html body.mobile-menu-active nav {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html body.mobile-mypage-active .loginContainer {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html body.mobile-mypage-active .loginContainer ul {
  display: block;
  position: relative;
  max-height: none;
}
h1 {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 800;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.2rem;
  }
}
h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 28px 0;
}
h3 {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
}
h4 {
  margin: 0;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1.3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1.serif,
h2.serif,
h3.serif,
h4.serif,
h5.serif,
h6.serif {
  font-family: 'Georgia', 'Times', 'Times New Roman', serif;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
h1.short-underline,
h2.short-underline,
h3.short-underline,
h4.short-underline,
h5.short-underline,
h6.short-underline {
  position: relative;
  margin: 14px 0 28px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
}
h1.short-underline:after,
h2.short-underline:after,
h3.short-underline:after,
h4.short-underline:after,
h5.short-underline:after,
h6.short-underline:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0;
  height: 4px;
  width: 80px;
  background: #D34500;
}
h1.short-underline.margin-2--auto,
h2.short-underline.margin-2--auto,
h3.short-underline.margin-2--auto,
h4.short-underline.margin-2--auto,
h5.short-underline.margin-2--auto,
h6.short-underline.margin-2--auto {
  margin: 28px 0 42px;
}
h1.short-underline.margin-3--auto,
h2.short-underline.margin-3--auto,
h3.short-underline.margin-3--auto,
h4.short-underline.margin-3--auto,
h5.short-underline.margin-3--auto,
h6.short-underline.margin-3--auto {
  margin: 42px 0 56px;
}
h1.short-underline.margin-4--auto,
h2.short-underline.margin-4--auto,
h3.short-underline.margin-4--auto,
h4.short-underline.margin-4--auto,
h5.short-underline.margin-4--auto,
h6.short-underline.margin-4--auto {
  margin: 56px 0 70px;
}
h1.short-underline-white,
h2.short-underline-white,
h3.short-underline-white,
h4.short-underline-white,
h5.short-underline-white,
h6.short-underline-white {
  position: relative;
  margin: 14px 0 28px;
  font-weight: normal;
}
h1.short-underline-white:after,
h2.short-underline-white:after,
h3.short-underline-white:after,
h4.short-underline-white:after,
h5.short-underline-white:after,
h6.short-underline-white:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0;
  height: 4px;
  width: 80px;
  background: white;
}
p.small {
  font-size: 0.7rem;
}
p.ingress {
  font-size: 1.3rem;
  margin: 14px 0 42px 0;
}
hr.between-productlists {
  margin-bottom: 42px;
}
strong {
  font-weight: 600;
}
a {
  color: #252525;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:empty {
  display: none;
}
a.checkbox,
span.checkbox {
  position: relative;
  font-size: 1rem;
  line-height: 1.4;
  padding-left: 28px;
  margin-bottom: 7px;
  display: inline-block;
}
a.checkbox:before,
span.checkbox:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background: white;
  border: 1px solid;
  position: absolute;
  top: 3px;
  left: 0;
  pointer-events: none;
}
a.checkbox[checked]:after,
span.checkbox[checked]:after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  background: #D34500;
  top: 7px;
  left: 4px;
  position: absolute;
  pointer-events: none;
}
a.checkbox.inactive,
span.checkbox.inactive {
  opacity: 0.4;
}
.right {
  float: right;
}
table {
  border-collapse: collapse;
  word-break: keep-all;
}
.b-loaded {
  -webkit-animation: fade-in 0.4s forwards;
  -moz-animation: fade-in 0.4s forwards;
  -o-animation: fade-in 0.4s forwards;
  animation: fade-in 0.4s forwards;
  opacity: 0;
}
.outer-container {
  width: 100%;
  max-width: 1440px;
  margin: 14px auto;
}
.wrapper {
  padding: 0 7px;
}
.hidden {
  display: none !important;
}
.nopadding {
  padding: 0 !important;
}
.fullscreen-icon {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.fullscreen-icon:before {
  font-family: "kitchnno";
  content: "p";
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: #000000;
}
.fullscreen-icon.close:before {
  content: "\64";
}
.flex-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* .article-wrapper {
        padding: @default-padding*0.5;
    }*/
}
.flex-wrapper.no-wrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrapper.flex-direction-col {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-wrapper.flex-direction-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .flex-wrapper.flex-direction-col-mob {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex-wrapper.align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flex-wrapper.justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.flex-wrapper.space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex-wrapper .quarter {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 25%;
}
@media (max-width: 767px) {
  .flex-wrapper .quarter {
    width: 100%;
  }
}
.flex-wrapper .half {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .flex-wrapper .half {
    width: 100%;
  }
}
.flex-wrapper .half-quarter {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 75%;
}
@media (max-width: 767px) {
  .flex-wrapper .half-quarter {
    width: 100%;
  }
}
[v-cloak] {
  display: none;
}
::-webkit-scrollbar {
  width: 10px;
  height: 4px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:horizontal {
  background: #E6E6E6;
}
::-webkit-scrollbar-thumb:hover {
  background: #D34500;
  cursor: pointer;
}
.grecaptcha-badge {
  visibility: hidden;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #6c6c6c;
  cursor: pointer;
  text-indent: 0;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-radius: 0;
  padding: 7px 28px 7px 7px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  font-family: 'Gothic A1', sans-serif;
  color: #252525;
  margin: 0;
  outline: none;
  display: inline-block;
  background: #ffffff url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 10"><polygon points="9 10 0 1.43 1.54 0 9 6.77 16.46 0 18 1.43 9 10" x="0" y="0" width="100%" height="100%"/></svg>') no-repeat right 3.5px center;
  background-size: 16px 9px;
  width: auto;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: 1px solid #D34500;
}
select.block {
  display: block;
  width: 100%;
}
select.input-validation-error {
  border-color: #d00d0d;
}
label {
  display: block;
  font-size: 0.69rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 7px;
}
input[type=text],
input[type=password],
input[type=tel],
input[type=date],
input[type=email],
input[type=number],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=text].standard,
input[type=password].standard,
input[type=tel].standard,
input[type=date].standard,
input[type=email].standard,
input[type=number].standard,
textarea.standard {
  color: #252525;
  display: block;
  width: 100%;
  border-radius: 0;
  margin: 0 0 7px 0;
  min-height: 36px;
  border: 1px solid #6c6c6c;
  padding: 7px;
  font-size: 0.9rem;
  font-weight: 300;
  font-family: 'Gothic A1', sans-serif;
}
input[type=text].standard.width-p50,
input[type=password].standard.width-p50,
input[type=tel].standard.width-p50,
input[type=date].standard.width-p50,
input[type=email].standard.width-p50,
input[type=number].standard.width-p50,
textarea.standard.width-p50 {
  width: 50%;
}
@media (max-width: 767px) {
  input[type=text].standard.width-p100-mobile,
  input[type=password].standard.width-p100-mobile,
  input[type=tel].standard.width-p100-mobile,
  input[type=date].standard.width-p100-mobile,
  input[type=email].standard.width-p100-mobile,
  input[type=number].standard.width-p100-mobile,
  textarea.standard.width-p100-mobile {
    width: 100%;
  }
}
input[type=text].border-0,
input[type=password].border-0,
input[type=tel].border-0,
input[type=date].border-0,
input[type=email].border-0,
input[type=number].border-0,
textarea.border-0 {
  border: none;
}
input[type=text].block,
input[type=password].block,
input[type=tel].block,
input[type=date].block,
input[type=email].block,
input[type=number].block,
textarea.block {
  display: block;
  width: 100%;
}
input[type=text].soldOutEmailNotifcation,
input[type=password].soldOutEmailNotifcation,
input[type=tel].soldOutEmailNotifcation,
input[type=date].soldOutEmailNotifcation,
input[type=email].soldOutEmailNotifcation,
input[type=number].soldOutEmailNotifcation,
textarea.soldOutEmailNotifcation {
  height: 100%;
  margin: 0;
}
input[type=text].ajax,
input[type=password].ajax,
input[type=tel].ajax,
input[type=date].ajax,
input[type=email].ajax,
input[type=number].ajax,
textarea.ajax {
  z-index: 1;
}
input[type=text].ajax + label,
input[type=password].ajax + label,
input[type=tel].ajax + label,
input[type=date].ajax + label,
input[type=email].ajax + label,
input[type=number].ajax + label,
textarea.ajax + label {
  position: absolute !important;
  height: 100%;
  margin: 0;
}
input[type=text].ajax + label:before,
input[type=password].ajax + label:before,
input[type=tel].ajax + label:before,
input[type=date].ajax + label:before,
input[type=email].ajax + label:before,
input[type=number].ajax + label:before,
textarea.ajax + label:before {
  display: none !important;
}
input[type=text].ajax + label:after,
input[type=password].ajax + label:after,
input[type=tel].ajax + label:after,
input[type=date].ajax + label:after,
input[type=email].ajax + label:after,
input[type=number].ajax + label:after,
textarea.ajax + label:after {
  z-index: 1;
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  padding: 8px;
  display: block;
  top: calc(50% - 14px);
  right: 12px;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  border-top: 3px solid rgba(0, 0, 0, 0.2);
  border-right: 3px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-left: 3px solid #252525;
  transition: all 0.3s ease-in-out;
}
input[type=text].ajax.loading,
input[type=password].ajax.loading,
input[type=tel].ajax.loading,
input[type=date].ajax.loading,
input[type=email].ajax.loading,
input[type=number].ajax.loading,
textarea.ajax.loading {
  position: relative;
  pointer-events: none;
  color: rgba(248, 247, 247, 0.4) !important;
  padding-right: 42px !important;
  transition: all 0.4s ease-in-out 0.5s;
}
input[type=text].ajax.loading + label:before,
input[type=password].ajax.loading + label:before,
input[type=tel].ajax.loading + label:before,
input[type=date].ajax.loading + label:before,
input[type=email].ajax.loading + label:before,
input[type=number].ajax.loading + label:before,
textarea.ajax.loading + label:before {
  display: none;
}
input[type=text].ajax.loading + label:after,
input[type=password].ajax.loading + label:after,
input[type=tel].ajax.loading + label:after,
input[type=date].ajax.loading + label:after,
input[type=email].ajax.loading + label:after,
input[type=number].ajax.loading + label:after,
textarea.ajax.loading + label:after {
  opacity: 1;
  animation: rotate 1.1s infinite cubic-bezier(0, 0.1, 1, 0.9);
  transition: all 0.4s ease-in-out 0.5s;
}
input[type=text].search-wishlist-input,
input[type=password].search-wishlist-input,
input[type=tel].search-wishlist-input,
input[type=date].search-wishlist-input,
input[type=email].search-wishlist-input,
input[type=number].search-wishlist-input,
textarea.search-wishlist-input {
  line-height: 1.4;
  font-size: 1rem;
}
input[type=text].border-bottom-left-right-radius,
input[type=password].border-bottom-left-right-radius,
input[type=tel].border-bottom-left-right-radius,
input[type=date].border-bottom-left-right-radius,
input[type=email].border-bottom-left-right-radius,
input[type=number].border-bottom-left-right-radius,
textarea.border-bottom-left-right-radius {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@keyframes red-outline {
  to {
    outline: 1px solid red;
  }
}
.notifyMe .success {
  color: #27762A;
}
.hidden {
  display: none;
}
.show {
  display: block !important;
}
input {
  /* Change the white to any color */
}
input::-webkit-input-placeholder {
  color: #252525;
}
input::-moz-placeholder {
  color: #252525;
}
input:-ms-input-placeholder {
  color: #252525;
}
input:-moz-placeholder {
  color: #252525;
}
input::placeholder {
  color: #252525;
}
input.input-validation-error {
  border-color: #d00d0d;
}
input:-webkit-autofill {
  background-color: rgba(39, 233, 80, 0.6) !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:focus {
  outline: 0;
}
.btn,
input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  border: none;
  padding: 14px;
  display: inline-block;
  color: #ffffff;
  font-family: 'Gothic A1', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  background: #252525;
  color: #F8F7F7;
  position: relative;
  overflow: hidden;
  border: 1px solid #252525;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: auto;
  text-align: center;
}
.btn.custom-btn,
input[type=submit].custom-btn,
input[type=button].custom-btn,
button.custom-btn {
  border: none;
}
.btn.custom-btn span.font-small-1,
input[type=submit].custom-btn span.font-small-1,
input[type=button].custom-btn span.font-small-1,
button.custom-btn span.font-small-1,
.btn.custom-btn span.font-normal-mobile-1,
input[type=submit].custom-btn span.font-normal-mobile-1,
input[type=button].custom-btn span.font-normal-mobile-1,
button.custom-btn span.font-normal-mobile-1,
.btn.custom-btn span.font-medium,
input[type=submit].custom-btn span.font-medium,
input[type=button].custom-btn span.font-medium,
button.custom-btn span.font-medium,
.btn.custom-btn span.font-medium-big,
input[type=submit].custom-btn span.font-medium-big,
input[type=button].custom-btn span.font-medium-big,
button.custom-btn span.font-medium-big,
.btn.custom-btn span.font-big-2-6,
input[type=submit].custom-btn span.font-big-2-6,
input[type=button].custom-btn span.font-big-2-6,
button.custom-btn span.font-big-2-6 {
  padding: 0px 14px;
}
@media (max-width: 767px) {
  .btn.custom-btn span.font-small-1,
  input[type=submit].custom-btn span.font-small-1,
  input[type=button].custom-btn span.font-small-1,
  button.custom-btn span.font-small-1,
  .btn.custom-btn span.font-normal-mobile-1,
  input[type=submit].custom-btn span.font-normal-mobile-1,
  input[type=button].custom-btn span.font-normal-mobile-1,
  button.custom-btn span.font-normal-mobile-1,
  .btn.custom-btn span.font-medium,
  input[type=submit].custom-btn span.font-medium,
  input[type=button].custom-btn span.font-medium,
  button.custom-btn span.font-medium,
  .btn.custom-btn span.font-medium-big,
  input[type=submit].custom-btn span.font-medium-big,
  input[type=button].custom-btn span.font-medium-big,
  button.custom-btn span.font-medium-big,
  .btn.custom-btn span.font-big-2-6,
  input[type=submit].custom-btn span.font-big-2-6,
  input[type=button].custom-btn span.font-big-2-6,
  button.custom-btn span.font-big-2-6 {
    padding: 0 7px;
  }
}
.btn.custom-btn span.font-very-big-no-bold,
input[type=submit].custom-btn span.font-very-big-no-bold,
input[type=button].custom-btn span.font-very-big-no-bold,
button.custom-btn span.font-very-big-no-bold,
.btn.custom-btn span.font-very-big-4,
input[type=submit].custom-btn span.font-very-big-4,
input[type=button].custom-btn span.font-very-big-4,
button.custom-btn span.font-very-big-4,
.btn.custom-btn span.font-very-big-5,
input[type=submit].custom-btn span.font-very-big-5,
input[type=button].custom-btn span.font-very-big-5,
button.custom-btn span.font-very-big-5 {
  padding: 10px 42px;
}
@media (max-width: 767px) {
  .btn.custom-btn span.font-very-big-no-bold,
  input[type=submit].custom-btn span.font-very-big-no-bold,
  input[type=button].custom-btn span.font-very-big-no-bold,
  button.custom-btn span.font-very-big-no-bold,
  .btn.custom-btn span.font-very-big-4,
  input[type=submit].custom-btn span.font-very-big-4,
  input[type=button].custom-btn span.font-very-big-4,
  button.custom-btn span.font-very-big-4,
  .btn.custom-btn span.font-very-big-5,
  input[type=submit].custom-btn span.font-very-big-5,
  input[type=button].custom-btn span.font-very-big-5,
  button.custom-btn span.font-very-big-5 {
    padding: 0 28px;
  }
}
.btn.custom-btn span.font-very-big-6,
input[type=submit].custom-btn span.font-very-big-6,
input[type=button].custom-btn span.font-very-big-6,
button.custom-btn span.font-very-big-6,
.btn.custom-btn span.font-very-big-8,
input[type=submit].custom-btn span.font-very-big-8,
input[type=button].custom-btn span.font-very-big-8,
button.custom-btn span.font-very-big-8,
.btn.custom-btn span.font-very-big-10,
input[type=submit].custom-btn span.font-very-big-10,
input[type=button].custom-btn span.font-very-big-10,
button.custom-btn span.font-very-big-10 {
  padding: 20px 84px;
}
@media (max-width: 767px) {
  .btn.custom-btn span.font-very-big-6,
  input[type=submit].custom-btn span.font-very-big-6,
  input[type=button].custom-btn span.font-very-big-6,
  button.custom-btn span.font-very-big-6,
  .btn.custom-btn span.font-very-big-8,
  input[type=submit].custom-btn span.font-very-big-8,
  input[type=button].custom-btn span.font-very-big-8,
  button.custom-btn span.font-very-big-8,
  .btn.custom-btn span.font-very-big-10,
  input[type=submit].custom-btn span.font-very-big-10,
  input[type=button].custom-btn span.font-very-big-10,
  button.custom-btn span.font-very-big-10 {
    padding: 0 28px;
  }
}
.btn.transparent,
input[type=submit].transparent,
input[type=button].transparent,
button.transparent {
  background: transparent;
  border-color: transparent;
  color: black;
}
.btn.font-1-2--1-4,
input[type=submit].font-1-2--1-4,
input[type=button].font-1-2--1-4,
button.font-1-2--1-4 {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .btn.font-1--1-4-mobile,
  input[type=submit].font-1--1-4-mobile,
  input[type=button].font-1--1-4-mobile,
  button.font-1--1-4-mobile {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.btn.font-small,
input[type=submit].font-small,
input[type=button].font-small,
button.font-small {
  font-size: 0.9rem;
  line-height: 1.4;
}
.btn.font-small-1,
input[type=submit].font-small-1,
input[type=button].font-small-1,
button.font-small-1 {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .btn.font-small-1,
  input[type=submit].font-small-1,
  input[type=button].font-small-1,
  button.font-small-1 {
    font-size: 0.7rem;
  }
}
.btn.font-normal,
input[type=submit].font-normal,
input[type=button].font-normal,
button.font-normal {
  font-size: 1.4rem;
  line-height: 1.4;
}
.btn.font-normal-mobile-1,
input[type=submit].font-normal-mobile-1,
input[type=button].font-normal-mobile-1,
button.font-normal-mobile-1 {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .btn.font-normal-mobile-1,
  input[type=submit].font-normal-mobile-1,
  input[type=button].font-normal-mobile-1,
  button.font-normal-mobile-1 {
    font-size: 1rem;
  }
}
.btn.font-medium,
input[type=submit].font-medium,
input[type=button].font-medium,
button.font-medium {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .btn.font-medium,
  input[type=submit].font-medium,
  input[type=button].font-medium,
  button.font-medium {
    font-size: 1.2rem;
  }
}
.btn.font-medium-big,
input[type=submit].font-medium-big,
input[type=button].font-medium-big,
button.font-medium-big {
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .btn.font-medium-big,
  input[type=submit].font-medium-big,
  input[type=button].font-medium-big,
  button.font-medium-big {
    font-size: 1.4rem;
  }
}
.btn.font-big-2-6,
input[type=submit].font-big-2-6,
input[type=button].font-big-2-6,
button.font-big-2-6 {
  font-size: 2.6rem;
  line-height: 1.4;
}
@media (max-width: 767px), (max-width: 1180px) {
  .btn.font-big-2-6,
  input[type=submit].font-big-2-6,
  input[type=button].font-big-2-6,
  button.font-big-2-6 {
    font-size: 1.5rem;
  }
}
.btn.font-very-big-no-bold,
input[type=submit].font-very-big-no-bold,
input[type=button].font-very-big-no-bold,
button.font-very-big-no-bold {
  font-size: 3rem;
  line-height: 1.4;
}
@media (max-width: 767px), (max-width: 1180px) {
  .btn.font-very-big-no-bold,
  input[type=submit].font-very-big-no-bold,
  input[type=button].font-very-big-no-bold,
  button.font-very-big-no-bold {
    font-size: 1.7rem;
  }
}
.btn.font-very-big-4,
input[type=submit].font-very-big-4,
input[type=button].font-very-big-4,
button.font-very-big-4 {
  font-size: 4rem;
  line-height: 1.4;
}
@media (max-width: 767px), (max-width: 1180px) {
  .btn.font-very-big-4,
  input[type=submit].font-very-big-4,
  input[type=button].font-very-big-4,
  button.font-very-big-4 {
    font-size: 2rem;
  }
}
.btn.font-very-big-5,
input[type=submit].font-very-big-5,
input[type=button].font-very-big-5,
button.font-very-big-5 {
  font-size: 5rem;
  line-height: 1.4;
}
@media (max-width: 767px), (max-width: 1180px) {
  .btn.font-very-big-5,
  input[type=submit].font-very-big-5,
  input[type=button].font-very-big-5,
  button.font-very-big-5 {
    font-size: 2.6rem;
  }
}
.btn.font-very-big-6,
input[type=submit].font-very-big-6,
input[type=button].font-very-big-6,
button.font-very-big-6 {
  font-size: 6rem;
  line-height: 1.4;
}
@media (max-width: 767px), (max-width: 1180px) {
  .btn.font-very-big-6,
  input[type=submit].font-very-big-6,
  input[type=button].font-very-big-6,
  button.font-very-big-6 {
    font-size: 3.2rem;
  }
}
.btn.font-very-big-8,
input[type=submit].font-very-big-8,
input[type=button].font-very-big-8,
button.font-very-big-8 {
  font-size: 8rem;
  line-height: 1.4;
}
@media (max-width: 767px), (max-width: 1180px) {
  .btn.font-very-big-8,
  input[type=submit].font-very-big-8,
  input[type=button].font-very-big-8,
  button.font-very-big-8 {
    font-size: 4.2rem;
  }
}
.btn.font-very-big-10,
input[type=submit].font-very-big-10,
input[type=button].font-very-big-10,
button.font-very-big-10 {
  font-size: 10rem;
  line-height: 1.4;
}
@media (max-width: 767px), (max-width: 1180px) {
  .btn.font-very-big-10,
  input[type=submit].font-very-big-10,
  input[type=button].font-very-big-10,
  button.font-very-big-10 {
    font-size: 5.6rem;
  }
}
.btn.line-height-2,
input[type=submit].line-height-2,
input[type=button].line-height-2,
button.line-height-2 {
  line-height: 2;
}
.btn.line-height-1-8,
input[type=submit].line-height-1-8,
input[type=button].line-height-1-8,
button.line-height-1-8 {
  line-height: 1.8;
}
.btn.line-height-1-6,
input[type=submit].line-height-1-6,
input[type=button].line-height-1-6,
button.line-height-1-6 {
  line-height: 1.6;
}
.btn.line-height-1-4,
input[type=submit].line-height-1-4,
input[type=button].line-height-1-4,
button.line-height-1-4 {
  line-height: 1.4;
}
.btn.line-height-1-2,
input[type=submit].line-height-1-2,
input[type=button].line-height-1-2,
button.line-height-1-2 {
  line-height: 1.2;
}
.btn.line-height-1,
input[type=submit].line-height-1,
input[type=button].line-height-1,
button.line-height-1 {
  line-height: 1;
}
.btn.line-height-0-8,
input[type=submit].line-height-0-8,
input[type=button].line-height-0-8,
button.line-height-0-8 {
  line-height: 0.8;
}
.btn.font-weight-600,
input[type=submit].font-weight-600,
input[type=button].font-weight-600,
button.font-weight-600 {
  font-weight: 600;
}
.btn.font-bold,
input[type=submit].font-bold,
input[type=button].font-bold,
button.font-bold,
.btn.font-w-bold,
input[type=submit].font-w-bold,
input[type=button].font-w-bold,
button.font-w-bold {
  font-weight: 800;
}
.btn.secondary,
input[type=submit].secondary,
input[type=button].secondary,
button.secondary {
  background: #D34500;
  border-color: #D34500;
  color: white;
}
.btn.secondary:hover,
input[type=submit].secondary:hover,
input[type=button].secondary:hover,
button.secondary:hover {
  background: #FF9966;
  border-color: #FF9966;
  color: #252525;
}
.btn.bg-1,
input[type=submit].bg-1,
input[type=button].bg-1,
button.bg-1 {
  background: #252525;
}
.btn.bg-2,
input[type=submit].bg-2,
input[type=button].bg-2,
button.bg-2 {
  background: #D34500;
}
.btn.bg-2:hover,
input[type=submit].bg-2:hover,
input[type=button].bg-2:hover,
button.bg-2:hover {
  background: #A44118;
}
.btn.bg-3,
input[type=submit].bg-3,
input[type=button].bg-3,
button.bg-3 {
  background: #FF9966;
}
.btn.bg-3:hover,
input[type=submit].bg-3:hover,
input[type=button].bg-3:hover,
button.bg-3:hover {
  background: #D34500;
}
.btn.bg-4,
input[type=submit].bg-4,
input[type=button].bg-4,
button.bg-4 {
  color: #252525;
  background: #F8F7F7;
}
.btn.bg-5,
input[type=submit].bg-5,
input[type=button].bg-5,
button.bg-5 {
  color: #252525;
  background: #E6E6E6;
}
.btn.bg-6,
input[type=submit].bg-6,
input[type=button].bg-6,
button.bg-6 {
  background: #555;
}
.btn.bg-7,
input[type=submit].bg-7,
input[type=button].bg-7,
button.bg-7 {
  background: #6c6c6c;
}
.btn.bg-8,
input[type=submit].bg-8,
input[type=button].bg-8,
button.bg-8 {
  background: #A44118;
}
.btn.bg-8:hover,
input[type=submit].bg-8:hover,
input[type=button].bg-8:hover,
button.bg-8:hover {
  background: #D34500;
}
.btn.bg-9,
input[type=submit].bg-9,
input[type=button].bg-9,
button.bg-9 {
  background: #000000;
}
.btn.bg-9:hover,
input[type=submit].bg-9:hover,
input[type=button].bg-9:hover,
button.bg-9:hover {
  background: #252525;
}
.btn.bg-10,
input[type=submit].bg-10,
input[type=button].bg-10,
button.bg-10 {
  background: #ffffff;
  color: #252525;
}
.btn.bg-10:hover,
input[type=submit].bg-10:hover,
input[type=button].bg-10:hover,
button.bg-10:hover {
  background: #252525;
}
.btn.color-1,
input[type=submit].color-1,
input[type=button].color-1,
button.color-1 {
  color: #252525;
}
.btn.color-2,
input[type=submit].color-2,
input[type=button].color-2,
button.color-2 {
  color: #D34500;
}
.btn.color-3,
input[type=submit].color-3,
input[type=button].color-3,
button.color-3 {
  color: #FF9966;
}
.btn.color-4,
input[type=submit].color-4,
input[type=button].color-4,
button.color-4 {
  color: #F8F7F7;
}
.btn.color-5,
input[type=submit].color-5,
input[type=button].color-5,
button.color-5 {
  color: #E6E6E6;
}
.btn.color-6,
input[type=submit].color-6,
input[type=button].color-6,
button.color-6 {
  color: #555;
}
.btn.color-7,
input[type=submit].color-7,
input[type=button].color-7,
button.color-7 {
  color: #6c6c6c;
}
.btn.color-8,
input[type=submit].color-8,
input[type=button].color-8,
button.color-8 {
  color: #A44118;
}
@media print {
  .btn.hide-print,
  input[type=submit].hide-print,
  input[type=button].hide-print,
  button.hide-print {
    display: none;
  }
}
.btn.max-width,
input[type=submit].max-width,
input[type=button].max-width,
button.max-width {
  width: 100%;
}
.btn:after,
input[type=submit]:after,
input[type=button]:after,
button:after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  padding: 8px;
  display: block;
  top: calc(50% - 12px);
  right: -30px;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 0;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn.loading,
input[type=submit].loading,
input[type=button].loading,
button.loading {
  position: relative;
  pointer-events: none;
  color: rgba(248, 247, 247, 0.4) !important;
  padding-right: 42px !important;
  transition: all 0.4s ease-in-out 0.5s;
}
.btn.loading:after,
input[type=submit].loading:after,
input[type=button].loading:after,
button.loading:after {
  right: 12px;
  animation: rotate 1.1s infinite cubic-bezier(0, 0.1, 1, 0.9);
  transition: all 0.4s ease-in-out 0.5s;
}
.btn.ghost,
input[type=submit].ghost,
input[type=button].ghost,
button.ghost {
  border: 1px solid #252525;
  background: transparent;
  color: #252525;
}
.btn.ghost:hover,
input[type=submit].ghost:hover,
input[type=button].ghost:hover,
button.ghost:hover {
  background: #252525;
  color: white;
}
.btn.active,
input[type=submit].active,
input[type=button].active,
button.active {
  background: #252525;
  color: white;
}
.btn:disabled,
input[type=submit]:disabled,
input[type=button]:disabled,
button:disabled,
.btn.disabled,
input[type=submit].disabled,
input[type=button].disabled,
button.disabled {
  color: #555;
  pointer-events: none;
  background: #F8F7F7;
  border-color: #F8F7F7;
}
.btn:hover,
input[type=submit]:hover,
input[type=button]:hover,
button:hover {
  background: #000000;
  color: #ffffff;
}
.btn:hover:disabled,
input[type=submit]:hover:disabled,
input[type=button]:hover:disabled,
button:hover:disabled {
  color: #252525;
}
.btn.small,
input[type=submit].small,
input[type=button].small,
button.small {
  font-size: 0.7rem;
  padding: 7px;
}
.btn.big,
input[type=submit].big,
input[type=button].big,
button.big {
  font-size: 18px;
  line-height: 18px;
  padding: 14px 28px;
}
.btn.right,
input[type=submit].right,
input[type=button].right,
button.right {
  float: right;
  margin-left: auto;
}
.btn.sold-out,
input[type=submit].sold-out,
input[type=button].sold-out,
button.sold-out {
  border: 1px solid #F8F7F7;
  background: #F8F7F7;
  color: #6c6c6c;
  padding: 14px 14px;
  /* font-size: 16px;
        line-height: 18px;*/
  text-align: center;
  pointer-events: none;
  /*@media @mobile {
            font-size: 10px;
        }*/
}
.btn.subtract,
input[type=submit].subtract,
input[type=button].subtract,
button.subtract,
.btn.add,
input[type=submit].add,
input[type=button].add,
button.add {
  background: #252525 url("../../Less/elements/gfx/plus-icon.png") no-repeat center center;
  background-image: url("../../Less/elements/gfx/plus.svg");
  background-size: 100%;
  padding: 21px;
  color: #ffffff;
  text-align: center;
  line-height: 0px;
  font-size: 0px;
  font-weight: 700;
  box-shadow: 0 1px 0 #dadada;
  vertical-align: middle;
}
.btn.subtract:hover,
input[type=submit].subtract:hover,
input[type=button].subtract:hover,
button.subtract:hover,
.btn.add:hover,
input[type=submit].add:hover,
input[type=button].add:hover,
button.add:hover {
  background-color: #6c6c6c;
}
.btn.subtract,
input[type=submit].subtract,
input[type=button].subtract,
button.subtract {
  background: #252525 url("../../Less/elements/gfx/minus-icon.png") no-repeat center center;
  background-image: url("../../Less/elements/gfx/minus.svg");
  background-size: 100%;
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.1), 0 1px 0 #dadada;
}
.btn i,
input[type=submit] i,
input[type=button] i,
button i {
  vertical-align: middle;
  display: inline-block;
}
.btn.search-wishlist,
input[type=submit].search-wishlist,
input[type=button].search-wishlist,
button.search-wishlist {
  line-height: 1.4;
  padding: 7px 14px;
  margin: 0 0 7px 0;
}
.btn.overlay-close-btn:hover,
input[type=submit].overlay-close-btn:hover,
input[type=button].overlay-close-btn:hover,
button.overlay-close-btn:hover {
  color: #D34500;
  background: none;
}
.btn.clean,
input[type=submit].clean,
input[type=button].clean,
button.clean {
  background: none;
  border: none;
  color: black;
  text-transform: none;
  font-weight: unset;
  font-size: unset;
  letter-spacing: unset;
}
.btn.clean.close,
input[type=submit].clean.close,
input[type=button].clean.close,
button.clean.close {
  text-decoration: none;
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 7px;
}
.btn.clean.link-underline,
input[type=submit].clean.link-underline,
input[type=button].clean.link-underline,
button.clean.link-underline {
  text-decoration: none;
  position: relative;
  overflow: unset;
  padding: 0;
  line-height: 1.2;
}
.btn.clean.color-2,
input[type=submit].clean.color-2,
input[type=button].clean.color-2,
button.clean.color-2 {
  color: #D34500;
}
.btn.clean.bg-white,
input[type=submit].clean.bg-white,
input[type=button].clean.bg-white,
button.clean.bg-white {
  background: white;
  color: black;
}
.btn.clean.border,
input[type=submit].clean.border,
input[type=button].clean.border,
button.clean.border {
  border: 1px solid;
}
.btn.clean.color-secondary,
input[type=submit].clean.color-secondary,
input[type=button].clean.color-secondary,
button.clean.color-secondary {
  color: #D34500;
}
.btn.clean:after,
input[type=submit].clean:after,
input[type=button].clean:after,
button.clean:after {
  content: none;
}
/*input[type=submit], button[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
    border: none;
    background: @dark-grey;
    padding: @default-padding*0.5;
    color: @white;
    font-size: 1rem;
    font-weight: 700;
    font-family: @default-font;
    cursor: pointer;
    margin: 0;
    .flex-shrink(0);
    .flex-grow(0);
    .flex-basis(auto);

    @media @ipad {
    }

    &.btn {
        font-weight: 600;
        border: 1px solid @dark-grey;
        padding: @default-padding;
        margin: 0 0 @default-padding*0.5 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;

        &:hover {
            background: @black;
            color: @white;
        }

        
    }
}*/
.form-error,
.fancy-select .trigger.form-error,
input[type=text].form-error,
input[type=password].form-error,
input[type=date].form-error,
input[type=tel].form-error,
input[type=email].form-error,
textarea.form-error {
  border: 1px solid #d00d0d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(200, 0, 0, 0.2);
}
.form-error:hover,
.fancy-select .trigger.form-error:hover,
input[type=text].form-error:hover,
input[type=password].form-error:hover,
input[type=date].form-error:hover,
input[type=tel].form-error:hover,
input[type=email].form-error:hover,
textarea.form-error:hover,
.form-error:focus,
.fancy-select .trigger.form-error:focus,
input[type=text].form-error:focus,
input[type=password].form-error:focus,
input[type=date].form-error:focus,
input[type=tel].form-error:focus,
input[type=email].form-error:focus,
textarea.form-error:focus {
  background: #ffffff;
  border: 1px solid #dadada;
}
input.form-error::-webkit-input-placeholder {
  color: black;
}
input.form-error::-webkit-input-placeholder:hover {
  color: #E6E6E6;
}
input.form-error:-moz-placeholder {
  color: black;
}
input.form-error:-moz-placeholder:hover {
  color: #E6E6E6;
}
input.form-error::-moz-placeholder {
  color: black;
}
input.form-error::-moz-placeholder:hover {
  color: #E6E6E6;
}
input.form-error:-ms-input-placeholder {
  color: black;
}
input.form-error:-ms-input-placeholder:hover {
  color: #E6E6E6;
}
.placeholder-alternative {
  color: black;
}
.placeholder-alternative:hover {
  color: #E6E6E6;
}
.formRequired {
  color: #d00d0d;
}
.hor-input-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.hor-input-wrapper.altDeliveryAdr {
  display: none;
}
.hor-input-wrapper.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.hor-input-wrapper input,
.hor-input-wrapper label,
.hor-input-wrapper span {
  width: auto;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.hor-input-wrapper input[type='submit'],
.hor-input-wrapper label[type='submit'],
.hor-input-wrapper span[type='submit'] {
  border: 0;
  margin-bottom: 7px;
}
fieldset {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}
input[type=checkbox] {
  /* CHECKBOX SWITCH */
}
input[type=checkbox].checkbox {
  position: absolute;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
input[type=checkbox].checkbox:disabled + label:after,
input[type=checkbox].checkbox:disabled + input[type=hidden] + label:after {
  background: #555;
}
input[type=checkbox].checkbox.inactive + label,
input[type=checkbox].checkbox.inactive + input[type=hidden] + label {
  opacity: 0.4;
}
input[type=checkbox].checkbox.inactive + label:after,
input[type=checkbox].checkbox.inactive + input[type=hidden] + label:after {
  background: #FF9966;
}
input[type=checkbox].checkbox + label,
input[type=checkbox].checkbox + input[type=hidden] + label {
  position: relative;
  padding-left: 28px;
  transition: opacity 0.4s ease-in-out;
  cursor: pointer;
}
input[type=checkbox].checkbox + label:before,
input[type=checkbox].checkbox + input[type=hidden] + label:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background: white;
  border: 1px solid;
  position: absolute;
  top: 3px;
  left: 0;
  pointer-events: none;
}
input[type=checkbox].checkbox + label:after,
input[type=checkbox].checkbox + input[type=hidden] + label:after {
  display: inline-block;
  height: 8px;
  width: 8px;
  background: #D34500;
  top: 7px;
  left: 4px;
  position: absolute;
  pointer-events: none;
}
input[type=checkbox].checkbox:checked + label:after,
input[type=checkbox].checkbox:checked + input[type=hidden] + label:after {
  content: "";
}
input[type=checkbox].checkbox:focus + label:before,
input[type=checkbox].checkbox:focus + input[type=hidden] + label:before {
  border: 1px solid #D34500;
  outline: #D34500 solid 1px;
}
input[type=checkbox].checkbox-checkmark {
  opacity: 0;
  margin: 0 7px 0 0;
  height: 16px;
  width: 16px;
}
input[type=checkbox].checkbox-checkmark:disabled + label:before,
input[type=checkbox].checkbox-checkmark:disabled + input[type=hidden] + label:before {
  border-color: transparent;
}
input[type=checkbox].checkbox-checkmark + label,
input[type=checkbox].checkbox-checkmark + input[type=hidden] + label {
  position: relative;
  padding-left: 3.5px;
}
input[type=checkbox].checkbox-checkmark + label:before,
input[type=checkbox].checkbox-checkmark + input[type=hidden] + label:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 1px solid;
  position: absolute;
  top: 0;
  left: -20px;
  pointer-events: none;
}
input[type=checkbox].checkbox-checkmark + label:after,
input[type=checkbox].checkbox-checkmark + input[type=hidden] + label:after {
  display: inline-block;
  height: 6px;
  width: 9px;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  position: absolute;
  top: 4px;
  left: -16px;
  transform: rotate(-45deg);
  pointer-events: none;
}
input[type=checkbox].checkbox-checkmark:checked + label:after,
input[type=checkbox].checkbox-checkmark:checked + input[type=hidden] + label:after {
  content: "";
}
input[type=checkbox].checkbox-checkmark:focus + label:before,
input[type=checkbox].checkbox-checkmark:focus + input[type=hidden] + label:before {
  outline: #3b99fc auto 5px;
}
input[type=checkbox].switch {
  /*position: relative;
        width: 0;
        height: 0;
        display: none;*/
  position: absolute;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
input[type=checkbox].switch:empty + label,
input[type=checkbox].switch:empty + input[type=hidden] + label {
  position: relative;
  line-height: 1.4rem;
  text-indent: 3rem;
  margin: 14px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type=checkbox].switch:empty + label:active,
input[type=checkbox].switch:empty + input[type=hidden] + label:active,
input[type=checkbox].switch:empty + label:focus,
input[type=checkbox].switch:empty + input[type=hidden] + label:focus,
input[type=checkbox].switch:empty + label:hover,
input[type=checkbox].switch:empty + input[type=hidden] + label:hover {
  outline: 0;
  border: 0;
}
input[type=checkbox].switch:empty + label:active:before,
input[type=checkbox].switch:empty + input[type=hidden] + label:active:before,
input[type=checkbox].switch:empty + label:focus:before,
input[type=checkbox].switch:empty + input[type=hidden] + label:focus:before,
input[type=checkbox].switch:empty + label:hover:before,
input[type=checkbox].switch:empty + input[type=hidden] + label:hover:before {
  border: 1px solid #FF9966 !important;
}
input[type=checkbox].switch:empty + label:focus:before,
input[type=checkbox].switch:empty + input[type=hidden] + label:focus:before {
  box-shadow: 0 0 10px #F8F7F7;
}
input[type=checkbox].switch:empty + label:before,
input[type=checkbox].switch:empty + input[type=hidden] + label:before,
input[type=checkbox].switch:empty + label:after,
input[type=checkbox].switch:empty + input[type=hidden] + label:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.4rem;
  background-color: #D34500;
  border-radius: 1.8rem;
  margin: 0;
  opacity: 1;
  height: 100%;
  border: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 50ms ease-in-out;
  -moz-transition: all 50ms ease-in-out;
  -o-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;
}
input[type=checkbox].switch:empty + label:after,
input[type=checkbox].switch:empty + input[type=hidden] + label:after {
  width: 1.3rem;
  top: 0;
  bottom: 0;
  margin-left: 0;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2), 0 0 2px #D34500;
}
input[type=checkbox].switch:focus {
  outline: 0;
}
input[type=checkbox].switch:focus + label:before,
input[type=checkbox].switch:focus + label:after {
  outline: 0;
}
input[type=checkbox].switch:checked + label:before,
input[type=checkbox].switch:checked + input[type=hidden] + label:before {
  background-color: green;
}
input[type=checkbox].switch:checked + label:after,
input[type=checkbox].switch:checked + input[type=hidden] + label:after {
  margin-left: 1.2rem;
}
input[type=checkbox].checkbox-color {
  position: absolute;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
input[type=checkbox].checkbox-color:focus + label {
  outline: 1px solid #252525;
  border: 1px solid #252525;
}
input[type=checkbox].checkbox-color[data-color="assorted"] + label:before {
  background: linear-gradient(45deg, #2A68AA 0%, #2A68AA 33%, #619E5E 34%, #619E5E 49%, #FF9966 50%, #FF9966 65%, #FEACBA 66%, #FEACBA 100%);
}
input[type=checkbox].checkbox-color[data-color="beige"] + label:before {
  background: #EDDECD;
}
input[type=checkbox].checkbox-color[data-color="blue"] + label:before {
  background: #2A68AA;
}
input[type=checkbox].checkbox-color[data-color="bronze"] + label:before {
  background: linear-gradient(45deg, #694016 0%, #bfa278 50%, #694016 100%);
}
input[type=checkbox].checkbox-color[data-color="brown"] + label:before {
  background: #804A00;
}
input[type=checkbox].checkbox-color[data-color="grey"] + label:before {
  background: #C0C0C0;
}
input[type=checkbox].checkbox-color[data-color="green"] + label:before {
  background: #619E5E;
}
input[type=checkbox].checkbox-color[data-color="yellow"] + label:before {
  background: #FFDC4F;
}
input[type=checkbox].checkbox-color[data-color="gold"] + label:before {
  background: linear-gradient(45deg, #885e20 0%, #e9bc6a 50%, #885e20 100%);
}
input[type=checkbox].checkbox-color[data-color="white"] + label:before {
  background: white;
}
input[type=checkbox].checkbox-color[data-color="clear"] + label:before {
  background: linear-gradient(45deg, #c5d5e6 0%, #f2f3f5 50%, #c5d5e6 100%);
}
input[type=checkbox].checkbox-color[data-color="copper"] + label:before {
  background: linear-gradient(45deg, #7f4c19 0%, #fbca95 50%, #7f4c19 100%);
}
input[type=checkbox].checkbox-color[data-color="cream"] + label:before {
  background: #FFF4E4;
}
input[type=checkbox].checkbox-color[data-color="purple"] + label:before {
  background: #996BAC;
}
input[type=checkbox].checkbox-color[data-color="marble"] + label:before {
  background: url('/gfx/productfilter/marble.png') no-repeat center center;
}
input[type=checkbox].checkbox-color[data-color="brass"] + label:before {
  background: linear-gradient(45deg, #af8c58 0%, #ffe5c7 50%, #af8c58 100%);
}
input[type=checkbox].checkbox-color[data-color="multi"] + label:before {
  background: linear-gradient(45deg, #ecddcc 0%, #ecddcc 24%, #ff9866 25%, #ff9866 49%, #d24700 50%, #d24700 74%, #2a2a2a 75%, #2a2a2a 100%);
}
input[type=checkbox].checkbox-color[data-color="orange"] + label:before {
  background: #FF9966;
}
input[type=checkbox].checkbox-color[data-color="pink"] + label:before {
  background: #FEACBA;
}
input[type=checkbox].checkbox-color[data-color="red"] + label:before {
  background: #D30006;
}
input[type=checkbox].checkbox-color[data-color="steel"] + label:before {
  background: linear-gradient(45deg, #838a97 0%, #efeeef 50%, #939393 100%);
}
input[type=checkbox].checkbox-color[data-color="black"] + label:before {
  background: #252525;
}
input[type=checkbox].checkbox-color[data-color="silver"] + label:before {
  background: linear-gradient(45deg, #bfbfbf 0%, #efeeef 50%, #bfbfbf 100%);
}
input[type=checkbox].checkbox-color[data-color="wood"] + label:before {
  background: url('/gfx/productfilter/wood.png') no-repeat center center;
}
input[type=checkbox].checkbox-color[data-color="cyan"] + label:before {
  background: #88DDD4;
}
input[type=checkbox].checkbox-color:checked + label {
  background: #555;
  color: white;
}
input[type=checkbox].checkbox-color.inactive + label {
  opacity: 0.4;
}
input[type=checkbox].checkbox-color + label {
  border-radius: 4px;
  border: 1px solid #F8F7F7;
  background: #E6E6E6;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 2.1px 4.2px;
  cursor: pointer;
  margin: 0;
}
input[type=checkbox].checkbox-color + label:hover {
  border-color: #555;
}
input[type=checkbox].checkbox-color + label:before {
  content: "";
  position: relative;
  display: inline-block;
  margin: auto;
  margin-right: 3.5px;
  background: white;
  border-radius: 100%;
  aspect-ratio: 1;
  width: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.show-hide-pw {
  position: relative;
}
.show-hide-pw input {
  position: relative;
  padding: 7px 35px 7px 7px !important;
}
.show-hide-pw i {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 7px 0;
}
.show-hide-pw i.toggle-password::before {
  vertical-align: middle;
}
input[type=radio].radio {
  position: absolute;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
input[type=radio].radio:focus + label:before {
  outline: 1px solid #D34500;
  border: 1px solid #D34500;
}
input[type=radio].radio:checked ~ label:after {
  opacity: 1;
  /*background: @color-secondary;
                    border: 3.5px solid white;
                    box-shadow: 0 0 0 0.5px black;*/
}
input[type=radio].radio ~ label {
  padding-left: 28px;
  position: relative;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
  text-transform: none;
}
input[type=radio].radio ~ label:before {
  display: block;
  content: "";
  position: absolute;
  margin: auto 14px auto 0;
  border-radius: 100%;
  border: 1px solid black;
  background: white;
  height: 16px;
  width: 16px;
  top: 3px;
  left: 0px;
}
input[type=radio].radio ~ label:after {
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 7px;
  left: 4px;
  background: #D34500;
  border-radius: 100%;
  opacity: 0;
}
.overlay-container {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 99999;
  background: #F8F7F7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.overlay-container.active .overlay-inner-wrapper {
  transform: translateX(0);
}
.overlay-container .overlay-inner-wrapper {
  display: block;
  position: fixed;
  right: 0;
  width: 100%;
  max-width: 660px;
  height: 100vh;
  top: 0;
  z-index: 4;
  transform: translateX(100%);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1023px) {
  .overlay-container .overlay-inner-wrapper {
    display: block;
  }
}
@media (max-width: 767px) {
}
.range-bar {
  position: relative;
  height: 4px;
  width: 100%;
  background: #D4D4D4;
  overflow: hidden;
}
.range-bar .progress {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: #D34500;
}
.breadcrumb-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: no-wrap;
  -moz-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  overflow-x: auto;
  width: 100%;
  color: #000000;
}
.breadcrumb-wrapper.white a {
  color: white;
}
.breadcrumb-wrapper.white span {
  color: white;
}
.breadcrumb-wrapper a {
  color: #252525;
  font-weight: 200;
  white-space: nowrap;
  text-decoration: none;
  /*&:last-of-type {
            font-weight: 600;
            cursor: default;
            text-decoration: none;
            pointer-events: none;
 
            &:hover {
                text-decoration: none;
            }
 
            &:after {
                content: none;
            }
        }*/
}
.breadcrumb-wrapper a:hover {
  text-decoration: underline;
}
.breadcrumb-wrapper a:after {
  display: inline-block;
  content: "/";
  padding: 0 7px;
}
.breadcrumb-wrapper span {
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
}
.breadcrumb-wrapper span:after {
  display: inline-block;
  content: "/";
  padding: 0 7px;
}
.breadcrumb-wrapper span:last-of-type {
  font-weight: 600;
}
.breadcrumb-wrapper span:last-of-type:after {
  content: none;
}
body > header {
  width: 100%;
  background: white;
  position: relative;
}
body > header .headerInner {
  width: 100%;
  min-height: 112px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 14px;
  /*.flex-display();*/
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  body > header .headerInner {
    min-height: 0px;
    padding: 14px 28px;
  }
}
@media (max-width: 767px) {
  body > header .headerInner {
    min-height: 0px;
    padding: 14px;
  }
}
body > header .headerInner picture {
  display: block;
  width: 100%;
  font-size: 0;
}
body > header .headerInner picture img {
  width: 100%;
  max-height: 120px;
  object-fit: contain;
}
body > header .headerInner .logoWrapper {
  top: 0;
  left: 0;
  /*position: absolute;*/
  width: 116px;
  height: 116px;
  padding: 14px;
  display: block;
  order: 1;
  grid-row: 1/3;
  grid-column-start: 1;
}
body > header .headerInner .logoWrapper img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  body > header .headerInner .logoWrapper {
    width: 44px;
    height: 44px;
    padding: 0;
    left: 4px;
    top: 4px;
    grid-row: 1/1;
  }
}
body > header .headerInner nav {
  order: 2;
  /*display: grid;
                grid-template-columns: auto auto;
                grid-template-rows: auto auto;*/
  display: contents;
}
@media (max-width: 1024px) {
  body > header .headerInner nav {
    display: block;
  }
}
body > header .headerInner .searchbarWrapper {
  order: 2;
}
@media (max-width: 1024px) {
  body > header .headerInner .searchbarWrapper {
    order: 4;
    grid-column: 1/-1;
    grid-row: 2;
  }
}
@media (max-width: 1024px) {
  body > header .headerInner .top-menu-wrapper {
    order: 2;
    grid-column: 3;
  }
}
body > header .headerInner .small-social-menu {
  margin: 0;
  padding: 14px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
}
@media (max-width: 1024px) {
  body > header .headerInner .small-social-menu {
    display: none;
  }
}
body > header .headerInner .small-social-menu span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  color: #252525;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  body > header .headerInner .small-social-menu span {
    font-size: 0.9rem;
  }
}
body > header .headerInner .small-social-menu a {
  margin: 0 0 0 14px;
  padding: 0;
  vertical-align: middle;
  color: white;
  font-size: 1.8rem;
}
body > header .headerInner .small-social-menu a:first-of-type {
  margin: 0;
}
body > header .headerInner .small-social-menu a img {
  width: 100%;
}
body > header .top-menu-wrapper {
  width: auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  justify-self: flex-end;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  order: 3;
}
body > header .top-menu-wrapper.active ul.mobile-top-menu {
  display: block;
}
@media print {
  body > header .top-menu-wrapper.active ul.mobile-top-menu {
    display: none;
  }
}
body > header .top-menu-wrapper.active .mobile-top-menu-btn {
  text-align: right;
  width: auto;
}
@media (max-width: 1024px) {
  body > header .top-menu-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
body > header .top-menu-wrapper .mobile-menu-btn {
  display: none;
}
@media (max-width: 1024px) {
  body > header .top-menu-wrapper .mobile-menu-btn {
    display: block;
  }
}
body > header .top-menu-wrapper a i {
  vertical-align: middle;
}
body > header .top-menu-wrapper .mobile-menu-btn,
body > header .top-menu-wrapper .mobile-mypage-btn {
  /*font-weight: 700;*/
  padding: 14px;
  color: black;
  /*display: inline-block;
                text-transform: uppercase;*/
}
@media (max-width: 1024px) {
}
@media print {
  body > header .top-menu-wrapper .mobile-menu-btn,
  body > header .top-menu-wrapper .mobile-mypage-btn {
    display: none;
  }
}
body > header .top-menu-wrapper .mobile-mypage-btn .logged-in-check {
  position: absolute;
  right: 10.5px;
  bottom: 16px;
  font-size: 0.7rem;
  line-height: 0.8;
  display: inline-block;
  border-radius: 100%;
  color: white;
  padding: 0;
  z-index: 0;
  /*&:after {
                        position: absolute;
                        top: -3px;
                        content: "\54";
                        font-family: 'kitchnno', sans-serif;
                        font-size: inherit;
                        color: white;
                        left: 0;
                        font-style: normal !important;
                        font-weight: normal !important;
                        font-variant: normal !important;
                        text-transform: none !important;
                        speak: none;
                        line-height: 1;
                        -webkit-font-smoothing: antialiased;
                        z-index:0;
                    }*/
}
body > header .top-menu-wrapper .mobile-mypage-btn .logged-in-check:last-of-type {
  color: #D34500;
  z-index: 1;
  bottom: 14px;
}
.loginContainerArticle {
  width: 100%;
}
.loginContainer {
  display: block;
  position: fixed;
  right: 0;
  min-width: 400px;
  height: 100vh;
  top: 0;
  z-index: 4;
  transform: translateX(100%);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1024px) {
  .loginContainer {
    min-width: 0;
    width: 100%;
  }
}
.loginContainer.active {
  transform: translateX(0);
}
.loginContainer.active ul {
  max-height: 1000px;
}
.loginContainer.active > a {
  color: #F8F7F7;
  background: black;
}
.loginContainer ul {
  /*max-height: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        z-index: 99999;
        background: @color-quaternary;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;*/
}
.loginContainer ul li {
  /*a, .btn, button {
                display: block;
                padding: @default-padding;
                width: 100%;
                background: @color-quaternary;
                border: 0;
                margin: 0;
                font-weight: 600;
                text-align: left;
                border-bottom: 1px solid rgba(0,0,0,0.1);
                font-size: 1rem;
                line-height: 1;

                &:hover {
                    background: @dark-grey;
                }
            }*/
}
@media (max-width: 1024px) {
  .loginContainer .login-wrapper {
    display: block;
    position: relative;
  }
}
.loginContainer .login-wrapper header {
  /* h1 {
                .flex-grow(1);
                .flex-shrink(1);
                .flex-basis(100%);
                color: white;
            }*/
  /*a {
                .flex-grow(0);
                .flex-shrink(0);
                .flex-basis(auto);
                text-decoration: underline;
                text-transform: none;
                font-size: 1rem;
                font-weight: lighter;
            }*/
}
.loginContainer .login-wrapper .vipps-login .btn.vipps {
  width: 100%;
  border-radius: 8px;
  background: #ff5b24;
  text-align: center;
  border: 0;
}
#productMenu > li:hover > a {
  color: #D34500;
}
#productMenu li.active a ~ div {
  visibility: visible;
  height: auto;
}
@media (max-width: 1023px) {
  #productMenu li.active a ~ div {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
#productMenu li .submenuIndicator {
  color: black;
}
#productMenu li a {
  display: block;
  color: black;
  font-weight: 700;
  font-family: 'Gothic A1', sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 14px;
}
@media (max-width: 767px) {
  #productMenu li a {
    color: black;
    padding: 21px;
  }
}
#productMenu li div {
  display: block;
  visibility: hidden;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  z-index: 3;
  background: black;
  transition: all 0s;
  transition-delay: 0s;
}
@media (max-width: 1440px) {
  #productMenu li div {
    max-width: 1152px;
    left: 0;
    transform: translateX(0);
  }
}
@media (max-width: 1023px) {
  #productMenu li div {
    display: none;
    position: relative;
    transform: none;
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
}
/*ul.categoriesMenu {
    display: block;
    background: white;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    //column-count: 1;
    @media @ipad {
        position: relative;
        width: 100%;
        height: 100%;
        background: white;
    }

    @media @below-ipad {
        column-count: 1;
        box-shadow: none;
    }

    @media @mobile {
        column-count: 1;
    }

    li {
        display: block;
        break-inside: avoid;
        page-break-inside: avoid;
        width: 260px;*/
/*border-right: 1px solid @color-quaternary;
                    border-bottom: 1px solid @color-quaternary;*/
/*font-size: 1.2rem;
        font-weight: 700;
        background: white;
        position: static;

        @media @below-ipad {
            width: 100%;
            border-right: 0;
            font-weight: 500;
            position: relative;
        }

        @media @mobile {
            break-inside: auto;
            page-break-inside: auto;
        }

        &.divider {
            border-bottom: 2px solid @color-primary;
        }

        &.divider ~ li {
            //border-bottom: 2px solid @color-primary;
            //background: white;
            a {
                font-weight: 500;

                @media @mobile {
                    font-weight: 700;
                }
            }
        }

        &.active {
            background: white;
            color: black;

            @media @below-ipad {
                background: black;
                position: relative;
            }

            a {
                color: black;

                @media @below-ipad {
                    color: white;
                }

                &:not(:only-child):after {
                    @media @below-ipad {
                        transform: translate3d(-50%, -50%, 0) rotate(-90deg);
                        opacity: 0;
                    }
                }
            }

            div {
                background: white;
                .flex-display();
                .flex-direction(column);
                width: calc(100% ~"-" 260px);
                right: 0;
                left: auto;
                top: 0;
                position: absolute;
                transform: none;

                @media @below-ipad {
                    //display: block;
                    width: 100%;
                    left: 0;
                    position: relative;
                }

                ul {
                    width: 100%;
                    background: white;
                    height: 100%;
                    width: 260px;
                    overflow: hidden;

                    @media @below-ipad {
                        display: block;
                    }

                    li {
                        background: white;

                        &.active {
                            a {
                                //border-bottom: 1px solid @border-grey;
                                text-decoration: underline;
                            }
                        }

                        a {
                            color: black;
                            font-weight: 500;

                            &:hover {
                                text-decoration: underline;
                            }
                        }
                    }
                }

                div {
                    width: calc(100% ~"-" 260px);

                    img {
                        visibility: visible;
                        position: absolute;
                        right: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        animation: fade-in 1s forwards;
                    }
                }
            }
        }

        a {
            font-weight: 700;
            text-transform: none;
            padding: @default-padding*0.5;
            cursor: pointer;
            color: black;
            display: block;
            cursor: pointer;*/
/* new */
/*font-weight: 200;
            font-size: 1.05rem;
            padding: @default-padding @default-padding*2;
            .flex-display();
            .align-items(center);
            .justify-content(flex-start);

            @media @below-desktop {
                //padding: @default-padding*0.75;
            }

            &:hover {

                i {
                    text-decoration: none;
                }

                span {
                    text-decoration: underline;
                }
            }

            i.icon {
                font-family: 'kitchnno', sans-serif;
                font-style: normal;
                font-weight: normal;
                text-transform: none;
                font-size: 2rem;
                line-height: 0.8;
                vertical-align: middle;
                margin-right: @default-padding;

                @media @below-desktop {
                    font-size: 1.5rem;
                }
            }

            span {
                display: inline-block;
                font-weight: 400;
            }

            &.categoryLink {
                display: block;
            }

            span {
                //margin-left: @default-padding*0.5;
                display: inline-block;*/
/*@media @below-ipad {
                                margin: 0;
                            }*/
/*}
        }

        > a {

            &:only-child {
                display: block;

                &:before, &:after {
                    display: none;
                }
            }
        }

        div {
            display: none;
            height: 100%;

            @media @below-ipad {
                display: none;
                height: auto;
                padding: 0;
            }
        }
    }

    > li {
        a:not(:only-child) {
            &:before, &:after {

                @media @below-ipad {
                    display: block;
                    content: "";
                    position: absolute;
                    right: @default-padding;
                    top: @default-padding*2;
                    width: 16px;
                    height: 3px;
                    transform: translate3d(-50%,-50%,0);
                    background: white;
                    opacity: 1;
                }
            }

            &:after {
                @media @below-ipad {
                    height: 16px;
                    width: 3px;
                    transition: all 0.2s ease-in-out;
                    right: @default-padding*2-1px;
                }
            }
        }
    }
}*/
#brandsMenu > li:hover > a {
  color: #6c6c6c;
}
#brandsMenu li.active a ~ div {
  transition: all 0s;
  transition-delay: 0.2s;
  visibility: visible;
  height: auto;
}
@media (max-width: 1023px) {
  #brandsMenu li.active a ~ div {
    display: block;
  }
}
#brandsMenu li a {
  display: block;
  color: black;
  font-weight: 700;
  font-family: 'Gothic A1', sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 14px;
}
#brandsMenu li div {
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  z-index: 3;
  background: black;
  padding: 14px;
}
@media (max-width: 1023px) {
  #brandsMenu li div {
    display: none;
    position: relative;
    left: 0;
    transform: none;
  }
}
#brandsMenu li div ul {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#brandsMenu li div ul li {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 8.33%;
}
@media (max-width: 1024px) {
  #brandsMenu li div ul li {
    width: 12.5%;
  }
}
@media (max-width: 1023px) {
  #brandsMenu li div ul li {
    width: 20%;
  }
}
@media (max-width: 767px) {
  #brandsMenu li div ul li {
    width: 33.33%;
  }
}
#brandsMenu li div ul li a {
  font-weight: 200;
  font-size: 1.05rem;
  padding: 7px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
#brandsMenu li div ul li a:before {
  font-size: 2rem;
  line-height: 0.8;
  vertical-align: middle;
  margin-right: 14px;
}
#brandsMenu li div ul li a span {
  display: inline-block;
}
#brandsMenu li div ul li a img {
  width: 100%;
}
#brandsMenu li div ul li ul li a {
  display: block;
  font-size: 1rem;
  text-transform: none;
}
nav {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
nav a {
  word-break: normal;
}
@media (max-width: 1024px) {
  nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: var(--margin-top);
    transform: translate3d(-100%, 0, 0);
    z-index: 5;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    display: block;
    background: white;
  }
}
nav .navWrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  grid-row-start: 2;
}
@media (max-width: 1024px) {
  nav .navWrapper {
    display: block;
  }
}
nav .navWrapper .close {
  display: none;
  background: none;
  border: none;
}
@media (max-width: 1024px) {
  nav .navWrapper .close {
    display: inline-block;
    color: black;
    font-size: 1rem;
    line-height: 0.8;
    padding: 14px;
  }
}
nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 7px 0 0 0;
}
@media (max-width: 1024px) {
  nav ul {
    display: block;
  }
}
nav ul li {
  /*&.active {
                .submenuIndicator {
                    &:before {
                        content: "c";
                    }
                }
            }*/
}
@media (max-width: 1024px) {
  nav ul li {
    position: relative;
  }
}
nav ul li .submenuIndicator {
  display: none;
}
@media (max-width: 1024px) {
  nav ul li .submenuIndicator {
    display: block;
    position: absolute;
    right: 14px;
    top: 21px;
    font-size: 1rem;
    line-height: 1;
    color: white;
    font-family: 'kitchnno';
    padding: 0;
  }
  nav ul li .submenuIndicator:before {
    content: "y";
  }
}
@media (max-width: 1024px) {
  nav ul > li:after {
    content: "";
    margin: 0 14px;
    width: calc(100% - 14px*2);
    height: 1px;
    background: white;
    display: none;
    position: relative;
    opacity: 0.6;
  }
}
nav ul > li:after:hover {
  display: block;
}
@media (max-width: 1024px) {
  nav ul > li:last-of-type:after {
    display: none;
  }
}
nav ul > li ul li:after {
  display: none;
}
nav .mobile-product-menu-btn {
  font-weight: 700;
  color: #ffffff;
  display: none;
  padding: 14px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  nav .mobile-product-menu-btn {
    display: inline-block;
  }
}
nav .mobile-product-menu-btn i {
  vertical-align: middle;
  margin-right: 7px;
}
.topMenu {
  width: 100%;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-row-start: 2;
  padding-top: 14px;
}
@media (max-width: 1024px) {
  .topMenu {
    display: block;
  }
}
.topMenu li {
  display: block;
  position: relative;
}
@media (max-width: 1024px) {
  .topMenu li {
    display: block;
    background: #D34500;
    margin-bottom: 2px;
  }
}
.topMenu li.pull-right {
  float: right;
}
.topMenu li a {
  display: block;
  padding: 7px 7px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: black;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1440px) {
  .topMenu li a {
    padding: 7px;
  }
}
@media (max-width: 1024px) {
  .topMenu li a {
    padding: 21px;
    color: white;
  }
}
.topMenu li a:only-child {
  cursor: pointer;
}
.topMenu li a:only-child:after {
  display: none;
}
.topMenu li:hover {
  /*ul {
                display: block;
                position: absolute;
                max-height: 500px;

                @media @ipad-portrait {
                    display: none;
                    position: relative;
                    max-height: 1000px;
                }

                li {
                    display: block;
                    float: none;

                    a {
                        display: block;
                        color: @white;
                        border-bottom: 1px solid rgba(0,0,0,0.1);
                        cursor: pointer;

                        &:hover {
                            background: @dark-grey;
                            color: @light-grey;
                        }
                    }
                }
            }*/
}
@media (max-width: 1024px) {
  .topMenu li:hover > a {
    color: white;
  }
}
.topMenu li:hover a {
  color: #D34500;
}
@media (max-width: 1024px) {
  .topMenu li:hover a {
    color: white;
    text-decoration: none;
  }
}
@media (max-width: 1024px) {
  .topMenu li.active ul {
    display: block;
    position: relative;
    max-height: none;
  }
}
.topMenu li ul {
  display: block;
  overflow: hidden;
  min-width: 100%;
  max-height: 0px;
  position: absolute;
  z-index: 5;
  -webkit-transition: max-height 0.3s ease-in;
  -moz-transition: max-height 0.3s ease-in;
  -o-transition: max-height 0.3s ease-in;
  transition: max-height 0.3s ease-in;
  transition-delay: 0.2s;
  background: #6c6c6c;
}
@media (max-width: 1024px) {
  .topMenu li ul {
    background: transparent;
  }
}
@media (max-width: 1024px) {
  .topMenu li ul li:after {
    display: block;
    opacity: 0.2;
  }
}
.topMenu li ul li a {
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
}
.topMenu.minside:hover .login-wrapper {
  display: block;
}
.topMenu.minside.sticky a {
  background: #6c6c6c;
  color: #F8F7F7;
}
.topMenu.minside.sticky .login-wrapper {
  display: block;
}
.topMenu.minside ul {
  right: 0;
}
.sub-category-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 14px;
}
@media (max-width: 767px) {
  .sub-category-wrapper {
    padding: 28px 0;
  }
}
.sub-category-wrapper .sub-category-list {
  margin: 28px auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(12, minmax(auto, 1fr));
  grid-gap: 14px;
}
@media (max-width: 768px) {
  .sub-category-wrapper .sub-category-list {
    grid-template-columns: repeat(6, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .sub-category-wrapper .sub-category-list {
    display: block;
    background: white;
  }
}
.sub-category-wrapper .sub-category-list .sub-category-item {
  list-style: none;
  grid-column-end: span 3;
  position: relative;
}
@media (max-width: 767px) {
  .sub-category-wrapper .sub-category-list .sub-category-item {
    border-bottom: 1px solid #dadada;
  }
}
.sub-category-wrapper .sub-category-list .sub-category-item.expandable.expanded {
  background: #F8F7F7;
}
.sub-category-wrapper .sub-category-list .sub-category-item.expandable.expanded .sub-category-header a h2 {
  font-weight: 600;
}
.sub-category-wrapper .sub-category-list .sub-category-item.expandable.expanded .sub-category-header .expand-toggle h2 i:before {
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .sub-category-wrapper .sub-category-list .sub-category-item.expandable.expanded ul {
    max-height: 4000px;
  }
}
@media (max-width: 767px) {
  .sub-category-wrapper .sub-category-list .sub-category-item.expandable .sub-category-header .expand-toggle h2 i {
    display: block;
  }
}
.sub-category-wrapper .sub-category-list .sub-category-item.expandable ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .sub-category-wrapper .sub-category-list .sub-category-item.expandable ul {
    overflow: hidden;
    max-height: 0;
    transition: all 0.4s ease-in-out;
    padding: 0 14px;
  }
}
.sub-category-wrapper .sub-category-list .sub-category-item.expandable ul li {
  border-bottom: 1px solid #E6E6E6;
}
.sub-category-wrapper .sub-category-list .sub-category-item.expandable ul li:last-of-type {
  border-bottom: 0;
}
.sub-category-wrapper .sub-category-list .sub-category-item.expandable ul li a {
  padding: 14px 0;
}
.sub-category-wrapper .sub-category-list .sub-category-item .sub-category-header {
  display: block;
}
@media (max-width: 767px) {
  .sub-category-wrapper .sub-category-list .sub-category-item .sub-category-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.sub-category-wrapper .sub-category-list .sub-category-item .sub-category-header a {
  display: block;
  width: 100%;
  cursor: default;
}
@media (max-width: 767px) {
  .sub-category-wrapper .sub-category-list .sub-category-item .sub-category-header a {
    padding: 14px;
  }
}
.sub-category-wrapper .sub-category-list .sub-category-item .sub-category-header a.expand-toggle h2 i {
  display: none;
  position: relative;
  font-size: 1.2rem;
  line-height: 0.8;
}
.sub-category-wrapper .sub-category-list .sub-category-item .sub-category-header a.expand-toggle h2 i:before {
  display: inline-block;
}
.sub-category-wrapper .sub-category-list .sub-category-item .sub-category-header a h2 {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sub-category-wrapper .sub-category-list .sub-category-item .sub-category-header a h2 {
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .sub-category-wrapper .sub-category-list .sub-category-item .sub-category-header a hr {
    display: none;
  }
}
.category-button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 56px 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .category-button-list {
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-start;
  }
}
.category-button-list li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.category-button-list li a {
  white-space: nowrap;
}
.category-button-list li a.active {
  background: #252525;
  color: white;
  font-weight: 600;
}
.category-button-list li a:hover {
  background: #D34500;
  color: white;
}
/*#framework {
    aside {
        ul {
            display: block;
            margin: 0 0 @default-padding 0;
            padding: 0;

            li {
                display: block;
                margin: 0;
                padding: 0;

                a {
                    display: block;
                    padding: @default-padding*1.2;
                    font-weight: 700;
                    text-transform: uppercase;
                    margin: 0 0 1px 0;
                    color: @dark-grey;

                    @media @ipad {
                        font-size: 1rem;
                        line-height: 1;
                    }
                }
            }

            &.campaigns-menu {
                li {
                    a {
                        background: @light-grey;

                        &:hover {
                            background: @medium-grey;
                        }
                    }
                }
            }
        }
    }
}*/
#adminpanelbuttons {
  position: fixed;
  bottom: 10.5px;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  z-index: 20;
}
#adminpanelbuttons a {
  display: block;
  line-height: 1;
  border-radius: 100%;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 14px;
  line-height: 0;
  color: #252525;
  transition: all 0.4s ease-in-out;
  border: 1px solid #FF9966;
  margin-right: 7px;
}
#adminpanelbuttons a:last-of-type {
  margin-right: 0;
}
#adminpanelbuttons a:hover {
  background: #128be6;
  color: white;
}
#adminpanelbuttons a i {
  font-size: 1.5rem;
  line-height: 0.8;
  display: inline-block;
}
#adminpanelbuttons a i:before {
  display: inherit;
  line-height: 1;
}
.admin-edit-bar-wrapper {
  position: static;
  top: 0;
  left: 3.5px;
  width: calc(100% - 14px*0.5);
  width: 100%;
  background: white;
  color: black;
  font-size: 0.8rem;
  line-height: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 2;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.01);
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.admin-edit-bar-wrapper.absolute {
  position: absolute;
  left: 0 !important;
}
.admin-edit-bar-wrapper.absolute a {
  position: relative !important;
  width: auto;
}
.admin-edit-bar-wrapper.edit-bar-product,
.admin-edit-bar-wrapper.edit-bar-fade-in {
  position: absolute;
  right: 0;
  left: auto;
  width: 100%;
  max-width: 34px;
  transition: 0.4s ease-in-out;
  transition-delay: 0.2s;
  box-shadow: none;
}
.admin-edit-bar-wrapper.edit-bar-product.edit-bar-fade-in,
.admin-edit-bar-wrapper.edit-bar-fade-in.edit-bar-fade-in {
  max-width: 56px;
}
.admin-edit-bar-wrapper.edit-bar-product.edit-bar-fade-in a,
.admin-edit-bar-wrapper.edit-bar-fade-in.edit-bar-fade-in a {
  width: auto !important;
}
.admin-edit-bar-wrapper.edit-bar-product:hover,
.admin-edit-bar-wrapper.edit-bar-fade-in:hover {
  max-width: 100%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.admin-edit-bar-wrapper.edit-bar-product:hover .admin-edit-article-id,
.admin-edit-bar-wrapper.edit-bar-fade-in:hover .admin-edit-article-id {
  display: block;
}
.admin-edit-bar-wrapper.edit-bar-product .admin-edit-article-id,
.admin-edit-bar-wrapper.edit-bar-fade-in .admin-edit-article-id {
  display: none;
  white-space: nowrap;
  overflow: hidden;
}
.admin-edit-bar-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #128be6;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.admin-edit-bar-wrapper:hover:after {
  opacity: 1;
}
.admin-edit-bar-wrapper p {
  margin: auto 0 !important;
  padding: 0 !important;
}
.admin-edit-bar-wrapper p.status.published {
  color: #6aa842;
}
.admin-edit-bar-wrapper p.status.paused {
  color: #ffd800;
}
.admin-edit-bar-wrapper p.status.stopped {
  color: #ef470b;
}
.admin-edit-bar-wrapper p.status icon {
  display: inline-block;
  line-height: 0.8;
  font-size: 1rem;
}
.admin-edit-bar-wrapper i {
  display: inline-block;
  line-height: 0.8;
  font-size: 1rem;
}
.admin-edit-bar-wrapper i:before {
  display: inline-block;
}
.admin-edit-bar-wrapper a {
  color: black;
  cursor: pointer;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
}
.admin-edit-bar-wrapper a:hover {
  color: #128be6;
}
.category-description-article picture {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 13.33%;
}
@media (max-width: 1024px) {
  .category-description-article picture {
    padding: 16.66%;
  }
}
@media (max-width: 767px) {
  .category-description-article picture {
    padding: 28px;
  }
}
.category-description-article picture img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.category-description-article picture figcaption {
  display: inline-block;
  background: white;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  position: absolute;
  transform: translate3d(0, -50%, 0);
  padding: 28px;
  width: auto;
  word-break: normal;
  left: 56px;
  top: 50%;
}
@media (max-width: 767px) {
  .category-description-article picture figcaption {
    padding: 14px;
    transform: none;
    left: auto;
    top: auto;
    position: relative;
  }
}
.screen-readers {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
footer {
  width: 100%;
  margin: auto auto 0 auto;
}
footer .footer-inner hr {
  display: none;
  width: calc(100% - 14px*2);
}
@media (max-width: 767px) {
  footer .footer-inner hr {
    display: block;
  }
}
footer .footer-inner details {
  position: relative;
}
@media (max-width: 767px) {
  footer .footer-inner details[open] {
    max-height: 1000px;
    transition: all 0.4s ease-in-out;
  }
  footer .footer-inner details[open]:before {
    transform: rotate(-180deg);
  }
  footer .footer-inner details:before {
    content: "\41";
    font-family: "kitchnno" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 7px;
    right: 14px;
    transition: all 0.1s ease-in-out;
    pointer-events: none;
    color: #ffffff;
  }
}
footer .footer-inner details summary::-webkit-details-marker {
  display: none;
}
footer .footer-inner details summary {
  pointer-events: none;
  color: #ffffff;
}
@media (max-width: 767px) {
  footer .footer-inner details summary {
    pointer-events: initial;
    cursor: pointer;
  }
}
footer ul {
  list-style: none;
  margin: 0;
}
footer ul li a {
  color: #E6E6E6;
  font-weight: 500;
}
footer ul li a:hover {
  color: #ffffff;
}
footer ul.external-services li {
  line-height: 0;
  background-color: #252525;
  border-radius: 5%;
  border: 1px solid #555;
  padding: 3.5px 7px 3.5px 7px;
  text-align: center;
}
footer ul.external-services li img {
  max-width: 42px;
  height: 28px;
}
@media (max-width: 767px) {
  footer ul.external-services li img.external-service-posten,
  footer ul.external-services li img.external-service-postnord,
  footer ul.external-services li img.external-service-klarna,
  footer ul.external-services li img.external-service-visa,
  footer ul.external-services li img.external-service-mastercard {
    max-width: 42px;
  }
}
footer ul.external-services li img.external-service-posten,
footer ul.external-services li img.external-service-postnord {
  max-width: 56px;
}
footer ul.external-services li img.external-service-visa {
  max-width: 35px;
}
footer ul.external-services li img.external-service-svea {
    max-width: 60px;
    max-height: 22px;
    margin-top: 3px;
    margin-bottom: 3px;
}
@media (max-width: 767px) {
  .grid.g12 .article-wrapper.half {
    grid-column: 1/-1;
  }
}
.articleList,
.article-list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.articleList.grid,
.article-list.grid {
  display: grid;
}
.articleList:not(.grid) li.article-wrapper.half-quarter,
.article-list:not(.grid) li.article-wrapper.half-quarter {
  width: 75%;
}
@media (max-width: 767px) {
  .articleList:not(.grid) li.article-wrapper.half-quarter,
  .article-list:not(.grid) li.article-wrapper.half-quarter {
    width: 100%;
  }
}
.articleList:not(.grid) li.article-wrapper.half,
.article-list:not(.grid) li.article-wrapper.half {
  width: 50%;
}
@media (max-width: 767px) {
  .articleList:not(.grid) li.article-wrapper.half,
  .article-list:not(.grid) li.article-wrapper.half {
    width: 100%;
  }
}
.articleList:not(.grid) li.article-wrapper.quarter,
.article-list:not(.grid) li.article-wrapper.quarter {
  width: 25%;
  display: inline-block;
  vertical-align: text-top;
}
@media (max-width: 1023px) {
  .articleList:not(.grid) li.article-wrapper.quarter,
  .article-list:not(.grid) li.article-wrapper.quarter {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .articleList:not(.grid) li.article-wrapper.quarter,
  .article-list:not(.grid) li.article-wrapper.quarter {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .articleList:not(.grid) li.article-wrapper.quarter,
  .article-list:not(.grid) li.article-wrapper.quarter {
    width: 100%;
  }
}
.articleList:not(.grid) li.article-wrapper.third,
.article-list:not(.grid) li.article-wrapper.third {
  width: 33.33%;
  display: inline-block;
}
@media (max-width: 767px) {
  .articleList:not(.grid) li.article-wrapper.third,
  .article-list:not(.grid) li.article-wrapper.third {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .articleList:not(.grid) li.article-wrapper.banner.half,
  .article-list:not(.grid) li.article-wrapper.banner.half,
  .articleList:not(.grid) li.article-wrapper.banner.quarter,
  .article-list:not(.grid) li.article-wrapper.banner.quarter {
    width: 50%;
  }
}
.articleList li,
.article-list li {
  position: relative;
}
.articleList li.productListWrapper,
.article-list li.productListWrapper {
  width: 100%;
}
.articleList li.bannerset,
.article-list li.bannerset {
  width: 100%;
}
@media (max-width: 767px) {
  .articleList li.bannerset.swipe-mobile,
  .article-list li.bannerset.swipe-mobile {
    left: 0;
    width: 100%;
    max-width: calc(100vw - 14px*2);
    position: relative;
    /*    .arrow {
        background: @color-1;
        color: @color-10;
        padding: @default-padding*0.75;
        font-size: 1.2rem;
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        color: @color-1;
        cursor: pointer;
        z-index: 2;
        display: flex;
        border-radius: 100%;
        opacity: 0.7;
        transition: all 0.4s ease-in-out;

        @media @mobile {
            display: none;
        }

        &:hover {
            opacity: 1;
        }

        &.left {
            left: -@default-padding*3.5;
        }

        &.right {
            right: -@default-padding*3.5;
        }

        i {
            display: inline-block;
            line-height: 0.6;
        }
    }*/
  }
  .articleList li.bannerset.swipe-mobile > ul,
  .article-list li.bannerset.swipe-mobile > ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0px;
    width: 100%;
    padding: 0;
    scrollbar-width: none;
  }
  .articleList li.bannerset.swipe-mobile > ul.animate,
  .article-list li.bannerset.swipe-mobile > ul.animate {
    scroll-snap-type: none;
  }
  .articleList li.bannerset.swipe-mobile > ul > li,
  .article-list li.bannerset.swipe-mobile > ul > li {
    scroll-snap-align: start;
  }
  .articleList li.bannerset.swipe-mobile > ul > li.sixth,
  .article-list li.bannerset.swipe-mobile > ul > li.sixth {
    min-width: calc(16.7% - 14px*0.9);
  }
  .articleList li.bannerset.swipe-mobile > ul > li.quarter,
  .article-list li.bannerset.swipe-mobile > ul > li.quarter {
    min-width: calc(25% - 14px*0.8);
  }
  .articleList li.bannerset.swipe-mobile > ul > li.third,
  .article-list li.bannerset.swipe-mobile > ul > li.third {
    min-width: calc(33.3% - 14px*0.7);
  }
  .articleList li.bannerset.swipe-mobile > ul > li.half,
  .article-list li.bannerset.swipe-mobile > ul > li.half {
    min-width: calc(50% - 14px*0.5);
  }
  .articleList li.bannerset.swipe-mobile > ul > li.full,
  .article-list li.bannerset.swipe-mobile > ul > li.full {
    min-width: 100%;
  }
  .articleList li.bannerset.swipe-mobile .arrow,
  .article-list li.bannerset.swipe-mobile .arrow {
    /*        background: @color-4;
        opacity: 0.9;*/
    padding: 10.5px 21px;
    font-size: 1.8rem;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    color: #252525;
    cursor: pointer;
    z-index: 2;
  }
  .articleList li.bannerset.swipe-mobile .arrow:hover,
  .article-list li.bannerset.swipe-mobile .arrow:hover {
    opacity: 1;
  }
  .articleList li.bannerset.swipe-mobile .arrow.left,
  .article-list li.bannerset.swipe-mobile .arrow.left {
    left: -49px;
  }
  .articleList li.bannerset.swipe-mobile .arrow.right,
  .article-list li.bannerset.swipe-mobile .arrow.right {
    right: -49px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .articleList li.bannerset.swipe-mobile,
  .article-list li.bannerset.swipe-mobile {
    max-width: 100vw;
    overflow: auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .articleList li.bannerset.swipe-mobile > ul,
  .article-list li.bannerset.swipe-mobile > ul {
    padding-bottom: 7px;
    scrollbar-width: thin;
    scrollbar-color: #252525 #ffffff;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .articleList li.bannerset.swipe-mobile > ul > li.quarter-mobile,
  .article-list li.bannerset.swipe-mobile > ul > li.quarter-mobile {
    min-width: calc(25vw - 14px);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .articleList li.bannerset.swipe-mobile > ul > li.half-mobile,
  .article-list li.bannerset.swipe-mobile > ul > li.half-mobile {
    min-width: calc(50% - 14px*2);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .articleList li.bannerset.swipe-mobile > ul > li.full-mobile,
  .article-list li.bannerset.swipe-mobile > ul > li.full-mobile {
    min-width: calc(100% - 14px*3);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .articleList li.bannerset.swipe-mobile > ul > li,
  .article-list li.bannerset.swipe-mobile > ul > li {
    min-width: 70vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .articleList li.bannerset.swipe-mobile .arrow,
  .article-list li.bannerset.swipe-mobile .arrow {
    display: none;
  }
}
@media (min-width: 768px) {
  .articleList li.bannerset.swipe-desktop,
  .article-list li.bannerset.swipe-desktop {
    left: 0;
    width: 100%;
    max-width: calc(100vw - 14px*2);
    position: relative;
    /*    .arrow {
        background: @color-1;
        color: @color-10;
        padding: @default-padding*0.75;
        font-size: 1.2rem;
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        color: @color-1;
        cursor: pointer;
        z-index: 2;
        display: flex;
        border-radius: 100%;
        opacity: 0.7;
        transition: all 0.4s ease-in-out;

        @media @mobile {
            display: none;
        }

        &:hover {
            opacity: 1;
        }

        &.left {
            left: -@default-padding*3.5;
        }

        &.right {
            right: -@default-padding*3.5;
        }

        i {
            display: inline-block;
            line-height: 0.6;
        }
    }*/
  }
  .articleList li.bannerset.swipe-desktop > ul,
  .article-list li.bannerset.swipe-desktop > ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0px;
    width: 100%;
    padding: 0;
    scrollbar-width: none;
  }
  .articleList li.bannerset.swipe-desktop > ul.animate,
  .article-list li.bannerset.swipe-desktop > ul.animate {
    scroll-snap-type: none;
  }
  .articleList li.bannerset.swipe-desktop > ul > li,
  .article-list li.bannerset.swipe-desktop > ul > li {
    scroll-snap-align: start;
  }
  .articleList li.bannerset.swipe-desktop > ul > li.sixth,
  .article-list li.bannerset.swipe-desktop > ul > li.sixth {
    min-width: calc(16.7% - 14px*0.9);
  }
  .articleList li.bannerset.swipe-desktop > ul > li.quarter,
  .article-list li.bannerset.swipe-desktop > ul > li.quarter {
    min-width: calc(25% - 14px*0.8);
  }
  .articleList li.bannerset.swipe-desktop > ul > li.third,
  .article-list li.bannerset.swipe-desktop > ul > li.third {
    min-width: calc(33.3% - 14px*0.7);
  }
  .articleList li.bannerset.swipe-desktop > ul > li.half,
  .article-list li.bannerset.swipe-desktop > ul > li.half {
    min-width: calc(50% - 14px*0.5);
  }
  .articleList li.bannerset.swipe-desktop > ul > li.full,
  .article-list li.bannerset.swipe-desktop > ul > li.full {
    min-width: 100%;
  }
  .articleList li.bannerset.swipe-desktop .arrow,
  .article-list li.bannerset.swipe-desktop .arrow {
    /*        background: @color-4;
        opacity: 0.9;*/
    padding: 10.5px 21px;
    font-size: 1.8rem;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    color: #252525;
    cursor: pointer;
    z-index: 2;
  }
  .articleList li.bannerset.swipe-desktop .arrow:hover,
  .article-list li.bannerset.swipe-desktop .arrow:hover {
    opacity: 1;
  }
  .articleList li.bannerset.swipe-desktop .arrow.left,
  .article-list li.bannerset.swipe-desktop .arrow.left {
    left: -49px;
  }
  .articleList li.bannerset.swipe-desktop .arrow.right,
  .article-list li.bannerset.swipe-desktop .arrow.right {
    right: -49px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .articleList li.bannerset.swipe-desktop,
  .article-list li.bannerset.swipe-desktop {
    max-width: 100vw;
    overflow: auto;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .articleList li.bannerset.swipe-desktop > ul,
  .article-list li.bannerset.swipe-desktop > ul {
    padding-bottom: 7px;
    scrollbar-width: thin;
    scrollbar-color: #252525 #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .articleList li.bannerset.swipe-desktop > ul > li.quarter-mobile,
  .article-list li.bannerset.swipe-desktop > ul > li.quarter-mobile {
    min-width: calc(25vw - 14px);
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .articleList li.bannerset.swipe-desktop > ul > li.half-mobile,
  .article-list li.bannerset.swipe-desktop > ul > li.half-mobile {
    min-width: calc(50% - 14px*2);
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .articleList li.bannerset.swipe-desktop > ul > li.full-mobile,
  .article-list li.bannerset.swipe-desktop > ul > li.full-mobile {
    min-width: calc(100% - 14px*3);
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .articleList li.bannerset.swipe-desktop > ul > li,
  .article-list li.bannerset.swipe-desktop > ul > li {
    min-width: 70vw;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .articleList li.bannerset.swipe-desktop .arrow,
  .article-list li.bannerset.swipe-desktop .arrow {
    display: none;
  }
}
.articleList li.bannerset .banner,
.article-list li.bannerset .banner {
  line-height: 0;
}
.articleList li.bannerset .banner figure,
.article-list li.bannerset .banner figure {
  margin: 0;
}
.articleList li.article-wrapper,
.article-list li.article-wrapper {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  vertical-align: text-top;
  width: 100%;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
.articleList li.article-wrapper.front-article,
.article-list li.article-wrapper.front-article {
  grid-column: 1/-1;
}
.articleList li.article-wrapper.front-article.horizontal article,
.article-list li.article-wrapper.front-article.horizontal article {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .articleList li.article-wrapper.front-article.horizontal article,
  .article-list li.article-wrapper.front-article.horizontal article {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.articleList li.article-wrapper.front-article.horizontal article img,
.article-list li.article-wrapper.front-article.horizontal article img {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 70%;
}
@media (max-width: 1023px) {
  .articleList li.article-wrapper.front-article.horizontal article img,
  .article-list li.article-wrapper.front-article.horizontal article img {
    width: 100%;
  }
}
.articleList li.article-wrapper.front-article.horizontal article .Text,
.article-list li.article-wrapper.front-article.horizontal article .Text {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30%;
  padding: 0;
  margin-left: 28px;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 1023px) {
  .articleList li.article-wrapper.front-article.horizontal article .Text,
  .article-list li.article-wrapper.front-article.horizontal article .Text {
    width: 100%;
  }
}
.articleList li.article-wrapper.front-article.horizontal article .Text a,
.article-list li.article-wrapper.front-article.horizontal article .Text a {
  font-size: 1rem;
  margin: 14px 0;
  display: inline-block;
  text-decoration: none;
}
.articleList li.article-wrapper.front-article.horizontal article .Text a i,
.article-list li.article-wrapper.front-article.horizontal article .Text a i {
  font-size: 0.8rem;
  line-height: 0.8;
  display: inline-block;
  margin-right: 7px;
  color: #353535;
  vertical-align: middle;
}
.articleList li.article-wrapper.front-article.horizontal article .Text a span,
.article-list li.article-wrapper.front-article.horizontal article .Text a span {
  vertical-align: middle;
  font-weight: 600;
}
.articleList li.article-wrapper.front-article .Text h1 .brand-name:empty + .category-name,
.article-list li.article-wrapper.front-article .Text h1 .brand-name:empty + .category-name {
  text-transform: capitalize;
}
.articleList li.article-wrapper.brand,
.article-list li.article-wrapper.brand {
  width: 100%;
  padding: 0;
  grid-column: 1/-1;
}
.articleList li.article-wrapper.brand article,
.article-list li.article-wrapper.brand article {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 767px) {
  .articleList li.article-wrapper.brand article,
  .article-list li.article-wrapper.brand article {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.articleList li.article-wrapper.brand article .imageWrapper,
.article-list li.article-wrapper.brand article .imageWrapper {
  display: block;
  position: relative;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  width: 60%;
}
@media (max-width: 767px) {
  .articleList li.article-wrapper.brand article .imageWrapper,
  .article-list li.article-wrapper.brand article .imageWrapper {
    width: 100%;
  }
}
.articleList li.article-wrapper.brand article .imageWrapper #brandspecific-slider,
.article-list li.article-wrapper.brand article .imageWrapper #brandspecific-slider {
  height: 100%;
}
.articleList li.article-wrapper.brand article .imageWrapper #brandspecific-slider ul,
.article-list li.article-wrapper.brand article .imageWrapper #brandspecific-slider ul {
  padding: 0;
}
.articleList li.article-wrapper.brand article .imageWrapper img,
.article-list li.article-wrapper.brand article .imageWrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  .articleList li.article-wrapper.brand article .imageWrapper img,
  .article-list li.article-wrapper.brand article .imageWrapper img {
    position: relative;
  }
}
.articleList li.article-wrapper.brand article .textWrapper,
.article-list li.article-wrapper.brand article .textWrapper {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  width: 40%;
  padding: 0 56px;
  height: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .articleList li.article-wrapper.brand article .textWrapper,
  .article-list li.article-wrapper.brand article .textWrapper {
    width: 100%;
    padding: 14px 0;
  }
}
.articleList li.article-wrapper.brand article .textWrapper .brand-header,
.article-list li.article-wrapper.brand article .textWrapper .brand-header {
  font-size: 1rem;
  padding: 0;
  color: #353535;
  font-weight: 600;
  margin: 14px 0;
}
.articleList li.article-wrapper.brand article .textWrapper .brand-ingress,
.article-list li.article-wrapper.brand article .textWrapper .brand-ingress {
  margin: 14px 0;
}
.articleList li.article-wrapper.brand article .textWrapper .brand-link,
.article-list li.article-wrapper.brand article .textWrapper .brand-link {
  margin-top: 7px;
}
.articleList li.article-wrapper.brand article .textWrapper section,
.article-list li.article-wrapper.brand article .textWrapper section {
  width: 100%;
  margin: 0;
}
.articleList li.article-wrapper.brand article .textWrapper section .logoWrapper,
.article-list li.article-wrapper.brand article .textWrapper section .logoWrapper {
  width: 100%;
  margin: 0 0 28px 0;
  display: flex;
}
@media (max-width: 767px) {
  .articleList li.article-wrapper.brand article .textWrapper section .logoWrapper,
  .article-list li.article-wrapper.brand article .textWrapper section .logoWrapper {
    text-align: center;
  }
}
.articleList li.article-wrapper.brand article .textWrapper section .logoWrapper.margin-bottom,
.article-list li.article-wrapper.brand article .textWrapper section .logoWrapper.margin-bottom {
  margin-bottom: 0;
}
.articleList li.article-wrapper.brand article .textWrapper section .logoWrapper img,
.article-list li.article-wrapper.brand article .textWrapper section .logoWrapper img {
  height: 120px;
  mix-blend-mode: multiply;
}
.articleList li.article-wrapper.brand article .textWrapper section h2,
.article-list li.article-wrapper.brand article .textWrapper section h2 {
  text-transform: none;
  font-weight: 300;
}
@media (max-width: 767px) {
  .articleList li.article-wrapper.brand article .textWrapper section h2,
  .article-list li.article-wrapper.brand article .textWrapper section h2 {
    text-align: center;
  }
}
.articleList li.article-wrapper.brand article .textWrapper section a,
.article-list li.article-wrapper.brand article .textWrapper section a {
  font-size: 1rem;
  margin-top: 14px;
  display: inline-block;
  text-decoration: none;
}
.articleList li.article-wrapper.brand article .textWrapper section a:hover,
.article-list li.article-wrapper.brand article .textWrapper section a:hover {
  text-decoration: underline;
}
.articleList li.article-wrapper.brand article .textWrapper section a i,
.article-list li.article-wrapper.brand article .textWrapper section a i {
  font-size: 0.8rem;
  line-height: 0.8;
  display: inline-block;
  margin-right: 7px;
  color: #252525;
  vertical-align: middle;
}
.articleList li.article-wrapper.brand article .textWrapper section a span,
.article-list li.article-wrapper.brand article .textWrapper section a span {
  vertical-align: middle;
  font-weight: 600;
}
.articleList li.article-wrapper.recipe,
.article-list li.article-wrapper.recipe {
  display: none;
}
.articleList li.article-wrapper.recipe.active,
.article-list li.article-wrapper.recipe.active {
  display: block;
}
.articleList li.article-wrapper.template-1 h2,
.article-list li.article-wrapper.template-1 h2,
.articleList li.article-wrapper.template-2 h2,
.article-list li.article-wrapper.template-2 h2 {
  text-align: center;
}
.articleList li.article-wrapper.template-1 p,
.article-list li.article-wrapper.template-1 p,
.articleList li.article-wrapper.template-2 p,
.article-list li.article-wrapper.template-2 p {
  margin: 28px auto;
  text-align: center;
}
.articleList li.article-wrapper.template-1 figure,
.article-list li.article-wrapper.template-1 figure,
.articleList li.article-wrapper.template-2 figure,
.article-list li.article-wrapper.template-2 figure {
  display: flex;
}
.articleList li.article-wrapper.template-1 figure img,
.article-list li.article-wrapper.template-1 figure img,
.articleList li.article-wrapper.template-2 figure img,
.article-list li.article-wrapper.template-2 figure img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .articleList li.article-wrapper.template-5,
  .article-list li.article-wrapper.template-5 {
    margin-left: -14px;
    width: calc(100% + 14px*2);
  }
}
.articleList li.article-wrapper.template-5 > a,
.article-list li.article-wrapper.template-5 > a,
.articleList li.article-wrapper.template-5 .template-content,
.article-list li.article-wrapper.template-5 .template-content {
  word-break: break-word;
  text-decoration: none;
}
.articleList li.article-wrapper.template-5 > a .box-wrapper,
.article-list li.article-wrapper.template-5 > a .box-wrapper,
.articleList li.article-wrapper.template-5 .template-content .box-wrapper,
.article-list li.article-wrapper.template-5 .template-content .box-wrapper {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 66.66%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .articleList li.article-wrapper.template-5 > a .box-wrapper,
  .article-list li.article-wrapper.template-5 > a .box-wrapper,
  .articleList li.article-wrapper.template-5 .template-content .box-wrapper,
  .article-list li.article-wrapper.template-5 .template-content .box-wrapper {
    position: relative;
    transform: translateY(-14px);
    width: calc(100% - 14px*2);
    margin: 0 auto;
    height: auto;
  }
}
.articleList li.article-wrapper.template-5 > a .box-wrapper > div,
.article-list li.article-wrapper.template-5 > a .box-wrapper > div,
.articleList li.article-wrapper.template-5 .template-content .box-wrapper > div,
.article-list li.article-wrapper.template-5 .template-content .box-wrapper > div {
  width: 100%;
  max-width: 50%;
  padding: 63px;
}
@media (max-width: 767px) {
  .articleList li.article-wrapper.template-5 > a .box-wrapper > div,
  .article-list li.article-wrapper.template-5 > a .box-wrapper > div,
  .articleList li.article-wrapper.template-5 .template-content .box-wrapper > div,
  .article-list li.article-wrapper.template-5 .template-content .box-wrapper > div {
    max-width: none;
    margin: 0 auto;
  }
}
.articleList li.article-wrapper.template-5 > a .box-wrapper > div h2,
.article-list li.article-wrapper.template-5 > a .box-wrapper > div h2,
.articleList li.article-wrapper.template-5 .template-content .box-wrapper > div h2,
.article-list li.article-wrapper.template-5 .template-content .box-wrapper > div h2 {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}
.articleList li.article-wrapper.template-5 > a .box-wrapper > div .ingress,
.article-list li.article-wrapper.template-5 > a .box-wrapper > div .ingress,
.articleList li.article-wrapper.template-5 .template-content .box-wrapper > div .ingress,
.article-list li.article-wrapper.template-5 .template-content .box-wrapper > div .ingress {
  text-align: center;
}
.articleList li.article-wrapper.template-5 > a img,
.article-list li.article-wrapper.template-5 > a img,
.articleList li.article-wrapper.template-5 .template-content img,
.article-list li.article-wrapper.template-5 .template-content img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  aspect-ratio: 16/6;
  overflow: hidden;
}
@media (max-width: 767px) {
  .articleList li.article-wrapper.template-5 > a img,
  .article-list li.article-wrapper.template-5 > a img,
  .articleList li.article-wrapper.template-5 .template-content img,
  .article-list li.article-wrapper.template-5 .template-content img {
    aspect-ratio: 16/12;
  }
}
@media (max-width: 767px) {
  .articleList li.article-wrapper.template-6,
  .article-list li.article-wrapper.template-6,
  .articleList li.article-wrapper.template-7,
  .article-list li.article-wrapper.template-7 {
    margin-left: -14px;
    width: calc(100% + 14px*2);
  }
}
.articleList li.article-wrapper.template-6 > a,
.article-list li.article-wrapper.template-6 > a,
.articleList li.article-wrapper.template-7 > a,
.article-list li.article-wrapper.template-7 > a,
.articleList li.article-wrapper.template-6 .template-content,
.article-list li.article-wrapper.template-6 .template-content,
.articleList li.article-wrapper.template-7 .template-content,
.article-list li.article-wrapper.template-7 .template-content {
  background: white;
  text-decoration: none;
  display: grid;
  grid-template-columns: repeat(12, minmax(auto, 1fr));
  gap: 14px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .articleList li.article-wrapper.template-6 > a,
  .article-list li.article-wrapper.template-6 > a,
  .articleList li.article-wrapper.template-7 > a,
  .article-list li.article-wrapper.template-7 > a,
  .articleList li.article-wrapper.template-6 .template-content,
  .article-list li.article-wrapper.template-6 .template-content,
  .articleList li.article-wrapper.template-7 .template-content,
  .article-list li.article-wrapper.template-7 .template-content {
    display: flex;
    flex-direction: column;
  }
}
.articleList li.article-wrapper.template-6 > a img,
.article-list li.article-wrapper.template-6 > a img,
.articleList li.article-wrapper.template-7 > a img,
.article-list li.article-wrapper.template-7 > a img,
.articleList li.article-wrapper.template-6 .template-content img,
.article-list li.article-wrapper.template-6 .template-content img,
.articleList li.article-wrapper.template-7 .template-content img,
.article-list li.article-wrapper.template-7 .template-content img {
  width: 100%;
}
.articleList li.article-wrapper.template-6 > a h2,
.article-list li.article-wrapper.template-6 > a h2,
.articleList li.article-wrapper.template-7 > a h2,
.article-list li.article-wrapper.template-7 > a h2,
.articleList li.article-wrapper.template-6 .template-content h2,
.article-list li.article-wrapper.template-6 .template-content h2,
.articleList li.article-wrapper.template-7 .template-content h2,
.article-list li.article-wrapper.template-7 .template-content h2 {
  padding: 0;
}
.articleList li.article-wrapper.template-6 > a hr,
.article-list li.article-wrapper.template-6 > a hr,
.articleList li.article-wrapper.template-7 > a hr,
.article-list li.article-wrapper.template-7 > a hr,
.articleList li.article-wrapper.template-6 .template-content hr,
.article-list li.article-wrapper.template-6 .template-content hr,
.articleList li.article-wrapper.template-7 .template-content hr,
.article-list li.article-wrapper.template-7 .template-content hr {
  width: 40px;
  height: 4px;
  background: #252525;
  margin: 28px auto;
  border: 0;
  display: block;
}
.articleList li.article-wrapper.template-6 > a > div,
.article-list li.article-wrapper.template-6 > a > div,
.articleList li.article-wrapper.template-7 > a > div,
.article-list li.article-wrapper.template-7 > a > div,
.articleList li.article-wrapper.template-6 .template-content > div,
.article-list li.article-wrapper.template-6 .template-content > div,
.articleList li.article-wrapper.template-7 .template-content > div,
.article-list li.article-wrapper.template-7 .template-content > div {
  margin: auto;
  /*display: flex;
                    justify-content: center;
                    align-items: center;*/
}
@media (max-width: 767px) {
  .articleList li.article-wrapper.template-6 > a > div,
  .article-list li.article-wrapper.template-6 > a > div,
  .articleList li.article-wrapper.template-7 > a > div,
  .article-list li.article-wrapper.template-7 > a > div,
  .articleList li.article-wrapper.template-6 .template-content > div,
  .article-list li.article-wrapper.template-6 .template-content > div,
  .articleList li.article-wrapper.template-7 .template-content > div,
  .article-list li.article-wrapper.template-7 .template-content > div {
    padding: 28px 14px;
  }
}
.articleList li.article-wrapper.template-6 > a > div h2,
.article-list li.article-wrapper.template-6 > a > div h2,
.articleList li.article-wrapper.template-7 > a > div h2,
.article-list li.article-wrapper.template-7 > a > div h2,
.articleList li.article-wrapper.template-6 .template-content > div h2,
.article-list li.article-wrapper.template-6 .template-content > div h2,
.articleList li.article-wrapper.template-7 .template-content > div h2,
.article-list li.article-wrapper.template-7 .template-content > div h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.articleList li.article-wrapper.template-7 > a img,
.article-list li.article-wrapper.template-7 > a img,
.articleList li.article-wrapper.template-7 .template-content img,
.article-list li.article-wrapper.template-7 .template-content img {
  order: 2;
}
@media (max-width: 767px) {
  .articleList li.article-wrapper.template-7 > a img,
  .article-list li.article-wrapper.template-7 > a img,
  .articleList li.article-wrapper.template-7 .template-content img,
  .article-list li.article-wrapper.template-7 .template-content img {
    order: 1;
  }
}
.articleList li.article-wrapper.template-7 > a div,
.article-list li.article-wrapper.template-7 > a div,
.articleList li.article-wrapper.template-7 .template-content div,
.article-list li.article-wrapper.template-7 .template-content div {
  order: 1;
}
@media (max-width: 767px) {
  .articleList li.article-wrapper.template-7 > a div,
  .article-list li.article-wrapper.template-7 > a div,
  .articleList li.article-wrapper.template-7 .template-content div,
  .article-list li.article-wrapper.template-7 .template-content div {
    order: 2;
  }
}
.articleList li.article-wrapper.template-8,
.article-list li.article-wrapper.template-8 {
  background: white;
}
.articleList li.article-wrapper.template-8 a,
.article-list li.article-wrapper.template-8 a,
.articleList li.article-wrapper.template-8 .template-content,
.article-list li.article-wrapper.template-8 .template-content {
  text-decoration: none;
  word-break: break-word;
}
.articleList li.article-wrapper.template-8 a div,
.article-list li.article-wrapper.template-8 a div,
.articleList li.article-wrapper.template-8 .template-content div,
.article-list li.article-wrapper.template-8 .template-content div {
  padding: 14px;
}
.articleList li.article-wrapper.template-8 a div h2,
.article-list li.article-wrapper.template-8 a div h2,
.articleList li.article-wrapper.template-8 .template-content div h2,
.article-list li.article-wrapper.template-8 .template-content div h2 {
  text-align: center;
}
.articleList li.article-wrapper#UpdateUserAdmin span,
.article-list li.article-wrapper#UpdateUserAdmin span {
  display: block;
}
.articleList li.article-wrapper#UpdateUserAdmin input[type=radio],
.article-list li.article-wrapper#UpdateUserAdmin input[type=radio],
.articleList li.article-wrapper#UpdateUserAdmin input[type=checkbox],
.article-list li.article-wrapper#UpdateUserAdmin input[type=checkbox] {
  width: auto;
  display: inline-block;
  margin: 3px 3px 3px 4px;
}
.articleList li.article-wrapper#UpdateUserAdmin input[type=radio]:disabled + label,
.article-list li.article-wrapper#UpdateUserAdmin input[type=radio]:disabled + label,
.articleList li.article-wrapper#UpdateUserAdmin input[type=checkbox]:disabled + label,
.article-list li.article-wrapper#UpdateUserAdmin input[type=checkbox]:disabled + label {
  color: #E6E6E6;
}
@media (max-width: 767px) {
  .articleList li.article-wrapper#UpdateUserAdmin input[type=radio],
  .article-list li.article-wrapper#UpdateUserAdmin input[type=radio],
  .articleList li.article-wrapper#UpdateUserAdmin input[type=checkbox],
  .article-list li.article-wrapper#UpdateUserAdmin input[type=checkbox] {
    margin-right: 14px;
  }
}
.articleList li.article-wrapper article.text-center,
.article-list li.article-wrapper article.text-center {
  text-align: center;
}
.articleList li.article-wrapper article.text-center h1,
.article-list li.article-wrapper article.text-center h1,
.articleList li.article-wrapper article.text-center h2,
.article-list li.article-wrapper article.text-center h2,
.articleList li.article-wrapper article.text-center p,
.article-list li.article-wrapper article.text-center p {
  text-align: center;
}
.articleList li.article-wrapper img,
.article-list li.article-wrapper img {
  max-width: 100%;
  height: auto;
}
.articleList li.article-wrapper h1,
.article-list li.article-wrapper h1,
.articleList li.article-wrapper h2,
.article-list li.article-wrapper h2 {
  /* DOUCLE CHECK PADDING SETTING ON ALL SITES*/
  padding: 14px 0;
}
@media (max-width: 768px) {
}
.articleList li.article-wrapper p.ingress,
.article-list li.article-wrapper p.ingress {
  /*margin: 0 0 @default-padding 0;*/
  font-weight: 400;
}
.articleList li.article-wrapper p span.center-header,
.article-list li.article-wrapper p span.center-header {
  padding: 7px 0 0 0;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #252525;
  display: block;
  -ms-word-break: break-word;
  word-break: break-word;
  text-decoration: none;
}
.articleList li.article-wrapper a,
.article-list li.article-wrapper a {
  text-decoration: underline;
  -ms-word-break: break-all;
  word-break: break-all;
}
.articleList li.article-wrapper a.no-break,
.article-list li.article-wrapper a.no-break {
  word-break: break-word;
}
.articleList li.article-wrapper a.btn,
.article-list li.article-wrapper a.btn {
  text-decoration: none;
}
.articleList li.article-wrapper a.extra,
.article-list li.article-wrapper a.extra {
  width: auto;
  display: inline-block;
  margin-top: 7px;
  line-height: 20px;
  padding: 7px;
  border: 1px solid #252525;
}
.articleList li.article-wrapper a span.center-header,
.article-list li.article-wrapper a span.center-header {
  text-decoration: none;
}
.articleList li.article-wrapper a span.center-header:hover,
.article-list li.article-wrapper a span.center-header:hover {
  text-decoration: underline;
}
.articleList li.article-wrapper ul,
.article-list li.article-wrapper ul {
  text-align: left;
  padding: 0 0 0 14px;
}
.articleList li.article-wrapper ul.article-list,
.article-list li.article-wrapper ul.article-list {
  padding: 0;
}
.articleList li.article-wrapper ul.article-list li,
.article-list li.article-wrapper ul.article-list li {
  list-style: none;
}
.articleList li.article-wrapper ul li,
.article-list li.article-wrapper ul li {
  list-style: disc outside;
  padding: 5px 0;
}
.articleList li.article-wrapper span.notice,
.article-list li.article-wrapper span.notice {
  /*border: 1px solid @medium-lime-green;
            background: @light-lime-green;
            color: @dark-lime-green;
            display: inline-block;
            padding: @default-padding;
            font-size: 14px;
            line-height: 20px;
            font-weight: 300;
            margin: 0 0 @default-padding*0.5 0;

            &.grey {
                border: 1px solid @border-grey;
                background: @trans-grey;
                color: @dark-grey;
            }

            &.white {
                background: #fff;
                border: 0px;
                color: @medium-grey;
            }*/
}
.articleList li.article-wrapper span.notice.small,
.article-list li.article-wrapper span.notice.small {
  font-size: 0.8rem;
  padding: 7px;
  margin: 0;
}
.articleList li.article-wrapper span.left-label,
.article-list li.article-wrapper span.left-label {
  display: inline-block;
  min-width: 100px;
}
.articleList li.article-wrapper .quantity-wrapper .btn.add,
.article-list li.article-wrapper .quantity-wrapper .btn.add,
.articleList li.article-wrapper .quantity-wrapper .btn.subtract,
.article-list li.article-wrapper .quantity-wrapper .btn.subtract {
  vertical-align: middle;
}
.articleList li.article-wrapper .radio-ul-label li,
.article-list li.article-wrapper .radio-ul-label li {
  list-style: none;
}
.articleList li.article-wrapper .radio-ul-label li label,
.article-list li.article-wrapper .radio-ul-label li label {
  display: inline;
  float: none;
  text-transform: none;
  font-weight: 300;
  font-size: 13px;
}
.articleList li.article-wrapper .different-address-wrapper,
.article-list li.article-wrapper .different-address-wrapper {
  display: none;
}
.articleList li.article-wrapper label,
.article-list li.article-wrapper label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.articleList li.article-wrapper label.labelastext,
.article-list li.article-wrapper label.labelastext {
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 767px) {
  .articleList li.article-wrapper label.labelastext,
  .article-list li.article-wrapper label.labelastext {
    font-size: 14px;
    vertical-align: middle;
  }
  .articleList li.article-wrapper label.labelastext input[type=checkbox],
  .article-list li.article-wrapper label.labelastext input[type=checkbox],
  .articleList li.article-wrapper label.labelastext input[type=radio],
  .article-list li.article-wrapper label.labelastext input[type=radio] {
    font-size: 20px;
    padding: 7px 0;
    margin: 14px 7px 14px 0;
  }
}
.articleList li.article-wrapper label.btn,
.article-list li.article-wrapper label.btn {
  padding: 7px 14px;
}
.articleList li.article-wrapper label input,
.article-list li.article-wrapper label input,
.articleList li.article-wrapper label textarea,
.article-list li.article-wrapper label textarea {
  display: block;
  clear: both;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  width: calc(100% - 2px);
  margin-top: 7px;
}
.articleList li.article-wrapper label input.with-question,
.article-list li.article-wrapper label input.with-question,
.articleList li.article-wrapper label textarea.with-question,
.article-list li.article-wrapper label textarea.with-question {
  width: 80%;
}
.articleList li.article-wrapper label input[type=checkbox],
.article-list li.article-wrapper label input[type=checkbox],
.articleList li.article-wrapper label textarea[type=checkbox],
.article-list li.article-wrapper label textarea[type=checkbox],
.articleList li.article-wrapper label input[type=radio],
.article-list li.article-wrapper label input[type=radio],
.articleList li.article-wrapper label textarea[type=radio],
.article-list li.article-wrapper label textarea[type=radio] {
  display: inline;
  width: auto;
}
@media (max-width: 767px) {
  .articleList li.article-wrapper label input[type=checkbox],
  .article-list li.article-wrapper label input[type=checkbox],
  .articleList li.article-wrapper label textarea[type=checkbox],
  .article-list li.article-wrapper label textarea[type=checkbox],
  .articleList li.article-wrapper label input[type=radio],
  .article-list li.article-wrapper label input[type=radio],
  .articleList li.article-wrapper label textarea[type=radio],
  .article-list li.article-wrapper label textarea[type=radio] {
    margin-right: 14px;
  }
}
.articleList li.article-wrapper label input[type="submit"],
.article-list li.article-wrapper label input[type="submit"] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.articleList li.article-wrapper label input[type="submit"].wedding,
.article-list li.article-wrapper label input[type="submit"].wedding {
  background: url('../../Less/elements/gfx/hearts.svg') no-repeat right top #d8de3f;
  background-size: contain;
  color: #ffffff;
}
.articleList li.article-wrapper label input[type="submit"].wedding:hover,
.article-list li.article-wrapper label input[type="submit"].wedding:hover {
  background-color: #abb852;
  color: #ffffff;
}
.articleList li.article-wrapper label input[type="submit"].wishlist,
.article-list li.article-wrapper label input[type="submit"].wishlist {
  background: #af71c3;
  color: #ffffff;
}
.articleList li.article-wrapper label input[type="submit"].wishlist:hover,
.article-list li.article-wrapper label input[type="submit"].wishlist:hover {
  background: #64466d;
  color: #ffffff;
}
.articleList li.article-wrapper label select,
.article-list li.article-wrapper label select {
  display: block;
  width: 100%;
}
.articleList li.article-wrapper label select::-ms-expand,
.article-list li.article-wrapper label select::-ms-expand {
  display: none;
}
.articleList li.article-wrapper input,
.article-list li.article-wrapper input,
.articleList li.article-wrapper select,
.article-list li.article-wrapper select {
  display: block;
  width: 100%;
}
.articleList li.article-wrapper input.max-width,
.article-list li.article-wrapper input.max-width,
.articleList li.article-wrapper select.max-width,
.article-list li.article-wrapper select.max-width {
  width: 100%;
}
.articleList li.article-wrapper input[type="submit"],
.article-list li.article-wrapper input[type="submit"],
.articleList li.article-wrapper select[type="submit"],
.article-list li.article-wrapper select[type="submit"] {
  width: auto;
}
.articleList li.article-wrapper input[type="checkbox"],
.article-list li.article-wrapper input[type="checkbox"],
.articleList li.article-wrapper select[type="checkbox"],
.article-list li.article-wrapper select[type="checkbox"] {
  display: inline;
  width: auto;
  vertical-align: top;
}
.articleList li.article-wrapper input[type="radio"],
.article-list li.article-wrapper input[type="radio"],
.articleList li.article-wrapper select[type="radio"],
.article-list li.article-wrapper select[type="radio"] {
  width: auto;
}
.articleList li.article-wrapper #btnMemberCard,
.article-list li.article-wrapper #btnMemberCard {
  text-decoration: none;
}
.articleList li.article-wrapper .inner-article-wrapper,
.article-list li.article-wrapper .inner-article-wrapper {
  font-size: 0;
}
.articleList li.article-wrapper .inner-article-wrapper .third,
.article-list li.article-wrapper .inner-article-wrapper .third {
  width: 33.33%;
  display: inline-block;
  font-size: 14px;
}
.articleList li.article-wrapper .inner-article-wrapper .third span.text-center,
.article-list li.article-wrapper .inner-article-wrapper .third span.text-center {
  text-align: center;
}
.articleList li.article-wrapper .inner-article-wrapper .third span.font-18-bold,
.article-list li.article-wrapper .inner-article-wrapper .third span.font-18-bold {
  font-size: 18px;
  font-weight: bold;
}
.articleList li.article-wrapper .inner-article-wrapper p.text-center,
.article-list li.article-wrapper .inner-article-wrapper p.text-center {
  text-align: center;
  font-size: 11px;
}
.articleList li.article-wrapper .register-block p,
.article-list li.article-wrapper .register-block p {
  margin: 0;
}
.articleList li.article-wrapper .my-page-choices,
.article-list li.article-wrapper .my-page-choices {
  padding: 0;
}
.articleList li.article-wrapper .my-page-choices li,
.article-list li.article-wrapper .my-page-choices li {
  list-style: none;
}
.articleList li.article-wrapper .my-page-choices li span,
.article-list li.article-wrapper .my-page-choices li span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.articleList li.article-wrapper .my-page-choices li span input,
.article-list li.article-wrapper .my-page-choices li span input {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.articleList li.article-wrapper .my-page-choices li span input:disabled + label,
.article-list li.article-wrapper .my-page-choices li span input:disabled + label {
  color: #E6E6E6;
}
.articleList li.article-wrapper .my-page-choices li span#spnSubs,
.article-list li.article-wrapper .my-page-choices li span#spnSubs {
  display: block;
}
.articleList li.article-wrapper .my-page-choices li span.text-field,
.article-list li.article-wrapper .my-page-choices li span.text-field {
  padding-bottom: 7px;
  display: block;
}
.articleList li.article-wrapper .createweddinglist-specific,
.article-list li.article-wrapper .createweddinglist-specific {
  font-size: 0.9rem;
}
.articleList li.store,
.article-list li.store {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  font-size: 0px;
  padding: 28px;
  background: white;
  /*@media @below-desktop {
                width: 25%;
            }*/
  /*@media @medium-tablet {
            width: 33.3%;
        }*/
  /*@media @mobile {
                width: 100%;
            }*/
}
.articleList li.store .store-inner,
.article-list li.store .store-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  /*border: 1px solid @border-grey;*/
  /*padding: @default-padding @default-padding @default-padding*4;*/
  /*box-shadow: @shadow;*/
  position: relative;
  list-style: none;
  padding: 0;
}
@media (max-width: 1024px) {
  .articleList li.store .store-inner,
  .article-list li.store .store-inner {
    /*padding: @ipad-padding;*/
  }
}
.articleList li.store .store-inner li,
.article-list li.store .store-inner li {
  font-size: 0.9rem;
  line-height: 1.4;
  word-wrap: break-word;
  padding: 8px 0 8px 0;
}
.articleList li.store .store-inner li.address,
.article-list li.store .store-inner li.address {
  font-size: 0.9rem;
}
.articleList li.store .store-inner li.contact,
.article-list li.store .store-inner li.contact {
  width: 100%;
  font-size: 0.9rem;
}
.articleList li.store .store-inner li.contact span,
.article-list li.store .store-inner li.contact span {
  font-weight: 600;
  margin-right: 3.5px;
  word-break: break-all;
}
.articleList li.store .store-inner li.contact a,
.article-list li.store .store-inner li.contact a {
  font-size: 0.95rem;
  text-decoration: underline;
}
.articleList li.store .store-inner li.opening,
.article-list li.store .store-inner li.opening {
  margin-top: auto;
  font-size: 0.9rem;
}
.articleList li.store .store-inner li.opening span,
.article-list li.store .store-inner li.opening span {
  padding-bottom: 14px;
}
.articleList li.store .store-inner li.opening table,
.article-list li.store .store-inner li.opening table {
  font-size: 0.9rem;
  margin: 14px 0;
}
.articleList li.store .store-inner li.opening table thead,
.article-list li.store .store-inner li.opening table thead {
  display: none;
}
.articleList li.store .store-inner li.opening table tr:first-child,
.article-list li.store .store-inner li.opening table tr:first-child {
  font-weight: 700;
}
.articleList li.store .store-inner li.opening table td,
.article-list li.store .store-inner li.opening table td {
  padding: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .articleList li.store .store-inner li.opening table td,
  .article-list li.store .store-inner li.opening table td {
    display: table-cell;
  }
}
.articleList li.store .store-inner li.county,
.article-list li.store .store-inner li.county {
  display: none;
}
.articleList li.store .store-inner h3,
.article-list li.store .store-inner h3 {
  text-transform: none;
  word-wrap: break-word;
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .articleList li.store .store-inner h3,
  .article-list li.store .store-inner h3 {
    font-size: 1.1rem;
  }
}
.articleList li.store .store-inner h3 i,
.article-list li.store .store-inner h3 i {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 0.8;
}
.articleList li.store .store-inner .btn,
.article-list li.store .store-inner .btn {
  width: 100%;
  text-decoration: none;
  margin-top: auto;
}
.articleList li.position-right .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper,
.article-list li.position-right .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1180px) {
  .articleList li.position-right .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper,
  .article-list li.position-right .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.articleList li.position-right .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper.flex-end,
.article-list li.position-right .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper.flex-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.articleList li.position-right .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper .small,
.article-list li.position-right .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper .small {
  order: 2;
  margin-left: 14px;
  margin-top: 0;
  line-height: 1.2;
}
@media (max-width: 1180px) {
  .articleList li.position-right .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper .small,
  .article-list li.position-right .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper .small {
    margin-top: 3.5px;
    margin-left: 0;
  }
}
.articleList li.position-right .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper .price,
.article-list li.position-right .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper .price {
  order: 1;
}
.articleList li.position-right.line-through .small span,
.article-list li.position-right.line-through .small span {
  text-decoration: line-through;
}
.articleList li.position-below .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper,
.article-list li.position-below .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.articleList li.position-below .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper .small,
.article-list li.position-below .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper .small {
  order: 2;
  line-height: 1;
  margin-top: 3.5px;
}
.articleList li.position-below .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper .price,
.article-list li.position-below .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper .price {
  order: 1;
}
.articleList li.position-below.line-through .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper .small span,
.article-list li.position-below.line-through .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper .small span {
  text-decoration: line-through;
}
.wlb-articlelist {
  margin-bottom: 20px;
}
.wlb-articlelist #storeSelector {
  width: 100% !important;
  margin-bottom: 7px;
}
.wlb-articlelist .wlb-WidthBtn {
  width: 100% !important;
  margin: 0 0 7px 0;
  min-height: 36px;
}
.article-list-minified {
  max-width: 806.4px;
  margin: 4px auto 0 auto;
  width: 100%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
@media (max-width: 767px) {
  .article-list-minified {
    padding: 0 28px;
  }
}
.article-list-minified li {
  display: block;
  background: white;
  margin-bottom: 2px;
  /*border-bottom: 1px solid @border-grey;*/
}
.article-list-minified li a {
  display: flex;
  width: 100%;
}
.article-list-minified li a h2 {
  padding: 21px 42px;
  background: #E6E6E6;
  flex-grow: 1;
  font-size: 1.2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .article-list-minified li a h2 {
    padding: 21px;
  }
}
.article-list-minified li a .icon-chevron-right {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  background: #E6E6E6;
  color: black;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 2px;
  aspect-ratio: 1;
  padding: 21px;
}
.xdsoft_datepicker .xdsoft_calendar td {
  display: table-cell;
}
.single-product-wrapper #product-description a {
  color: white;
}
.single-product-wrapper #product-description .data-list-product a {
  color: #252525;
}
.single-product-wrapper #product-description .data-list-product a:hover {
  text-decoration-color: #D34500;
}
.single-product-wrapper #favorite-modal {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(37, 37, 37, 0.8);
  z-index: 999999;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.single-product-wrapper #favorite-modal:target {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.single-product-wrapper #favorite-modal .favorite-modal-inner {
  margin: 0;
  width: 100%;
  max-width: 600px;
  min-height: 300px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: white;
  padding: 14px;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .single-product-wrapper #favorite-modal .favorite-modal-inner *::-ms-backdrop,
  .single-product-wrapper #favorite-modal .favorite-modal-inner {
    height: 400px;
    /* IE11 */
  }
}
.single-product-wrapper #favorite-modal .favorite-modal-inner h2 {
  text-align: center;
  margin-bottom: 14px;
}
.single-product-wrapper #favorite-modal .favorite-modal-inner p {
  max-width: 100%;
  font-size: 1rem;
  line-height: 1;
  color: #000000;
  margin: auto;
}
.single-product-wrapper #favorite-modal .favorite-modal-inner a.close {
  margin: auto auto 0 auto;
  display: inline-block;
  background: #252525;
  color: white;
  padding: 7px;
  font-size: 1rem;
}
.single-product-wrapper #favorite-modal .favorite-modal-inner a.close-cross {
  font-size: 1rem;
  position: absolute;
  right: 14px;
  top: 14px;
}
.single-product-wrapper #favorite-modal .favorite-modal-inner .favorite-brands {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.single-product-wrapper #favorite-modal .favorite-modal-inner #pnlLogin {
  margin: 14px auto;
}
.single-product-wrapper #favorite-modal .favorite-modal-inner #pnlLogin div {
  margin: 14px 0;
}
.single-product-wrapper #favorite-modal .favorite-modal-inner #pnlPickFavorite {
  margin: 14px 0;
}
.single-product-wrapper #favorite-modal .favorite-modal-inner #pnlPickFavorite p {
  margin: 14px 0;
}
@media (max-width: 767px) {
  .single-product-wrapper .single-product-inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper {
  /*width: 40%;
            display: inline-block;*/
  overflow: hidden;
  position: relative;
  padding: 1px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .single-product-wrapper .single-product-inner .single-product-slideshow-wrapper {
    width: 100%;
    margin-bottom: 14px;
  }
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper .product-display-badge {
  position: absolute;
  height: 120px;
  width: 120px;
  top: 0;
  left: 0;
  right: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .single-product-wrapper .single-product-inner .single-product-slideshow-wrapper .product-display-badge {
    height: 90px;
    width: 90px;
  }
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper .product-display-badge.moveForDiscount {
  top: 58px;
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper .product-display-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper .discount {
  position: absolute;
  background: #252525;
  color: white;
  font-weight: 600;
  text-align: center;
  left: 0;
  top: 14px;
  z-index: 1;
  font-size: 1.4rem;
  padding: 5.6px 8.4px;
  width: auto;
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper .discount.black {
  background: black;
  color: white;
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper .discount.outlet {
  color: black;
  background: yellow;
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div {
  width: 100%;
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div#product-slideshow {
  margin: auto;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div:hover .fullscreen-icon {
  opacity: 1;
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div.fullscreen {
  position: fixed;
  top: 14px;
  left: 14px;
  width: calc(100% - 14px*6);
  height: calc(100% - 14px*6);
  margin: auto;
  background: #ffffff;
  z-index: 20;
}
@media (max-width: 767px) {
  .single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div.fullscreen {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
  }
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div.fullscreen#product-slideshow {
  height: calc(100% - 14px*6);
}
@media (max-width: 767px) {
  .single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div.fullscreen#product-slideshow {
    height: 100%;
  }
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div.fullscreen .fullscreen-icon {
  top: 21px;
  right: 21px;
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div.fullscreen .slideshow-container {
  height: calc(100% - 102px);
  width: 100%;
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div.fullscreen .slideshow-container .slide img {
  max-height: 60vh;
  max-width: 60vw;
  height: 100%;
  width: auto;
  object-fit: contain;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  cursor: zoom-in;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div.fullscreen .slideshow-container .slide img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
  }
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div.fullscreen .slideshow-container .slide #badge-image img {
  cursor: inherit;
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div.fullscreen .slideshow-thumbs {
  position: absolute;
  bottom: 14px;
  width: 100%;
  text-align: center;
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div.fullscreen .product-tags {
  display: none;
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div.fullscreen .fullscreen-icon:before {
  content: "d";
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div .fullscreen-icon {
  position: absolute;
  top: 14px;
  left: auto;
  right: 14px;
  z-index: 4;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: auto;
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div .slideshow-container {
  width: 2400px;
  height: 400px;
  transform: translate3d(0, 0, 0);
  cursor: -webkit-grabbing;
  cursor: grabbing;
  font-size: 0;
  padding: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div .slideshow-container {
    /*height: auto;*/
    height: 280px;
  }
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div .slideshow-container.animate {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: -webkit-grab;
  cursor: grab;
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div .slideshow-container .slide {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  width: 25%;
  height: 100%;
  text-align: center;
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div .slideshow-container .slide img,
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div .slideshow-container .slide iframed {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div .slideshow-container .slide img.no-opacity,
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div .slideshow-container .slide iframed.no-opacity {
  opacity: 0;
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div .slideshow-container .slide .fullscreen-zoom {
  max-height: 60vh;
  max-width: 60vw;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  background-size: 170%;
  transform: translate3d(-50%, -50%, 0);
  will-change: background-position;
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: zoom-out;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div .slideshow-container .slide .fullscreen-zoom {
    max-width: 60vh;
    width: 100%;
  }
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div .slideshow-thumbs {
  margin: 14px 0 0 0;
  text-align: center;
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div .slideshow-thumbs a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid #dadada;
  margin-right: 14px;
}
@media (max-width: 767px) {
  .single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div .slideshow-thumbs a {
    margin-right: 7px;
  }
}
.single-product-wrapper .single-product-inner .single-product-slideshow-wrapper div .slideshow-thumbs a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  /*width: 60%;*/
  display: block;
  /*padding: 0 0 80px @default-padding;*/
  vertical-align: top;
  position: relative;
  /*  p {
                line-height: 1.4;
                margin-bottom: @default-padding;
            }*/
}
@media (max-width: 767px) {
  .single-product-wrapper .single-product-inner .single-product-description-wrapper {
    width: 100%;
    padding: 0;
    height: auto !important;
    min-height: 0 !important;
  }
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper a {
  text-decoration: none;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .goto-favorite {
  display: flex;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .goto-favorite img {
  mix-blend-mode: multiply;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .heart {
  position: relative;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper h2.brand {
  font-size: 1rem;
  line-height: 1.4;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper h1.model {
  font-size: 1.4rem;
  line-height: 1.4;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper h6 {
  font-size: 0.8rem;
  margin-bottom: 14px;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #TipAFriend {
  display: none;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .header-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 14px;
  /* div {
                    .flex(0 1 auto);

                    &:first-of-type {
                        .flex(0 1 100%);
                    }
                }*/
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .header-wrapper .goto-favorite {
  /* width: 100px;
                    height: 80px;*/
  /* &:before {
                        content: "";
                        display: block;
                        position: absolute;
                        top: 0;
                        height: 100%;
                        width: 1px;
                        left: -@default-padding;
                        background: @border-grey;
                    }*/
  /*@media @mobile {
                        width: 80px;
                        height: 50px;
                    }*/
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .header-wrapper .goto-favorite img {
  width: 100%;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  font-size: 0.6rem;
  word-break: keep-all;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .header-wrapper .favorite-text {
  margin: auto 0 auto auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: auto;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .header-wrapper .favorite-text span {
  font-weight: 200;
  margin: 2px 0 0 0;
  font-size: 0.6rem;
  line-height: 1.4;
  text-align: center;
  display: block;
  padding-right: 3.5px;
  word-break: keep-all;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper {
  /*@media @below-ipad {
                    .flex-direction(column);
                }*/
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .buyWrapper {
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .buyWrapper {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .buyWrapper div:first-of-type {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .buyWrapper div:first-of-type input {
  width: 50px;
  margin: 0;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .buyWrapper div:first-of-type a {
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  margin-left: 2px;
  text-align: center;
  padding: 10.5px;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .buyWrapper div:last-of-type h5 {
  position: relative;
  text-align: center;
  margin: 7px 0;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .buyWrapper div:last-of-type h5:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #dadada;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .buyWrapper div:last-of-type h5 span {
  text-transform: uppercase;
  padding: 0 14px;
  background: white;
  position: relative;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .buyWrapper div:last-of-type a {
  display: block;
  text-align: center;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .buyWrapper div button#product-qty-decrease {
  padding: 14px;
  line-height: 1;
  margin-left: 0;
  margin-right: 2px;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .buyWrapper div button#product-qty-increase {
  padding: 14px;
  line-height: 1;
  margin-left: 2px;
  margin-right: 2px;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper #giftcardamount {
  border: #6c6c6c 1px solid;
  padding: 14.5px;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-left: 56px;
}
@media (max-width: 1023px) {
  .single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo {
    margin-left: 14px;
  }
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo .discount {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 14px 0 0;
  border-right: 1px solid #dadada;
  margin-right: 14px;
  font-size: 2.5rem;
  font-weight: bold;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo .priceInner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo .priceInner.position-below {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo .priceInner.position-below p.small {
  order: 2;
  line-height: 1;
  margin-top: 3.5px;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo .priceInner.position-below .price {
  order: 1;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo .priceInner.position-right {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1180px) {
  .single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo .priceInner.position-right {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo .priceInner.position-right.flex-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo .priceInner.position-right .small {
  order: 2;
  margin-left: 14px;
  margin-top: 0;
  line-height: 1.2;
}
@media (max-width: 1180px) {
  .single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo .priceInner.position-right .small {
    margin-top: 3.5px;
    margin-left: 0;
  }
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo .priceInner.position-right .price,
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo .priceInner.position-right .priceTag {
  order: 1;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo .priceInner.line-through .small span {
  text-decoration: line-through;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo .priceInner p {
  margin: 0;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo .priceInner p.small,
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo .priceInner p.pricesource {
  margin-top: auto;
  font-weight: 400;
  font-size: 0.8rem;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo .priceInner p.price {
  margin-bottom: auto;
  text-transform: none;
  font-weight: 600;
  /*color: @color-secondary;*/
  font-size: 2.3rem;
  line-height: 1;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo .priceInner p.price.orange {
  color: #D34500;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo .priceInner .pricesource {
  font-size: 0.8rem;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .priceInfo .ShopItems {
  margin-top: 28px;
  margin-bottom: 14px;
  width: 100%;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .priceWrapper .info-box {
  width: 100%;
  margin-top: 14px;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu {
  width: auto;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast: active) {
  .single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu {
    min-width: 30%;
  }
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper {
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px) {
  .single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper {
    width: 100%;
  }
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper > p {
  margin: 7px 0;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper > p.ClickPickupError {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%) translateY(100%);
  padding: 7px 0 0 0;
  margin: 0;
  left: 50%;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper #btnBuyPickup {
  width: 100%;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100%);
  height: calc(100%);
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup:before {
  background: rgba(0, 0, 0, 0.8);
  -webkit-filter: blur(3px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  content: "";
  display: block;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner {
  padding: 14px;
  background: white;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 60vh;
  position: absolute;
  z-index: 11;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  .single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner {
    max-height: 90vh;
    max-width: calc(100% - 14px*2);
  }
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner a.close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 14px;
  color: black;
  font-size: 1rem;
  line-height: 0.8;
  margin: 0;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner a.close i {
  display: inline-block;
  transform: rotate(45deg);
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner p {
  margin: 7px 0;
  font-family: 'PT Sans', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner input.disabled {
  pointer-events: none;
  opacity: 0.1;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner input {
  height: auto;
  margin: 0;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #252525;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #252525;
  opacity: 1;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #252525;
  opacity: 1;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #252525;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #252525;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner input::placeholder {
  /* Most modern browsers support this now. */
  color: #252525;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner ul {
  position: relative;
  overflow: hidden;
  height: auto;
  background: white;
  border: 1px solid #F8F7F7;
  width: 100%;
  z-index: 10;
  transition: all 0.2s ease-in-out;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 7px 0;
  padding: 0;
  /*&.active {
                                        max-height: 200px;
                                        overflow-y: scroll;
                                        -webkit-overflow-scrolling: touch;
                                        visibility: visible;
                                    }*/
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 7px;
  border-bottom: 1px solid #dadada;
  pointer-events: all;
  cursor: pointer;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner ul li:last-of-type {
  border: 0;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner ul li.active,
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner ul li:hover {
  background: #252525;
  color: white;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner ul li:focus {
  outline: 0;
  user-select: none;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner ul li.disabled {
  pointer-events: none;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner ul li span {
  pointer-events: none;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner ul li span:last-of-type {
  white-space: normal;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper .clickandpickup .clickandpickupinner button {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper #ClickCollectMenu .clickandpickup-wrapper a {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  text-align: center;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .disclaimertext {
  font-weight: bolder;
  border: solid 1px #D34500;
  padding: 10px;
  line-height: 1.4;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .disclaimertext.bw {
  background-color: #f3c7ac;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .informationWrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 14px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 1023px) {
  .single-product-wrapper .single-product-inner .single-product-description-wrapper .informationWrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .informationWrapper article {
  border-right: 1px solid #dadada;
  align-self: stretch;
  padding: 7px 7px 7px 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 1023px) {
  .single-product-wrapper .single-product-inner .single-product-description-wrapper .informationWrapper article {
    border-right: 0;
  }
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .informationWrapper ul {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .single-product-wrapper .single-product-inner .single-product-description-wrapper .informationWrapper ul {
    width: 100%;
  }
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .informationWrapper ul li {
  list-style: none;
  display: block;
  padding: 7px 0;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 1023px) {
  .single-product-wrapper .single-product-inner .single-product-description-wrapper .informationWrapper ul li {
    border-top: 1px solid #dadada;
  }
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .informationWrapper ul li:last-of-type {
  border: 0;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .informationWrapper ul li:only-child {
  border-bottom: 1px solid #dadada;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .informationWrapper ul li a {
  display: block;
  padding: 7px 14px;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper p.pre-price {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .navBack {
  font-weight: 500;
}
.single-product-wrapper .single-product-inner .single-product-description-wrapper .navBack:hover {
  text-decoration: underline;
}
.single-product-wrapper #brand-presentation .brand-logo {
  mix-blend-mode: multiply;
}
.btn-product-buy {
  background: #D34500;
  color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  padding: 14px 21px;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .btn-product-buy {
    margin: auto 0 14px 0;
  }
}
@media (max-width: 767px) {
  .btn-product-buy {
    font-size: 1rem;
  }
}
.btn-product-buy:hover {
  background: #FF9966;
}
.btn-product-buy.netshop {
  border: #D34500;
}
.btn-product-buy.pre-order {
  margin: auto auto 14px auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.btn-product-buy.clickcollect {
  background: #252525;
}
.btn-product-buy.clickcollect:hover {
  background: #555;
}
.btn-product-buy.disabled,
.btn-product-buy.sold-out {
  background: #E6E6E6;
  color: #555;
  pointer-events: none;
}
.btn-product-buy.giftcard {
  margin: auto 0 14px 0;
  flex-grow: 1;
}
.tabs-wrapper {
  margin: 14px 0 0 0;
}
.tabs-wrapper .tabs {
  margin: 7px;
  border-bottom: 1px solid #dadada;
}
.tabs-wrapper .tabs a {
  display: inline-block;
  padding: 14px;
  background: #F8F7F7;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 7px 7px 0 0;
}
@media (max-width: 1024px) {
  .tabs-wrapper .tabs a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tabs-wrapper .tabs a {
    width: 49%;
    font-size: 11px;
    word-wrap: break-word;
    padding: 7px;
    margin: 0.5%;
  }
}
@media (max-width: 767px) {
  .tabs-wrapper .tabs a:first-child {
    margin: 0.5%;
  }
}
.tabs-wrapper .tabs a.active {
  background: #000000;
  color: #ffffff;
}
.tabs-wrapper .tabs a.active:hover {
  background: #000000;
}
.tabs-wrapper .tabs a:hover {
  background: #E6E6E6;
}
.tabs-wrapper .tab {
  display: none;
  text-align: left;
  font-size: 14px;
  padding: 0;
}
.tabs-wrapper .tab.video {
  text-align: center;
}
.tabs-wrapper .tab h2 {
  margin-bottom: 14px;
}
.tabs-wrapper .tab ul.product-specs {
  text-align: left;
}
.tabs-wrapper .tab ul.product-specs li {
  list-style: disc inside;
  padding: 7px;
}
.tabs-wrapper .tab .video-wrapper {
  display: inline-block;
  margin-bottom: 14px;
  padding: 0 7px;
  width: 960px;
  height: 540px;
}
@media (max-width: 1440px) {
  .tabs-wrapper .tab .video-wrapper {
    width: 768px;
    height: 432px;
  }
}
@media (max-width: 1023px) {
  .tabs-wrapper .tab .video-wrapper {
    width: 576px;
    height: 324px;
  }
}
@media (max-width: 768px) {
  .tabs-wrapper .tab .video-wrapper {
    width: 640px;
    height: 360px;
  }
}
@media (max-width: 767px) {
  .tabs-wrapper .tab .video-wrapper {
    width: 100%;
    height: 200px;
  }
}
.tabs-wrapper .tab.active {
  display: block;
}
.standard-details {
  margin-bottom: 0;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #555;
  transition: none;
  max-height: 60px;
  overflow: hidden;
  /*&:last-of-type {
        border: 0;
    }*/
}
.standard-details summary {
  position: relative;
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
  padding: 14px 0;
}
.standard-details summary::marker {
  display: none;
}
.standard-details summary::-webkit-details-marker {
  display: none;
}
.standard-details[open] {
  max-height: 2000px;
  transition: all 0.4s ease-in-out;
}
.standard-details[open]:after {
  transform: rotate(-180deg);
}
.standard-details[open] summary {
  margin-bottom: 14px;
}
.standard-details:after {
  content: "\41";
  font-family: "kitchnno" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 19.6px;
  right: 0;
  transition: all 0.1s ease-in-out;
  pointer-events: none;
}
.data-list-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 0;
  margin: 14px auto;
  padding: 0;
}
.data-list-product dt,
.data-list-product dd {
  border-bottom: 1px solid #E6E6E6;
  margin: 0;
}
.data-list-product dt:last-of-type,
.data-list-product dd:last-of-type {
  border: 0;
}
.data-list-product dt {
  font-weight: 600;
}
article {
  text-align: left;
}
article.text-center {
  text-align: center;
}
article .image-wrapper-full img {
  width: 100%;
}
article .article-header {
  width: 100%;
  max-width: 806.4px;
  text-align: center;
}
article ol {
  margin: 0;
  padding: 0;
  list-style: decimal;
}
article ol li {
  margin: 7px 0 7px 1rem;
}
article section {
  display: inline-block;
}
article .publishDate {
  font-size: 0.77rem;
  margin: 0;
}
article .column-2 {
  column-count: 2;
}
@media (max-width: 767px) {
  article .column-2 {
    column-count: 1;
  }
}
article .column-3 {
  column-count: 3;
  padding: 0;
}
@media (max-width: 767px) {
  article .column-3 {
    column-count: 1;
  }
}
article .column-3 li {
  list-style: disc inside;
}
article a {
  text-decoration: underline;
  -ms-word-break: break-word;
  word-break: break-word;
}
article a:hover {
  text-decoration: underline;
}
article a.backlink {
  display: inline-block;
  margin: 14px 0;
}
article h1 {
  padding: 0;
}
article img {
  width: auto;
  max-width: 100%;
}
article.stores-collection h1 {
  margin: 28px 0;
}
@media (max-width: 1024px) {
  article.stores-collection h1 {
    font-size: 2.2rem;
    margin: 14px 0;
  }
}
@media (max-width: 1024px) {
  article.stores-collection h1 {
    font-size: 1.6rem;
    margin: 14px 0;
    font-weight: 700;
  }
}
article.stores-collection .stores-banner {
  width: 100%;
  height: 100%;
  position: relative;
}
article.stores-collection .stores-banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
  width: 100%;
}
article.stores-collection .stores-banner .banner-text span {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 1024px) {
  article.stores-collection .stores-banner .banner-text span {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  article.stores-collection .stores-banner .banner-text span {
    font-size: 1.2rem;
  }
}
article.stores-collection .stores-banner .banner-text h1 {
  font-size: 4rem;
}
@media (max-width: 1024px) {
  article.stores-collection .stores-banner .banner-text h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  article.stores-collection .stores-banner .banner-text h1 {
    font-size: 2rem;
    font-weight: 700;
  }
}
article.stores-collection .stores-banner picture {
  position: relative;
  display: block;
}
article.stores-collection .stores-banner picture .banner-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
article.stores-collection .stores-banner picture img {
  display: block;
  width: 100%;
  height: auto;
}
article.stores-collection .btn {
  text-decoration: none;
  display: block;
  width: fit-content;
}
article.stores-collection .productListWrapper .padding-0--1 {
  padding: 0;
}
article.stores-collection .googlemap-wrapper {
  min-height: 400px;
}
@media (max-width: 767px) {
  article.stores-collection .googlemap-wrapper {
    min-height: unset;
  }
}
article.stores-collection .brands-banners .articleList {
  display: grid;
  grid-template-columns: repeat(12, minmax(auto, 1fr));
  grid-gap: 14px;
}
@media (max-width: 767px) {
  article.stores-collection .brands-banners .articleList {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
article.stores-collection .brands-banners .articleList .quarter {
  grid-column-end: span 3;
  grid-column-start: auto;
}
@media (max-width: 767px) {
  article.stores-collection .brands-banners .articleList .quarter.half-mobile {
    grid-column-end: span 1;
    grid-column-start: auto;
  }
}
.appStoreQr {
  display: flex;
  list-style: none;
  padding: 0;
}
.appStoreQr h3 {
  padding: 14px;
}
@media (max-width: 767px) {
  .appStoreQr {
    display: block;
    padding: 14px;
  }
}
.appStoreQr li {
  padding: 14px;
}
@media (max-width: 767px) {
  .appStoreQr li {
    width: 100%;
    text-align: center;
  }
}
.appStoreQr li:last-of-type {
  margin-left: 28px;
}
@media (max-width: 767px) {
  .appStoreQr li:last-of-type {
    margin-top: 75px;
  }
}
.appStoreQr .imgWrapperApp {
  width: 200px;
  margin: 0 auto;
}
.appStoreQr .imgWrapperApp .btn {
  margin-left: 10px;
}
.appStoreQr .imgWrapperApp img {
  width: 100%;
}
.product-list-select {
  background-color: transparent !important;
  background: #fff url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 12"><polygon points="5.1,10.9 8.2,7.9 7.2,6.9 4.8,9.2 4.8,0 3.4,0 3.4,9.2 1.1,6.9 0.1,7.9 3.1,10.9 4.1,11.9 	"/> <polygon points="11,1 8,4 9,5 11.3,2.7 11.3,11.9 12.7,11.9 12.7,2.7 15.1,5 16.1,4 13,1 12,0 	"/></svg>') no-repeat right 4px center;
  background-size: 16px 12px;
  /*padding-left: 24px;*/
}
.product-list-horizontal-wrapper,
.horizontal {
  margin: 0 0 0 calc(50vw - (1440px/2) + 14px);
  left: 0;
  width: 100%;
  max-width: calc(1440px - 14px + (100vw - 1440px)/2);
  position: relative;
  /*@media @ipad-portrait {
    }*/
}
.product-list-horizontal-wrapper.horizontal,
.horizontal.horizontal {
  margin: 0;
}
.product-list-horizontal-wrapper .text-label-wrapper,
.horizontal .text-label-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  min-width: 300px;
  scroll-snap-align: start;
}
@media (max-width: 767px) {
  .product-list-horizontal-wrapper .text-label-wrapper,
  .horizontal .text-label-wrapper {
    display: none;
  }
}
.product-list-horizontal-wrapper .text-label-wrapper .text-label,
.horizontal .text-label-wrapper .text-label {
  background: white;
  padding: 7px 14px;
  font-size: 2rem;
  font-weight: 600;
  z-index: 1;
}
.product-list-horizontal-wrapper .arrow,
.horizontal .arrow {
  /*        background: @color-4;
        opacity: 0.9;*/
  padding: 10.5px 21px;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  color: #252525;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 767px) {
  .product-list-horizontal-wrapper .arrow,
  .horizontal .arrow {
    display: none;
  }
}
.product-list-horizontal-wrapper .arrow:hover,
.horizontal .arrow:hover {
  opacity: 1;
}
.product-list-horizontal-wrapper .arrow.left,
.horizontal .arrow.left {
  left: -49px;
}
.product-list-horizontal-wrapper .arrow.right,
.horizontal .arrow.right {
  right: -49px;
}
.product-list-horizontal-wrapper .product-list,
.horizontal .product-list {
  gap: 14px;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  width: 100%;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}
@media (max-width: 767px) {
  .product-list-horizontal-wrapper .product-list,
  .horizontal .product-list {
    scrollbar-color: #E6E6E6 #F8F7F7;
  }
}
.product-list-horizontal-wrapper .product-list.animate,
.horizontal .product-list.animate {
  scroll-snap-type: none;
}
.product-list-horizontal-wrapper .product-list .product,
.horizontal .product-list .product {
  min-width: calc(20% - 14px*0.81);
  scroll-snap-align: start;
  padding: 0;
}
@media (max-width: 767px) {
  .product-list-horizontal-wrapper .product-list .product,
  .horizontal .product-list .product {
    min-width: 80vw;
  }
}
.product-list-horizontal-wrapper .product-list .product .productInner,
.horizontal .product-list .product .productInner {
  padding: 14px;
  height: 100%;
}
.product-list-horizontal-wrapper .product-list .product .productInner.end,
.horizontal .product-list .product .productInner.end {
  padding: 0;
}
.product-list {
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.product-list.grid {
  display: grid;
  /*grid-gap: @default-padding*4 @default-padding*2;*/
  grid-template-rows: auto;
  /* grid-template-columns: repeat(5, minmax(auto,1fr));

        @media @mobile {
            grid-template-columns: repeat(2, minmax(auto,1fr));
        }

        &.g4 {
            grid-template-columns: repeat(4, minmax(auto,1fr));
        }*/
}
.product-list.grid .product {
  width: 100%;
  padding: 0;
}
.product-list.grid .product .productInner {
  padding: 14px;
  height: 100%;
}
.product-list ul {
  padding: 0;
}
.product-list.compact .product {
  padding: 0 7px 14px 7px;
}
.product-list.compact .product.description .product-inner {
  padding: 7px 7px 7px 7px;
}
.product-list.compact .product.description .product-inner h3 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2rem;
}
.product-list.compact .product.description .product-inner hr {
  margin: 3.5px 0;
}
.product-list.compact .product.description .product-inner p {
  font-size: 0.75rem;
  line-height: 1rem;
}
.product-list.compact .product .product-inner h2 {
  font-size: 0.8rem;
  padding: 3.5px 0;
}
.product-list.compact .product .product-inner .productImage {
  height: 60px;
}
.product-list.compact .product .product-inner > div .price-wrapper .price-tag {
  font-size: 1.1rem;
  line-height: 1.1rem;
}
.product-list.compact .product .btn.buy {
  background: #F8F7F7;
  color: #252525;
}
.product-list > span {
  display: inline;
}
.product-list .product {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  vertical-align: top;
  width: 20%;
  padding: 0 7px 56px 7px;
  position: relative;
  transition: all 0.4s;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  background: white;
}
@media (max-width: 1440px) {
  .product-list .product {
    width: 25%;
    padding: 0 7px 28px 7px;
  }
}
@media (max-width: 1023px) {
  .product-list .product {
    width: 50%;
    padding: 0 0 28px 0;
  }
}
.product-list .product.hiddenProduct {
  display: none;
}
@media (max-width: 767px) {
  .product-list .product.description {
    width: 100%;
  }
}
.product-list .product.description.new .product-inner {
  background: rgba(255, 234, 0, 0.6) url("../../gfx/prod-desc-new-bg.jpg") no-repeat center bottom;
  background-size: cover;
  color: #252525;
}
.product-list .product.description.new .product-inner hr {
  color: #b58c1f;
  background: #b58c1f;
  border-top: 1px solid #b58c1f;
}
.product-list .product.description.inverted .product-inner {
  background: #252525 url("../../gfx/prod-desc-inverted-bg.jpg") no-repeat center bottom;
  background-size: cover;
  color: #ffffff;
}
.product-list .product.description .productInner {
  margin: 21px 0 0 0;
  padding: 14px;
}
@media (max-width: 767px) {
  .product-list .product.description .productInner {
    min-height: 0px !important;
  }
}
.product-list .product.description .productInner a {
  text-decoration: underline;
}
.product-list .product.description .productInner hr {
  margin: 0;
}
.product-list .product.description .productInner h3 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 14px 0;
  padding: 0;
}
.product-list .product.description .productInner p {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin: 0 auto;
}
.product-list .product.description .productInner p:first-of-type {
  margin-top: 14px;
}
.product-list .product.description .productInner p:last-of-type {
  margin-bottom: auto;
}
.product-list .product.product-enter,
.product-list .product.product-leave-to {
  opacity: 0;
  transform: scale3d(0, 0, -1);
}
.product-list .product .productInner {
  width: 100%;
  padding: 28px;
  position: relative;
  overflow: hidden;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  /*.flex-display();
            .flex-direction(column);
            .justify-content(flex-start);*/
  text-decoration: none;
  /*> p {
                display: none;
            }*/
}
.product-list .product .productInner .product-info-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .product-list .product .productInner .product-info-wrapper {
    width: 50%;
  }
}
.product-list .product .productInner a {
  text-decoration: none;
}
.product-list .product .productInner a.product-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
.product-list .product .productInner p {
  margin: 3.5px 0;
  line-height: 1.2;
}
.product-list .product .productInner p.campaign-end {
  display: none;
}
.product-list .product .productInner span.maxlimit {
  width: 100%;
  font-size: 0.8rem;
  line-height: 1;
  margin-bottom: 7px;
}
.product-list .product .productInner h3 {
  /*font-size: 0.95rem;
                line-height: 1.1rem;*/
  font-weight: 400;
  text-transform: none;
  padding: 7px 0;
  margin: 0;
  word-break: break-word;
}
.product-list .product .productInner h3.brand {
  padding: 0;
  margin: 3.5px 0 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
}
.product-list .product .productInner h3.model {
  padding: 0;
  margin: 0 0 7px 0;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 800;
}
.product-list .product .productInner h3.model:first-letter {
  text-transform: uppercase;
}
.product-list .product .productInner .discount {
  /*width: 50px;
                height: 50px;*/
  position: absolute;
  color: white;
  font-weight: 800;
  text-align: center;
  left: 0;
  top: 14px;
  z-index: 1;
  background: #252525;
  padding: 4.62px 7px;
  /* &:before {
                    content: "";
                    display: block;
                    position: absolute;
                    background: black;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    border-radius: 100%;
                    z-index: -1;
                }
*/
}
.product-list .product .productInner .discount.black {
  background: black;
  color: white;
}
.product-list .product .productInner .discount.outlet {
  color: black;
  background: yellow;
}
.product-list .product .productInner .productImage {
  display: block;
  padding: 0;
  margin: 0 auto 7px auto;
  width: 100%;
  height: 180px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-list .product .productInner .productImage {
    width: 180px;
  }
}
.product-list .product .productInner .productImage img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.product-list .product .productInner .productlist-badge {
  object-fit: contain;
  height: 85px;
  width: 85px;
  position: absolute;
  z-index: 1;
  right: auto;
  left: 0;
  top: 2px;
}
@media (max-width: 767px) {
  .product-list .product .productInner .productlist-badge {
    height: 75px;
    width: 75px;
  }
}
.product-list .product .productInner .productlist-badge.moveForDiscount {
  top: 56px;
}
.product-list .product .productInner .productlist-badge img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.product-list .product .productInner .priceWrapper {
  position: relative;
  align-self: flex-start;
  margin-top: auto;
}
.product-list .product .productInner .priceWrapper.position-below {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-list .product .productInner .priceWrapper.position-below .small {
  order: 2;
  line-height: 1;
  margin-top: 3.5px;
}
.product-list .product .productInner .priceWrapper.position-below .price {
  order: 1;
}
.product-list .product .productInner .priceWrapper.position-right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1180px) {
  .product-list .product .productInner .priceWrapper.position-right {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.product-list .product .productInner .priceWrapper.position-right.flex-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.product-list .product .productInner .priceWrapper.position-right .small {
  order: 2;
  margin-left: 14px;
  margin-top: 0;
  line-height: 1.2;
}
@media (max-width: 1180px) {
  .product-list .product .productInner .priceWrapper.position-right .small {
    margin-top: 3.5px;
    margin-left: 0;
  }
}
.product-list .product .productInner .priceWrapper.position-right .price {
  order: 1;
}
.product-list .product .productInner .priceWrapper.line-through .small span {
  text-decoration: line-through;
}
.product-list .product .productInner .priceWrapper p {
  font-size: 0.8rem;
  margin: 0;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 1024px) {
}
.product-list .product .productInner .priceWrapper .priceTag {
  margin: 5px 0 0 0;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  /*color: @color-2;*/
  /*color: @medium-grey;*/
  /*text-transform: uppercase;*/
}
.product-list .product .productInner .priceWrapper .priceTag.orange {
  color: #D34500;
}
@media (max-width: 1024px) {
  .product-list .product .productInner .priceWrapper .priceTag {
    /*font-size: 24px;*/
  }
}
@media (max-width: 767px) {
  .product-list .product .productInner .priceWrapper .priceTag {
    /*font-size: 22px;
                            letter-spacing: -2px;*/
  }
}
.product-list .product .productInner .info {
  margin-top: 7px;
}
.product-list .product .productInner .info span.label {
  width: 60px;
  display: inline-block;
}
.product-list .product .productInner .info-stock {
  display: grid;
  grid-template-columns: auto auto;
  gap: 14px;
  margin-top: 7px;
  align-self: flex-end;
  width: 100%;
}
@media (max-width: 767px) {
  .product-list .product .productInner .info-stock {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.product-list .product .productInner .info-stock .stock-nettsortiment,
.product-list .product .productInner .info-stock .stock-store {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.product-list .product .productInner .info-stock .stock-nettsortiment.wishlist-stock,
.product-list .product .productInner .info-stock .stock-store.wishlist-stock {
  flex-direction: row;
}
.product-list .product .productInner .info-stock .stock-nettsortiment i,
.product-list .product .productInner .info-stock .stock-store i {
  font-size: 0.7rem;
  line-height: 1.2;
  margin-right: 3.5px;
  margin-top: 3.5px;
}
.product-list .product .productInner .info-stock .stock-nettsortiment span,
.product-list .product .productInner .info-stock .stock-store span {
  font-size: 0.7rem;
  line-height: 1.4;
}
.product-list .product .productInner .info-stock .stock-nettsortiment a,
.product-list .product .productInner .info-stock .stock-store a {
  font-size: 0.7rem;
  line-height: 1.4;
  display: inline-block;
}
.product-list .product .productInner .info-stock .stock-store {
  display: none;
  justify-content: flex-end;
}
.product-list .product .productInner .info-stock .stock-store.wishlist-stock {
  display: flex;
}
@media (max-width: 767px) {
  .product-list .product .productInner .info-stock .stock-store {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.product-list .product .productInner .info-stock .stock-store .stock-display-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .product-list .product .productInner .info-stock .stock-store .stock-display-wrapper {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.product-list .product .productInner .info-stock .stock-store .stock-display-wrapper .stock-display {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  text-align: right;
}
@media (max-width: 767px) {
  .product-list .product .productInner .info-stock .stock-store .stock-display-wrapper .stock-display {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
}
.product-list .product .productInner .info-stock .pick-store {
  display: none;
}
.product-list .product .buyWrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  width: auto;
  margin-right: 14px;
}
.product-list .product .buyWrapper.sold-out {
  width: calc(100% - 14px*2);
  margin: 0 14px;
}
.product-list .product .buyWrapper.sold-out .btn.buy {
  background: transparent;
  border: 1px solid #dadada;
  color: #6c6c6c;
  padding: 10.5px 7px;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .product-list .product .buyWrapper.sold-out .btn.buy {
    font-size: 0.75rem;
  }
}
.product-list .product .buyWrapper .discount {
  padding: 10.5px 14px;
  background: #E6E6E6;
  font-size: 0.95rem;
  margin-right: 3.5px;
  font-weight: bold;
}
.product-list .product .buyWrapper .btn.buy {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  background: #252525;
  padding: 10.5px 21px;
  color: #F8F7F7;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  /* &.wedding {
                    background: url('../../../gfx/hearts.svg') no-repeat right top @lime-green;
                    background-size: 25%;
                    color: @white;
                    padding: @default-padding;

                    &:hover {
                        background: url('../../../gfx/hearts.svg') no-repeat right top @medium-lime-green;
                        background-size: 25%;
                        color: @white;
                    }
                }

                &.purple {
                    padding: @default-padding;
                }

                &.wishlist {
                    background: @purple;
                    color: @white;
                    padding: @default-padding;
                }*/
}
@media (max-width: 1023px) {
  .product-list .product .buyWrapper .btn.buy {
    padding: 10.5px;
    font-size: 1.1rem;
  }
}
.product-list .product .buyWrapper .btn.buy:hover {
  background: #000000;
  color: #ffffff;
}
.position-right .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1180px) {
  .position-right .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.position-right .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper.flex-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.position-right .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper .small {
  order: 2;
  margin-left: 14px;
  margin-top: 0;
  line-height: 1.2;
}
@media (max-width: 1180px) {
  .position-right .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper .small {
    margin-top: 3.5px;
    margin-left: 0;
  }
}
.position-right .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper .price {
  order: 1;
}
.position-right.line-through .small span {
  text-decoration: line-through;
}
.position-below .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.position-below .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper .small {
  order: 2;
  line-height: 1;
  margin-top: 3.5px;
}
.position-below .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper .price {
  order: 1;
}
.position-below.line-through .product-list .product .productInner .product-info-wrapper .product-text .priceWrapper .small span {
  text-decoration: line-through;
}
.pagination-index-wrapper {
  display: flex;
  gap: 7px;
}
.pagination-index-wrapper > div {
  height: 4px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
}
.quickcart-product-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
  margin: 0 auto;
}
.quickcart-product-list li {
  display: block;
  border: 1px solid #F8F7F7;
  border-radius: 8px;
  padding: 14px;
  background: white;
}
.quickcart-product-list li a {
  display: flex;
  align-items: center;
}
.quickcart-product-list li a div.image-wrapper {
  width: 60px;
  position: relative;
  margin-right: 7px;
  flex-shrink: 0;
}
.quickcart-product-list li a div.text-wrapper {
  margin-right: 14px;
}
.quickcart-product-list li a div.text-wrapper .product-brand {
  padding: 0;
  margin: 3.5px 0 0 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
  text-transform: uppercase;
  color: #555;
}
.quickcart-product-list li a div.text-wrapper .product-model {
  padding: 0;
  margin: 3.5px 0 7px 0;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;
}
.quickcart-product-list li a div.price-wrapper {
  margin-left: auto;
}
.quickcart-product-list li a div.price-wrapper .product-price {
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 800;
  color: #D34500;
}
.quickcart-product-list li a div.price-wrapper .product-price:after {
  content: ",-";
}
.quickcart-product-list li a div.price-wrapper .product-price.secondary {
  text-decoration: line-through;
  color: #252525;
  font-weight: normal;
}
.filter-wrapper {
  display: none;
  position: relative;
  width: 100%;
  vertical-align: top;
  clear: both;
  padding: 7px 0;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 767px) {
  .filter-wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.filter-wrapper.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.filter-wrapper h6 {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  width: 100%;
  text-align: center;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .filter-wrapper h6 {
    margin-top: 0;
  }
}
.filter-wrapper .filter-brand,
.filter-wrapper .filter-type,
.filter-wrapper .filter-pricerange {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 33.33%;
  vertical-align: top;
  padding: 0 3.5px;
}
.filter-wrapper .filter-brand .trigger,
.filter-wrapper .filter-type .trigger,
.filter-wrapper .filter-pricerange .trigger {
  width: 100%;
}
@media (max-width: 767px) {
  .filter-wrapper .filter-brand,
  .filter-wrapper .filter-type,
  .filter-wrapper .filter-pricerange {
    width: 100%;
    display: block;
    margin-bottom: 14px;
    padding: 0;
  }
}
.filter-wrapper .filter-brand select,
.filter-wrapper .filter-type select,
.filter-wrapper .filter-pricerange select {
  width: 100%;
}
.filter-wrapper .filter-pricerange {
  text-align: right;
  padding: 0 14px;
}
.filter-wrapper .filter-pricerange .filter-slider {
  margin-top: 14px;
  background: #F8F7F7;
  border: 0;
  box-shadow: none;
  height: 7px;
}
.filter-wrapper .filter-pricerange .filter-slider .noUi-connect {
  background: #6c6c6c;
  border: 0;
}
.filter-wrapper .filter-pricerange .filter-slider .noUi-handle {
  border-radius: 100%;
  background: #252525;
  color: white;
  width: 1.41rem;
  height: 1.41rem;
  top: 0;
  left: 0;
  border: 0;
  box-shadow: none;
  transform: translateX(-50%) translateY(-25%);
}
.filter-wrapper .filter-pricerange .filter-slider .noUi-handle:before {
  background: transparent;
  display: block;
  width: auto;
  height: auto;
}
.filter-wrapper .filter-pricerange .filter-slider .noUi-handle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: transparent;
  content: "y";
  font-family: 'kitchnno', sans-serif;
  font-size: 0.7rem;
  line-height: 1;
  display: block;
  width: auto;
  height: auto;
}
.filter-wrapper .filter-pricerange .filter-slider .noUi-handle.noUi-handle-upper:after {
  content: "x";
}
.filter-wrapper .filter-pricerange .lowest-price,
.filter-wrapper .filter-pricerange .highest-price {
  font-size: 12px;
  font-weight: 700;
  color: #252525;
  display: inline-block;
  padding: 14px 0 0 0;
}
.filter-wrapper .filter-pricerange .lowest-price {
  float: left;
}
.productfilter-hr {
  display: none;
}
.productfilter-hr.active {
  display: block;
}
.searchbarWrapper.active {
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
  background: white;
  padding: 0 0 42px 0;
  overflow-y: auto;
  max-height: 100%;
}
.searchbarWrapper.active .searchbarInner {
  padding: 56px 14px 0 14px;
}
.searchbarWrapper.active .searchbarInner:after {
  width: calc(100% - 14px*2);
  left: 14px;
  background: #D34500;
}
.searchbarWrapper {
  width: 100%;
  padding-top: 14px;
  padding-left: 14px;
}
@media (max-width: 768px) {
  .searchbarWrapper {
    padding: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media print {
  .searchbarWrapper {
    display: none;
  }
}
.searchbarWrapper .searchbarInner {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  display: block;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  /*.quickcart();*/
}
.searchbarWrapper .searchbarInner:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: black;
  display: block;
}
.searchbarWrapper .searchbarInner #SearchBar {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border: 0;
}
@media (max-width: 1023px) {
  .searchbarWrapper .searchbarInner #SearchBar {
    margin: auto;
    width: 100%;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.searchbarWrapper .searchbarInner #SearchBar input {
  display: inline-block;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  vertical-align: text-top;
  margin: 0;
  border: 0;
  box-shadow: none;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  font-size: 1rem;
  padding: 7px 7px 7px 0;
}
.searchbarWrapper .searchbarInner #SearchBar input::-webkit-input-placeholder {
  color: #6c6c6c;
}
.searchbarWrapper .searchbarInner #SearchBar input:-moz-placeholder {
  color: #6c6c6c;
}
.searchbarWrapper .searchbarInner #SearchBar input:-ms-input-placeholder {
  color: #6c6c6c;
}
.searchbarWrapper .searchbarInner #SearchBar input:focus {
  outline: 0;
}
.searchbarWrapper .searchbarInner #SearchBar input[type=submit] {
  background: transparent;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  width: auto;
  color: #252525;
  font-family: 'kitchnno', sans-serif;
  text-transform: none;
  font-size: 1.6rem;
  padding: 7px 0;
}
.toasts {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9999;
  min-width: 640px;
  max-width: 1280px;
  -webkit-transform: translate3d(-50%, 0%, 0);
  -moz-transform: translate3d(-50%, 0%, 0);
  -o-transform: translate3d(-50%, 0%, 0);
  -ms-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .toasts {
    min-width: 100vw;
    max-width: 100%;
  }
}
.toasts .toast {
  background: #ffffff;
  color: #252525;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
  line-height: 1.2;
  text-align: center;
  position: relative;
  position: absolute;
  width: 100%;
  display: block;
  transition: all 0.8s ease-in-out;
  top: 14px;
}
.toasts .toast:nth-last-of-type(2) {
  transform: scale(0.98);
  top: 5.88px;
}
.toasts .toast:nth-last-of-type(n+3) {
  transform: scale(0.96);
  top: 0;
  opacity: 0.4;
}
.toasts .toast.toast-enter-active,
.toasts .toast.toast-leave-active {
  transition: all 0.8s;
}
.toasts .toast.toast-enter,
.toasts .toast.toast-leave-to {
  position: relative;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
}
.toasts .toast.toast-leave-active {
  position: absolute;
}
.toasts .toast.toast-enter-to {
  transform: translate3d(0, 0, 0);
}
.toasts .toast.toast-move {
  transition: transform 1s;
}
.toasts .toast a {
  /* & + a, & + button {
                margin-left: @default-padding*0.5;
            }*/
}
.toasts .toast a.btn {
  text-decoration: none;
}
.toasts .toast a.close {
  text-decoration: none;
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 7px;
}
.toasts.slide-enter {
  animation: slide-in 0.4s ease-out forwards;
}
.toasts.slide-leave {
  animation: slide-out 0.4s ease-in forwards;
}
.toasts.error {
  background: #ffc7c7;
  color: #982727;
  border: 1px solid #982727;
  font-weight: 600;
}
.toasts .productWrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /*    span {
            display: inline-block;
            vertical-align: middle;
            font-size: 0.7rem;
            line-height: 1rem;

        &:nth-child(1) {
            width: 60px;
            max-height: 60px;

            img {
                width: 40px;
            }
        }

        &:nth-child(2) {
            width: calc(100% ~"-" 120px);
            font-weight: bold;
            text-align: left;
            padding: 0 @default-padding*0.5;
        }
    }*/
}
.toasts .productWrapper img {
  max-width: 50px;
}
.toasts #pnlClubMemberSaving {
  padding: 14px;
  padding-top: 0;
}
.toasts #pnlClubMemberSaving a {
  text-decoration: underline;
}
.notice,
.error-notice {
  position: relative;
  color: #252525;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 7px 0;
  padding-left: 2rem;
}
.notice:before,
.error-notice:before {
  content: "F";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'kitchnno', sans-serif;
  font-size: 1.4rem;
}
.notice p,
.error-notice p {
  margin: 0;
}
.notice.error,
.error-notice.error {
  color: #d00d0d;
}
.notice.error:before,
.error-notice.error:before {
  content: "S";
}
.notice.grey,
.error-notice.grey {
  border: 1px solid #dadada;
  background: #E6E6E6;
  color: #252525;
}
.notice.white,
.error-notice.white {
  background: #fff;
  border: 0px;
  color: #6c6c6c;
}
.notice.small,
.error-notice.small {
  font-size: 11px;
  padding: 7px;
  margin: 0;
}
.error-box {
  border: 1px solid red;
  background: #ffc7c7;
  color: Black;
  display: inline-block;
  padding: 14px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  margin-top: 14px;
}
.top-nav-icon {
  bottom: 1px;
  font-size: 0.9rem;
}
.flexmenu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 767px) {
  .flexmenu {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.flexmenu a {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 25%;
  margin: 0 3.5px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .flexmenu a {
    margin: 3.5px;
    width: calc(50% - 14px*0.5);
  }
}
#pnlProfiling {
  transform: translate3d(-50%, -100%, 0);
}
#pnlProfiling.slide-in {
  animation: slide-in 0.4s ease-in-out forwards;
}
#pnlProfiling.slide-out {
  animation: slide-out 0.4s ease-in-out forwards;
}
#pnlProfiling h3 {
  margin-bottom: 7px;
}
#pnlProfiling p {
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 14px auto;
  max-width: 80%;
}
#pnlProfiling p.small {
  font-size: 0.7rem;
}
#pnlProfiling > div {
  margin: 14px 0;
}
#pnlProfiling > div > a {
  padding: 14px 28px;
}
#framework aside.left-menu-wrapper ul {
  list-style: none;
  padding: 0;
}
#framework aside.left-menu-wrapper ul li a {
  text-transform: none;
  font-weight: 400;
}
#framework aside.left-menu-wrapper ul li label {
  text-transform: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  user-select: none;
}
/*.product-filter-wrapper-btn-toggle {
    display: none;

    @media @mobile {
        display: block;
    }
}*/
.product-filter-wrapper {
  background: #F8F7F7;
  position: fixed !important;
  color: #252525;
  width: 25%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate3d(-100%, 0, 0);
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .product-filter-wrapper {
    width: 100%;
  }
}
.product-filter-wrapper.active {
  transform: translate3d(0, 0, 0);
}
.product-filter-wrapper.active .product-filter-wrapper-close-btn {
  display: block;
}
.product-filter-wrapper header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  gap: 14px;
  position: relative;
  padding: 14px;
  margin: 0;
}
.product-filter-wrapper header .product-filter-wrapper-btn-toggle {
  transform: rotate(45deg);
}
.product-filter-wrapper header .product-filter-wrapper-btn-toggle i {
  display: inline-block;
  line-height: 0.8;
  color: black;
}
.product-filter-wrapper header .empty-product-filter {
  margin-left: auto;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 5.6px 7px;
}
.product-filter-wrapper header .empty-product-filter:hover {
  background: #E6E6E6;
}
.product-filter-wrapper section {
  position: relative;
  padding: 14px;
  overflow-y: scroll;
}
.product-filter-wrapper section ul {
  list-style: none;
  padding: 0;
}
.product-filter-wrapper section ul li a {
  text-transform: none;
  margin: 0;
  font-weight: 400;
}
.product-filter-wrapper section ul li label {
  text-transform: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  user-select: none;
  margin: 0;
}
.product-filter-wrapper footer {
  padding: 14px;
  background: #F8F7F7;
  color: black;
}
.product-filter-wrapper footer #productlist-filter-result {
  margin-left: 7px;
}
.product-filter-wrapper footer #productlist-filter-result:empty {
  margin-left: 0;
}
.black-box-medium {
  background: black;
  color: white;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  transform: translate3d(0, -25%, 0);
  padding: 28px;
  text-align: center;
  position: relative;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1023px) {
  .black-box-medium {
    width: calc(100% - 14px*3);
    transform: translate3d(0, -15%, 0);
  }
}
@media (max-width: 767px) {
  .black-box-medium {
    width: calc(100% - 14px*3);
  }
}
.black-box-medium h1 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 3rem;
}
@media (max-width: 1023px) {
  .black-box-medium h1 {
    font-size: 1.8rem;
  }
}
.black-box-medium p {
  font-size: 1.6rem;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .black-box-medium p {
    font-size: 1.2rem;
  }
}
.black-box-medium hr {
  max-width: 33%;
  margin: 14px auto;
}
#goto-top-button {
  position: fixed;
  bottom: 90px;
  right: 15px;
  width: 60px;
  height: 60px;
  z-index: 5;
  pointer-events: none;
  transform: translate3d(0, 160px, 0);
  transition: all 0.4s ease-in-out;
}
#goto-top-button.active {
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
#goto-top-button.app-goto-top-button {
  right: 10px;
  width: 50px;
  height: 50px;
}
#goto-top-button.app-goto-top-button a {
  font-size: 0.9rem;
}
#goto-top-button.app-goto-top-button a i::before {
  line-height: 1.4;
}
#goto-top-button a {
  position: relative;
  border-radius: 100%;
  aspect-ratio: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 14px;
  background: #E6E6E6;
  color: black;
}
/*.category-image-wrapper {
    padding: 15%;
    width: 100%;*/
/*max-width: calc(100% ~"-" @default-padding);
    margin: 0 auto;*/
/*height: auto;
    position: relative;
    display: block;

    img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
    }

    figcaption {
        position: absolute;
        top: 50%;
        left: @default-padding*4;
        background: white;
        padding: @default-padding*1.5 @default-padding*3;
        transform: translate3d(0, -50%, 0);
        box-shadow: 0 0 40px rgba(0,0,0,0.1);
        }
    }
}*/
.fp-banner-top {
  position: relative;
  width: 100%;
  order: -1;
  /*z-index: 4;*/
}
.fp-banner-top .sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
.rounded-border {
  border: 1px solid #dadada;
  border-radius: 14px;
}
#checkout #Brands {
  margin: 0 auto;
  width: 100%;
}
#checkout #Brands li {
  width: 20%;
}
#checkout #Brands li a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#checkout #Brands li a.added {
  opacity: 0.8;
}
#checkout .checkout-back-btn-wrapper {
  max-width: 600px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0 auto 28px auto;
}
#checkout .checkout-back-btn-wrapper > div {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 7px;
}
#checkout .checkout-back-btn-wrapper > div .btn {
  width: 100%;
  text-align: center;
}
#checkout .product-list .product .buyWrapper .btn.buy {
  background-color: #F8F7F7;
  color: #252525;
  border: 0;
}
#checkout .product-list .product .buyWrapper .btn.buy:hover {
  background: #000000;
  color: #ffffff;
}
#checkout .fade-in {
  opacity: 0;
  -webkit-animation: fade-in 0.5s forwards;
  -moz-animation: fade-in 0.5s forwards;
  -o-animation: fade-in 0.5s forwards;
  animation: fade-in 0.5s forwards;
}
input#btnRegUser {
  display: none;
}
#cartChangeButtons {
  display: none;
  text-align: right;
}
#DeliveryWrapper h4,
#PaymentWrapper h4 {
  font-weight: bold;
  margin-top: 10px;
}
#DeliveryWrapper ul li,
#PaymentWrapper ul li {
  list-style: none;
  position: relative;
}
#DeliveryWrapper ul li img,
#PaymentWrapper ul li img {
  display: block;
  /*max-height: 30px;*/
  max-width: 45px;
  object-fit: contain;
  /*margin: @default-padding*0.25 0;*/
}
table.shoppingcart-list {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 14px 0;
}
table.shoppingcart-list thead {
  /*border-bottom: 1px solid @border-grey;*/
}
@media (max-width: 767px) {
  table.shoppingcart-list thead {
    display: none;
  }
  table.shoppingcart-list thead th:nth-child(1) {
    display: none;
  }
}
table.shoppingcart-list thead tr th {
  padding: 7px 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  word-break: keep-all;
  width: 10%;
}
table.shoppingcart-list thead tr th.product-name {
  width: 100%;
}
table.shoppingcart-list thead tr th.product-qty {
  width: 10%;
  text-align: center;
}
table.shoppingcart-list thead tr th.product-delete {
  padding-right: 0;
}
table.shoppingcart-list thead tr th:nth-last-of-type(-n+4) {
  text-align: right;
}
@media (max-width: 767px) {
  table.shoppingcart-list thead tr th:nth-last-of-type(-n+4) {
    text-align: left;
  }
}
table.shoppingcart-list tbody tr {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #dadada;
  /* &:last-child {
                background: @light-grey;
                font-weight: bold;

                td {
                    text-align: right;

                    &:nth-of-type(-n+2) {
                        text-align: left;
                    }
                }

                @media @mobile {
                    td {
                        display: inline-block;

                        &:nth-child(1) {
                            display: none;
                        }

                        &:nth-child(2) {
                            width: 75%;
                        }

                        &:nth-child(3) {
                            width: 25%;
                        }

                        &:last-child {
                            display: none;
                        }
                    }
                }
            }*/
}
@media (max-width: 767px) {
  table.shoppingcart-list tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    margin: 28px 0 0 0;
    padding-bottom: 28px;
  }
}
table.shoppingcart-list tbody tr:nth-child(even) {
  /*background: #f5f5f5;*/
}
table.shoppingcart-list tbody tr td {
  padding: 7px 14px;
  font-size: 1rem;
  white-space: nowrap;
  vertical-align: middle;
  width: auto;
}
@media (max-width: 767px) {
  table.shoppingcart-list tbody tr td {
    padding: 7px;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  table.shoppingcart-list tbody tr td:before {
    display: block;
    font-size: 0.5rem;
    font-weight: bold;
    text-transform: uppercase;
  }
}
table.shoppingcart-list tbody tr td.product-image {
  text-align: center;
  width: 60px;
  /*display: flex;
                    align-items: center;
                    justify-content: center;
*/
}
@media (max-width: 767px) {
  table.shoppingcart-list tbody tr td.product-image {
    order: 1;
    padding: 0;
    /*width: auto;*/
    margin: auto;
  }
}
table.shoppingcart-list tbody tr td.product-image img {
  max-width: 100%;
}
table.shoppingcart-list tbody tr td.product-description {
  white-space: normal;
}
@media (max-width: 767px) {
  table.shoppingcart-list tbody tr td.product-description {
    order: 2;
    font-size: 1rem;
    line-height: 1.2;
    grid-column: span 3;
    padding: 0;
  }
}
@media (max-width: 767px) {
  table.shoppingcart-list tbody tr td.product-description a {
    display: block;
  }
}
table.shoppingcart-list tbody tr td.product-description p.campaign-product {
  margin: 3.5px 0;
}
table.shoppingcart-list tbody tr td.product-quantity {
  width: 60px;
  /*.flex-display();
                    .justify-content(flex-start);
                    .align-items(center);*/
}
@media (max-width: 767px) {
  table.shoppingcart-list tbody tr td.product-quantity {
    width: auto;
    text-align: center;
    order: 3;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    padding: 0;
    grid-column: span 2;
    grid-row: 2;
    align-items: center;
    margin: 4.2px auto;
  }
}
table.shoppingcart-list tbody tr td.product-quantity .product-quantity-wrapper {
  display: inline-flex;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  background: #F8F7F7;
}
table.shoppingcart-list tbody tr td.product-quantity .product-quantity-wrapper:disabled .amount-wrapper {
  user-select: none;
  pointer-events: none;
}
table.shoppingcart-list tbody tr td.product-quantity .product-quantity-wrapper:not([disabled]) .btn:hover {
  background: #FF9966;
  border-color: #D34500;
}
table.shoppingcart-list tbody tr td.product-quantity .product-quantity-wrapper .amount-wrapper {
  display: inline-flex;
  width: auto;
  text-align: center;
  align-items: center;
  padding: 3.5px 10.5px;
  position: relative;
}
@media (max-width: 767px) {
  table.shoppingcart-list tbody tr td.product-quantity .product-quantity-wrapper .amount-wrapper {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
table.shoppingcart-list tbody tr td.product-quantity .product-quantity-wrapper .amount-wrapper.loading:before {
  display: block;
}
table.shoppingcart-list tbody tr td.product-quantity .product-quantity-wrapper .amount-wrapper:before {
  aspect-ratio: 1;
  content: "";
  display: none;
  border-radius: 100%;
  border: 3px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: auto;
  height: 75%;
  animation: translate-rotate 1.1s infinite cubic-bezier(0, 0.1, 1, 0.9);
  left: 50%;
  top: 50%;
}
table.shoppingcart-list tbody tr td.product-quantity .product-quantity-wrapper .amount-wrapper span {
  display: inline-block;
  font-weight: 800;
}
table.shoppingcart-list tbody tr td.product-quantity .product-quantity-wrapper .amount-wrapper input.amountEdit {
  width: 50px;
  display: none;
}
table.shoppingcart-list tbody tr td.product-quantity .product-quantity-wrapper .btn {
  padding: 7px 10.5px;
  background: transparent;
  border-radius: 8px 0 0 8px;
  border-radius: 8px;
  color: #555;
  border: 0;
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 1rem;
}
@media (max-width: 767px) {
  table.shoppingcart-list tbody tr td.product-quantity .product-quantity-wrapper .btn {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
table.shoppingcart-list tbody tr td.product-quantity .product-quantity-wrapper .btn:hover i {
  color: white;
}
table.shoppingcart-list tbody tr td.product-quantity .product-quantity-wrapper .btn.product-add {
  border-radius: 0 8px 8px 0;
  border-radius: 8px;
}
table.shoppingcart-list tbody tr td.product-quantity .product-quantity-wrapper .btn i {
  display: inline-block;
  line-height: 80%;
}
table.shoppingcart-list tbody tr td.product-price {
  text-align: right;
  font-weight: 600;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  table.shoppingcart-list tbody tr td.product-price {
    text-align: right;
    order: 4;
    padding: 0;
    grid-column: -1;
    display: block;
  }
}
table.shoppingcart-list tbody tr td.product-discount {
  text-align: right;
  color: #60ad0e;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1;
}
@media (max-width: 767px) {
  table.shoppingcart-list tbody tr td.product-discount:before {
    display: inline;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 600;
    content: "-";
  }
}
@media (max-width: 767px) {
  table.shoppingcart-list tbody tr td.product-discount:empty:before {
    content: none;
  }
}
@media (max-width: 767px) {
  table.shoppingcart-list tbody tr td.product-discount {
    text-align: right;
    padding: 0;
    grid-column: -1;
    grid-row: 2;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  table.shoppingcart-list tbody tr td.product-discount.totalDiscount {
    order: 0;
  }
}
table.shoppingcart-list tbody tr td.product-total {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  text-align: right;
  padding-right: 0;
}
@media (max-width: 767px) {
  table.shoppingcart-list tbody tr td.product-total {
    order: 6;
    grid-column: 4;
    grid-row: 2;
  }
}
table.shoppingcart-list tbody tr td.product-total div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
table.shoppingcart-list tbody tr td.product-total div span {
  margin: 0;
  display: inline-block;
  text-align: center;
  min-width: 0;
  vertical-align: middle;
  text-align: left;
  font-size: 1rem;
  padding: 0;
}
table.shoppingcart-list tbody tr td.product-total div span.striked-through:before {
  background: #252525;
}
table.shoppingcart-list tbody tr td.product-delete {
  text-align: right;
  padding-right: 0;
  /*a.btn {
                        font-size: 0.8rem;
                        padding: @default-padding*0.5;

                        @media @mobile {
                            font-size: 0;
                            max-width: 58px;
                            padding: @default-padding;
                            border: 0;
                        }

                        &:before {
                            content: "e";
                            text-transform: none;
                            font-family: 'kitchnno';
                            font-size: 1.2rem;
                            line-height: 0.8;
                            display: none;

                            @media @mobile {
                                display: block;
                            }
                        }
                    }*/
}
@media (max-width: 767px) {
  table.shoppingcart-list tbody tr td.product-delete {
    order: 3;
    text-align: center;
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
table.shoppingcart-list tbody tr td.product-delete a {
  display: inline-block;
  line-height: 0.8;
}
table.shoppingcart-list tbody tr td.product-delete a i {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 0.8;
}
table.shoppingcart-list tbody tr td.pull-text-right {
  text-align: right;
}
table.shoppingcart-list tbody tr td h3 {
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  /*padding: @default-padding*0.5 @default-padding*0.5 0 @default-padding*0.5;*/
}
@media (max-width: 767px) {
  table.shoppingcart-list tbody tr td h3 {
    font-size: 1.2em;
  }
}
table.shoppingcart-list tbody tr td p.artnr {
  margin: 0;
  font-size: 11px;
}
table.shoppingcart-list tbody tr td img {
  max-height: 40px;
  max-width: none;
}
table.shoppingcart-list tbody tr td a.btn {
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
  padding: 14px;
  /*&.disabled {
                        padding: 13px;
                    }*/
}
span.circle {
  border-radius: 100%;
  padding: 7px 12.6px;
  margin: 0 7px 0 0;
  display: inline-block;
  position: relative;
}
span.circle.dark-grey {
  background: #252525;
  color: #ffffff;
}
span.circle.grey {
  background: #E6E6E6;
  color: #6c6c6c;
}
.striked-through h3 {
  display: inline-block;
  background: #fff;
  padding: 0 14px 0 0;
  position: relative;
  font-weight: 400;
}
.disclaimertext {
  font-weight: bolder;
  border: solid 1px #FF9966;
  padding: 10px;
  line-height: 1.4;
}
#featuredCheckoutProducts > ul {
  padding: 14px 0 0 0;
}
ol#CheckoutStages {
  counter-reset: coStages;
}
ol#CheckoutStages > li {
  counter-increment: coStages;
}
ol#CheckoutStages > li .striked-through h3 .circle:before {
  content: counter(coStages);
}
#CheckoutStages {
  list-style: none;
}
#CheckoutStages li #Customer > div ul,
#CheckoutStages li #GiftCardWrapper > div ul,
#CheckoutStages li #PaymentWrapper > div ul,
#CheckoutStages li #checkout_summary > div ul {
  padding: 0;
  margin: 0;
}
#CheckoutStages li #Customer > div ul li,
#CheckoutStages li #GiftCardWrapper > div ul li,
#CheckoutStages li #PaymentWrapper > div ul li,
#CheckoutStages li #checkout_summary > div ul li {
  margin: 14px 0;
  /*input {
                            display: none;

                            &:checked + label {
                                i {
                                    color: @dark-lime-green;

                                    &:before {
                                        z-index: 1;
                                    }

                                    &:after {
                                        border: 2px solid @fresh-lime-green;
                                    }
                                }
                            }
                        }

                        label {
                            cursor: pointer;

                            i {
                                line-height: 0.8;
                                position: relative;
                                display: inline-block;
                                font-size: 1.6rem;
                                margin-right: @default-padding*0.5;
                                vertical-align: middle;
                                color: @color-quinary;

                                &:before {
                                    line-height: 0.8;
                                    display: inline-block;
                                    vertical-align: middle;
                                }

                                &:after {
                                    content: "";
                                    display: block;
                                    border: 0;
                                    border-radius: 100%;
                                    padding: 60%;
                                    top: 50%;
                                    left: 50%;
                                    transform: translate3d(-50%, -50%, 0);
                                    position: absolute;
                                    transition: all 0.4s ease-in-out;
                                }
                            }
                        }*/
}
#CheckoutStages li #delivery-wrapper {
  position: relative;
}
#CheckoutStages li #delivery-wrapper.loading {
  pointer-events: none;
}
#CheckoutStages li #delivery-wrapper.loading:before {
  opacity: 0.7;
  visibility: visible;
}
#CheckoutStages li #delivery-wrapper.loading:after {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}
#CheckoutStages li #delivery-wrapper:before {
  display: block;
  content: "";
  background: white;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  left: 0;
  top: 0;
  z-index: 1;
  visibility: hidden;
  pointer-events: none;
}
#CheckoutStages li #delivery-wrapper:after {
  position: absolute;
  z-index: 2;
  display: block;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' %3E%3Ccircle cx='50' cy='50' r='45' style='stroke-width:5;stroke:black;fill:transparent;stroke-dasharray:20 262.6;stroke-dashoffset:0'%3E%3Canimate attributeName='stroke-dashoffset' begin='0s' dur='1s' from='282.6' to='0' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-dasharray' begin='0s' dur='1s' from='20 262.6' to='141.3 141.3' values='20 262.6;141.3 141.3;20 262.6' keytimes='0;0.5;1' repeatCount='indefinite' /%3E%3C/circle%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
  opacity: 0;
  left: 50%;
  top: 50%;
  translate: -50% -50% 0;
  visibility: hidden;
  pointer-events: none;
}
#CheckoutStages li #delivery-wrapper li img {
  object-fit: contain;
  display: block;
  height: 22px;
  max-width: 70px;
  position: relative;
  top: 1px;
}
#CheckoutStages li #delivery-wrapper li .mapImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
}
#CheckoutStages li #delivery-wrapper hr {
  border: 1px solid #F8F7F7;
}
#CheckoutStages li #delivery-wrapper .delivery-options {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 14px;
}
#CheckoutStages li #delivery-wrapper .delivery-options li {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: subgrid;
}
#CheckoutStages li #delivery-wrapper #additionalDeliveryAddress div.input-wrapper label {
  font-size: 0.8rem;
  font-weight: 300;
  position: absolute;
  left: 7px;
  top: 3.5px;
  text-transform: none;
  color: black;
}
#CheckoutStages li #delivery-wrapper #additionalDeliveryAddress div.input-wrapper input {
  padding-top: 24.5px;
  border: 0;
  font-weight: 400;
  margin: 0;
  background: transparent;
}
#CheckoutStages li #delivery-wrapper #additionalDeliveryAddress div.input-wrapper input.required-outline {
  outline: 1px solid #d00d0d;
}
#CheckoutStages li #delivery-wrapper #additionalDeliveryAddress div.input-wrapper input.required-outline + label {
  color: #d00d0d;
}
#CheckoutStages li #PaymentWrapper > div ul li {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid #F8F7F7;
}
#CheckoutStages li #PaymentWrapper > div ul li:last-of-type {
  border: 0;
}
#CheckoutStages li #PaymentWrapper .hor-input-wrapper span {
  font-size: 0.4rem;
  margin-left: auto;
  margin-right: 0;
}
#CheckoutStages li #checkout_summary {
  /*> div {
                .flex(0 1 auto);
                width: 50%;
                padding: @default-padding*0.5;
            }*/
}
#CheckoutStages li #checkout_summary table.summary {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  border-collapse: collapse;
}
#CheckoutStages li #checkout_summary table.summary thead th {
  font-weight: 600;
  text-transform: uppercase;
}
#CheckoutStages li #checkout_summary table.summary thead th:last-child {
  text-align: right;
}
#CheckoutStages li #checkout_summary table.summary tbody tr {
  border-bottom: 1px solid #dadada;
}
#CheckoutStages li #checkout_summary table.summary tbody tr:last-child {
  border-bottom: 0px;
  background: #F8F7F7;
}
#CheckoutStages li #checkout_summary table.summary tbody tr td:last-child {
  text-align: right;
}
#CheckoutStages li #checkout_summary table.summary tbody tr td:last-child.couponimg {
  line-height: 0;
  text-align: left;
}
@media (max-width: 767px) {
  #CheckoutStages li #checkout_summary table.summary tbody tr td {
    display: table-cell;
  }
}
#CheckoutStages li #coupon_block div {
  padding: 14px 0;
}
#CheckoutStages li #coupon_block .add-coupon-button {
  vertical-align: bottom;
}
#CheckoutStages li #coupon_block .v-spinner {
  display: inline-block;
  padding: 0;
}
#CheckoutStages #GiftCardWrapper {
  transition: opacity 0.4s ease-in-out;
}
#CheckoutStages #GiftCardWrapper[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
#CheckoutStages #GiftCardWrapper #lblMessage {
  font-weight: bold;
  color: #ff0000;
}
.empty-shoppingcart-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 7px;
}
.empty-shoppingcart-wrapper a {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 7px;
}
.checkoutFavoriteWrapper {
  width: 100%;
  max-width: 576px;
  margin: 0 auto;
}
.checkoutFavoriteWrapper h2,
.checkoutFavoriteWrapper p {
  text-align: center;
}
.receipt-wrapper {
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
.receipt-wrapper h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
#Information .checkout-back-btn-wrapper {
  max-width: 600px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0 auto 28px auto;
}
#Information .checkout-back-btn-wrapper div {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 7px;
}
#Information .checkout-back-btn-wrapper div .btn {
  width: 100%;
  text-align: center;
}
.googlemap-wrapper {
  width: 100%;
  height: 100%;
}
.googlemap-wrapper > div {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .googlemap-wrapper > div {
    width: 100%;
    height: 100vw;
  }
}
.slideshow-wrapper {
  width: 100%;
  padding: 0 7px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow-x: hidden;
}
.slideshow-wrapper .slideshow-wrapper-inner {
  overflow: hidden;
  font-size: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  width: 100%;
  height: 360px;
  margin: auto auto auto 0;
}
.slideshow-wrapper .slideshow-wrapper-inner.max-width {
  width: 100%;
}
@media (max-width: 968px) {
  .slideshow-wrapper .slideshow-wrapper-inner {
    width: 66.6%;
  }
}
@media (max-width: 1024px) {
  .slideshow-wrapper .slideshow-wrapper-inner {
    height: 244px;
  }
}
@media (max-width: 1023px) {
  .slideshow-wrapper .slideshow-wrapper-inner {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .slideshow-wrapper .slideshow-wrapper-inner {
    width: 100%;
    height: 180px;
  }
}
.slideshow-wrapper .slideshow-wrapper-inner .slideshow-container {
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  /*}*/
}
.slideshow-wrapper .slideshow-wrapper-inner .slideshow-container .slide {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.slideshow-wrapper .slideshow-wrapper-inner .slideshow-container .slide.fade-in {
  -webkit-animation: fade-in ease-in-out 1;
  -moz-animation: fade-in ease-in-out 1;
  animation: fade-in ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
}
.slideshow-wrapper .slideshow-wrapper-inner .slideshow-container .slide a {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  user-select: none;
  -webkit-user-drag: none;
}
.slideshow-wrapper .slideshow-wrapper-inner .slideshow-container .slide a picture {
  display: block;
  width: 100%;
  height: 100%;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.slideshow-wrapper .slideshow-wrapper-inner .slideshow-container .slide img {
  display: none;
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  user-select: none;
  -webkit-user-drag: none;
}
.hammerSlider {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.hammerSlider img {
  display: none;
}
.hammerSlider.max-width {
  width: 100%;
}
.hammerSlider.disabled {
  pointer-events: auto;
}
.hammerSlider.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 20;
}
.hammerSlider.fullscreen .pagination-wrapper {
  position: absolute;
  padding: 0;
  bottom: 13vh;
  gap: 11.2px;
}
.hammerSlider.fullscreen .pagination-wrapper .pagination {
  height: 11.2px;
  width: 11.2px;
}
.hammerSlider.fullscreen .arrows {
  z-index: 50;
}
@media (max-width: 767px) {
  .hammerSlider.fullscreen .arrows {
    bottom: 12.3vh;
    top: auto;
    transform: none;
  }
}
.hammerSlider.fullscreen .slideshow-container {
  height: 100%;
  width: 100%;
}
.hammerSlider.fullscreen .slideshow-container .slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
}
.hammerSlider.fullscreen .slideshow-container .slide img {
  max-width: none;
  max-height: none;
  height: 100%;
}
.hammerSlider.fullscreen .slideshow-thumbs {
  position: absolute;
  bottom: 14px;
  width: 100%;
  text-align: center;
}
.hammerSlider.generic {
  padding: 18.75%;
  position: relative;
}
@media (max-width: 767px) {
  .hammerSlider.generic {
    padding: 28.125%;
  }
}
.hammerSlider.generic .slideshow-container {
  position: absolute;
  top: 0;
  left: 0;
}
.hammerSlider .fullscreen-icon {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 4;
}
.hammerSlider a {
  text-decoration: none;
}
.hammerSlider a:hover {
  text-decoration: none;
}
.hammerSlider .pagination-wrapper {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  z-index: 40;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  gap: 7px;
  justify-content: center;
  padding: 14px 0;
}
.hammerSlider .pagination-wrapper .pagination {
  display: inline-block;
  background: #E6E6E6;
  /*opacity: 0.4;*/
  height: 11.2px;
  width: 11.2px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  border-radius: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  margin: 0;
  cursor: pointer;
}
.hammerSlider .pagination-wrapper .pagination:last-of-type {
  box-shadow: none;
}
.hammerSlider .pagination-wrapper .pagination.active {
  pointer-events: none;
  cursor: default;
  background: #000000;
}
.hammerSlider .slideshow-container {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  cursor: -webkit-grabbing;
  cursor: grabbing;
  font-size: 0;
  will-change: transform;
}
@media (max-width: 767px) {
  .hammerSlider .slideshow-container {
    height: 100%;
  }
}
.hammerSlider .slideshow-container.animate {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: -webkit-grab;
  cursor: grab;
}
.hammerSlider .slideshow-container .slide {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  vertical-align: top;
  will-change: opacity;
}
.hammerSlider .slideshow-container .slide.fade-in {
  -webkit-animation: fade-in ease-in-out 1;
  -moz-animation: fade-in ease-in-out 1;
  -o-animation: fade-in ease-in-out 1;
  animation: fade-in ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.hammerSlider .slideshow-container .slide a {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  user-select: none;
  -webkit-user-drag: none;
}
.hammerSlider .slideshow-container .slide img {
  display: block !important;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-user-drag: none;
  user-select: none;
  /*pointer-events: none;*/
}
.hammerSlider .slideshow-thumbs {
  margin: 14px 0 0 0;
}
.hammerSlider .slideshow-thumbs a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid #dadada;
  margin-right: 14px;
}
@media (max-width: 767px) {
  .hammerSlider .slideshow-thumbs a {
    margin-right: 7px;
  }
}
.hammerSlider .slideshow-thumbs a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.hammerSlider .arrows {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  text-decoration: none !important;
  font-size: 2rem;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .hammerSlider .arrows {
    font-size: 1.5rem;
  }
}
.hammerSlider .arrows.right {
  right: 14px;
  left: auto;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.catalogue-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.catalogue-wrapper a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  border-left: 1px solid #dadada;
}
.catalogue-wrapper a h3 {
  font-weight: bold;
  text-align: center;
}
.catalogue-wrapper a img {
  margin: auto;
  max-width: calc(100% - 14px*2);
}
@media (max-width: 767px) {
  .catalogue-wrapper {
    display: none;
  }
}
.brandslist {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.brandslist.modallist {
  padding: 0;
}
.brandslist.modallist .Brand {
  width: 20%;
}
@media (max-width: 1024px) {
  .brandslist.modallist .Brand {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .brandslist.modallist .Brand {
    width: 50%;
  }
}
.brandslist.modallist .Brand.delete .brand-inner:after {
  font-family: "kitchnno" !important;
  content: "d";
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  font-size: 0;
  line-height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(37, 37, 37, 0.8);
  cursor: pointer;
  pointer-events: none;
}
.brandslist.modallist .Brand .brand-inner:after {
  font-family: "kitchnno" !important;
  content: "a";
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  font-size: 0;
  line-height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(37, 37, 37, 0.8);
  cursor: pointer;
  pointer-events: none;
}
.brandslist.modallist .Brand .brand-inner:hover:after {
  opacity: 1;
  font-size: 3rem;
  line-height: 3rem;
}
.brandslist.modallist .Brand .brand-inner:hover a {
  opacity: 0.2;
}
.brandslist.favorite-brands {
  padding: 0;
  width: 40%;
  display: inline-block;
  position: relative;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.brandslist.favorite-brands.max-width {
  width: 100%;
}
@media (max-width: 767px) {
  .brandslist.favorite-brands {
    width: 100%;
  }
}
.brandslist.favorite-brands .brand {
  width: 33.33%;
  padding: 7px;
  list-style-type: none;
  position: relative;
}
.brandslist.favorite-brands .brand.one-sixth {
  width: 16.667%;
}
@media (max-width: 767px) {
  .brandslist.favorite-brands .brand.one-sixth {
    width: 33.33%;
  }
}
.brandslist.favorite-brands .brand.delete .brand-inner:after {
  font-family: "kitchnno" !important;
  content: "d";
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: ranslate3d(-50%, -50%, 0);
  font-size: 0;
  line-height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(37, 37, 37, 0.8);
  cursor: pointer;
  pointer-events: none;
}
.brandslist.favorite-brands .brand:hover .brand-inner:after {
  opacity: 1;
  font-size: 3rem;
  line-height: 1;
}
.brandslist.favorite-brands .brand:hover .brand-inner a {
  opacity: 0.2;
}
.brandslist.favorite-brands .brand.add {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 1024px) {
  .brandslist.favorite-brands .brand.add {
    font-size: 1rem;
  }
}
.brandslist.favorite-brands .brand.add .brand-inner:after {
  display: none;
}
.brandslist.favorite-brands .brand.add .brand-inner a {
  text-decoration: none;
  /*span {
                            position: absolute;
                            bottom: @default-padding*1.5;
                            text-transform: uppercase;
                            left: 0;
                            right: 0;
                            color: #a2a2a2;
                        }*/
}
.brandslist.favorite-brands .brand.add .brand-inner a:hover {
  opacity: 1;
}
.brandslist.favorite-brands .brand.static:hover:after {
  display: none;
}
.brandslist.favorite-brands .brand .brand-inner {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 7px;
}
.brandslist.favorite-brands .brand .brand-inner:after {
  font-family: "kitchnno" !important;
  content: "a";
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  font-size: 0;
  line-height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(37, 37, 37, 0.8);
  cursor: pointer;
  pointer-events: none;
}
.brandslist.favorite-brands .brand .brand-inner a,
.brandslist.favorite-brands .brand .brand-inner button {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  height: 100%;
  width: 100%;
  /*span {
                        width: 100%;
                        height: auto;
                        top: 50%;
                        transform: translateY(-50%);
                        font-size: 0.7rem;
                        line-height: 1;
                        position: absolute;
                        z-index: 0;
                    }*/
}
.brandslist.favorite-brands .brand .brand-inner a img,
.brandslist.favorite-brands .brand .brand-inner button img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.brandslist.simpleedit .brand.added .brand-inner a {
  pointer-events: auto;
}
.brandslist.simpleedit .brand.added .brand-inner a:after {
  pointer-events: none;
}
.brandslist .brand {
  display: inline-block;
  vertical-align: top;
  width: 14.285%;
  font-size: 0;
  padding: 0 7px 14px 7px;
}
@media (max-width: 1440px) {
  .brandslist .brand {
    width: 25%;
    padding: 0 7px 28px 7px;
  }
}
@media (max-width: 968px) {
  .brandslist .brand {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
}
.brandslist .brand.added {
  pointer-events: none;
  position: relative;
}
.brandslist .brand.added .brand-inner:after {
  content: "b";
  font-family: 'kitchnno', sans-serif;
  font-size: 3rem;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  color: rgba(37, 37, 37, 0.8);
  opacity: 1;
}
.brandslist .brand.added .brand-inner a {
  opacity: 0.2;
}
.brandslist .brand.disabled {
  pointer-events: none;
  position: relative;
}
.brandslist .brand.disabled .brand-inner a {
  opacity: 0.2;
}
.brandslist .brand.add {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto;
}
.brandslist .brand.add.active {
  visibility: visible;
  opacity: 1;
}
.brandslist .brand .brand-inner {
  width: 100%;
  padding: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .brandslist .brand .brand-inner {
    /*padding: @default-padding;*/
  }
}
.brandslist .brand .brand-inner a {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: auto;
  height: auto;
  position: relative;
  padding: 50%;
  border: 0;
  color: black;
  font-size: 1rem;
  line-height: 1.2;
  /*box-shadow: @shadow;
                border: 1px solid @border-grey;*/
}
.brandslist .brand .brand-inner a img,
.brandslist .brand .brand-inner a span {
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border: 0px;
}
.brandslist .brand .brand-inner p {
  font-size: 14px;
  line-height: 16px;
  word-wrap: break-word;
  margin: 10px 0 0 0;
}
.brandslist .brand .brand-inner p.ingress {
  font-weight: 600;
}
.brandslist .brand .brand-inner h2 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  text-transform: none;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .brandslist .brand .brand-inner h2 {
    font-size: 14px;
  }
}
.brandslist .brand .favorite {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 36px;
  padding: 8px;
}
.brands-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 767px) {
  .brands-wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.brands-info {
  padding: 14px 7px;
  width: 60%;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 767px) {
  .brands-info {
    width: 100%;
  }
}
.brands-info p:first-child {
  margin-top: 0;
}
.brand-text {
  text-align: center;
}
.brand-text p {
  margin: 0;
  font-size: 16px;
}
.brand-text a {
  margin-top: 7px;
}
#brands-list ul {
  display: grid;
  grid-template-columns: repeat(12, minmax(auto, 1fr));
}
#brands-list ul li {
  grid-column: span 3;
}
@media (max-width: 1024px) {
  #brands-list ul li {
    grid-column: span 4;
  }
}
@media (max-width: 767px) {
  #brands-list ul li {
    grid-column: span 6;
  }
}
#brands-list .single-letter-full-width {
  grid-column: 1/-1;
}
#brands-list .single-letter-full-width ul {
  display: grid;
  grid-template-columns: repeat(12, minmax(auto, 1fr));
}
@media (max-width: 767px) {
  #brands-list .single-letter-full-width ul {
    grid-template-columns: 1fr;
  }
}
#brands-list .single-letter-full-width ul li {
  grid-column: span 3;
}
#brands-list .brand-list-inner {
  display: flex;
  padding: 28px 0 28px 0;
}
#brands-list .brand-list-inner hr {
  width: 100%;
  margin-left: 14px;
}
#brands-letter-filter-clear {
  background: none;
  color: black;
  border: none;
  font-size: 1rem;
  font-weight: 400;
  font-size: 0.8rem;
}
#brands-letter-filter-clear:hover {
  color: #D34500;
}
.brands-letter-filter button {
  background: none;
  color: black;
  border: none;
}
.brands-letter-filter button.color-2 {
  color: #D34500;
}
.product-tag-content {
  display: inline-block;
  position: relative;
  margin: 0;
  width: auto;
  background: #E6E6E6;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 700;
  padding: 7px;
  text-transform: uppercase;
  color: #555;
  font-weight: 800;
}
@media (max-width: 767px) {
  .product-tag-content {
    font-size: 0.7rem;
  }
}
.product-tag-content:empty {
  padding: 0;
  min-height: 0;
}
.product-tag-content.ourprice {
  background: #D34500;
  color: white;
}
.product-tag-content.ourprice-dark-orange {
  background: #A44118;
  color: white;
}
.product-tag-content.clubprice {
  background: black;
  color: white;
}
.product-tag-content.preorder,
.product-tag-content.coupon,
.product-tag-content.introduction,
.product-tag-content.new-item {
  background: #F8F7F7;
  color: #555;
}
.product-tag-content.ls {
  background: #252525;
  color: white;
}
.product-tag-content.bw {
  background: black;
  color: #FF9966;
}
.product-tag-content.cm {
  background: black;
  color: #FF9966;
}
.product-tag-content.expandable {
  pointer-events: all;
  cursor: pointer;
}
.product-tag-content.expandable > * {
  pointer-events: none;
}
.product-tag-content > a {
  display: inline-block;
  width: auto;
}
.product-tag-content span {
  vertical-align: middle;
}
.product-tag-content.internet {
  cursor: pointer;
}
.product-tag-content.outlet {
  background: yellow;
  color: black;
}
.product-tag-content i {
  line-height: 0.8;
  display: inline-block;
  vertical-align: middle;
}
.product-tag-content ~ .extra {
  font-weight: 400;
  font-size: 0.8rem;
  max-height: 0;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  bottom: 100%;
  width: 100%;
  background: white;
}
.product-tag-content ~ .extra.active {
  max-height: 400px;
}
.product-tag-content ~ .extra hr {
  margin: 3.5px 0;
  border-top: 1px solid #E6E6E6;
}
.product-tag-content ~ .extra p {
  padding: 7px 0;
  text-transform: none;
  line-height: 1.2;
  margin-bottom: 0;
}
.product-tag-content ~ .extra a {
  display: block;
  margin: 3.5px 0 0 0;
  padding: 7px;
  font-weight: 500;
  font-size: 0.8rem;
}
.product-list .product .product-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3.5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.product-list .product .product-tags .product-tag {
  display: inline-block;
  position: relative;
  margin: 0;
  width: auto;
  background: #E6E6E6;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 700;
  padding: 7px;
  text-transform: uppercase;
  color: #555;
  font-weight: 800;
  z-index: 1;
}
@media (max-width: 767px) {
  .product-list .product .product-tags .product-tag {
    font-size: 0.7rem;
  }
}
.product-list .product .product-tags .product-tag:empty {
  padding: 0;
  min-height: 0;
}
.product-list .product .product-tags .product-tag.ourprice {
  background: #D34500;
  color: white;
}
.product-list .product .product-tags .product-tag.ourprice-dark-orange {
  background: #A44118;
  color: white;
}
.product-list .product .product-tags .product-tag.clubprice {
  background: black;
  color: white;
}
.product-list .product .product-tags .product-tag.preorder,
.product-list .product .product-tags .product-tag.coupon,
.product-list .product .product-tags .product-tag.introduction,
.product-list .product .product-tags .product-tag.new-item {
  background: #F8F7F7;
  color: #555;
}
.product-list .product .product-tags .product-tag.ls {
  background: #252525;
  color: white;
}
.product-list .product .product-tags .product-tag.bw {
  background: black;
  color: #FF9966;
}
.product-list .product .product-tags .product-tag.cm {
  background: black;
  color: #FF9966;
}
.product-list .product .product-tags .product-tag.expandable {
  pointer-events: all;
  cursor: pointer;
}
.product-list .product .product-tags .product-tag.expandable > * {
  pointer-events: none;
}
.product-list .product .product-tags .product-tag > a {
  display: inline-block;
  width: auto;
}
.product-list .product .product-tags .product-tag span {
  vertical-align: middle;
}
.product-list .product .product-tags .product-tag.internet {
  cursor: pointer;
}
.product-list .product .product-tags .product-tag.outlet {
  background: yellow;
  color: black;
}
.product-list .product .product-tags .product-tag i {
  line-height: 0.8;
  display: inline-block;
  vertical-align: middle;
}
.product-list .product .product-tags .product-tag ~ .extra {
  font-weight: 400;
  font-size: 0.8rem;
  max-height: 0;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  bottom: 100%;
  width: 100%;
  background: white;
}
.product-list .product .product-tags .product-tag ~ .extra.active {
  max-height: 400px;
}
.product-list .product .product-tags .product-tag ~ .extra hr {
  margin: 3.5px 0;
  border-top: 1px solid #E6E6E6;
}
.product-list .product .product-tags .product-tag ~ .extra p {
  padding: 7px 0;
  text-transform: none;
  line-height: 1.2;
  margin-bottom: 0;
}
.product-list .product .product-tags .product-tag ~ .extra a {
  display: block;
  margin: 3.5px 0 0 0;
  padding: 7px;
  font-weight: 500;
  font-size: 0.8rem;
}
.ourprice-checkout {
  font-weight: 400;
  font-size: 0.8rem;
  background: white;
  max-height: none;
  padding: 7px;
  transition: all 0.4s ease-in-out;
  position: absolute;
  z-index: 2;
  max-width: 300px;
}
@media (max-width: 767px) {
  .ourprice-checkout {
    max-width: 100%;
  }
}
.ourprice-checkout.left:after,
.ourprice-checkout.left:before {
  left: 25%;
}
.ourprice-checkout.right:after,
.ourprice-checkout.right:before {
  left: 75%;
}
.ourprice-checkout .triangle {
  position: absolute;
  left: 50%;
  z-index: 1;
  top: 0;
  transform: translate3d(-50%, -100%, 0);
}
.ourprice-checkout .triangle:after {
  position: absolute;
  content: "";
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
  z-index: 1;
  bottom: 0;
  left: 2px;
}
.ourprice-checkout .triangle:before {
  position: absolute;
  content: "";
  display: block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid black;
  bottom: 0;
  left: 0;
}
.ourprice-checkout.active {
  position: absolute;
  z-index: 2;
  background: white;
  border: 1px solid black;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3.5px;
  padding: 0 0 14px;
  position: relative;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag {
  display: inline-block;
  position: relative;
  margin: 0;
  width: auto;
  background: #E6E6E6;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 700;
  padding: 7px;
  text-transform: uppercase;
  color: #555;
  font-weight: 800;
}
@media (max-width: 767px) {
  .single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag {
    font-size: 0.7rem;
  }
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag:empty {
  padding: 0;
  min-height: 0;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag.ourprice {
  background: #D34500;
  color: white;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag.ourprice-dark-orange {
  background: #A44118;
  color: white;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag.clubprice {
  background: black;
  color: white;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag.preorder,
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag.coupon,
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag.introduction,
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag.new-item {
  background: #F8F7F7;
  color: #555;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag.ls {
  background: #252525;
  color: white;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag.bw {
  background: black;
  color: #FF9966;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag.cm {
  background: black;
  color: #FF9966;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag.expandable {
  pointer-events: all;
  cursor: pointer;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag.expandable > * {
  pointer-events: none;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag > a {
  display: inline-block;
  width: auto;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag span {
  vertical-align: middle;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag.internet {
  cursor: pointer;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag.outlet {
  background: yellow;
  color: black;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag i {
  line-height: 0.8;
  display: inline-block;
  vertical-align: middle;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag ~ .extra {
  font-weight: 400;
  font-size: 0.8rem;
  max-height: 0;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  bottom: 100%;
  width: 100%;
  background: white;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag ~ .extra.active {
  max-height: 400px;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag ~ .extra hr {
  margin: 3.5px 0;
  border-top: 1px solid #E6E6E6;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag ~ .extra p {
  padding: 7px 0;
  text-transform: none;
  line-height: 1.2;
  margin-bottom: 0;
}
.single-product-inner .single-product-slideshow-wrapper .product-tags .product-tag ~ .extra a {
  display: block;
  margin: 3.5px 0 0 0;
  padding: 7px;
  font-weight: 500;
  font-size: 0.8rem;
}
/*@font-face {
    font-family: 'Voyage';
    src: url('../../gfx/fonts/voyage/Voyage.eot');
    src: url('../../gfx/fonts/voyage/Voyage.eot?#iefix') format('embedded-opentype'), url('../../gfx/fonts/voyage/Voyage.woff') format('woff'), url('../../gfx/fonts/voyage/Voyage.ttf') format('truetype'), url('../../gfx/fonts/voyage/Voyage.svg#Voyage') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
article.recipe h1 {
  font-size: 3rem;
  line-height: 1.2;
  font-family: 'PT Serif', 'Georgia', 'Times', 'Times New Roman', serif;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  margin: 14px 0;
  padding: 0;
}
@media (max-width: 1023px) {
  article.recipe h1 {
    font-size: 2rem;
  }
}
article.recipe h2 {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
article.recipe p.ingress {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: lighter;
}
@media (max-width: 1023px) {
  article.recipe p.ingress {
    font-size: 1.3rem;
  }
}
article.recipe p.small {
  font-size: 0.7rem;
  line-height: 1.1rem;
  margin-bottom: 3.5px;
}
article.recipe p.dashed-circle {
  border: 1px dashed black;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  position: relative;
  margin: 0;
}
article.recipe p.dashed-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 1rem;
  line-height: 1rem;
}
article.recipe span.dashed-circle {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.1rem;
  border: 1px dashed black;
  border-radius: 100%;
  text-align: center;
  font-family: 'PT Serif', 'Georgia', 'Times', 'Times New Roman', serif;
  font-weight: bold;
  margin-right: 14px;
}
article.recipe q {
  display: inline-block;
  font-family: 'PT Serif', 'Georgia', 'Times', 'Times New Roman', serif;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.2rem;
  margin: 14px 0;
  padding: 0 7px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  position: relative;
}
article.recipe q:first-letter {
  margin-left: 21px;
}
article.recipe q:before,
article.recipe q:after {
  font-family: 'PT Serif', 'Georgia', 'Times', 'Times New Roman', serif;
  font-style: italic;
  content: open-quote;
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin: 0 0.4rem 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
article.recipe q:after {
  vertical-align: -1.7rem;
  line-height: 0;
  position: relative;
  margin: 0;
  content: close-quote;
  vertical-align: -1.2rem;
}
article.recipe a {
  font-family: 'PT Serif', 'Georgia', 'Times', 'Times New Roman', serif;
  font-style: italic;
  text-decoration: none;
}
article.recipe hr {
  width: 100%;
  height: 1px;
  background: #F8F7F7;
  position: relative;
  margin: 14px 0;
}
article.recipe hr.big {
  height: 3px;
  background: white;
  margin: 0 0 14px 0;
  border: 0;
  border-top: 2px solid black;
  box-shadow: 0 1px 0 black;
}
article.recipe hr.big.reverse {
  margin: 14px 0 0 0;
  border: 0;
  border-bottom: 2px solid black;
  box-shadow: 0 -1px 0 black;
}
article.recipe .top-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 1023px) {
  article.recipe .top-links a {
    font-size: 0.85rem;
  }
  article.recipe .top-links a i {
    text-align: center;
    display: block;
  }
}
article.recipe .top-links a.print-link,
article.recipe .top-links a.favorite-link {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: auto;
  margin-right: 0;
}
article.recipe .top-links a i {
  vertical-align: middle;
  margin-right: 7px;
}
article.recipe .bottom-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
article.recipe .bottom-links a {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
article.recipe .bottom-links a#fb-link {
  margin: auto;
  margin-right: 0;
  display: none;
}
article.recipe .bottom-links a i {
  vertical-align: middle;
  margin-right: 7px;
}
article.recipe ul {
  margin: 7px 0;
  padding: 0 0 0 21px;
}
article.recipe .image-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
article.recipe .image-wrapper .wide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: calc(100% - 220px);
  overflow: hidden;
}
@media (max-width: 767px) {
  article.recipe .image-wrapper .wide {
    width: 100%;
    height: 180px;
  }
}
article.recipe .image-wrapper .wide .wide-image {
  width: 100%;
}
article.recipe .image-wrapper .normal {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 220px;
}
@media (max-width: 1024px) {
  article.recipe .image-wrapper .normal {
    width: 160px;
  }
}
@media (max-width: 767px) {
  article.recipe .image-wrapper .normal {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
article.recipe .image-wrapper .normal .square-image {
  width: 220px;
  height: 220px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  article.recipe .image-wrapper .normal .square-image {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 767px) {
  article.recipe .image-wrapper .normal .square-image {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
  }
}
article.recipe .image-wrapper .normal .blackbox {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  background: black;
  width: 220px;
  height: 220px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 14px;
}
@media (max-width: 1024px) {
  article.recipe .image-wrapper .normal .blackbox {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 767px) {
  article.recipe .image-wrapper .normal .blackbox {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
  }
}
article.recipe .image-wrapper .normal .blackbox img {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto;
  margin: auto;
}
@media (max-width: 1024px) {
  article.recipe .image-wrapper .normal .blackbox img {
    max-width: 90px;
  }
}
article.recipe .image-wrapper .wide-image,
article.recipe .image-wrapper .square-image {
  position: relative;
}
article.recipe .image-wrapper .wide-image img,
article.recipe .image-wrapper .square-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  min-width: 100%;
}
article.recipe .recipe-description-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 14px 0;
}
@media (max-width: 767px) {
  article.recipe .recipe-description-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
article.recipe .recipe-description-wrapper .recipe-description {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-right: 1px solid #F8F7F7;
  padding: 0 28px 14px 0;
  width: 50%;
}
@media (max-width: 767px) {
  article.recipe .recipe-description-wrapper .recipe-description {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    border-right: 0;
    padding: 0;
    order: 2;
    margin-top: 14px;
  }
}
article.recipe .recipe-description-wrapper .ingredients {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 300px;
  max-width: 400px;
  padding: 0 0 14px 28px;
}
@media (max-width: 1024px) {
  article.recipe .recipe-description-wrapper .ingredients {
    min-width: 200px;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  article.recipe .recipe-description-wrapper .ingredients {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    padding: 0;
    max-width: none;
    min-width: 0;
    order: 1;
  }
}
article.recipe .recipe-description-wrapper .ingredients .header-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
article.recipe .recipe-description-wrapper .ingredients .header-wrapper h2 {
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
article.recipe .recipe-description-wrapper .ingredients .header-wrapper .ant-pax-wrapper .dashed-circle {
  width: 1.8rem;
  height: 1.8rem;
  font-weight: bold;
}
article.recipe .recipe-preparations.hide {
  display: none;
}
#pnlRecipeSearch {
  display: none;
}
#pnlRecipeSearch.active {
  display: block;
}
#pnlRecipeSearch #recipe-search-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
#pnlRecipeSearch #recipe-search-wrapper li {
  padding: 3.5px;
  -webkit-flex: 0 1 33.33%;
  -moz-flex: 0 1 33.33%;
  -ms-flex: 0 1 33.33%;
  flex: 0 1 33.33%;
}
#pnlRecipeSearch #recipe-search-wrapper li label {
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 0.7rem;
  text-transform: uppercase;
  margin-bottom: 7px;
}
#pnlRecipeSearch #recipe-search-wrapper li select {
  width: 100%;
}
#pnlRecipeSearch #recipe-search-wrapper li select option {
  text-transform: capitalize;
}
.article-list li.recipe {
  display: none;
}
.article-list li.recipe.active {
  display: inline-block;
}
table {
  width: 100%;
}
table.registerform-table {
  max-width: 720px;
  margin: 21px 0;
}
table.registerform-table .active {
  display: block !important;
}
table.registerform-table .stores-list-reg-form {
  display: none;
  margin: 0;
}
table.registerform-table .stores-list-reg-form li {
  line-height: 1.4;
  list-style: none;
  margin: 7px 0;
}
table.registerform-table .stores-list-reg-form li#choose-store {
  color: dimgrey;
}
table.registerform-table .stores-list-reg-form li:not(:first-child) {
  cursor: pointer;
}
table.registerform-table .stores-list-reg-form li:not(:first-child):hover {
  color: #D34500;
}
table.auto-width {
  width: auto;
}
table th {
  font-weight: 700;
}
table td {
  width: 50%;
  padding: 7px;
  vertical-align: top;
  position: relative;
}
@media (max-width: 767px) {
  table td {
    width: auto;
    display: block;
  }
}
table td.customerinfo input[type=text],
table td.customerinfo .fancy-select {
  display: none;
}
table td.striked-through h3 {
  display: inline-block;
  background: #fff;
  padding: 0 7px;
}
table td .trigger {
  width: 100%;
  margin-top: 7px;
}
table td a.edit-icon {
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
}
@media (max-width: 767px) {
  table td a.edit-icon {
    font-size: 0;
    line-height: 0;
  }
}
@media (max-width: 767px) {
  table td a.edit-icon i {
    font-size: 1rem;
    line-height: 1.2;
  }
}
table td a.edit-icon.btn {
  margin: 0;
}
table td a.edit-icon span.icon.pen {
  display: inline-block;
  background: url("../../Less/elements/gfx/pen-icon-lime-green.svg") no-repeat center center;
  padding: 7px;
}
@media (max-width: 767px) {
  table td a.edit-icon span.icon.pen {
    margin: 0;
  }
}
table td a.btn {
  margin: 7px 0;
}
table td .registerform-a {
  text-decoration: underline;
  color: #6c6c6c;
}
table td p {
  font-size: 13px;
  line-height: 15px;
}
table td p.registerform-p {
  font-size: 14px;
  margin-top: 7px;
  font-weight: 500;
  color: #6c6c6c;
}
table td .registerform-label {
  font-size: 14px;
}
table td .registerform-nearestStore .selectize-input,
table td ::placeholder {
  color: #6c6c6c;
  font-weight: 500;
}
table td .register-autofill .wrapper {
  padding: 0;
  font-size: 0;
}
table td .register-autofill .wrapper input {
  display: inline-block;
}
table td .register-autofill .wrapper input[type=tel] {
  width: calc(100% - 108px);
}
table td .register-autofill .wrapper input[type=submit] {
  width: 94px;
  padding: 12px;
  padding-bottom: 11px;
  margin-left: 14px;
}
label.icon-question {
  border-radius: 100%;
  height: 21px;
  width: 21px;
  background: #252525;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
#birthday-info {
  display: none;
}
#birthday-info:checked ~ .modal.birthday-info {
  display: block;
}
.modal.birthday-info {
  display: none;
  position: fixed;
  width: 80%;
  max-width: 600px;
  padding: 14px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  font-size: 3rem;
  text-align: center;
}
.modal.birthday-info h2,
.modal.birthday-info p {
  text-align: center;
}
#club-message {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  transform: translate3d(-50%, 0, 0);
  /*    a {
        margin-top: 10px;
        display: block;
        text-align: center;
    }*/
}
@media (max-width: 1023px) {
  #club-message {
    width: 80%;
  }
}
.tab-headers {
  display: block;
  margin: 0;
  padding: 14px 7px 0 7px;
  background: white;
}
.tab-headers:after {
  display: block;
  content: "";
  height: 1px;
  background: #dadada;
}
.tab-headers li {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-right: 7px;
}
@media (max-width: 767px) {
  .tab-headers li {
    width: 50%;
    margin: 0;
    padding: 0 3.5px 7px 0;
  }
}
@media (max-width: 767px) {
  .tab-headers li:nth-of-type(even) {
    padding: 0 0 7px 3.5px;
  }
}
.tab-headers li.active a,
.tab-headers li:hover a {
  background: #252525;
  color: white;
}
.tab-headers li.disabled {
  display: none;
}
.tab-headers li a {
  text-decoration: none;
  padding: 14px;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  background: #F8F7F7;
}
.tabs {
  display: block;
  margin: 0;
  padding: 0;
}
.tabs li {
  padding: 0;
  margin: 0;
}
.tabs li p {
  font-size: 1rem;
}
.tabs > li {
  display: none;
}
.tabs > li.active {
  display: block;
}
#MyPageMenu {
  padding: 0 0 7px 0;
  margin: 0 7px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-bottom: 1px solid black;
}
@media (max-width: 1023px) {
  #MyPageMenu {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 0;
  }
}
#MyPageMenu .menuItem {
  font-size: 0.9rem;
  line-height: 1;
  padding: 0 14px;
  font-weight: 500;
  list-style: none;
  margin: 0;
  position: relative;
  word-break: keep-all;
}
@media (max-width: 1023px) {
  #MyPageMenu .menuItem {
    padding: 0;
    margin: 10.5px 0;
  }
}
#MyPageMenu .menuItem:first-of-type {
  margin-left: 0;
}
#MyPageMenu .menuItem.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -8px;
  left: 0;
  background: #252525;
}
@media (max-width: 1023px) {
  #MyPageMenu .menuItem.active:after {
    height: 2px;
    bottom: -4px;
  }
}
#MyPageMenu .menuItem a {
  display: block;
}
.more-recipes-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.more-recipes-wrapper a {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 7px;
}
.favorite-recipes {
  padding: 0 14px / 2;
}
.favorite-recipes li {
  padding: 14px 0;
  border-bottom: 1px solid #ccc;
  display: none;
}
.favorite-recipes li.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .favorite-recipes li.active {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.favorite-recipes li:last-child {
  border: 0;
}
.favorite-recipes li a {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 200px;
}
@media (max-width: 767px) {
  .favorite-recipes li a {
    width: 100%;
  }
}
.favorite-recipes li a img {
  max-width: 100%;
  max-height: 100%;
}
.favorite-recipes li div {
  padding: 0 14px / 2;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  color: #252525;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .favorite-recipes li div {
    width: 100%;
  }
}
.favorite-recipes li div p {
  display: block;
  margin-top: 14px/2;
}
.favorite-recipes li div a {
  margin-top: 14px/2;
  display: block;
  text-decoration: underline;
  color: #252525;
}
#favoriteBrandsModal {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
  opacity: 0;
  animation: fade-in 0.4s ease-in-out forwards;
}
#favoriteBrandsModal.active {
  display: block;
}
#favoriteBrandsModal .inner-wrapper {
  position: absolute;
  width: 90vw;
  height: 90vh;
  max-width: 640px;
  background: white;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  overflow-y: scroll;
}
#favoriteBrandsModal .inner-wrapper .close {
  position: absolute;
  top: 7px;
  right: 7px;
}
#favoriteBrandsModal .inner-wrapper .brandslist.favorite-brands {
  width: 100%;
}
/*table.orderList {
    width: 100%;

    thead {
        th {
            padding: @default-padding*0.5;
            font-weight: 700;
            text-transform: uppercase;
            text-align: left;
            vertical-align: top;

            &.right {
                text-align: right;
            }
        }

        @media @mobile {
            display: none;
        }
    }

    tbody {
        tr {
            &:nth-child(even) {
                background: #f5f5f5;
            }

            td {
                width: auto;
                padding: @default-padding*0.5;
                font-size: 14px;
                white-space: nowrap;
                vertical-align: middle;

                &.right {
                    text-align: right;

                    @media @mobile {
                        text-align: left;
                    }
                }

                span.DateLabel {
                    cursor: help;
                }

                &.Error {
                    color: Red;
                }

                &.Paid {
                    color: Orange;
                }

                &.NewOrder {
                    color: Gray;
                }

                &.Shipped {
                    color: Green;
                }

                &.PartiallySent {
                    color: Orange;
                }

                &.NotSent {
                    color: Red;
                }

                &.Sent {
                    color: Green;
                }
            }

            @media @mobile {
                td {
                    display: inline-block;
                    padding: 7px 7px 7px 40%;
                    position: relative;
                    width: 100%;
                    vertical-align: middle;

                    &:before {
                        font-weight: 700;
                        display: inline-block;
                        position: absolute;
                        left: 0;
                        vertical-align: middle;
                        color: black;
                    }

                    &:nth-child(1):before {
                        content: "# ";
                    }

                    &:nth-child(2):before {
                        content: "Navn: ";
                    }

                    &:nth-child(3):before {
                        content: "Dato: ";
                    }

                    &:nth-child(4):before {
                        content: "Beløp (ink.mva): ";
                    }

                    &:nth-child(5):before {
                        content: "Ordrestatus: ";
                    }

                    &:nth-child(6):before {
                        content: "Leveringstatus: ";
                    }
                }
            }
        }
    }

    tfoot {
        td {
            width: auto;
        }
    }
}
*/
@media (max-width: 1023px) {
  #pnlEditCurrentUserInfo table tr td {
    padding: 0;
    font-size: 0.9rem;
  }
}
#pnlEditCurrentUserInfo table tr td:last-of-type {
  font-weight: 400;
  font-size: 1rem;
}
@media (max-width: 1023px) {
  #pnlEditCurrentUserInfo table tr td:last-of-type {
    padding-top: 0;
    margin-bottom: 7px;
  }
}
#MyPageMenu {
  padding: 0 0 7px 0;
  margin: 0 7px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-bottom: 1px solid black;
}
@media (max-width: 1023px) {
  #MyPageMenu {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 0;
  }
}
#MyPageMenu .menuItem {
  font-size: 0.9rem;
  line-height: 1;
  padding: 0 14px;
  font-weight: 500;
  list-style: none;
  margin: 0;
  position: relative;
  word-break: keep-all;
}
@media (max-width: 1023px) {
  #MyPageMenu .menuItem {
    padding: 0;
    margin: 10.5px 0;
  }
}
#MyPageMenu .menuItem:first-of-type {
  margin-left: 0;
}
#MyPageMenu .menuItem.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -8px;
  left: 0;
  background: #252525;
}
@media (max-width: 1023px) {
  #MyPageMenu .menuItem.active:after {
    height: 2px;
    bottom: -4px;
  }
}
#MyPageMenu .menuItem a {
  display: block;
}
.more-recipes-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.more-recipes-wrapper a {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 7px;
}
.favorite-recipes {
  padding: 0 14px / 2;
}
.favorite-recipes li {
  padding: 14px 0;
  border-bottom: 1px solid #ccc;
  display: none;
}
.favorite-recipes li.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .favorite-recipes li.active {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.favorite-recipes li:last-child {
  border: 0;
}
.favorite-recipes li a {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 200px;
}
@media (max-width: 767px) {
  .favorite-recipes li a {
    width: 100%;
  }
}
.favorite-recipes li a img {
  max-width: 100%;
  max-height: 100%;
}
.favorite-recipes li div {
  padding: 0 14px / 2;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  color: #252525;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .favorite-recipes li div {
    width: 100%;
  }
}
.favorite-recipes li div p {
  display: block;
  margin-top: 14px/2;
}
.favorite-recipes li div a {
  margin-top: 14px/2;
  display: block;
  text-decoration: underline;
  color: #252525;
}
#favoriteBrandsModal {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
  opacity: 0;
  animation: fade-in 0.4s ease-in-out forwards;
}
#favoriteBrandsModal.active {
  display: block;
}
#favoriteBrandsModal .inner-wrapper {
  position: absolute;
  width: 90vw;
  height: 90vh;
  max-width: 640px;
  background: white;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  overflow-y: scroll;
}
#favoriteBrandsModal .inner-wrapper .close {
  position: absolute;
  top: 7px;
  right: 7px;
}
#favoriteBrandsModal .inner-wrapper .brandslist.favorite-brands {
  width: 100%;
}
#mypage-order-list li .icon-subtract {
  display: none;
}
#mypage-order-list li .icon-plus {
  display: inline-block;
}
#mypage-order-list li.expanded .icon-subtract {
  display: block;
}
#mypage-order-list li.expanded .icon-plus {
  display: none;
}
#mypage-order-list li.expanded .collapsed-wrapper {
  display: none;
}
#mypage-order-list li.expanded .expanded-wrapper {
  display: grid;
}
#mypage-order-list li .expanded-wrapper {
  display: none;
}
.order-wheel {
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 15px solid #E6E6E6;
}
.order-wheel.stage-0 {
  border-top-color: #7adc12;
  border-right-color: #6c6c6c;
  border-bottom-color: #E6E6E6;
  border-left-color: #F8F7F7;
}
.order-wheel.stage-1 {
  border-top-color: #60ad0e;
  border-right-color: #7adc12;
  border-bottom-color: #6c6c6c;
  border-left-color: #E6E6E6;
}
.order-wheel.stage-2 {
  border-top-color: #60ad0e;
  border-right-color: #60ad0e;
  border-bottom-color: #7adc12;
  border-left-color: #E6E6E6;
}
.order-wheel.stage-2-4 {
  border-top-color: #60ad0e;
  border-right-color: #60ad0e;
  border-bottom-color: #7adc12;
  border-left-color: #7adc12;
}
.order-wheel.stage-3 {
  border-top-color: #60ad0e;
  border-right-color: #60ad0e;
  border-bottom-color: #60ad0e;
  border-left-color: #7adc12;
}
.order-wheel.stage-4 {
  border-top-color: #60ad0e;
  border-right-color: #60ad0e;
  border-bottom-color: #60ad0e;
  border-left-color: #60ad0e;
}
.order-wheel p {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.connected-dots li {
  padding: 0 0 8px 24px;
  position: relative;
}
.connected-dots li:last-of-type:after {
  content: none;
}
.connected-dots li:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 3px solid #6c6c6c;
  background: white;
  top: 5px;
  left: 0;
  z-index: 1;
}
.connected-dots li:after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  background: #6c6c6c;
  height: 100%;
  left: 9px;
  top: 8px;
}
.connected-dots li.success {
  /* &:last-of-type {
                &:before, &:after {
                    background: @color-secondary;
                }
            }*/
}
.connected-dots li.success:before {
  /*border-width: 3px;*/
  background: #ff7a3a;
  border-color: #ff5807;
}
.connected-dots li.success:after {
  background: #ff5807;
}
table.orderList {
  width: 100%;
}
table.orderList thead th {
  padding: 7px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  vertical-align: top;
}
table.orderList thead th.right {
  text-align: right;
}
@media (max-width: 767px) {
  table.orderList thead {
    display: none;
  }
}
table.orderList tbody tr:nth-child(even) {
  background: #f5f5f5;
}
table.orderList tbody tr td {
  width: auto;
  padding: 7px;
  font-size: 14px;
  white-space: nowrap;
  vertical-align: middle;
}
table.orderList tbody tr td.right {
  text-align: right;
}
@media (max-width: 767px) {
  table.orderList tbody tr td.right {
    text-align: left;
  }
}
table.orderList tbody tr td span.DateLabel {
  cursor: help;
}
table.orderList tbody tr td.Error {
  color: Red;
}
table.orderList tbody tr td.Paid {
  color: Orange;
}
table.orderList tbody tr td.NewOrder {
  color: Gray;
}
table.orderList tbody tr td.Shipped {
  color: Green;
}
table.orderList tbody tr td.PartiallySent {
  color: Orange;
}
table.orderList tbody tr td.NotSent {
  color: Red;
}
table.orderList tbody tr td.Sent {
  color: Green;
}
@media (max-width: 767px) {
  table.orderList tbody tr td {
    display: inline-block;
    padding: 7px 7px 7px 40%;
    position: relative;
    width: 100%;
    vertical-align: middle;
  }
  table.orderList tbody tr td:before {
    font-weight: 700;
    display: inline-block;
    position: absolute;
    left: 0;
    vertical-align: middle;
    color: black;
  }
  table.orderList tbody tr td:nth-child(1):before {
    content: "# ";
  }
  table.orderList tbody tr td:nth-child(2):before {
    content: "Navn: ";
  }
  table.orderList tbody tr td:nth-child(3):before {
    content: "Dato: ";
  }
  table.orderList tbody tr td:nth-child(4):before {
    content: "Beløp (ink.mva): ";
  }
  table.orderList tbody tr td:nth-child(5):before {
    content: "Ordrestatus: ";
  }
  table.orderList tbody tr td:nth-child(6):before {
    content: "Leveringstatus: ";
  }
}
table.orderList tfoot td {
  width: auto;
}
@media (max-width: 1023px) {
  #pnlEditCurrentUserInfo table tr td {
    padding: 0;
    font-size: 0.9rem;
  }
}
#pnlEditCurrentUserInfo table tr td:last-of-type {
  font-weight: 400;
  font-size: 1rem;
}
@media (max-width: 1023px) {
  #pnlEditCurrentUserInfo table tr td:last-of-type {
    padding-top: 0;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .switch-receipt-desktop {
    display: none;
  }
}
.switch-receipt-mobile {
  display: none;
}
@media (max-width: 767px) {
  .switch-receipt-mobile {
    display: flex;
  }
}
@media (max-width: 767px) {
  .warranty-info-desktop {
    display: none;
  }
}
.warranty-info-mobile {
  display: none;
}
@media (max-width: 767px) {
  .warranty-info-mobile {
    display: flex;
  }
}
.textTopBanners {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  list-style: none;
}
.textTopBanners:empty {
  margin: 0;
}
@media (max-width: 1023px) {
  .textTopBanners {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.textTopBanners li {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 25%;
  position: relative;
  padding: 0 14px;
}
@media (max-width: 1023px) {
  .textTopBanners li {
    width: 50%;
    margin-bottom: 21px;
  }
}
.textTopBanners li:after {
  content: "";
  display: block;
  background: #dadada;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.textTopBanners li:last-of-type:after {
  display: none;
}
@media (max-width: 1023px) {
  .textTopBanners li:nth-of-type(even):after {
    display: none;
  }
}
.textTopBanners li.btn-theme {
  margin: 0;
  padding: 0;
}
.textTopBanners li.btn-theme:after {
  display: none;
}
.textTopBanners li h4 {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1023px) {
  .textTopBanners li h4 {
    font-size: 1rem;
  }
}
.textTopBanners li h5 {
  font-size: 0.8rem;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1023px) {
  .textTopBanners li h5 {
    font-size: 0.6rem;
  }
}
.textTopBanners li > a {
  display: block;
}
.textTopBanners li span.btn-theme {
  display: block;
  height: 100%;
}
.textTopBanners li span.btn-theme p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 14px 21px;
  margin: 0;
}
.textTopBanners li span.btn-theme.border-radius p {
  border-radius: 8px;
}
#frontpageBanners {
  /*margin: 0 @default-padding*0.5 @default-padding*0.5;*/
  margin: 14px 0;
}
#frontpageBanners:empty {
  margin: 0;
}
#frontpageBanners.debug * {
  outline: 1px dashed darkgrey;
}
#frontpageBanners[data-type='2'] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 1023px) {
  #frontpageBanners[data-type='2'] {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#frontpageBanners[data-type='2'] .slideshow-wrapper {
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  background: rgba(0, 0, 0, 0.02);
  padding: 0;
  margin-right: 3.5px;
  width: 65%;
  height: auto;
  padding: 18.28%;
}
@media (max-width: 1023px) {
  #frontpageBanners[data-type='2'] .slideshow-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    padding: 28%;
    margin: 0 0 3.5px 0;
  }
}
#frontpageBanners[data-type='2'] .slideshow-wrapper .slideshow-wrapper-inner {
  padding: 0;
  height: 100%;
}
#frontpageBanners[data-type='2'] > .right {
  width: 35%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 1023px) {
  #frontpageBanners[data-type='2'] > .right {
    width: 100%;
  }
}
#frontpageBanners[data-type='2'] > .right ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 1023px) {
  #frontpageBanners[data-type='2'] > .right ul {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#frontpageBanners[data-type='2'] > .right ul li {
  padding: 0;
  margin: 0 0 3.5px 0;
  background: rgba(0, 0, 0, 0.02);
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1023px) {
  #frontpageBanners[data-type='2'] > .right ul li {
    margin: 0 3.5px 0 0;
  }
}
#frontpageBanners[data-type='2'] > .right ul li:last-of-type {
  margin: 0;
}
#frontpageBanners[data-type='2'] > .right ul li a {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
@media (max-width: 1023px) {
  #frontpageBanners[data-type='2'] > .right ul li a {
    position: relative;
  }
}
#frontpageBanners[data-type='2'] > .right ul li a picture {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: 100%;
  max-width: 100%;
}
#frontpageBanners[data-type='2'] > .right ul li a picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#frontpageBanners .slideshow-wrapper {
  padding: 18.75%;
  height: auto;
  position: relative;
}
@media (max-width: 1023px) {
  #frontpageBanners .slideshow-wrapper {
    padding: 28%;
  }
}
#frontpageBanners .slideshow-wrapper .slideshow-wrapper-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner-wrapper {
  display: block;
  position: relative;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  /*    &:first-child {
        padding-top: @default-padding*2;
    }*/
}
.banner-wrapper .banner {
  width: 100%;
  display: block;
  /*        background: @white;*/
  background-position: right center;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (max-width: 1180px) {
  .banner-wrapper .banner {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .banner-wrapper .banner {
    /*background: none !important;*/
    text-align: center;
  }
}
.banner-wrapper .banner.clubmember {
  background: #000000 !important;
  color: #F8F7F7;
}
.banner-wrapper .banner.clubmember a {
  color: #F8F7F7;
}
.banner-wrapper .banner.grey {
  background: #252525;
}
.banner-wrapper .banner.grey a {
  color: #ffffff;
}
.banner-wrapper .banner.christmas {
  background: #730000;
  background: -moz-linear-gradient(top, #730000 0%, #d82837 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #730000), color-stop(100%, #d82837));
  background: -webkit-linear-gradient(top, #730000 0%, #d82837 100%);
  background: -o-linear-gradient(top, #730000 0%, #d82837 100%);
  background: -ms-linear-gradient(top, #730000 0%, #d82837 100%);
  background: linear-gradient(to bottom, #730000 0%, #d82837 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@dark-christmas-red', endColorstr='@christmas-red', GradientType=0);
}
.banner-wrapper .banner.christmas a {
  color: #ffffff;
}
.banner-wrapper .banner.flex-hor {
  padding: 0 0 14px 0;
  box-shadow: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.banner-wrapper .banner.flex-hor a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.banner-wrapper .banner.flex-hor a > div {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-basis: 75%;
  flex-basis: 75%;
  padding: 14px;
  text-align: left;
}
@media (max-width: 767px) {
  .banner-wrapper .banner.flex-hor a > div {
    padding: 14px 14px 14px 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 65%;
    -moz-flex-basis: 65%;
    -ms-flex-basis: 65%;
    flex-basis: 65%;
  }
}
.banner-wrapper .banner.flex-hor a > div h2 {
  font-size: 1.2rem;
  margin: 0 0 3.5px 0;
}
.banner-wrapper .banner.flex-hor a > div p {
  font-size: 0.9rem;
  line-height: 1.2;
}
.banner-wrapper .banner.flex-hor a > div:last-child {
  padding: 0 0 0 14px;
  -webkit-flex: 0 1 25%;
  -moz-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .banner-wrapper .banner.flex-hor a > div:last-child {
    padding: 0;
    -webkit-flex: 0 1 35%;
    -moz-flex: 0 1 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
}
.banner-wrapper .banner.flex-hor a > div picture {
  /*max-height: 180px;*/
  height: 100%;
  position: relative;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .banner-wrapper .banner.flex-hor a > div picture {
    max-height: none;
  }
}
@media (max-width: 767px) {
  .banner-wrapper .banner.flex-hor a > div picture img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
  }
}
.banner-wrapper .banner.image picture {
  display: block;
  max-width: 100%;
  text-align: center;
}
.banner-wrapper .banner.image picture img {
  max-width: 100%;
  object-position: center center;
  display: block;
}
.banner-wrapper .banner.image-text-overlay picture.main {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.banner-wrapper .banner.image-text-overlay picture.sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.banner-wrapper .banner.image-text-overlay picture img {
  width: 100%;
  object-fit: cover;
}
.banner-wrapper .banner.image-text-overlay .text-overlay {
  flex-direction: column;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
}
.banner-wrapper .banner.image-text-overlay .text-overlay.main {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.banner-wrapper .banner.image-text-overlay .text-overlay.sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.banner-wrapper .banner.image-text-overlay .text-overlay.trans-0-3 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
}
.banner-wrapper .banner.image-text-overlay .text-overlay.trans-0-2 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}
.banner-wrapper .banner.image-text-overlay .text-overlay.trans-0-1 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
}
.banner-wrapper .banner.image-text-overlay .text-overlay.trans-0 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.banner-wrapper .banner.image-left-text-right,
.banner-wrapper .banner.image-right-text-left {
  display: grid;
  grid-template-columns: repeat(12, minmax(auto, 1fr));
}
@media (max-width: 767px) {
  .banner-wrapper .banner.image-left-text-right,
  .banner-wrapper .banner.image-right-text-left {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}
.banner-wrapper .banner.image-left-text-right .text-wrapper,
.banner-wrapper .banner.image-right-text-left .text-wrapper {
  order: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.banner-wrapper .banner.image-left-text-right .image-wrapper,
.banner-wrapper .banner.image-right-text-left .image-wrapper {
  position: relative;
  overflow: hidden;
  order: 1;
}
@media (max-width: 767px) {
  .banner-wrapper .banner.image-left-text-right .image-wrapper,
  .banner-wrapper .banner.image-right-text-left .image-wrapper {
    aspect-ratio: 1;
  }
}
.banner-wrapper .banner.image-left-text-right .image-wrapper picture,
.banner-wrapper .banner.image-right-text-left .image-wrapper picture {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-wrapper .banner.image-left-text-right .image-wrapper picture img,
.banner-wrapper .banner.image-right-text-left .image-wrapper picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-wrapper .banner.image-right-text-left .text-wrapper {
  order: 1;
}
@media (max-width: 767px) {
  .banner-wrapper .banner.image-right-text-left .text-wrapper {
    order: 2;
  }
}
.banner-wrapper .banner.image-right-text-left .image-wrapper {
  order: 2;
}
@media (max-width: 767px) {
  .banner-wrapper .banner.image-right-text-left .image-wrapper {
    order: 1;
  }
}
.banner-wrapper .banner a {
  font-size: 0px;
  display: block;
}
.banner-wrapper .banner a img {
  width: 100%;
  height: auto;
}
.banner-wrapper .banner p {
  /*            font-size: 36px;*/
  word-wrap: break-word;
  /*            @media @mobile {
                font-size: 22px;
            }*/
}
.banner-wrapper .banner p.right {
  text-align: right;
}
.banner-wrapper .banner p.center {
  text-align: center;
}
.banner-wrapper .banner p.small {
  font-size: 18px;
  line-height: 22px;
}
.banner-wrapper .banner p.very-small {
  font-size: 12px;
  line-height: 14px;
}
.banner-wrapper .banner p.half {
  width: 50%;
}
.banner-wrapper .banner p.big {
  font-size: xx-large;
}
@media (max-width: 1024px) {
  .banner-wrapper .banner p.big {
    font-size: x-large;
  }
}
@media (max-width: 767px) {
  .banner-wrapper .banner p.big {
    font-size: large;
  }
}
#wishlistSearch ul {
  display: none;
  margin: 0;
  padding: 0;
}
#wishlistSearch ul.active {
  display: block;
}
#wishlistSearch ul li {
  list-style: none;
  padding: 0;
  margin: 14px 0;
  border-bottom: 1px solid #dadada;
  transition: all 0.4s ease-in-out;
}
#wishlistSearch ul li.list-enter-active,
#wishlistSearch ul li.list-leave-active {
  transition: all 0.4s;
}
#wishlistSearch ul li.list-enter,
#wishlistSearch ul li.list-leave-to {
  opacity: 0;
  transform: translateY(-100%);
}
#wishlistSearch ul li.list-leave-active {
  position: absolute;
}
#wishlistSearch ul li a {
  display: block;
  text-decoration: none;
}
#wishlistSearch ul li a h3 {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1;
}
table.wishlist {
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
}
@media (max-width: 1023px) {
  table.wishlist.my-weddinglist tbody tr td.qty,
  table.wishlist.my-wishlist tbody tr td.qty {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  table.wishlist.my-weddinglist tbody tr td.qty:before,
  table.wishlist.my-wishlist tbody tr td.qty:before {
    min-width: 114px;
  }
}
table.wishlist.my-weddinglist tbody tr td.qty a,
table.wishlist.my-wishlist tbody tr td.qty a {
  vertical-align: bottom;
  height: 40px;
  margin: 0;
  line-height: 20px;
}
@media (max-width: 1023px) {
  table.wishlist.my-weddinglist tbody tr td.qty a,
  table.wishlist.my-wishlist tbody tr td.qty a {
    width: 40px;
  }
}
table.wishlist.my-weddinglist tbody tr td.qty a:after,
table.wishlist.my-wishlist tbody tr td.qty a:after {
  display: none;
}
table.wishlist.my-weddinglist tbody tr td.qty .btn,
table.wishlist.my-wishlist tbody tr td.qty .btn,
table.wishlist.my-weddinglist tbody tr td.qty .add,
table.wishlist.my-wishlist tbody tr td.qty .add {
  padding: 11.2px;
  font-size: 1rem;
}
table.wishlist.my-weddinglist tbody tr td.qty .remove:hover,
table.wishlist.my-wishlist tbody tr td.qty .remove:hover {
  background: #6c6c6c;
}
table.wishlist.my-weddinglist tbody tr td.qty input,
table.wishlist.my-wishlist tbody tr td.qty input {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  table.wishlist.my-weddinglist tbody tr td.qty input,
  table.wishlist.my-wishlist tbody tr td.qty input {
    min-width: 40px;
  }
}
@media (max-width: 767px) {
  table.wishlist.my-weddinglist tbody tr td.delete-wrapper,
  table.wishlist.my-wishlist tbody tr td.delete-wrapper {
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    padding: 14px 14px 0 14px;
  }
}
table.wishlist.my-weddinglist tbody tr td.delete-wrapper:before,
table.wishlist.my-wishlist tbody tr td.delete-wrapper:before {
  display: none;
}
@media (max-width: 1023px) {
  table.wishlist.my-weddinglist tbody tr td.delete-wrapper a,
  table.wishlist.my-wishlist tbody tr td.delete-wrapper a {
    font-size: 0;
    line-height: 0;
    padding: 7px;
    width: 32px;
    margin: 0;
  }
}
@media (max-width: 1023px) {
  table.wishlist.my-weddinglist tbody tr td.delete-wrapper a:before,
  table.wishlist.my-wishlist tbody tr td.delete-wrapper a:before {
    text-transform: none;
    content: "d";
    font-family: "kitchnno", sans-serif;
    font-size: 1rem;
    line-height: 1;
  }
}
table.wishlist.my-weddinglist tbody tr td.buy-wrapper,
table.wishlist.my-wishlist tbody tr td.buy-wrapper {
  margin-left: 128px;
}
table.wishlist thead {
  /*border-bottom: 1px solid @border-grey;*/
}
@media (max-width: 767px) {
  table.wishlist thead {
    display: none;
  }
}
table.wishlist thead tr th {
  padding: 7px;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-align: left;
  word-break: keep-all;
  width: 10%;
}
table.wishlist thead tr th.description-header {
  width: 100%;
}
table.wishlist thead tr th.wanted-header {
  text-align: center;
}
table.wishlist thead tr th.price-header {
  white-space: nowrap;
}
table.wishlist thead tr th.bought-header,
table.wishlist thead tr th.price-header {
  text-align: center;
}
@media (max-width: 767px) {
  table.wishlist thead tr th.bought-header.noMobile,
  table.wishlist thead tr th.price-header.noMobile {
    display: none;
  }
}
table.wishlist thead tr th.delete-header {
  text-align: center;
}
@media (max-width: 767px) {
  table.wishlist thead tr th.delete-header {
    text-align: left;
  }
}
table.wishlist thead tr th.right {
  text-align: right;
}
table.wishlist tbody tr {
  position: relative;
  border-bottom: 1px solid #F8F7F7;
}
@media (max-width: 767px) {
  table.wishlist tbody tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
table.wishlist tbody tr:nth-child(even) {
  background: #f5f5f5;
}
table.wishlist tbody tr:last-child {
  background: #fff;
  border: none;
}
table.wishlist tbody tr.category {
  display: table-row;
  margin-bottom: 1px;
}
table.wishlist tbody tr.category td {
  font-size: 0.9rem;
  font-weight: 600;
  background: #F8F7F7;
  color: #6c6c6c;
  text-align: left;
  border-bottom: 1px solid #dadada;
  cursor: pointer;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  table.wishlist tbody tr.category td {
    width: 100%;
  }
}
table.wishlist tbody tr.category td span {
  position: relative;
  width: 100%;
  text-align: left;
  display: inline-block;
}
table.wishlist tbody tr.category td span:after {
  background: url("../../gfx/arrow-down.png") no-repeat center center;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  width: 14px;
  right: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
table.wishlist tbody tr.category td span.cat-header {
  text-align: left;
}
table.wishlist tbody tr.active td span:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
table.wishlist tbody tr th {
  padding: 7px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  background: #fff;
  word-break: keep-all;
}
table.wishlist tbody tr th:last-child {
  text-align: center;
}
@media (max-width: 767px) {
  table.wishlist tbody tr th:last-child {
    text-align: left;
  }
}
table.wishlist tbody tr th.right {
  text-align: right;
}
@media (max-width: 767px) {
  table.wishlist tbody tr th {
    display: none;
  }
}
table.wishlist tbody tr td {
  padding: 7px;
  font-size: 14px;
  white-space: nowrap;
  vertical-align: middle;
  word-break: keep-all;
  width: 10%;
}
@media (max-width: 767px) {
  table.wishlist tbody tr td {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 7px 14px;
    position: relative;
    width: auto;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  table.wishlist tbody tr td {
    width: 100%;
  }
}
table.wishlist tbody tr td:before {
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  min-width: 114px;
  text-align: left;
}
table.wishlist tbody tr td.image {
  text-align: center;
  width: 40px;
  padding: 7px;
}
@media (max-width: 767px) {
  table.wishlist tbody tr td.image {
    width: 128px;
    order: 1;
    padding: 0 14px;
  }
}
table.wishlist tbody tr td.image img {
  width: 100%;
  max-height: 100%;
  max-width: 100px;
}
table.wishlist tbody tr td.description {
  padding: 14px;
  width: 100%;
  white-space: normal;
}
@media (max-width: 767px) {
  table.wishlist tbody tr td.description {
    width: calc(100% - 128px);
    order: 2;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
table.wishlist tbody tr td.description p {
  margin: 0;
}
table.wishlist tbody tr td.description p.brand {
  font-weight: 600;
}
table.wishlist tbody tr td.qty-wanted {
  text-align: center;
}
@media (max-width: 767px) {
  table.wishlist tbody tr td.qty-wanted {
    width: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    order: 4;
  }
}
@media (max-width: 767px) {
  table.wishlist tbody tr td.qty-wanted:before {
    content: "Ønsket:";
  }
}
table.wishlist tbody tr td.qty-bought {
  min-width: 65px;
  text-align: center;
}
@media (max-width: 767px) {
  table.wishlist tbody tr td.qty-bought {
    width: 100%;
    order: 5;
  }
}
@media (max-width: 767px) {
  table.wishlist tbody tr td.qty-bought.noMobile {
    display: none;
  }
}
@media (max-width: 767px) {
  table.wishlist tbody tr td.qty-bought input {
    margin: 0;
    max-width: 50px;
  }
}
@media (max-width: 767px) {
  table.wishlist tbody tr td.qty-bought:before {
    content: "Kjøpt:";
  }
}
@media (max-width: 767px) {
  table.wishlist tbody tr td.qty {
    width: 128px;
    order: 6;
  }
}
@media (max-width: 767px) {
  table.wishlist tbody tr td.qty:before {
    content: "Antall:";
    width: auto;
    min-width: 0;
  }
}
table.wishlist tbody tr td.qty a {
  vertical-align: bottom;
  height: 40px;
  margin: 0;
  line-height: 20px;
}
table.wishlist tbody tr td.qty a:after {
  display: none;
}
table.wishlist tbody tr td.qty input {
  width: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  table.wishlist tbody tr td.qty input {
    width: 40px;
  }
}
table.wishlist tbody tr td.price {
  text-align: right;
}
@media (max-width: 767px) {
  table.wishlist tbody tr td.price {
    width: 100%;
    order: 5;
  }
}
@media (max-width: 767px) {
  table.wishlist tbody tr td.price:before {
    content: "Pris/stk:";
  }
}
@media (max-width: 767px) {
  table.wishlist tbody tr td.buy-wrapper {
    width: calc(100% - 128px);
    order: 8;
  }
}
table.wishlist tbody tr td.buy-wrapper a {
  padding: 10.5px 14px;
}
@media (max-width: 767px) {
  table.wishlist tbody tr td.qty-subtract {
    display: none;
    width: 70px;
    order: 7;
  }
}
@media (max-width: 767px) {
  table.wishlist tbody tr td.qty-add {
    display: none;
    width: 70px;
    order: 7;
  }
}
table.wishlist tbody tr td.right {
  text-align: right;
}
@media (max-width: 767px) {
  table.wishlist tbody tr td.right {
    text-align: left;
  }
}
table.wishlist tbody tr td h3 {
  font-weight: 600;
}
@media (max-width: 767px) {
  table.wishlist tbody tr td h3 {
    font-size: 1.2em;
  }
}
table.wishlist tbody tr td p.artnr {
  padding: 4px 0;
  font-size: 11px;
}
table.wishlist tbody tr td span.sortiment {
  font-weight: normal;
}
table.wishlist tbody tr td input[type=text].small,
table.wishlist tbody tr td input[type=number].small {
  width: 80px;
}
table.recommendedweddinglist tbody tr:last-child:nth-child(even) {
  background: #f5f5f5;
}
@media (max-width: 767px) {
  table.recommendedweddinglist tbody tr td:nth-child(2):before {
    content: "Varenavn: ";
  }
  table.recommendedweddinglist tbody tr td:nth-child(3):before {
    content: "Pris/stk: ";
  }
  table.recommendedweddinglist tbody tr td:nth-child(4) {
    font-size: inherit;
  }
  table.recommendedweddinglist tbody tr td:nth-child(4):before {
    content: "Ønsket: ";
  }
}
.mypageLists {
  margin-top: 28px;
}
.mypageLists thead {
  border-bottom: 1px solid #6c6c6c;
}
.mypageLists thead th {
  text-align: left;
  padding: 7px;
  line-height: 1;
}
.mypageLists tbody tr {
  border-bottom: 1px solid #dadada;
}
.mypageLists tbody tr td {
  width: auto;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .mypageLists tbody tr td {
    display: table-cell;
  }
}
.mypageLists tbody tr td:first-of-type {
  width: 100%;
}
.mypageLists tbody tr td p.art-nr {
  margin: 3.5px 0;
}
#recommendedWeddingList {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
}
#recommendedWeddingList td {
  width: auto;
}
#recommendedWeddingList img {
  max-height: 100px;
  max-width: 100px;
}
#recommendedWeddingList .category {
  background-color: #ececec;
  color: #6c6c6c;
  border-bottom: 1px solid #dadada;
}
#recommendedWeddingList .category :hover {
  font-weight: 600;
}
@media (max-width: 767px) {
  #recommendedWeddingList thead th {
    display: none;
  }
  #recommendedWeddingList tbody tr td:nth-child(3):before {
    content: "Pris/stk: ";
  }
  #recommendedWeddingList tbody tr td:nth-child(4):before {
    content: "Ønsket: ";
  }
}
#wishlist_products .wishlist-counts {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto 1fr;
}
#wishlist_products .wishlist-counts * {
  grid-column: 1;
}
@media (max-width: 767px) {
  #wishlist_products .wishlist-counts .brand,
  #wishlist_products .wishlist-counts .model {
    grid-column: 1/-1;
  }
}
#wishlist_products .wishlist-counts .counter {
  grid-row: 1/3;
  grid-column: 2;
}
@media (max-width: 767px) {
  #wishlist_products .wishlist-counts .counter {
    grid-row: 3/3;
  }
}
#wishlist_products .wishlist-counts .counter div {
  padding: 5.6px;
  display: flex;
  flex-direction: column;
}
#wishlist_products .wishlist-counts .counter div span {
  font-size: 0.9rem;
  text-align: center;
  line-height: 1;
}
.weddinglistinfo {
  display: table;
  width: 80%;
  table-layout: fixed;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .weddinglistinfo {
    width: 100%;
  }
}
.weddinglistinfo span {
  display: table-cell;
}
.weddinglistinfo span:nth-child(1) {
  display: flex;
  text-align: start;
  align-items: center;
}
.weddinglistinfo span:nth-child(2) {
  text-align: center;
}
.weddinglistinfo span:nth-child(3) {
  text-align: end;
  white-space: nowrap;
}
.weddinglistinfo #showAll {
  font-family: 'plenum3', sans-serif !important;
}
.weddinglistinfo .showAll {
  display: inherit;
  height: 20px;
  margin-left: 10px !important;
}
.wishlistflexEdit .product-list {
  grid-gap: 12px;
}
.wishlistflexEdit .product {
  width: 80% !important;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wishlistflexEdit .product {
    width: 100% !important;
  }
}
.wishlistflexEdit .productInner {
  display: contents;
  align-items: center;
  /*  div{
            width:25%;
        }
*/
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner {
    display: initial;
    align-items: center;
    display: flex;
  }
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .ajustWrapper {
    position: absolute;
    bottom: 0;
    right: 80px;
  }
}
.wishlistflexEdit .productInner .ajustWrapper .removeItem {
  right: 0;
}
.wishlistflexEdit .productInner .product-tags.beforeWedding {
  position: initial !important;
}
.wishlistflexEdit .productInner .product-tags.beforeWedding .product-tag {
  font-size: 0.6rem !important;
}
.wishlistflexEdit .productInner .discount {
  font-size: 0.8rem;
  top: 0 !important;
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .discount {
    font-size: 1rem;
    top: 16px !important;
  }
}
.wishlistflexEdit .productInner.max-height {
  height: 100%;
}
.wishlistflexEdit .productInner .product-image-wrapper .productImage {
  height: 100px !important;
}
.wishlistflexEdit .productInner .product-image-wrapper .productImage img {
  margin-top: 25%;
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .product-image-wrapper .productImage img {
    margin-top: initial;
  }
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .product-image-wrapper .productImage {
    height: initial;
  }
}
.wishlistflexEdit .productInner .product-text {
  margin-left: 28px;
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .product-text {
    margin-left: 0;
  }
}
.wishlistflexEdit .productInner .product-info-wrapper {
  flex-direction: row;
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .product-info-wrapper {
    display: initial;
    flex-direction: initial;
  }
}
.wishlistflexEdit .productInner .product-info-wrapper.max-height {
  height: 100%;
}
.wishlistflexEdit .productInner .product-info-wrapper .desctop {
  display: block;
  width: -webkit-fill-available;
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .product-info-wrapper .desctop {
    display: none;
    width: initial;
  }
}
.wishlistflexEdit .productInner .product-info-wrapper .desctop .wishedItems {
  display: flex;
  list-style: none;
}
.wishlistflexEdit .productInner .product-info-wrapper .desctop .wishedItems li {
  text-align: center;
  font-weight: 600;
  list-style: none;
  margin-left: 42px;
  width: 25%;
}
.wishlistflexEdit .productInner .product-info-wrapper .mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .product-info-wrapper .mobile {
    display: initial !important;
  }
}
.wishlistflexEdit .productInner .product-info-wrapper .mobile.left {
  width: 100%;
  text-align: left;
}
.wishlistflexEdit .productInner .product-info-wrapper .mobile .tight {
  display: block;
  margin-bottom: 14px;
}
.wishlistflexEdit .productInner .desctop {
  display: block;
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .desctop {
    display: none;
  }
}
.wishlistflexEdit .productInner .desctop.adjust {
  width: 400px;
}
.wishlistflexEdit .productInner .desctop.display-flex {
  display: flex !important;
}
.wishlistflexEdit .productInner .desctop.display-flex div {
  padding: 10px 12px;
  border: 1px solid;
  background: black;
  color: white;
  font-weight: 600;
}
.wishlistflexEdit .productInner .desctop.display-flex div.tot {
  border: none;
  background: white;
  color: black;
}
.wishlistflexEdit .productInner .desctop.display-flex div.removeItem {
  background: white;
  color: black;
  border: 1px solid;
  margin-left: 24px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .desctop.display-flex div.removeItem {
    margin: 0;
  }
}
.wishlistflexEdit .productInner .mobile {
  display: none;
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .mobile {
    display: initial;
  }
}
.wishlistflexEdit .productInner .mobile.bought {
  display: none;
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .mobile.bought {
    display: flex;
    margin-left: 16px;
  }
}
.wishlistflexEdit .productInner .row-desctop {
  flex-direction: row !important;
  align-items: center;
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .row-desctop {
    flex-direction: column !important;
  }
}
.wishlistflexEdit .productInner .row-desctop .wishlist-counts {
  width: 50%;
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .row-desctop .wishlist-counts {
    width: initial;
  }
}
.wishlistflexEdit .productInner .row-desctop .buybtns {
  display: block;
  /*flex: none !important;*/
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .row-desctop .buybtns {
    width: initial;
    flex: initial;
    display: initial;
  }
}
.wishlistflexEdit .productInner .row-desctop .buybtns button {
  width: 49%;
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .row-desctop .buybtns button {
    width: 100%;
  }
}
.wishlistflexEdit .productInner .row-desctop .info-stock {
  width: 50%;
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .row-desctop .info-stock {
    width: initial;
  }
}
.wishlistflexEdit .productInner .row-desctop .info-stock.before {
  width: 100%;
  grid-template-columns: none;
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .row-desctop .info-stock.before {
    width: 100%;
    grid-template-columns: auto auto;
  }
}
.wishlistflexEdit .productInner .row-desctop .info-stock .stock-store {
  width: auto;
  display: block;
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .row-desctop .info-stock .stock-store {
    display: initial;
  }
}
.wishlistflexEdit .productInner .row-desctop .info-stock .stock-store .ccStoreInfo {
  position: absolute;
  right: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .row-desctop .info-stock .stock-store .ccStoreInfo {
    position: initial;
    right: initial;
    text-align: initial;
  }
}
.wishlistflexEdit .productInner .row-desctop .info-stock .stock-store .ccStoreInfo a {
  text-align: left;
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .row-desctop .info-stock .stock-store .stock-nettsortiment {
    flex-wrap: wrap;
    align-items: initial;
    padding: 0px;
  }
}
.wishlistflexEdit .productInner .row-desctop .info-stock .stock-store .desctop {
  display: block;
}
@media (max-width: 767px) {
  .wishlistflexEdit .productInner .row-desctop .info-stock .stock-store .desctop {
    display: none;
  }
}
.wishlistinfoEdit {
  background: white;
}
.wishlistinfoEdit ul {
  list-style: none;
}
@media (max-width: 767px) {
  .wishlistinfoEdit ul {
    padding: 24px;
  }
}
.wishlistinfoEdit ul li {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .wishlistinfoEdit ul li {
    display: block;
  }
}
.wishlistinfoEdit ul li #WishList_IsPublic {
  width: auto;
}
.wishlistinfoEdit ul li .fullwidth {
  width: 100% !important;
}
.wishlistinfoEdit ul li .checklabel {
  margin: 10px;
}
.wishlistinfoEdit ul li .inputWrapper {
  width: 45%;
}
@media (max-width: 767px) {
  .wishlistinfoEdit ul li .inputWrapper {
    width: 100%;
  }
}
.wishlistinfoEdit ul li .inputWrapper label {
  margin: auto 10px;
}
.wishlistinfoEdit ul li .inputWrapper #note {
  width: 95%;
}
.wishlistinfoEdit ul li input {
  width: 95%;
  padding: 10px;
  margin: 10px;
}
.wishlistinfoEdit ul li.btns {
  display: flex;
}
.wishlistinfoEdit ul li.btns * {
  margin: 10px;
}
.myListHeader {
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  .myListHeader {
    font-size: 2rem;
  }
}
.myListInfo {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .myListInfo {
    font-size: 1rem !important;
    line-height: 1.2 !important;
  }
}
.couplename {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .couplename {
    margin-top: 50px;
    font-size: 1.5rem;
  }
}
#wishlist-menu input[type='text'] {
  padding: 7px;
  margin-top: 7px;
  border: none;
  border-bottom: 1px solid;
}
#wishlist-menu .save-btn {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 3.5px 7px;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  margin-top: 14px;
}
#wishlist-menu .save-btn:hover {
  color: #D34500;
}
#wishlist-menu #move.active .icon-caret-down {
  transform: rotate(180deg);
}
#wishlist-menu .move-wishlist-list {
  display: block;
  background: #F8F7F7;
}
/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: "blur(5px)";
  filter: blur(5px);
}
.reveal-modal {
  visibility: hidden;
  top: 100px;
  left: 50%;
  margin-left: -300px;
  width: 520px;
  background: #fff;
  position: absolute;
  z-index: 101;
  padding: 30px 40px 34px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.reveal-modal h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
}
.reveal-modal p {
  line-height: 16px;
  font-size: 14px;
  color: #000;
  padding: 7px 0;
}
#RegisterForm_rowHeadProfiling {
  display: none;
}
.reveal-modal.small {
  width: 200px;
  margin-left: -140px;
}
.reveal-modal.medium {
  width: 400px;
  margin-left: -240px;
}
.reveal-modal.large {
  width: 600px;
  margin-left: -340px;
}
.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px;
}
@media (max-width: 640px) {
  .reveal-modal {
    width: 90%;
    margin-left: -45%;
    padding: 14px;
  }
}
/*.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
	/*
		
	NOTES
	
	Close button entity is &#215;
	
	Example markup
	
	<div id="myModal" class="reveal-modal">
		<h2>Awesome. I have it.</h2>
		<p class="lead">Your couch.  I it's mine.</p>
		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
		<a class="close-reveal-modal">&#215;</a>
	</div>
	
	*/
.autocomplete-suggestions {
  background: white;
  border: 1px solid #dadada;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.autocomplete-suggestions .autocomplete-group {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #dadada;
  padding: 3.5px;
}
.autocomplete-suggestions .autocomplete-suggestion {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #F8F7F7;
  padding: 3.5px;
  cursor: pointer;
}
.autocomplete-suggestions .autocomplete-suggestion .suggestion-img img {
  max-width: 60px;
}
.autocomplete-suggestions .autocomplete-suggestion .suggestion-wrapper {
  margin-left: 7px;
  font-size: 0.9rem;
}
#search-autocomplete-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  background: white;
  z-index: 4;
  overflow: hidden;
}
@media (max-width: 767px) {
  #search-autocomplete-wrapper {
    display: block;
  }
}
#search-autocomplete-wrapper ul {
  margin: 0;
  padding: 0;
}
#search-autocomplete-wrapper .half {
  width: 50%;
  padding: 14px;
}
@media (max-width: 767px) {
  #search-autocomplete-wrapper .half {
    width: 100%;
  }
}
#search-autocomplete-wrapper .half.two-column {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  #search-autocomplete-wrapper .half.two-column {
    grid-template-columns: 1fr;
  }
}
#search-autocomplete-wrapper .half h3 {
  margin-bottom: 14px;
}
#search-autocomplete-wrapper .half a:hover {
  text-decoration: underline;
}
#search-autocomplete-wrapper .half #productsShowAllLink {
  margin-top: 14px;
  display: inline-block;
}
#search-autocomplete-wrapper .half #search-autocomplete-product-result li,
#search-autocomplete-wrapper .half #search-autocomplete-brand-result li,
#search-autocomplete-wrapper .half #search-autocomplete-article-result li,
#search-autocomplete-wrapper .half #search-autocomplete-category-result li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#search-autocomplete-wrapper .half #search-autocomplete-product-result li.result-item-enter-active,
#search-autocomplete-wrapper .half #search-autocomplete-brand-result li.result-item-enter-active,
#search-autocomplete-wrapper .half #search-autocomplete-article-result li.result-item-enter-active,
#search-autocomplete-wrapper .half #search-autocomplete-category-result li.result-item-enter-active {
  transition: all 0.1s ease;
}
#search-autocomplete-wrapper .half #search-autocomplete-product-result li.result-item-leave-active,
#search-autocomplete-wrapper .half #search-autocomplete-brand-result li.result-item-leave-active,
#search-autocomplete-wrapper .half #search-autocomplete-article-result li.result-item-leave-active,
#search-autocomplete-wrapper .half #search-autocomplete-category-result li.result-item-leave-active {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
#search-autocomplete-wrapper .half #search-autocomplete-product-result li.result-item-enter,
#search-autocomplete-wrapper .half #search-autocomplete-brand-result li.result-item-enter,
#search-autocomplete-wrapper .half #search-autocomplete-article-result li.result-item-enter,
#search-autocomplete-wrapper .half #search-autocomplete-category-result li.result-item-enter,
#search-autocomplete-wrapper .half #search-autocomplete-product-result li.result-item-leave-to,
#search-autocomplete-wrapper .half #search-autocomplete-brand-result li.result-item-leave-to,
#search-autocomplete-wrapper .half #search-autocomplete-article-result li.result-item-leave-to,
#search-autocomplete-wrapper .half #search-autocomplete-category-result li.result-item-leave-to {
  opacity: 0;
}
#search-autocomplete-wrapper .half #search-autocomplete-product-result li a,
#search-autocomplete-wrapper .half #search-autocomplete-brand-result li a,
#search-autocomplete-wrapper .half #search-autocomplete-article-result li a,
#search-autocomplete-wrapper .half #search-autocomplete-category-result li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  overflow: hidden;
}
#search-autocomplete-wrapper .half #search-autocomplete-product-result li img,
#search-autocomplete-wrapper .half #search-autocomplete-brand-result li img,
#search-autocomplete-wrapper .half #search-autocomplete-article-result li img,
#search-autocomplete-wrapper .half #search-autocomplete-category-result li img {
  width: 40px;
  height: 40px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
#search-autocomplete-wrapper .half #search-autocomplete-product-result li .product-brand,
#search-autocomplete-wrapper .half #search-autocomplete-brand-result li .product-brand,
#search-autocomplete-wrapper .half #search-autocomplete-article-result li .product-brand,
#search-autocomplete-wrapper .half #search-autocomplete-category-result li .product-brand {
  font-weight: bold;
  padding: 14px 7px;
}
@media (max-width: 767px) {
  #search-autocomplete-wrapper .half #search-autocomplete-product-result li .product-brand,
  #search-autocomplete-wrapper .half #search-autocomplete-brand-result li .product-brand,
  #search-autocomplete-wrapper .half #search-autocomplete-article-result li .product-brand,
  #search-autocomplete-wrapper .half #search-autocomplete-category-result li .product-brand {
    font-weight: normal;
  }
}
#search-autocomplete-wrapper .half #search-autocomplete-product-result li .product-description,
#search-autocomplete-wrapper .half #search-autocomplete-brand-result li .product-description,
#search-autocomplete-wrapper .half #search-autocomplete-article-result li .product-description,
#search-autocomplete-wrapper .half #search-autocomplete-category-result li .product-description {
  overflow: hidden;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
#search-autocomplete-wrapper .half #search-autocomplete-product-result li .product-price,
#search-autocomplete-wrapper .half #search-autocomplete-brand-result li .product-price,
#search-autocomplete-wrapper .half #search-autocomplete-article-result li .product-price,
#search-autocomplete-wrapper .half #search-autocomplete-category-result li .product-price {
  padding: 14px 0 14px 14px;
  margin-left: auto;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
#search-autocomplete-wrapper .half #search-autocomplete-product-result li .product-price:after,
#search-autocomplete-wrapper .half #search-autocomplete-brand-result li .product-price:after,
#search-autocomplete-wrapper .half #search-autocomplete-article-result li .product-price:after,
#search-autocomplete-wrapper .half #search-autocomplete-category-result li .product-price:after {
  content: ",-";
}
@media (max-width: 767px) {
  #search-autocomplete-wrapper .half #search-autocomplete-product-result li .product-price,
  #search-autocomplete-wrapper .half #search-autocomplete-brand-result li .product-price,
  #search-autocomplete-wrapper .half #search-autocomplete-article-result li .product-price,
  #search-autocomplete-wrapper .half #search-autocomplete-category-result li .product-price {
    display: none;
  }
}
#search-autocomplete-wrapper .half #search-autocomplete-product-result li .category-name,
#search-autocomplete-wrapper .half #search-autocomplete-brand-result li .category-name,
#search-autocomplete-wrapper .half #search-autocomplete-article-result li .category-name,
#search-autocomplete-wrapper .half #search-autocomplete-category-result li .category-name {
  padding: 7px 0;
}
#search-autocomplete-wrapper .half #search-autocomplete-product-result li {
  border-bottom: 1px solid black;
}
@media (max-width: 767px) {
  #search-autocomplete-wrapper .half #search-autocomplete-product-result li {
    font-size: 0.9rem;
  }
}
#search-autocomplete-wrapper .half .underlined {
  display: inline-block;
  position: relative;
}
#search-autocomplete-wrapper .half .underlined:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: black;
}
#search-autocomplete-wrapper #close-autocomplete {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 28px;
  height: 28px;
  background: none;
  border: none;
}
@media (max-width: 768px) {
  #search-autocomplete-wrapper #close-autocomplete {
    right: 14px;
    top: 14px;
  }
}
#search-autocomplete-wrapper #close-autocomplete .stripe {
  position: absolute;
  width: 100%;
  height: 2px;
  background: black;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  top: 50%;
  left: 50%;
}
#search-autocomplete-wrapper #close-autocomplete .stripe:last-of-type {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
[v-cloak] {
  display: none !important;
}
[v-cloak] > * {
  display: none;
}
[data-modal-id] {
  position: fixed;
  top: 0%;
  left: 50%;
  transform: translate3d(-50%, -100%, 0);
  background: white;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 640px;
  height: auto;
  padding: 14px;
  transition: all 0.4s ease-in-out;
  z-index: 10;
  border: 10px solid #6c6c6c;
  visibility: hidden;
}
[data-modal-id].active {
  top: 20%;
  transform: translate3d(-50%, 0, 0);
  visibility: initial;
}
[data-modal-id].active #seeGiftWrapping {
  width: 80%;
}
[data-modal-id].seeGiftWrapping {
  box-shadow: none;
  border: none;
  border-radius: 8px;
  height: auto;
  display: none;
}
[data-modal-id].seeGiftWrapping.active {
  display: block;
}
@media (max-width: 767px) {
  [data-modal-id].seeGiftWrapping {
    height: 80vh;
  }
}
[data-modal-id].seeGiftWrapping .btn {
  color: white;
  border: 1px solid white;
}
@media (max-width: 767px) {
  [data-modal-id].seeGiftWrapping {
    top: 28px;
  }
}
[data-modal-id].seeGiftWrapping .image-field {
  height: 60%;
}
[data-modal-id].seeGiftWrapping .exit-cross {
  right: 0;
}
@media (max-width: 767px) {
  [data-modal-id].seeGiftWrapping .text-field {
    height: 40%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
[data-modal-id].seeGiftWrapping.modal {
  max-width: 800px;
  padding: 0;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 767px) {
  [data-modal-id].seeGiftWrapping.modal {
    max-width: 85%;
  }
}
[data-modal-id].seeGiftWrapping.modal #image {
  max-width: 800px;
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  [data-modal-id].seeGiftWrapping.modal #image {
    max-width: 200px;
  }
}
[data-modal-id].order {
  max-width: none;
  background: rgba(37, 37, 37, 0.8);
  border: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[data-modal-id].order.active {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  z-index: 999;
}
[data-modal-id].order .content-wrapper {
  width: 80%;
  max-width: 1440px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  overflow: visible;
}
[data-modal-id].order .content-wrapper #OrderDetails h1 {
  padding-left: 0 !important;
}
[data-modal-id].order .content-wrapper #OrderInfo table td,
[data-modal-id].order .content-wrapper #rptDeliveries table td {
  padding-left: 0 !important;
}
[data-modal-id].order .content-wrapper #OrderInfo table td a,
[data-modal-id].order .content-wrapper #rptDeliveries table td a {
  text-decoration: underline;
}
@media print {
  [data-modal-id].order .content-wrapper {
    width: 100%;
    height: 100%;
    max-width: none;
    top: 0;
    left: 0;
    transform: none;
  }
}
[data-modal-id].order .content-wrapper.fixedheight {
  height: 80%;
}
[data-modal-id].order .content-wrapper .close {
  position: absolute;
  color: white;
  font-size: 1rem;
  line-height: 1rem;
  height: 30px;
  width: 30px;
  top: -30px;
  right: 0;
  background: black;
  cursor: pointer;
}
@media print {
  [data-modal-id].order .content-wrapper .close {
    display: none;
  }
}
[data-modal-id].order .content-wrapper .close i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
[data-modal-id].order .content-wrapper .content {
  background: white;
  width: 100%;
  height: calc(100% - 30px);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 28px;
}
@media print {
  [data-modal-id].order .content-wrapper .content {
    overflow: visible;
    padding: 0;
  }
}
[data-modal-id].order .content-wrapper .content .receipt {
  text-align: left;
  font-family: Arial;
}
@media (max-width: 767px) {
  [data-modal-id].order .content-wrapper .content .receipt {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
[data-modal-id].order .content-wrapper .content .receipt .receipt-head {
  width: 100%;
  margin-bottom: 14px;
}
[data-modal-id].order .content-wrapper .content .receipt .receipt-head tr td {
  width: auto;
  display: table-cell;
  text-align: left;
}
[data-modal-id].order .content-wrapper .content .receipt .receipt-head tr td:nth-child(2) {
  text-align: right;
}
[data-modal-id].order .content-wrapper .content .receipt .receipt-head tr td:nth-child(3) {
  width: 100px;
}
[data-modal-id].order .content-wrapper .content .receipt .receipt-head tr td.nowrap {
  white-space: nowrap;
}
[data-modal-id].order .content-wrapper .content .receipt .receipt-body {
  width: 100%;
}
[data-modal-id].order .content-wrapper .content .receipt .receipt-body tr td {
  text-align: left;
  display: table-cell;
  width: auto;
}
[data-modal-id].order .content-wrapper .content .receipt .receipt-body tr td.right {
  text-align: right;
}
[data-modal-id].order .content-wrapper .content .receipt .receipt-body tr td.indent {
  padding-left: 7px;
}
[data-modal-id].order .content-wrapper .content .receipt .receipt-body.tax td {
  text-align: right;
}
@media print {
  [data-modal-id].order .content-wrapper .content .hide-print {
    display: none;
  }
}
[data-modal-id] h2 {
  margin: 7px 0;
}
.slideshow-wrapper.wedding {
  padding: 0 3.5px;
}
@media (max-width: 1023px) {
  .slideshow-wrapper.wedding {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.slideshow-wrapper.wedding ul.articleList {
  width: 30%;
}
@media (max-width: 1023px) {
  .slideshow-wrapper.wedding ul.articleList {
    width: 100%;
  }
}
.slideshow-wrapper.wedding ul.articleList li.article-wrapper.catalogue {
  background: #252525;
  color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slideshow-wrapper.wedding ul.articleList li.article-wrapper.catalogue a {
  color: white;
  display: block;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-decoration: none;
  padding: 14px;
}
.slideshow-wrapper.wedding ul.articleList li.article-wrapper.catalogue a:empty {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: 0%;
  -moz-flex-basis: 0%;
  -ms-flex-basis: 0%;
  flex-basis: 0%;
  padding: 0;
}
.slideshow-wrapper.wedding ul.articleList li.article-wrapper.catalogue a h3 {
  font-weight: bold;
  margin-top: 14px;
  word-break: break-word;
}
.slideshow-wrapper.wedding ul.articleList li.article-wrapper.catalogue a img {
  max-width: 100%;
}
.horizontal-wedding-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 14px auto;
  max-width: 1440px;
  padding: 0 14px;
}
.horizontal-wedding-menu a {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 33.33%;
  margin: auto 3.5px;
}
@media (max-width: 767px) {
  .horizontal-wedding-menu a i {
    display: none;
  }
}
.weddingHeader {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.weddingHeader h1 {
  padding: 0;
}
.pax-wrapper {
  display: flex;
}
.pax-wrapper .weddingRegister {
  width: 50%;
  margin: 0 auto 28px auto;
}
.pax-wrapper .weddingRegister select {
  margin: 0 0 7px 0;
  padding: 0 28px 0 7px;
}
#framework #wishlist-context-menu header {
  margin-bottom: 0;
}
#framework #wishlist-context-menu header a {
  padding: 7px;
}
#wishlist-context-menu {
  max-width: 320px;
  min-width: 240px;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  padding: 14px;
  border: 1px solid #dadada;
  display: none;
}
#wishlist-context-menu.active {
  display: block;
}
#wishlist-context-menu section {
  padding: 0;
  margin: 0;
  height: auto;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  max-height: 0;
}
#wishlist-context-menu section.buttons.active {
  max-height: 1000px;
}
#wishlist-context-menu section.buttons:not(.active) + .wishlists {
  max-height: 1000px;
}
#wishlist-context-menu section.wishlists h5 {
  margin: 0 7px;
}
#wishlist-context-menu section.wishlists header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
#wishlist-context-menu section.wishlists header input {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  border: 0;
  margin-bottom: 0;
  padding-left: 0;
}
#wishlist-context-menu section.wishlists header a {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  padding: 14px;
  display: inline-block;
}
#wishlist-context-menu section.wishlists .create-list.active {
  max-height: 100px;
}
#wishlist-context-menu section.wishlists .create-list input {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
}
#wishlist-context-menu section.wishlists ul.wishlists {
  list-style: none;
  margin: 0;
  padding: 0 7px;
}
#wishlist-context-menu section.wishlists ul.wishlists li {
  border-bottom: 1px solid #dadada;
  padding: 14px 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#wishlist-context-menu section.wishlists ul.wishlists li:last-of-type {
  border-bottom: 0;
}
#wishlist-context-menu section.wishlists ul.wishlists li:before {
  font-family: 'kitchnno';
  content: "T";
  display: inline-block;
  position: relative;
  color: #E6E6E6;
  transition: all 0.2s ease-in-out;
  margin-right: 3.5px;
  vertical-align: middle;
}
#wishlist-context-menu section.wishlists ul.wishlists li.active:before,
#wishlist-context-menu section.wishlists ul.wishlists li:hover:before {
  color: #252525;
}
[data-wishlists]:not([data-wishlists=""]) .heart:before {
  content: ":";
}
.heart {
  color: black;
  font-family: 'kitchnno';
  display: block;
  cursor: pointer;
  right: 3.5px;
  top: 7px;
  position: absolute;
  font-size: 1.2rem;
  line-height: 0.8;
  z-index: 1;
}
.heart:before {
  content: "-";
}
.heart:hover:before,
.heart.added:before {
  content: ":";
}
.quickRegContainer {
  width: 50%;
  margin: 0 auto;
}
.quickRegContainer .quickRegInfo h2 {
  text-align: center;
}
.quickRegContainer .quickRegInfo .column-2 {
  column-count: 2;
}
.quickRegContainer .quickRegInfo .column-2 .btn {
  width: 100%;
}
.quickRegContainer .quickRegInfo input {
  margin: 0 auto;
  width: 50%;
}
.quickRegContainer .quickRegInfo .btn {
  margin-top: 14px;
  text-align: center;
  width: 50%;
  margin-left: 25%;
}
.quickRegContainer .quickRegInfo .hidden {
  display: none;
}
.quickRegContainer .quickRegSuccess {
  text-align: center;
}
html body #OrderDetails {
  width: 100%;
  font-family: Arial;
  background: white;
  margin: 0px;
  padding: 14px;
  height: 80%;
  padding-bottom: 0;
}
html body #OrderDetails label {
  margin-bottom: 0px;
}
html body #OrderDetails h1 {
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 7px;
  font-weight: 700;
}
html body #OrderDetails h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
html body #OrderDetails a {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}
html body #OrderDetails #CustomerInfo {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #777777;
}
html body #OrderDetails .Left {
  width: 45%;
  float: left;
}
html body #OrderDetails .Right {
  width: 45%;
  float: right;
}
html body #OrderDetails #OrderInfo span {
  display: block;
}
html body #OrderDetails #OrderInfo span.DateLabel {
  margin-bottom: 20px;
}
html body #OrderDetails #OrderInfo strong {
  text-transform: uppercase;
  margin-right: 10px;
}
html body #OrderDetails #OrderInfo table {
  display: table;
  border-spacing: 2px;
  border-color: grey;
}
html body #OrderDetails #OrderInfo table#OrderItems {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
  font-size: 0.9em;
}
html body #OrderDetails #OrderInfo table#OrderItems th {
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 5px 5px 0;
  border-bottom: 1px solid #777777;
}
@media print {
  html body #OrderDetails #OrderInfo table#OrderItems th {
    display: table-cell !important;
  }
}
html body #OrderDetails #OrderInfo table#OrderItems th:nth-of-type(1) {
  text-align: left;
  width: 45px;
}
html body #OrderDetails #OrderInfo table#OrderItems th:nth-of-type(2) {
  text-align: left;
  width: 200px;
}
html body #OrderDetails #OrderInfo table#OrderItems th:nth-of-type(3) {
  text-align: right;
  width: 45px;
}
html body #OrderDetails #OrderInfo table#OrderItems th:nth-of-type(4) {
  text-align: right;
  width: 45px;
}
html body #OrderDetails #OrderInfo table#OrderItems th:nth-of-type(5) {
  text-align: right;
  width: 45px;
}
html body #OrderDetails #OrderInfo table#OrderItems th:nth-of-type(6) {
  text-align: right;
  width: 45px;
  font-size: 0.9em;
}
html body #OrderDetails #OrderInfo table#OrderItems th:last-of-type {
  border-bottom: 0;
}
html body #OrderDetails #OrderInfo table#OrderItems td {
  padding: 5px 5px 5px 0;
  width: auto;
}
@media print {
  html body #OrderDetails #OrderInfo table#OrderItems td .display-none-print {
    display: none;
  }
}
@media print {
  html body #OrderDetails #OrderInfo table#OrderItems td {
    display: table-cell !important;
  }
}
html body #OrderDetails #OrderInfo table#OrderItems td:nth-of-type(1) {
  text-align: left;
  width: 45px;
}
html body #OrderDetails #OrderInfo table#OrderItems td:nth-of-type(2) {
  text-align: left;
  width: 200px;
}
html body #OrderDetails #OrderInfo table#OrderItems td:nth-of-type(3) {
  text-align: right;
  width: 45px;
}
html body #OrderDetails #OrderInfo table#OrderItems td:nth-of-type(4) {
  text-align: right;
  width: 45px;
}
html body #OrderDetails #OrderInfo table#OrderItems td:nth-of-type(5) {
  text-align: right;
  width: 45px;
}
html body #OrderDetails #OrderInfo table#OrderItems td:nth-of-type(6) {
  text-align: right;
  width: 45px;
}
html body #OrderDetails #OrderInfo table#OrderItems tfoot {
  display: table-footer-group;
  vertical-align: middle;
  border-color: inherit;
}
@media print {
  html body #OrderDetails #OrderInfo table#OrderItems tfoot {
    break-inside: auto;
  }
}
@media print {
  html body #OrderDetails #OrderInfo table#OrderItems tfoot tr {
    display: table-row;
  }
}
html body #OrderDetails #OrderInfo table#OrderItems tfoot tr td {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
}
html body #OrderDetails #OrderInfo table#OrderItems tfoot tr td:nth-of-type(2) {
  width: 45px;
  text-align: right;
}
html body #OrderDetails #OrderInfo table#OrderItems tfoot tr td label {
  font-size: 0.9em;
}
html body #OrderDetails #OrderInfo table#OrderItems tfoot tr:first-child td {
  padding-top: 20px;
}
html body #OrderDetails #OrderInfo table#OrderItems tfoot tr:first-child td:nth-of-type(1) {
  border-top: 1px solid #777777;
}
html body #OrderDetails #OrderInfo table#OrderItems tfoot tr:first-child td:nth-of-type(2) {
  border-top: 1px solid #777777;
}
html body #OrderDetails #OrderInfo table#TaxItems {
  border-collapse: collapse;
  width: 50%;
  text-align: right;
  margin: 20px 10% 10%;
}
html body #OrderDetails #OrderInfo table#TaxItems .TaxRowHeader {
  border-bottom: 1px solid #777777;
}
@media print {
  html body #OrderDetails #OrderInfo table#TaxItems .TaxRowHeader {
    display: table-row;
  }
}
html body #OrderDetails #OrderInfo table#TaxItems td {
  width: 30%;
  font-size: 0.8em;
  text-align: right;
  padding-right: 5%;
  text-align: left;
}
@media print {
  html body #OrderDetails #OrderInfo table#TaxItems td {
    display: inline-block;
  }
}
html body #OrderDetails #OrderInfo table#TaxItems td:last-of-type {
  width: 10%;
}
html body #OrderDetails #OrderInfo table thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
@media print {
  html body #OrderDetails #OrderInfo table thead {
    break-inside: auto;
  }
}
html body #OrderDetails #OrderInfo table thead tr th {
  text-align: left;
  font-size: 0.9em;
}
html body #OrderDetails #OrderInfo table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
html body #OrderDetails #OrderInfo table tbody td {
  font-size: 0.9em;
}
html body #OrderDetails #OrderInfo table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
html body #DeliveryHistory {
  width: 100%;
  padding-left: 14px;
}
@media print {
  html body #DeliveryHistory {
    display: none;
  }
}
html body #DeliveryHistory h1 {
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 7px;
  font-weight: 700;
}
html body #DeliveryHistory h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
html body #DeliveryHistory a {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}
html body #DeliveryHistory table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
html body #DeliveryHistory table tr td {
  width: 70%;
  display: table-cell;
  vertical-align: inherit;
}
html body #DeliveryHistory table tr td p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 16px;
  font-family: Arial;
}
.activereturns {
  /* .products {
        @media @mobile {
            ::before {
                content: "Produkt: ";
            }
        }

        width: 55%;
    }*/
}
@media (max-width: 767px) {
  .activereturns tr {
    border-top: 1px solid grey;
  }
}
@media (max-width: 767px) {
  .activereturns thead {
    display: none;
  }
}
.activereturns p {
  margin: auto 0;
  white-space: nowrap;
}
.activereturns .returnId {
  width: 10%;
}
@media (max-width: 767px) {
  .activereturns .returnId ::before {
    content: "Returnummer: ";
  }
}
.activereturns .product {
  width: 20%;
}
@media (max-width: 767px) {
  .activereturns .product ::before {
    content: "Produkt: ";
  }
}
@media (max-width: 767px) {
  .activereturns .product ul ::before {
    content: "";
  }
}
@media (max-width: 767px) {
  .activereturns .product ul li {
    flex-wrap: nowrap;
  }
}
.activereturns .reason {
  width: 20%;
}
@media (max-width: 767px) {
  .activereturns .reason ::before {
    content: "Årsak: ";
  }
}
.activereturns .status {
  width: 20%;
}
@media (max-width: 767px) {
  .activereturns .status ::before {
    content: "Status: ";
  }
}
.activereturns li {
  list-style: none;
}
.activereturns .qrWrapper {
  width: 10%;
}
@media (max-width: 767px) {
  .activereturns .qrWrapper p ::before {
    content: "Fraktseddel: ";
  }
}
.activereturns #qrModal {
  position: absolute;
  top: 24%;
  padding: 30px;
  z-index: 100;
  left: 37%;
  background: lightgrey;
  display: block;
}
.activereturns .qr {
  height: 400px;
}
#options ul {
  list-style: none;
}
@media (max-width: 767px) {
  #options ul {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #options ul li {
    margin: 20px 0;
  }
}
#options .option {
  width: 20%;
  border: 1px solid orange;
  margin: 30px auto;
  padding: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  #options .option {
    width: 100%;
    margin: 0;
  }
}
#options .option:hover {
  background: orange;
  color: white;
  cursor: pointer;
}
@media (max-width: 767px) {
  .returns tr {
    display: flex;
  }
}
@media (max-width: 767px) {
  .returns tr td {
    width: -webkit-fill-available;
  }
}
.returns tr td a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .returProduct {
    border-bottom: 1px solid lightgray;
  }
}
.returProduct .qty {
  width: 50px;
  display: initial;
  margin: 0;
  color: #252525;
  border-radius: 0;
  margin: 0 0 7px 0;
  min-height: 36px;
  border: 1px solid #6c6c6c;
  padding: 9px;
  font-size: 0.9rem;
  font-weight: 300;
  font-family: 'Gothic A1', sans-serif;
}
.returProduct .qty-increase {
  flex-shrink: 1;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  flex-basis: auto;
  margin-left: 2px;
  text-align: center;
  padding: 10.5px;
}
.returProduct .qty-decrease {
  flex-shrink: 1;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  flex-basis: auto;
  margin-left: 2px;
  text-align: center;
  padding: 10.5px;
}
.returProduct .lbl {
  font-size: 0.8rem !important;
  width: 50%;
}
@media (max-width: 767px) {
  .returProduct .lbl {
    display: table !important;
    width: 100%;
  }
}
.returProduct .returWrapper {
  display: initial;
  right: 0;
  position: absolute;
  bottom: 1px;
}
@media (max-width: 767px) {
  .returProduct .returWrapper {
    position: initial;
  }
}
.orderReturnTable {
  table-layout: fixed;
  margin-top: 24px;
}
.orderReturnTable td {
  width: 60%;
  padding: 7px 0;
}
@media (max-width: 767px) {
  .orderReturnTable td {
    width: 100%;
  }
}
article.simpleedit #Brands ul {
  margin: 0 auto;
}
/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/*@import "plugins/drag_drop";
@import "plugins/dropdown_header";
@import "plugins/optgroup_columns";
@import "plugins/remove_button";*/
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #252525;
  font-family: inherit;
  font-size: 0.9rem;
  line-height: 1;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: white;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #6c6c6c;
  padding: 7px 7px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 4px 7px 1px;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #6c6c6c;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 7px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #252525;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(37, 37, 37, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #252525 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #252525 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 4px;
  padding-right: 4px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*background-color: mix(@color-top, @color-bottom, 60%);
    background-image: -moz-linear-gradient(top, @color-top, @color-bottom); // FF 3.6+
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@color-top), to(@color-bottom)); // Safari 4+, Chrome 2+
    background-image: -webkit-linear-gradient(top, @color-top, @color-bottom); // Safari 5.1+, Chrome 10+
    background-image: -o-linear-gradient(top, @color-top, @color-bottom); // Opera 11.10
    background-image: linear-gradient(to bottom, @color-top, @color-bottom); // Standard, IE10
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@color-top),argb(@color-bottom))); // IE9 and down*/
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  /*background-color: mix(@color-top, @color-bottom, 60%);
    background-image: -moz-linear-gradient(top, @color-top, @color-bottom); // FF 3.6+
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@color-top), to(@color-bottom)); // Safari 4+, Chrome 2+
    background-image: -webkit-linear-gradient(top, @color-top, @color-bottom); // Safari 5.1+, Chrome 10+
    background-image: -o-linear-gradient(top, @color-top, @color-bottom); // Opera 11.10
    background-image: linear-gradient(to bottom, @color-top, @color-bottom); // Standard, IE10
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@color-top),argb(@color-bottom))); // IE9 and down*/
}
.selectize-control.single .selectize-input {
  /*.selectize-box-shadow(~"0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8)");
			.selectize-vertical-gradient(#fefefe, #f2f2f2);*/
  line-height: 1.4;
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #6c6c6c;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
.weddingSignup {
  width: 50%;
}
@media (max-width: 1024px) {
  .weddingSignup {
    width: 100%;
  }
}
.weddingSignup #events {
  list-style-type: none;
  padding-left: 0;
  border-top: 1px solid #dadada;
}
.weddingSignup #events li.disabled a {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.weddingSignup #events li .inner {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dadada;
  padding: 7px 0;
  width: 100%;
}
.weddingSignup #events li .inner p {
  width: 80%;
}
.weddingSignup #events li .inner p span {
  color: #d00d0d;
}
.weddingSignup #events li .inner a {
  width: 20%;
  text-align: center;
}
.weddingSignup #events li .inner a.active {
  font-size: 0;
  width: auto;
  position: relative;
  margin-left: auto;
  padding: 10.5px 16.8px;
}
.weddingSignup #events li .inner a.active:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "t";
  font-family: "kitchnno" !important;
  font-size: 1rem;
  line-height: 0.8;
  display: inline-block;
  transform: translate3d(-50%, -50%, 0);
}
body.black-friday .product-list .product .productInner .discount:before,
body.bw .product-list .product .productInner .discount:before {
  background: black;
}
body.black-friday .product-list .product .productInner .discount.blackweekoffer:before,
body.bw .product-list .product .productInner .discount.blackweekoffer:before {
  background: #D34500;
}
body.black-friday .product-list .product .productInner .product-text .disclaimer,
body.bw .product-list .product .productInner .product-text .disclaimer {
  color: #D34500;
  font-size: 0.8rem;
  line-height: 1;
  width: 100%;
  margin-bottom: 7px;
}
body.black-friday .single-product-wrapper .single-product-inner .single-product-slideshow-wrapper .discount:before,
body.bw .single-product-wrapper .single-product-inner .single-product-slideshow-wrapper .discount:before {
  background: black !important;
  color: white !important;
}
body.black-friday .single-product-wrapper .single-product-inner .single-product-slideshow-wrapper .discount.blackweekoffer:before,
body.bw .single-product-wrapper .single-product-inner .single-product-slideshow-wrapper .discount.blackweekoffer:before {
  background: #D34500 !important;
  color: black;
}
body.black-friday .single-product-wrapper .single-product-inner .single-product-description-wrapper .disclaimer,
body.bw .single-product-wrapper .single-product-inner .single-product-description-wrapper .disclaimer {
  color: #D34500 !important;
}
body.black-friday .single-product-wrapper .single-product-inner .single-product-description-wrapper .maxlimit,
body.bw .single-product-wrapper .single-product-inner .single-product-description-wrapper .maxlimit {
  font-weight: 600;
  color: #D34500;
}
body.cyber-monday .product-list .product .productInner .discount:before,
body.cm .product-list .product .productInner .discount:before {
  background: black;
}
body.cyber-monday .product-list .product .productInner .discount.cybermondayoffer:before,
body.cm .product-list .product .productInner .discount.cybermondayoffer:before {
  background: black;
}
body.cyber-monday .product-list .product .productInner .maxlimit,
body.cm .product-list .product .productInner .maxlimit {
  display: none !important;
}
body.cyber-monday .product-list .product .productInner .product-text .disclaimer,
body.cm .product-list .product .productInner .product-text .disclaimer {
  color: black;
  font-size: 0.8rem;
  line-height: 1;
  width: 100%;
  margin-bottom: 7px;
}
body.cyber-monday .single-product-wrapper .single-product-inner .single-product-slideshow-wrapper .discount:before,
body.cm .single-product-wrapper .single-product-inner .single-product-slideshow-wrapper .discount:before {
  background: black !important;
  color: white !important;
}
body.cyber-monday .single-product-wrapper .single-product-inner .single-product-slideshow-wrapper .discount.cybermondayoffer:before,
body.cm .single-product-wrapper .single-product-inner .single-product-slideshow-wrapper .discount.cybermondayoffer:before {
  background: black !important;
}
body.cyber-monday .single-product-wrapper .single-product-inner .single-product-description-wrapper .disclaimer,
body.cm .single-product-wrapper .single-product-inner .single-product-description-wrapper .disclaimer {
  color: #D34500 !important;
}
body.cyber-monday .single-product-wrapper .single-product-inner .single-product-description-wrapper .maxlimit,
body.cm .single-product-wrapper .single-product-inner .single-product-description-wrapper .maxlimit {
  font-weight: 600;
  color: #D34500;
  display: none !important;
}
body.cyber-monday .single-product-wrapper .single-product-inner .single-product-description-wrapper .disclaimertext:empty,
body.cm .single-product-wrapper .single-product-inner .single-product-description-wrapper .disclaimertext:empty {
  display: none;
}
body.cyber-monday .single-product-wrapper .single-product-inner .single-product-description-wrapper .maxlimit,
body.cm .single-product-wrapper .single-product-inner .single-product-description-wrapper .maxlimit {
  display: none !important;
}
.clubmember article {
  text-align: center;
}
@media (max-width: 1023px) {
}
.clubmember article figure {
  position: relative;
  margin: 0;
}
.clubmember article figure.full-width {
  margin: 0 auto;
  width: 100%;
  /*@media @below-ipad {
                    margin: 0 auto 200px auto;
                }

                @media @mobile {
                    margin: 0 auto 400px auto;
                }*/
}
.clubmember article figure.full-width img {
  height: auto;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1023px) {
  .clubmember article figure.full-width img {
    height: 25vh;
  }
}
@media (max-width: 767px) {
  .clubmember article figure.full-width img {
    height: 50vh;
  }
}
.clubmember article figure .nav-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.1), transparent);
}
.clubmember article #video-wrapper[video-status='pause'] ~ .black-box {
  transform: translate3d(0, 0%, 0);
}
.clubmember article .black-box {
  background: black;
  color: white;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  transform: translate3d(0, -25%, 0);
  padding: 28px;
  text-align: center;
  position: relative;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1023px) {
  .clubmember article .black-box {
    width: calc(100% - 14px*3);
    transform: translate3d(0, -15%, 0);
  }
}
@media (max-width: 767px) {
  .clubmember article .black-box {
    width: calc(100% - 14px*3);
  }
}
.clubmember article .black-box h1 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 3rem;
}
@media (max-width: 1023px) {
  .clubmember article .black-box h1 {
    font-size: 1.8rem;
  }
}
.clubmember article .black-box p {
  font-size: 1.6rem;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .clubmember article .black-box p {
    font-size: 1.2rem;
  }
}
.clubmember article .black-box hr {
  max-width: 33%;
  margin: 14px auto;
}
.clubmember article .incentives {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 1fr));
  grid-gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: auto;
  max-width: 800px;
}
@media (max-width: 1023px) {
  .clubmember article .incentives {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    margin: 0 28px;
    width: calc(100% - 14px*4);
  }
}
.clubmember article .incentives li {
  text-align: center;
}
.clubmember article .incentives li img {
  max-width: 96px;
}
.clubmember article .incentives li p {
  word-break: keep-all;
}
@media (max-width: 1023px) {
  .clubmember article .incentives li {
    text-align: center;
  }
}
.clubmember article .btn.very-big {
  font-size: 2rem;
  line-height: 1;
  background: black;
  text-decoration: none;
  padding: 14px 28px;
  margin: 28px auto;
}
@media (max-width: 1023px) {
  .clubmember article .btn.very-big {
    font-size: 1.6rem;
  }
}
.clubmember article .btn.very-big:hover {
  background: #252525;
  text-decoration: none;
}
.clubmember ul {
  list-style: none;
  margin: 0 auto;
}
.clubmember ul.article-list.incentives {
  display: grid;
  grid-gap: 14px;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  margin: 0 auto 56px auto;
  padding: 0;
  width: 100%;
  max-width: 1440px;
}
@media (max-width: 1023px) {
  .clubmember ul.article-list.incentives {
    grid-template-columns: 1fr;
    padding: 0 14px;
  }
}
.clubmember ul.article-list.incentives li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  .clubmember ul.article-list.incentives li {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.clubmember ul.article-list.incentives li:nth-of-type(even) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .clubmember ul.article-list.incentives li:nth-of-type(even) {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.clubmember ul.article-list.incentives li div {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  width: 50%;
}
@media (max-width: 1023px) {
  .clubmember ul.article-list.incentives li div {
    width: 100%;
  }
}
.clubmember ul.article-list.incentives li div:first-of-type {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 14px;
}
@media (max-width: 1023px) {
  .clubmember ul.article-list.incentives li div:first-of-type {
    padding: 14px;
  }
}
.clubmember ul.article-list.incentives li div:last-of-type {
  padding: 20%;
  position: relative;
  overflow: hidden;
  background: #E6E6E6;
}
@media (max-width: 1024px) {
  .clubmember ul.article-list.incentives li div:last-of-type {
    padding: 40%;
  }
}
.clubmember ul.article-list.incentives li div:last-of-type img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clubmember .text-center {
  text-align: center;
}
.facet-wrapper {
  margin-bottom: 42px;
}
.facet-wrapper h2 {
  margin-bottom: 14px;
}
.facet-wrapper .facets {
  display: block;
  margin: 0;
  padding: 0;
}
.facet-wrapper .facets.short li {
  display: none;
}
.facet-wrapper .facets.short li:nth-of-type(-n+5) {
  display: block;
}
.facet-wrapper .facets.short li.active {
  display: block;
}
.facet-wrapper .facets li {
  display: block;
  padding: 7px 0;
}
#toggleSearchResultFilter {
  display: none;
}
@media (max-width: 1023px) {
  #toggleSearchResultFilter {
    display: block;
  }
}
.toggleFacets {
  display: none;
  text-decoration: underline;
}
.toggleFacets:hover {
  text-decoration: underline;
}
.toggleFacets.active {
  display: block;
}
#framework .search-result-layout {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 1023px) {
  #framework .search-result-layout {
    display: block;
  }
}
#framework .search-result-layout .left-column {
  width: 25%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  padding: 7px;
}
@media (max-width: 1023px) {
  #framework .search-result-layout .left-column {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 28px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
#framework .search-result-layout .left-column #close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 24px;
  height: 24px;
  display: none;
}
@media (max-width: 1023px) {
  #framework .search-result-layout .left-column #close {
    display: block;
  }
}
#framework .search-result-layout .left-column #close .stripe {
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: black;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
#framework .search-result-layout .left-column #close .stripe:last-of-type {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
#framework .search-result-layout .main-column {
  width: 75%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 1023px) {
  #framework .search-result-layout .main-column {
    width: 100%;
  }
}
#framework .search-result-layout .main-column .productlist .product {
  width: 33.33%;
}
@media (max-width: 767px) {
  #framework .search-result-layout .main-column .productlist .product {
    width: 50%;
  }
}
.review-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.review-wrapper label {
  margin-bottom: 4px;
}
@media (max-width: 1023px) {
  .review-wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.review-wrapper .left-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 40%;
  margin-top: auto;
  margin-bottom: auto;
}
.review-wrapper .left-column .review-left-image {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .review-wrapper .left-column {
    width: 100%;
  }
}
.review-wrapper .right-column {
  width: 60%;
}
.review-wrapper .right-column .thank-you-review {
  margin-bottom: 20px;
}
.review-wrapper .right-column .product-name {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .review-wrapper .right-column {
    width: 100%;
  }
}
.rating {
  position: relative;
  display: inline-flex;
  transform: rotateY(180deg);
}
.rating input {
  display: none;
}
.rating input:hover ~ label:before,
.rating input:checked ~ label:before {
  content: "J";
}
.rating input:hover + label {
  transform: scale3d(1.2, 1.2, 1);
}
.rating label {
  display: block;
  cursor: pointer;
  font-size: 1.8rem;
}
.rating label:before {
  content: "G";
  font-family: "kitchnno";
}
.show-rating label {
  font-size: 0.75rem;
}
.show-rating .rating-done {
  font-size: 1.6rem;
}
.name-dropdown {
  width: 200px;
  margin-bottom: 2%;
}
.review-done-header {
  margin-bottom: 2%;
  margin-top: 2%;
}
.pleaseChoose {
  display: none;
}
.error {
  color: red;
}
.Benefits-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px), (max-width: 1024px) {
  .Benefits-container {
    align-items: center;
  }
}
@media (max-width: 767px), (max-width: 1024px) {
  .Benefits-container p {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.Benefits-container .my-benefits {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767px), (max-width: 1024px) {
  .Benefits-container .my-benefits {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.Benefits-container .my-benefits .benefits-cupons {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 767px), (max-width: 1024px) {
  .Benefits-container .my-benefits .benefits-cupons {
    width: 100%;
    text-align: left;
    padding: 0;
    padding-bottom: 20px;
  }
}
.Benefits-container .my-benefits .benefits-cupons h2 {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid black;
}
.Benefits-container .my-benefits .benefits-cupons .item {
  min-height: 200px;
  text-align: left;
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px), (max-width: 1024px) {
  .Benefits-container .my-benefits .benefits-cupons .item {
    width: 100%;
    min-height: unset;
  }
}
.Benefits-container .my-benefits .benefits-cupons .item .image-container {
  width: 20%;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px), (max-width: 1024px) {
  .Benefits-container .my-benefits .benefits-cupons .item .image-container {
    height: auto;
  }
}
.Benefits-container .my-benefits .benefits-cupons .item .image-container .brand {
  height: 100px;
  width: 100px;
  background-color: black;
  border-radius: 50%;
  word-break: keep-all;
  color: white;
  margin: 0;
  padding: 0;
  line-height: 100px;
  text-align: center;
}
.Benefits-container .my-benefits .benefits-cupons .item .image-container .percent {
  height: 75px;
  width: 75px;
  background-color: black;
  border-radius: 50%;
  word-break: keep-all;
  color: white;
  margin: 0;
  padding: 0;
  line-height: 75px;
  text-align: center;
}
.Benefits-container .my-benefits .benefits-cupons .item .info-container {
  width: 80%;
  height: 150px;
}
@media (max-width: 767px) {
  .Benefits-container .my-benefits .benefits-cupons .item .info-container {
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
  }
}
.Benefits-container .my-benefits .benefits-cupons .item .info-container .date {
  font-size: 14px;
}
.Benefits-container .my-benefits .benefits-cupons .item.border {
  border-bottom: 1px solid #dadada;
}
.Benefits-container .my-benefits .benefit-cutcard {
  width: 50%;
}
@media (max-width: 767px), (max-width: 1024px) {
  .Benefits-container .my-benefits .benefit-cutcard {
    width: 100%;
    margin-top: 50px;
    text-align: left;
  }
}
.Benefits-container .my-benefits .benefit-cutcard h2 {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid black;
}
.Benefits-container .my-benefits .benefit-cutcard .item {
  min-height: 200px;
  text-align: left;
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 767px), (max-width: 1024px) {
  .Benefits-container .my-benefits .benefit-cutcard .item {
    width: 100%;
    min-height: unset;
    border-bottom: 1px solid #dfdfdf;
  }
}
.Benefits-container .my-benefits .benefit-cutcard .item .image-container {
  width: 20%;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px), (max-width: 1024px) {
  .Benefits-container .my-benefits .benefit-cutcard .item .image-container {
    height: auto;
  }
}
.Benefits-container .my-benefits .benefit-cutcard .item .image-container .brand {
  height: 75px;
  width: 75px;
  background-color: black;
  border-radius: 50%;
  word-break: keep-all;
  color: white;
  margin: 0;
  padding: 0;
  line-height: 75px;
  text-align: center;
}
.Benefits-container .my-benefits .benefit-cutcard .item .image-container .stamps {
  height: 50px;
  text-align: left;
  padding-top: 16px;
}
.Benefits-container .my-benefits .benefit-cutcard .item .image-container .stamps .b1,
.Benefits-container .my-benefits .benefit-cutcard .item .image-container .stamps .b2,
.Benefits-container .my-benefits .benefit-cutcard .item .image-container .stamps .b3,
.Benefits-container .my-benefits .benefit-cutcard .item .image-container .stamps .b4,
.Benefits-container .my-benefits .benefit-cutcard .item .image-container .stamps .b5 {
  height: 16px;
  width: 16px;
  margin: 0;
}
.Benefits-container .my-benefits .benefit-cutcard .item .image-container .stamps .stamps-left {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px), (max-width: 1024px) {
  .Benefits-container .my-benefits .benefit-cutcard .item .image-container .stamps {
    display: none;
  }
}
.Benefits-container .my-benefits .benefit-cutcard .item .info-container {
  width: 80%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px), (max-width: 1024px) {
  .Benefits-container .my-benefits .benefit-cutcard .item .info-container {
    margin-bottom: 14px;
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .Benefits-container .my-benefits .benefit-cutcard .item .info-container .hide {
    display: none;
  }
}
.Benefits-container .my-benefits .benefit-cutcard .item .info-container .date {
  align-self: baseline;
  font-size: 14px;
  margin: 0;
}
.Benefits-container .my-benefits .benefit-cutcard .item.border {
  border-bottom: 1px solid #dadada;
}
.Benefits-container .benefits-information {
  display: flex;
  align-content: center;
}
@media (max-width: 767px), (max-width: 1024px) {
  .Benefits-container .benefits-information {
    text-align: left;
    flex-direction: column;
  }
}
.Benefits-container .benefits-information .textbox {
  width: 50%;
}
@media (max-width: 767px), (max-width: 1024px) {
  .Benefits-container .benefits-information .textbox {
    width: 100%;
    margin-bottom: 14px;
  }
}
.Benefits-container .benefits-information .unntak {
  display: none;
}
@media (max-width: 767px) {
  .Benefits-container .benefits-information .unntak {
    display: block;
  }
}
.Benefits-container .benefits-information .textbox-exceptions {
  width: 50%;
}
@media (max-width: 767px), (max-width: 1024px) {
  .Benefits-container .benefits-information .textbox-exceptions {
    width: 100%;
    display: none;
  }
}
.Benefits-container .benefits-information .textbox-exceptions .show-more {
  font-weight: bold;
  font-size: 12px;
}
.Benefits-container .benefits-information .textbox-exceptions .show-more:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .Benefits-container .benefits-information a {
    text-decoration: underline;
    font-size: 16px;
  }
}
.show-list {
  display: inline-block;
}
.show-more {
  display: none;
}
@media (max-width: 767px), (max-width: 1024px) {
  .show-more {
    display: inline-block;
  }
}
.modal-item {
  display: flex;
  flex-direction: column;
}
.modal-item .exit {
  font-size: 20px;
  font-weight: bold;
  align-self: flex-end;
}
.modal-item .exit:hover {
  cursor: pointer;
}
.modal-item .img {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  border-radius: 50%;
  color: white;
  word-break: unset;
  margin-bottom: 16px;
}
.modal-item .img img {
  width: 100%;
  height: 100%;
}
.modal-item .img .brand {
  height: 100%;
  line-height: 100px;
}
.modal-item .presentation {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.modal-item .presentation .stamps {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-item .presentation .stamps .stamp-list {
  width: auto;
  display: flex;
  flex-direction: row;
}
.modal-item .presentation .stamps .stamp-list .stamp {
  border: 2px solid black;
  background: white;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  margin: 3px;
  display: flex;
}
.modal-item .presentation .stamps .stamp-list .stamp .checked {
  background: black;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  margin: auto;
}
.modal-item .presentation .stamps .stamp-list .stamp .unchecked {
  background-color: white;
}
.modal-item .info-text {
  margin-top: 20px;
}
.modal-item .info-text .text-bold {
  font-weight: bold;
}
.modal-item .info-text .date {
  font-size: 10px;
}
@media (min-width: 960px) {
  .modal-item {
    display: none !important;
  }
}
.cupon-benefits {
  /*  width: 50%;
    padding-right: 50px;
*/
  /* h2 {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid black;
    }*/
}
@media (max-width: 767px), (max-width: 1024px) {
  .cupon-benefits {
    width: 100%;
    padding: 0;
    min-height: 100px;
    margin-bottom: 28px;
  }
}
.cupon-benefits a:hover {
  cursor: default;
}
@media (max-width: 767px), (max-width: 1024px) {
  .cupon-benefits a:hover {
    cursor: pointer;
  }
}
.cupon-benefits .cupon-item {
  /*border: 1px solid white;
        display: flex;
        flex-direction: row;*/
  /*       min-height: 125px;
        margin-top: 25px;*/
  /*
        @media @mobile, @ipad {
            min-height: 100px;
            margin-bottom: 10px;
        }
*/
}
.cupon-benefits .cupon-item .brand {
  /* width: 25%;*/
  display: flex;
  align-items: center;
}
.cupon-benefits .cupon-item .brand h1 {
  height: 100px;
  width: 100px;
  background-color: black;
  border: 1px solid black;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 100px;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px), (max-width: 1024px) {
  .cupon-benefits .cupon-item .brand h1 {
    height: 75px;
    width: 75px;
  }
}
.cupon-benefits .cupon-item .brand img {
  width: 100%;
  /* padding-bottom: 10px;
                max-height: 90%;
                max-width: 90%;

                @media @mobile {
                    max-height: 100%;
                    max-width: 100%;
                }*/
}
.cupon-benefits .cupon-item .info-text {
  /*width: 65%;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cupon-benefits .cupon-item .info-text .short {
  margin: 0;
}
.cupon-benefits .cupon-item .info-text .long p {
  /*margin: 0;*/
}
@media (max-width: 767px), (max-width: 1024px) {
  .cupon-benefits .cupon-item .info-text .long {
    display: none;
  }
}
.cupon-benefits .cupon-item .info-text .long-mobile {
  display: none;
}
@media (max-width: 767px), (max-width: 1024px) {
  .cupon-benefits .cupon-item .info-text .long-mobile {
    display: initial;
  }
}
.cupon-benefits .cupon-item .info-text .date {
  font-size: 12px;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px), (max-width: 1024px) {
  .cupon-benefits .cupon-item .info-text {
    padding-left: 20px;
  }
}
.cupon-benefits .cupon-item .count {
  display: none;
}
@media (max-width: 767px), (max-width: 1024px) {
  .cupon-benefits .cupon-item .count {
    width: 10%;
    background-color: white;
    text-align: center;
    line-height: 100%;
  }
}
.cupon-benefits .cupon-item .count p {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 1px solid black;
  border-radius: 45%;
  line-height: 30px;
}
.cutcard-benefits {
  /*   h2 {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid black;
        margin-bottom: 25px;
    }*/
}
.cutcard-benefits a:hover {
  cursor: initial;
}
@media (max-width: 767px), (max-width: 1024px) {
  .cutcard-benefits a:hover {
    cursor: pointer;
  }
}
@media (max-width: 767px), (max-width: 1024px) {
  .cutcard-benefits {
    width: 100%;
    padding: 0;
  }
}
.cutcard-benefits .cutcard-item {
  /*display: flex;
        flex-direction: row;
        min-height: 200px;
        max-height: 200px;
        align-items: center;
        margin-bottom: 44px;*/
  /* @media @mobile {
            min-height: 100px;
            margin-bottom: 10px;
            max-height: unset;
        }

        @media @ipad {
            min-height: 100px;
            margin-bottom: 40px;
            max-height: unset;
        }*/
}
.cutcard-benefits .cutcard-item .brand {
  /*width: 30%;*/
  display: flex;
  flex-direction: column;
}
.cutcard-benefits .cutcard-item .brand img {
  width: 100%;
  /*max-height: 75%;
                max-width: 75%;
                padding-bottom: 5px;

                @media @mobile {
                    max-height: 100%;
                    max-width: 100%;
                    padding-bottom: 0px;
                }*/
}
.cutcard-benefits .cutcard-item .brand .stamps {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
}
.cutcard-benefits .cutcard-item .brand .stamps .stamp-list {
  width: auto;
  display: flex;
  flex-direction: row;
}
.cutcard-benefits .cutcard-item .brand .stamps .stamp-list .stamp {
  border: 2px solid black;
  background: white;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  margin: 3px;
  display: flex;
}
.cutcard-benefits .cutcard-item .brand .stamps .stamp-list .stamp .checked {
  background: black;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  margin: auto;
}
.cutcard-benefits .cutcard-item .brand .stamps .stamp-list .stamp .unchecked {
  background-color: white;
}
.cutcard-benefits .cutcard-item .brand .stamps input {
  display: none;
}
.cutcard-benefits .cutcard-item .brand .stamps .stamps-left {
  font-size: 14px;
  margin: 8px 0px 8px 0px;
}
@media (max-width: 767px) {
  .cutcard-benefits .cutcard-item .brand .stamps {
    display: none;
  }
}
.cutcard-benefits .cutcard-item .brand .stamps-left-mobile {
  display: none;
}
@media (max-width: 767px) {
  .cutcard-benefits .cutcard-item .brand .stamps-left-mobile {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cutcard-benefits .cutcard-item .brand .stamps-left-mobile p {
    border: 2px solid black;
    border-radius: 42%;
    padding: 5px;
    font-weight: 700;
  }
}
.cutcard-benefits .cutcard-item .brand .amount {
  height: 35%;
}
.cutcard-benefits .cutcard-item .info-text {
  /* width: 70%;
            min-height: 200px;
            max-height: 200px;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cutcard-benefits .cutcard-item .info-text .short {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.cutcard-benefits .cutcard-item .info-text .short .description {
  width: 80%;
}
.cutcard-benefits .cutcard-item .info-text .short .stamps-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cutcard-benefits .cutcard-item .info-text .short .stamps-indicator {
    display: initial;
    width: 20%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cutcard-benefits .cutcard-item .info-text .short .stamps-indicator p {
    width: 40px;
    height: 30px;
    font-weight: 500;
    border: 1px solid black;
    padding: 0px;
    margin: 0px;
    border-radius: 16px;
    line-height: 30px;
  }
}
.cutcard-benefits .cutcard-item .info-text .long {
  /*p {
                    margin: 0px;
                }*/
}
@media (max-width: 767px), (max-width: 1024px) {
  .cutcard-benefits .cutcard-item .info-text .long {
    display: none;
  }
}
.cutcard-benefits .cutcard-item .info-text .long-mobile {
  display: none;
}
@media (max-width: 767px), (max-width: 1024px) {
  .cutcard-benefits .cutcard-item .info-text .long-mobile {
    display: initial;
  }
}
.cutcard-benefits .cutcard-item .info-text .long-mobile p {
  margin: 0px;
  width: 80%;
}
.cutcard-benefits .cutcard-item .info-text .date {
  font-size: 12px;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px), (max-width: 1024px) {
  .cutcard-benefits .cutcard-item .info-text .date {
    display: none;
  }
}
@media (max-width: 767px), (max-width: 1024px) {
  .cutcard-benefits .cutcard-item .info-text {
    padding-left: 20px;
  }
}
.cutcard-benefits .cutcard-item .count {
  display: none;
}
@media (max-width: 767px), (max-width: 1024px) {
  .cutcard-benefits .cutcard-item .count {
    width: 10%;
    background-color: white;
    text-align: center;
    line-height: 100%;
  }
}
.cutcard-benefits .cutcard-item .count p {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 1px solid black;
  border-radius: 45%;
  line-height: 30px;
}
.liste {
  display: block;
}
.mypage-campaign-list .campaign-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #252525;
  aspect-ratio: 1;
  padding: 50%;
  position: relative;
}
.mypage-campaign-list .campaign-circle > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin: 0;
}
.countdown {
  width: 100%;
}
.countDown {
  padding: 56px;
  text-align: center;
}
@media (max-width: 1440px) {
  .countDown {
    padding: 28px;
  }
}
@media (max-width: 1023px) {
  .countDown {
    padding: 14px;
  }
}
.countDown.black-orange-date {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  background-color: black;
  color: white;
}
@media (max-width: 768px) {
  .countDown.black-orange-date {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .countDown.black-orange-date {
    padding: 14px;
  }
}
.countDown.black-orange-date .date-wrapper {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  display: block;
  white-space: nowrap;
}
.countDown.black-orange-date .date-wrapper .date-day-wrapper {
  /*.flex-display();
                .align-items(center);
                .justify-content(space-between);*/
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 14px;
  font-size: 6rem;
  line-height: 1;
}
@media (max-width: 1440px) {
  .countDown.black-orange-date .date-wrapper .date-day-wrapper {
    font-size: 5.7rem;
  }
}
@media (max-width: 1024px) {
  .countDown.black-orange-date .date-wrapper .date-day-wrapper {
    font-size: 4.6rem;
  }
}
@media (max-width: 1023px) {
  .countDown.black-orange-date .date-wrapper .date-day-wrapper {
    font-size: 2.6rem;
  }
}
.countDown.black-orange-date .date-wrapper .date-day-wrapper .date-day-month {
  color: #D34500;
  font-weight: 600;
  text-align: right;
}
.countDown.black-orange-date .date-wrapper .text-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 7px;
}
.countDown.black-orange-date .date-wrapper .text-wrapper .text {
  text-transform: uppercase;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.2rem;
  padding: 0 14px;
}
.countDown.black-orange-date .date-wrapper .text-wrapper .text:empty {
  display: none;
}
@media (max-width: 1440px) {
  .countDown.black-orange-date .date-wrapper .text-wrapper .text {
    font-size: 0.9rem;
  }
}
.countDown.black-orange-date .date-wrapper .text-wrapper hr {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 1440px) {
  .countDown.black-orange-date .timer {
    grid-column-gap: 14px;
  }
}
.countDown.black-orange-date hr {
  width: 100%;
  height: 1px;
  border: 0;
  background: #D34500;
}
@media (max-width: 1440px) {
  .countDown.black-orange-date .time {
    font-size: 5.7rem;
  }
}
@media (max-width: 1024px) {
  .countDown.black-orange-date .time {
    font-size: 4.6rem;
  }
}
@media (max-width: 1023px) {
  .countDown.black-orange-date .time {
    font-size: 2.5rem;
  }
}
.countDown.white-orange-date {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  background: white;
  color: black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
@media (max-width: 768px) {
  .countDown.white-orange-date {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .countDown.white-orange-date {
    padding: 14px;
  }
}
.countDown.white-orange-date .date-wrapper {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  display: block;
  white-space: nowrap;
}
.countDown.white-orange-date .date-wrapper .date-day-wrapper {
  /*.flex-display();
                .align-items(center);
                .justify-content(space-between);*/
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 14px;
  font-size: 6rem;
  line-height: 1;
}
@media (max-width: 1440px) {
  .countDown.white-orange-date .date-wrapper .date-day-wrapper {
    font-size: 5.7rem;
  }
}
@media (max-width: 1024px) {
  .countDown.white-orange-date .date-wrapper .date-day-wrapper {
    font-size: 4.6rem;
  }
}
@media (max-width: 1023px) {
  .countDown.white-orange-date .date-wrapper .date-day-wrapper {
    font-size: 2.6rem;
  }
}
.countDown.white-orange-date .date-wrapper .date-day-wrapper .date-day-month {
  color: #D34500;
  font-weight: 600;
  text-align: right;
}
.countDown.white-orange-date .date-wrapper .text-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 7px;
}
.countDown.white-orange-date .date-wrapper .text-wrapper .text {
  text-transform: uppercase;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.2rem;
  padding: 0 14px;
}
.countDown.white-orange-date .date-wrapper .text-wrapper .text:empty {
  display: none;
}
@media (max-width: 1440px) {
  .countDown.white-orange-date .date-wrapper .text-wrapper .text {
    font-size: 0.9rem;
  }
}
.countDown.white-orange-date .date-wrapper .text-wrapper hr {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 1440px) {
  .countDown.white-orange-date .timer {
    grid-column-gap: 14px;
  }
}
.countDown.white-orange-date hr {
  width: 100%;
  height: 1px;
  border: 0;
  background: #D34500;
}
@media (max-width: 1440px) {
  .countDown.white-orange-date .time {
    font-size: 5.7rem;
  }
}
@media (max-width: 1024px) {
  .countDown.white-orange-date .time {
    font-size: 4.6rem;
  }
}
@media (max-width: 1023px) {
  .countDown.white-orange-date .time {
    font-size: 2.5rem;
  }
}
.countDown.black-orange {
  background-color: black;
  color: white;
  padding: 28px 56px;
}
@media (max-width: 767px) {
  .countDown.black-orange {
    padding: 28px 14px;
  }
}
.countDown.black-orange .time {
  color: white;
}
.countDown.white-orange {
  background-color: white;
  color: black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 28px 56px;
}
@media (max-width: 767px) {
  .countDown.white-orange {
    padding: 28px 0;
  }
}
.countDown.white-orange .time {
  color: black;
}
.countDown .timer {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto;
  display: inline-grid;
  grid-template-columns: repeat(4, minmax(auto, 1fr));
  grid-column-gap: 42px;
}
@media (max-width: 1440px) {
  .countDown .timer {
    grid-column-gap: 28px;
  }
}
@media (max-width: 1023px) {
  .countDown .timer {
    grid-column-gap: 14px;
  }
}
.countDown .time {
  font-weight: 600;
  font-size: 6rem;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .countDown .time {
    font-size: 4.8rem;
  }
}
@media (max-width: 767px) {
  .countDown .time {
    font-size: 2.5rem;
  }
}
.countDown .unit {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  white-space: nowrap;
  color: #D34500;
}
@media (max-width: 1440px) {
  .countDown .unit {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .countDown .unit {
    font-size: 0.8rem;
  }
}
.teaser-wrapper .teaser {
  text-align: center;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.teaser-wrapper .teaser img {
  max-width: 100%;
  height: auto;
}
.full-width-article article {
  text-align: center;
  margin: 0 auto 200px auto;
  position: relative;
}
@media (max-width: 1023px) {
  .full-width-article article {
    margin: 0 auto 160px auto;
  }
}
@media (max-width: 767px) {
  .full-width-article article {
    margin: 0 auto 14px auto;
  }
}
.full-width-article article figure {
  position: relative;
  margin: 0;
}
.full-width-article article figure.full-width {
  width: 100%;
  overflow: hidden;
  /*@media @below-ipad {
                    margin: 0 auto 200px auto;
                }

                @media @mobile {
                    margin: 0 auto 400px auto;
                }*/
}
.full-width-article article figure.full-width img {
  height: auto;
  max-height: 50vh;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .full-width-article article figure.full-width img {
    height: 25vh;
  }
}
@media (max-width: 767px) {
  .full-width-article article figure.full-width img {
    height: 30vh;
  }
}
.full-width-article article figure .nav-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.1), transparent);
}
.full-width-article article .box {
  background: white;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  color: black;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  transform: translate3d(-50%, 50%, 0);
  padding: 28px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.full-width-article article .box.contest {
  display: contents;
  transform: translate3d(0%, 100%, 0);
}
.full-width-article article .box.contest ul {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
.full-width-article article .box.contest ul li {
  text-align: start;
}
.full-width-article article .box.contest h2 {
  margin-top: 35px;
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .full-width-article article .box.contest {
    transform: translate3d(0, 50%, 0);
    /*margin:0 auto 0 auto;*/
  }
}
@media (max-width: 1023px) {
  .full-width-article article .box {
    width: calc(100% - 14px*3);
    margin: 0;
  }
}
@media (max-width: 767px) {
  .full-width-article article .box {
    width: calc(100% - 14px*3);
    margin: -80px auto 0 auto;
    transform: none;
    left: auto;
    bottom: auto;
    position: relative;
  }
}
.full-width-article article .box h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 3rem;
}
@media (max-width: 1023px) {
  .full-width-article article .box h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 1023px) {
  .full-width-article article .box h2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.full-width-article article .box p {
  font-size: 1.6rem;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .full-width-article article .box p {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.full-width-article article .box p:last-of-type {
  margin-bottom: 0;
}
.full-width-article article .box hr {
  max-width: 33%;
  margin: 14px auto;
}
ul li {
  text-align: start;
}
.christmas-calendar-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: calc(720px + 14px*3);
  padding: 21px;
}
.christmas-calendar-wrapper .question-image {
  text-align: center;
}
.christmas-calendar-wrapper .question-image img {
  max-width: 300px;
}
.christmas-calendar-wrapper .question {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width: 767px) {
  .christmas-calendar-wrapper .question {
    font-size: 1.1rem;
  }
}
.christmas-calendar-wrapper .attempts {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}
.christmas-calendar-wrapper .answers {
  list-style-type: none;
  margin: 0 28px 56px 28px;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 767px) {
  .christmas-calendar-wrapper .answers {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.christmas-calendar-wrapper .answers .answer {
  width: 33.333%;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.7rem;
  position: relative;
  padding: 14px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .christmas-calendar-wrapper .answers .answer {
    font-size: 1.5rem;
    line-height: 1.2;
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
    /*margin-bottom: @default-padding;*/
  }
}
.christmas-calendar-wrapper .answers .answer input {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.christmas-calendar-wrapper .answers .answer input:checked ~ label:before {
  background: black;
  border-color: black;
}
.christmas-calendar-wrapper .answers .answer input:checked ~ label:after {
  content: "L";
  transform: translate3d(-50%, -40px, 0) rotate(33deg) scaleX(-1);
}
.christmas-calendar-wrapper .answers .answer input ~ label {
  padding-bottom: 44px;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 767px) {
  .christmas-calendar-wrapper .answers .answer input ~ label {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
}
.christmas-calendar-wrapper .answers .answer input ~ label:before,
.christmas-calendar-wrapper .answers .answer input ~ label:after {
  content: "";
  display: block;
  color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, -100%, 0);
  transition: all 0.2s ease-in-out;
}
.christmas-calendar-wrapper .answers .answer input ~ label:before {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  border: 2px solid #6c6c6c;
  bottom: -22px;
}
@media (max-width: 767px) {
  .christmas-calendar-wrapper .answers .answer input ~ label:before {
    width: 26px;
    height: 26px;
  }
}
.christmas-calendar-wrapper .answers .answer input ~ label:after {
  font-size: 26px;
  font-weight: 500;
  transform: translate3d(-50%, -22px, 0) rotate(15deg) scaleX(-1);
  transition: all 0.4s ease-in-out;
  bottom: -38px;
}
.christmas-calendar-wrapper .customerclubreg-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.christmas-calendar-wrapper .customerclubreg-wrapper select {
  width: 100%;
}
.christmas-calendar-wrapper #cbClubMember:checked ~ .customerclubreg-wrapper {
  max-height: 400px;
}
.christmas-calendar-wrapper .winners-wrapper {
  text-align: center;
}
.christmas-calendar-wrapper .winners-wrapper input[type=checkbox] {
  visibility: hidden;
  height: 0;
  width: 0;
}
.christmas-calendar-wrapper .winners-wrapper input[type=checkbox]:checked ~ dl dt,
.christmas-calendar-wrapper .winners-wrapper input[type=checkbox]:checked ~ dl dd {
  max-height: 50px;
}
.christmas-calendar-wrapper .winners-wrapper input[type=checkbox] ~ dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  grid-gap: 14px;
}
.christmas-calendar-wrapper .winners-wrapper input[type=checkbox] ~ dl dt,
.christmas-calendar-wrapper .winners-wrapper input[type=checkbox] ~ dl dd {
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.answerMessage {
  padding: 25.2px 0 25.2px 0;
  font-size: 1.3rem;
}
div.vipps-login > div {
  padding: 14px/2 0;
}
/*div.vipps-login > div > a {
    padding: 0;
    margin: 0;
}*/
div.vipps-login > p.or-text {
  margin: 0 0 14px/2 0;
}
.mypage-giftcards {
  width: 100%;
  padding-top: 14px;
}
.mypage-giftcards .mypage-giftcards-overview {
  width: 50%;
}
@media (max-width: 1023px) {
  .mypage-giftcards .mypage-giftcards-overview {
    width: 100%;
  }
}
.mypage-giftcards .mypage-giftcards-overview .giftcards-list {
  width: 100%;
  margin-bottom: 28px;
}
.mypage-giftcards .mypage-giftcards-overview .giftcards-list td {
  padding: 7px 0;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #c6c6c6;
}
.mypage-giftcards .mypage-giftcards-overview .giftcards-list td .giftcard-icon {
  width: 25%;
}
.mypage-giftcards .mypage-giftcards-overview .giftcards-list td .giftcard-info {
  width: 25%;
  margin: 0 48px 0 12px;
}
.mypage-giftcards .mypage-giftcards-overview .giftcards-list td .giftcard-info p {
  margin: 6px;
}
.mypage-giftcards .mypage-giftcards-overview .giftcards-list td .giftcard-balance {
  text-align: end;
  width: 50%;
}
.mypage-giftcards .mypage-giftcards-overview .giftcards-list td .giftcard-balance h2 {
  font-weight: bold;
}
.mypage-giftcards .mypage-giftcards-overview .giftcards-list .giftcard-item.clickable:hover {
  cursor: pointer;
  background: #F8F7F7;
}
.mypage-giftcards .mypage-giftcards-overview .giftcards-options {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .mypage-giftcards .mypage-giftcards-overview .giftcards-options {
    margin-bottom: 28px;
  }
  .mypage-giftcards .mypage-giftcards-overview .giftcards-options button {
    width: 100%;
  }
}
.mypage-giftcards .mypage-giftcards-digitalise .digitalise-container {
  width: 50%;
}
@media (max-width: 1023px) {
  .mypage-giftcards .mypage-giftcards-digitalise .digitalise-container {
    width: 100%;
  }
}
.mypage-giftcards .mypage-giftcards-digitalise .digitalise-container #digitalise-form input {
  width: 50%;
}
@media (max-width: 1023px) {
  .mypage-giftcards .mypage-giftcards-digitalise .digitalise-container #digitalise-form input {
    width: 100%;
  }
}
.mypage-giftcards .mypage-giftcards-digitalise .digitalise-container .giftcard-error {
  margin: 0;
  padding: 0;
  color: red;
}
.mypage-giftcards .mypage-giftcards-digitalise .digitalise-container .digitalise-submit {
  width: 50%;
}
@media (max-width: 1023px) {
  .mypage-giftcards .mypage-giftcards-digitalise .digitalise-container .digitalise-submit {
    width: 100%;
  }
  .mypage-giftcards .mypage-giftcards-digitalise .digitalise-container .digitalise-submit button {
    width: 100%;
    margin: 14px 0;
  }
}
.mypage-giftcards .mypage-giftcards-digitalise .digitalise-container #giftcard-response-message {
  margin: 0;
  color: black;
  font-size: 14px;
}
.mypage-giftcards .mypage-giftcards-digitalise .digitalise-instructions {
  width: 50%;
}
.mypage-giftcards .mypage-giftcards-give-away {
  width: 50%;
}
@media (max-width: 1023px) {
  .mypage-giftcards .mypage-giftcards-give-away {
    width: 100%;
  }
}
.mypage-giftcards .mypage-giftcards-give-away .give-away-form-container {
  display: none;
}
.mypage-giftcards .mypage-giftcards-give-away .give-away-form-container input {
  width: 100%;
}
@media (max-width: 1023px) {
  .mypage-giftcards .mypage-giftcards-give-away .give-away-form-container button {
    width: 100%;
    margin: 14px 0;
  }
}
.mypage-giftcards .mypage-giftcards-give-away .confirm-sending {
  display: none;
}
.mypage-giftcards .giftcards-list {
  width: 100%;
  margin-bottom: 28px;
}
.mypage-giftcards .giftcards-list td {
  padding: 7px 0;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #c6c6c6;
}
.mypage-giftcards .giftcards-list td.selectable:hover {
  cursor: pointer;
  background: #e1e1e1;
}
.mypage-giftcards .giftcards-list td .giftcard-icon {
  width: 25%;
  display: flex;
  align-content: center;
}
.mypage-giftcards .giftcards-list td .giftcard-icon i {
  line-height: 0.7;
  vertical-align: middle;
  font-size: 30px;
}
.mypage-giftcards .giftcards-list td .giftcard-info {
  width: 25%;
  margin: 0 48px 0 12px;
}
.mypage-giftcards .giftcards-list td .giftcard-info .giftcard-number {
  font-weight: 600;
  font-size: 14px;
}
.mypage-giftcards .giftcards-list td .giftcard-info p {
  margin: 6px;
}
.mypage-giftcards .giftcards-list td .giftcard-balance {
  text-align: end;
  width: 50%;
}
.mypage-giftcards .giftcards-list td .giftcard-balance h2 {
  font-weight: bold;
}
.mypage-giftcards #giftcard-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: none;
}
.mypage-giftcards #giftcard-modal a {
  position: relative;
  top: -14%;
  font-size: 22px;
}
.mypage-giftcards #giftcard-modal a:hover {
  cursor: pointer;
  color: #D34500;
}
.mypage-giftcards #giftcard-modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mypage-giftcards #giftcard-modal.active img {
  height: 25%;
  border-radius: 10px;
}
.mypage-giftcards #back-to-giftcards {
  margin-top: 28px;
}
.mypage-giftcards #back-to-giftcards a {
  font-size: 12px;
  text-decoration: underline;
}
#quickcart-btn span {
  width: 28px;
  height: 28px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 800;
  border-radius: 100%;
  background: #D34500;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
}
#ShoppingCart {
  position: fixed;
  top: var(--margin-top);
  right: 0;
  height: 100%;
  width: 640px;
  background: white;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  z-index: 4;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #ShoppingCart {
    width: 100%;
  }
}
#ShoppingCart.active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#ShoppingCart .shoppingCartWrapper {
  flex: 1 1 auto;
  height: 100%;
}
#ShoppingCart .product-subtract.disabled,
#ShoppingCart .product-add.disabled {
  color: #555;
  pointer-events: none;
  background: #F8F7F7;
  border-color: #F8F7F7;
}
#video {
  width: 100%;
  aspect-ratio: 1.77;
}
#video-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
#video-controls:hover {
  opacity: 1;
}
#video-controls #play-pause {
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 100%;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  border: 4px solid #D34500;
  border-radius: 50%;
  padding: 20px;
  width: 80px;
  height: 80px;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1023px) {
  #video-controls #play-pause {
    border: 3px solid #D34500;
    width: 60px;
    height: 60px;
  }
}
#video-controls #play-pause:focus {
  outline: 0;
}
#video-controls #play-pause:before {
  content: "";
  height: 80px;
}
#video-controls #play-pause.pause .left,
#video-controls #play-pause.pause .right {
  margin: 0;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 14.4px solid #D34500;
  height: 37.28px;
  transform: translate3d(-125%, -50%, 0);
}
@media (max-width: 767px) {
  #video-controls #play-pause.pause .left,
  #video-controls #play-pause.pause .right {
    border-left: 10.8px solid #D34500;
    height: 27.96px;
  }
}
#video-controls #play-pause.pause .right {
  transform: translate3d(25%, -50%, 0);
}
#video-controls #play-pause.play .right {
  margin-left: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-right: 0px solid transparent;
  height: 0;
}
#video-controls #play-pause.play .left {
  margin: 0;
  border-left: 37.28px solid #D34500;
  border-top: 80px/4 solid transparent;
  border-bottom: 80px/4 solid transparent;
  height: 0px;
}
@media (max-width: 1023px) {
  #video-controls #play-pause.play .left {
    border-left: 27.96px solid #D34500;
    border-top: 60px/4 solid transparent;
    border-bottom: 60px/4 solid transparent;
  }
}
#video-controls #play-pause:hover {
  border-color: #D34500;
  opacity: 1;
}
#video-controls #play-pause:hover .left,
#video-controls #play-pause:hover .right {
  border-left-color: #D34500;
}
#video-controls #play-pause,
#video-controls #play-pause .left,
#video-controls #play-pause .right,
#video-controls #play-pause:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: inline-block;
  vertical-align: middle;
  transition: border 0.4s, width 0.4s, height 0.4s, margin 0.4s, transform 0.4s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
#video-controls #play-pause .left {
  transform: translate3d(-40%, -50%, 0);
}
#video-controls > div {
  position: absolute;
  bottom: 42px;
  width: auto;
  max-width: 1440px;
  right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  #video-controls > div {
    display: none;
  }
}
#video-controls > div #seek-bar {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin: auto 3.5px;
}
#video-controls > div #volume-bar {
  width: 20%;
  margin: auto 3.5px;
}
#video-controls > div button {
  border-radius: 100%;
  padding: 0;
  margin: auto 3.5px;
}
#video-controls > div button i {
  display: inline-block;
  padding: 3.5px;
  line-height: 0.8;
  font-size: 1.2rem;
}
.productset .horizontal-wrapper.swype {
  overflow: hidden;
  position: relative;
}
.productset .horizontal-wrapper.swype .arrow {
  padding: 3.5px;
  color: #252525;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
  transform: translate3d(0, -50%, 0);
}
.productset .horizontal-wrapper.swype .arrow:hover {
  color: #D34500;
}
.productset .horizontal-wrapper.swype .arrow.right {
  left: auto;
  right: 0;
}
.productset .horizontal-wrapper.swype .arrow.hidden {
  display: none;
}
.productset .horizontal-wrapper.swype ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  left: -20%;
  padding: 0;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  -moz-transform: translate3d(20%, 0, 0);
  -ms-transform: translate3d(20%, 0, 0);
  -o-transform: translate3d(20%, 0, 0);
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0);
  transition: none;
  position: relative;
}
@media (max-width: 768px) {
  .productset .horizontal-wrapper.swype ul {
    left: -33.33%;
    transform: translate3d(33.33%, 0, 0);
  }
}
@media (max-width: 767px) {
  .productset .horizontal-wrapper.swype ul {
    left: -100%;
    transform: translate3d(100%, 0, 0);
  }
}
.productset .horizontal-wrapper.swype ul.is-reversing {
  transform: translate3d(-20%, 0, 0);
}
@media (max-width: 767px) {
  .productset .horizontal-wrapper.swype ul.is-reversing {
    transform: translate3d(0%, 0, 0);
  }
}
.productset .horizontal-wrapper.swype ul.animate {
  transform: none;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.productset .horizontal-wrapper.swype ul li {
  display: inline-block;
  padding: 0 14px;
  position: relative;
  width: 20%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  order: 2;
}
@media (max-width: 768px) {
  .productset .horizontal-wrapper.swype ul li {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .productset .horizontal-wrapper.swype ul li {
    width: 100%;
    text-align: center;
  }
}
.productset .horizontal-wrapper.swype ul li:first-child {
  order: 1;
}
.productset .horizontal-wrapper.swype ul li:last-child {
  margin-right: 0;
}
.productset .horizontal-wrapper.swype ul li a {
  display: block;
  width: 100%;
  height: auto;
}
.productset .horizontal-wrapper.swype ul li a img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.swype-wrapper .arrow {
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  padding: 7px;
  display: inline-block;
  line-height: 0;
  color: white;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1024px) {
  .swype-wrapper .arrow {
    font-size: 1.4rem;
    padding: 3.5px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .swype-wrapper .arrow {
    font-size: 1.2rem;
    padding: 1.75px;
  }
}
.swype-wrapper .arrow:hover {
  color: #D34500;
}
.swype-wrapper .arrow.right {
  left: auto;
  right: 0;
}
.swype-wrapper .arrow.right:before {
  left: 4px;
}
.swype-wrapper .arrow i {
  line-height: 0.8;
  display: inline-block;
}
.slideshow.swype {
  overflow: hidden;
  position: relative;
  padding: 0;
}
.slideshow.swype ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  left: -100%;
  padding: 0;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  transform: translate3d(100%, 0, 0);
  transition: none;
  position: relative;
  pointer-events: auto;
  /*@media @ipad {
            left: -175%;
            transform: translate3d(90%,0,0);
        }

        @media @mobile {
            left: -200%;
            transform: translate3d(100%, 0, 0);
        }*/
  /*&.disabled {
            left: 0;
        }*/
}
.slideshow.swype ul.is-reversing {
  left: 0%;
  /*transform: translate3d(-80%,0,0);*/
  transform: translate3d(-100%, 0, 0);
}
.slideshow.swype ul.animate {
  transform: none;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0s;
}
.slideshow.swype ul li {
  display: inline-block;
  padding: 0;
  position: relative;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  order: 3;
  opacity: 0;
  transition: filter 1s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .slideshow.swype ul li {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.slideshow.swype ul li.is-ref {
  order: 2;
}
.slideshow.swype ul li.before-ref {
  order: 1;
}
.slideshow.swype ul li:last-child {
  margin-right: 0;
}
.slideshow.swype ul li.loading {
  opacity: 1;
}
.slideshow.swype ul li.loading picture {
  box-shadow: inset 0 0 1px #252525;
}
.slideshow.swype ul li.loading picture:before {
  display: block;
}
.slideshow.swype ul li.loading picture img {
  opacity: 0;
}
.slideshow.swype ul li.fade-in {
  animation: fade-in 1s ease-in forwards;
}
.slideshow.swype ul li h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: red;
  font-size: 4rem;
}
.slideshow.swype ul li picture {
  overflow: hidden;
  margin: 0;
  padding: 0;
  transition: all 0.4s ease-in-out;
}
.slideshow.swype ul li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slideshow.swype ul li picture figcaption {
  font-size: 0.9rem;
  line-height: 1.2;
  display: block;
  position: absolute;
  transform: translate3d(-101%, 0, 0);
  background: #252525;
  color: white;
  left: 0;
  bottom: 14px;
  transition: all 0s ease-in-out;
  transition-delay: 0;
}
@media (max-width: 767px) {
  .slideshow.swype ul li picture figcaption {
    transform: translate3d(0, 0, 0);
    font-size: 0.6rem;
  }
}
.slideshow.swype ul li picture figcaption p {
  margin: 0;
  padding: 3.5px;
}
@media (max-width: 767px) {
  .slideshow.swype ul li picture figcaption p {
    padding: 1.75px;
  }
}
.slideshow.swype ul li picture figcaption a {
  display: block;
  background: #D34500;
  padding: 7px;
  color: white;
  text-align: left;
}
@media (max-width: 767px) {
  .slideshow.swype ul li picture figcaption a {
    padding: 3.5px;
  }
}
.slideshow.swype ul li picture figcaption a:before {
  background: #FF9966;
  bottom: -4px;
  width: calc(100% - 4px);
  height: 4px;
  left: 0;
  transform: none;
}
.slideshow.swype ul li picture figcaption a:after {
  border-top: 2px solid #FF9966;
  border-left: 2px solid #FF9966;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  right: 0;
  bottom: -4px;
  content: "";
  position: absolute;
}
.slideshow.swype ul li picture figcaption a hr {
  background: #FF9966;
}
@media (max-width: 767px) {
  .slideshow.swype ul li picture figcaption a hr {
    display: none;
  }
}
@media (max-width: 767px) {
  .slideshow.swype ul li picture figcaption a span:first-of-type {
    display: none;
  }
}
.slideshow.swype ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}
.slideshow.swype ul li .admin-edit-bar-wrapper {
  position: absolute;
}
.slideshow.swype ul li .admin-edit-bar-wrapper a {
  width: auto;
}
.news-layout-2 {
  grid-template-rows: 1fr 1fr 1fr;
}
.news-layout-2 .big-left {
  grid-column-end: span 6;
  grid-row-end: span 3;
  display: flex;
  position: relative;
  aspect-ratio: 1.77;
}
@media (max-width: 767px) {
  .news-layout-2 .big-left {
    grid-column: 1/-1;
    aspect-ratio: auto;
  }
}
.news-layout-2 .big-left a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-layout-2 .big-left a figure {
  width: 100%;
  height: 100%;
  position: relative;
}
.news-layout-2 .big-left a figure:after {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 15%, rgba(0, 0, 0, 0.1) 60%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-layout-2 .big-left a figure picture,
.news-layout-2 .big-left a figure img {
  display: block;
  width: 100%;
  height: 100%;
}
.news-layout-2 .big-left a figure img {
  object-fit: cover;
}
.news-layout-2 .big-left a .text-wrapper {
  position: absolute;
  left: 14px;
  bottom: 14px;
  right: 14px;
  color: white;
}
@media (max-width: 767px) {
  .news-layout-2 .big-left a .text-wrapper {
    text-align: center;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {
  .news-layout-2 .big-left a .text-wrapper.show .ingress {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .news-layout-2 .big-left a .text-wrapper.show .ingress p {
    -webkit-line-clamp: 2;
    text-align: center !important;
  }
}
.news-layout-2 .big-left a .text-wrapper h2 {
  /*font-weight: 400;
                    font-size: 1.4rem;*/
}
.news-layout-2 .big-left a .text-wrapper .fp-credit {
  display: none;
}
.news-layout-2 .big-left a .text-wrapper .fp-credit p {
  margin: 0;
}
.news-layout-2 .big-left a .text-wrapper .fp-credit p .flag {
  width: 24px;
  height: 12px;
}
@media (max-width: 767px) {
  .news-layout-2 .big-left a .text-wrapper .ingress {
    display: none;
  }
}
.news-layout-2 .big-left a .text-wrapper .ingress p {
  margin-top: 7px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  max-height: 52px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left !important;
}
.news-layout-2 a:before {
  content: none;
}
.news-layout-2 .image-left-list {
  grid-column-end: span 6;
}
@media (max-width: 767px) {
  .news-layout-2 .image-left-list {
    grid-column: 1/-1;
    padding: 0 14px;
  }
}
.news-layout-2 .image-left-list a {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 7px;
  height: 100%;
}
@media (max-width: 767px) {
  .news-layout-2 .image-left-list a {
    grid-column: 1/-1;
  }
}
.news-layout-2 .image-left-list a .imgholder {
  aspect-ratio: 2;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .news-layout-2 .image-left-list a .imgholder {
    width: 100%;
    aspect-ratio: 1.5;
  }
}
.news-layout-2 .image-left-list a .imgholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.news-layout-2 .image-left-list a .text-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.news-layout-2 .image-left-list a .text-wrapper .publish-wrapper {
  border-top: 0;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .news-layout-2 .image-left-list a .text-wrapper h2 {
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left !important;
    margin-bottom: 0;
  }
}
.news-layout-2 .image-left-list a .text-wrapper .ingress {
  width: 100%;
}
@media (max-width: 767px) {
  .news-layout-2 .image-left-list a .text-wrapper .ingress {
    display: none;
  }
}
.news-layout-2 .image-left-list a .text-wrapper .ingress p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  max-height: 44px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left !important;
  margin-bottom: 0;
}
.find-store {
  width: 25%;
}
@media (max-width: 1440px) {
  .find-store {
    width: 33.33%;
    flex: 0 1 auto;
  }
}
@media (max-width: 767px) {
  .find-store {
    width: 100%;
  }
}
.find-store label {
  margin-top: 7px;
}
.find-store .btn {
  margin-top: 14px;
  display: block;
}
.gm-container {
  width: 75%;
}
@media (max-width: 1440px) {
  .gm-container {
    width: 66.67%;
    flex: 0 1 auto;
  }
}
@media (max-width: 767px) {
  .gm-container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .store-wrapper {
    padding-bottom: 70px;
  }
}
.stores-collection-list li {
  background: #252525;
  text-align: center;
}
.stores-collection-list li:hover {
  background: #000000;
}
.stores-collection-list li a {
  padding: 14px 28px;
  display: inline-block;
  width: 100%;
  color: white;
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .stores-collection-list li a {
    font-size: 1.1rem;
  }
}
.flag-ship {
  padding: 7px;
  font-size: 1.3rem;
  font-weight: 500;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  gap: 14px;
}
@media (max-width: 1180px) {
  .flag-ship {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .store-article .banner-top {
    aspect-ratio: 2/1;
  }
  .store-article .banner-top img {
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
@media (max-width: 767px) {
  .store-article h1 {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.store-article .ingress {
  font-size: 1rem;
  font-weight: 400;
  margin: 14px 0;
}
@media (max-width: 767px) {
  .store-article .ingress {
    font-size: 1rem;
    margin: 14px 0;
  }
}
.store-article .flagship-info-icon {
  font-size: 1.6rem;
  margin-right: 14px;
}
@media (max-width: 767px) {
  .store-article .flagship-info-icon {
    font-size: 1.4rem;
  }
}
.store-article .flagship-info {
  margin: 0;
}
.store-article .google-map {
  height: 100%;
}
@media (max-width: 1024px) {
  .store-article .google-map {
    aspect-ratio: 10 / 4;
  }
}
@media (max-width: 767px) {
  .store-article .google-map {
    aspect-ratio: 16 / 9;
    margin-top: 14px;
  }
}
.store-article .store-information {
  color: white;
  padding: 42px;
  min-height: 450px;
}
@media (max-width: 1180px) {
  .store-article .store-information {
    padding: 28px;
    min-height: unset;
  }
}
.store-article .store-information h2 {
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media (max-width: 1180px) {
  .store-article .store-information h2 {
    font-size: 1.2rem;
  }
}
.store-article .store-information hr {
  background: #D34500;
  width: 25%;
  height: 3px;
  margin: 7px 0;
}
.store-article .store-information ul {
  list-style: none;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 28px 0 0 0;
}
@media (max-width: 1180px) {
  .store-article .store-information ul {
    font-size: 1rem;
  }
}
.store-article .store-information ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  line-height: 1.2;
  margin: 10.5px 0 0 0;
}
.store-article .store-information ul li i {
  color: #D34500;
  margin-right: 7px;
}
.store-article .store-information ul li span {
  margin-right: 3.5px;
}
.store-article .store-information ul li a {
  color: white;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .store-article .store-information ul li table {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .store-article .store-information ul li table tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.store-article .store-information ul li table tr td:nth-child(1) {
  width: 25%;
}
@media (max-width: 767px) {
  .store-article .store-information ul li table tr td:nth-child(1) {
    width: 33.33%;
  }
}
.store-article .store-information ul li table tr td:nth-child(2) {
  width: 25%;
}
@media (max-width: 767px) {
  .store-article .store-information ul li table tr td:nth-child(2) {
    width: 33.33%;
  }
}
.store-article .store-information ul li table tr td:nth-child(3) {
  width: 50%;
}
@media (max-width: 767px) {
  .store-article .store-information ul li table tr td:nth-child(3) {
    width: 33.33%;
  }
}
.store-article .store-information ul li table tr:first-child {
  color: #D34500;
  font-weight: 700;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .store-article .store-information ul li table tr:first-child {
    font-size: 1.1rem;
  }
}
.store-article .store-information ul li table td {
  padding: 3.5px;
}
.store-article .store-information ul li.opening-hours-list {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.store-article .store-information ul li.opening-hours-list table thead {
  display: none;
}
.store-article .store-information ul li.display-none {
  display: none;
}
.store-article .usp-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: nowrap;
  width: 800px;
  margin: 28px auto 0 auto;
}
@media (max-width: 1024px) {
  .store-article .usp-wrapper {
    width: 100%;
    flex-wrap: wrap;
    gap: 14px;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
  }
}
.store-article .usp-wrapper li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 25%;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .store-article .usp-wrapper li {
    width: 35%;
    padding: 0 28px;
  }
}
@media (max-width: 767px) {
  .store-article .usp-wrapper li {
    width: 40%;
    padding: 0 14px;
  }
}
.store-article .usp-wrapper li img {
  max-width: 96px;
}
@media (max-width: 767px) {
  .store-article .usp-wrapper li img {
    padding: 0;
  }
}
.store-article .usp-wrapper li span {
  margin: 14px 0;
}
.store-article .popular-products h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .store-article .popular-products h3 {
    font-size: 1.3rem;
  }
}
.store-article .banners a {
  position: relative;
  aspect-ratio: 2/1;
}
.store-article .banners a h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-decoration: none;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  width: 100%;
  padding: 42px;
}
@media (max-width: 1024px) {
  .store-article .banners a h2 {
    font-size: 1.5rem;
    padding: 21px;
  }
}
.store-article .banners a .img-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000061;
}
.store-article .banners a img {
  aspect-ratio: 2/1;
  display: block;
  height: 100%;
  object-fit: cover;
}
#get-geo-location {
  background: none;
  border: none;
  padding: 0;
  font-weight: 300;
}
#get-geo-location:hover {
  color: #D34500;
}