html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@font-face {
  font-family: "Khand-Bold";
  src: url("../fonts/Khand/khand-bold.ttf") format("truetype");
}
@font-face {
  font-family: "Khand-Semi-Bold";
  src: url("../fonts/Khand/khand-semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Khand-Medium";
  src: url("../fonts/Khand/khand-medium.ttf") format("truetype");
}
@font-face {
  font-family: "Khand-Regular";
  src: url("../fonts/Khand/khand-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Khand-Light";
  src: url("../fonts/Khand/khand-light.ttf") format("truetype");
}
@font-face {
  font-family: "Kelson-Bold";
  src: url("../fonts/kelson/kelson-bold.otf") format("opentype");
}
@font-face {
  font-family: "Kelson-Regular";
  src: url("../fonts/kelson/kelson-regular.otf") format("opentype");
}
@font-face {
  font-family: "Kelson-Light";
  src: url("../fonts/kelson/kelson-light.otf") format("opentype");
}
@font-face {
  font-family: "Rolade";
  src: url("../fonts/Rolade/rolade-free.ttf") format("opentype");
}
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #SHADOWS
\*------------------------------------*/
/*------------------------------------*\
  #ANIMATION
\*------------------------------------*/
/*------------------------------------*\
  #RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
  #MEDIA QUERRIES
\*------------------------------------*/
/*------------------------------------*\
  #ASPECT RATIO (default 4:3)
\*------------------------------------*/
/*------------------------------------*\
  #GLOBAL STYLES
\*------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  html {
    font-size: 54%;
  }
}
@media (max-width: 520px) {
  html {
    font-size: 48%;
  }
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

hr,
.hr {
  margin: 4rem 0;
}

figure {
  margin: 0;
}

/*------------------------------------*\
  #TYPOGHRAPY
\*------------------------------------*/
body {
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.7rem;
  font-family: "Kelson-Regular", sans-serif;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  margin: 0 0 0.6em 0;
  font-weight: 400;
  line-height: 1.18;
  font-family: "Khand-Bold", sans-serif;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 7.1rem;
}
@media (max-width: 550px) {
  h1,
.h1 {
    font-size: 4rem;
  }
}

h2,
.h2 {
  font-size: 6.5rem;
}
@media (max-width: 550px) {
  h2,
.h2 {
    font-size: 3.2rem;
  }
}

h3,
.h3 {
  font-size: 5rem;
}
@media (max-width: 550px) {
  h3,
.h3 {
    font-size: 2rem;
  }
}

h4,
.h4 {
  font-size: 4rem;
}
@media (max-width: 550px) {
  h4,
.h4 {
    font-size: 1.7rem;
  }
}

h5,
.h5 {
  font-size: 3rem;
}
@media (max-width: 550px) {
  h5,
.h5 {
    font-size: 1.5rem;
  }
}

h6,
.h6 {
  font-size: 2rem;
}
@media (max-width: 550px) {
  h6,
.h6 {
    font-size: 1.4rem;
  }
}

p,
.p, span {
  margin: 0 0 1em 0;
  font-size: 1.7rem;
  font-family: "Kelson-Regular", sans-serif;
}
p:last-child,
.p:last-child, span:last-child {
  margin-bottom: 0;
}
p strong,
.p strong, span strong {
  font-family: "Kelson-Bold", sans-serif;
}

a {
  font-size: 1.7rem;
  font-family: "Kelson-Regular", sans-serif;
  text-decoration: none;
  color: #000000;
}

small {
  font-size: 1.5rem;
}

/*------------------------------------*\
  #STANDARD BUTTON
\*------------------------------------*/
.btn {
  padding: 1.25rem 3rem 1rem;
  text-align: center;
  display: inline-flex;
  transition: 0.38s all;
}
.btn span {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Rolade", sans-serif;
  transition: 0.38s all;
}
.btn--center {
  justify-content: center;
  align-items: center;
}
.btn--black {
  background: #000000;
}
.btn--black span {
  color: #fdc300;
}
.btn--black:hover span {
  color: #ffffff;
}
.btn--yellow {
  background: #fdc300;
}
.btn--yellow span {
  color: #000000;
}
.btn--yellow:hover {
  background: #000000;
}
.btn--yellow:hover span {
  color: #ffffff;
}
.btn--border-white {
  background: transparent;
  border: 5px solid #ffffff;
}
.btn--border-white--dark {
  background: rgba(0, 0, 0, 0.4);
}
.btn--border-white span {
  color: #ffffff;
}
.btn--border-white:hover {
  background: #ffffff;
}
.btn--border-white:hover span {
  color: #000000;
}
.btn--border-black {
  background: transparent;
  border: 5px solid #000000;
}
.btn--border-black span {
  color: #000000;
}
.btn--border-black:hover {
  background: #000000;
}
.btn--border-black:hover span {
  color: #ffffff;
}
.btn--social {
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  border: 2px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  transform: rotate(45deg);
}
.btn--social:hover {
  background: #fdc300;
}
.btn--social img {
  width: 2rem;
  min-width: 2rem;
  max-height: 2rem;
  transform: rotate(-45deg);
}

button {
  border: none;
}

/*------------------------------------*\
  #Form
\*------------------------------------*/
.c-form__row {
  display: flex;
}
.c-form button {
  height: 6.2rem;
}
.c-form input {
  background: transparent;
  border: 1px solid #000000;
  height: 6.2rem;
  padding: 1.3rem 2.5rem 1rem;
  font-size: 1.5rem;
  width: 100%;
}
.c-form__label {
  position: relative;
}
.c-form__label label {
  position: absolute;
  top: 1.7rem;
  left: 1.5rem;
  font-size: 1.5rem;
  padding: 0.4rem 1rem 0.1rem;
  transition: 0.28s all;
}

.js-float {
  top: -1.3rem !important;
  left: 1.5rem !important;
  font-size: 1.3rem !important;
  background: #000000;
  color: #ffffff;
}

/*------------------------------------*\
  #Form
\*------------------------------------*/
table {
  width: 100%;
}

th {
  text-align: left;
  font-size: 1.7rem;
}

tr:last-child {
  border-bottom: none;
}

tr:after {
  margin-bottom: 30px;
  content: "";
  display: inline-block;
}
tr:after:last-child {
  display: none;
}

.o-container {
  width: 100%;
  margin: 0 auto;
}
.o-container--primary {
  max-width: 1180px;
}
@media (max-width: 1280px) {
  .o-container--primary {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 750px) {
  .o-container--primary {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .o-container--primary {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 350px) {
  .o-container--primary {
    max-width: calc(100% - 40px);
  }
}
.o-container--secondary {
  max-width: 1280px;
}
@media (max-width: 1380px) {
  .o-container--secondary {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 750px) {
  .o-container--secondary {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .o-container--secondary {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 350px) {
  .o-container--secondary {
    max-width: calc(100% - 40px);
  }
}
.o-container--article {
  max-width: 980px;
}
@media (max-width: 1080px) {
  .o-container--article {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 750px) {
  .o-container--article {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .o-container--article {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 350px) {
  .o-container--article {
    max-width: calc(100% - 40px);
  }
}

.c-header {
  position: relative;
  z-index: 4;
  background: #ffffff;
  min-height: 135px;
}
@media screen and (max-width: 1280px) {
  .c-header {
    min-height: 105px;
  }
}
@media screen and (max-width: 768px) {
  .c-header {
    min-height: 75px;
  }
}
.c-header:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 85px;
  background: url(../images/edge-bottom.png);
  background-position: 0px 6px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-header:after {
    bottom: -45px;
    height: 45px;
    background-position: 0px -32px;
  }
}
.c-header .o-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .c-header .o-container {
    max-width: 100%;
    padding: 2.5rem 3rem 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-header .o-container {
    padding: 2rem 2rem 0;
  }
}
.c-header__logo {
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .c-header__logo {
    max-height: 6rem;
  }
}
.c-header__logo img {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .c-header__logo img {
    width: 15rem;
  }
}
.c-header__navigation {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-header__navigation {
    display: none;
  }
}
.c-header__navigation__menu-trigger {
  display: flex;
  align-items: center;
}
.c-header__navigation__menu-trigger img {
  width: 14px;
  margin-left: 5px;
}
.c-header__navigation__primary {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: 0.38s all;
}
.c-header__navigation__primary li {
  margin-left: 3rem;
}
.c-header__navigation__primary li:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 1100px) {
  .c-header__navigation__primary li {
    margin-left: 2rem;
  }
}
.c-header__navigation__primary li a {
  font-family: "Kelson-Bold", sans-serif;
  font-size: 1.7rem;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  display: flex;
  padding: 1rem 0.8rem 0.75rem;
  transition: 0.38s all;
}
.c-header__navigation__primary li a:hover {
  border-bottom: 1px solid #000000;
}
.c-header__navigation__primary li button {
  border: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.38s all;
}
.c-header__navigation__primary li button:hover img {
  transform: scale(1.05);
}
.c-header__navigation__primary li button img {
  transition: 0.38s all;
  width: 1.9rem;
  min-width: 1.9rem;
}
.c-header__navigation__primary .is-active {
  border-bottom: 1px solid #000000;
}
.c-header__navigation__secondary {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2rem !important;
}
@media screen and (max-width: 1280px) {
  .c-header__navigation__secondary {
    margin-bottom: 1.5rem !important;
  }
}
.c-header__navigation__secondary li {
  margin-left: 2rem;
}
.c-header__navigation__secondary li a {
  font-family: "Rolade", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  transition: 0.38s all;
}
.c-header__navigation__secondary li a:hover {
  text-decoration: underline;
}
.c-header__navigation__menu-trigger {
  transition: 0.38s all;
}
.c-header__navigation__menu-trigger:hover {
  background: #fdc300;
  border-bottom: 1px solid transparent !important;
}
.c-header__return-trigger {
  display: none;
  align-items: center;
  height: 40px;
  width: 92px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.c-header__return-trigger img {
  width: 1.5rem;
  transform: rotate(90deg);
}
.c-header__return-trigger span {
  font-family: "Kelson-Bold", sans-serif;
  text-transform: uppercase;
  margin-bottom: -3px;
  margin-left: 3px;
}
.c-header__menu-trigger {
  display: none;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-header__menu-trigger {
    display: flex;
  }
}
.c-header__menu-trigger span {
  width: 25px;
  height: 2px;
  min-height: 2px;
  background: #000000;
  margin: 5px 0;
  display: block;
}
.c-header__search {
  transition: 0.38s all;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transform: translateY(50px);
}
@media screen and (max-width: 1280px) {
  .c-header__search {
    top: 59px;
    right: 30px;
  }
}
.c-header__search div {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.38s all;
}
.c-header__search div:hover {
  background: #fdc300;
}
.c-header__search div img {
  width: 20px;
}
.c-header__search input {
  width: 100%;
  background: #e7e7e7;
  height: 50px;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.7rem;
  font-family: "Kelson-Regular", sans-serif;
  padding: 0 100px 0 20px;
  border: none;
}
.c-header__search input::placeholder {
  color: #000;
}
.c-header__search button {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  background: #e7e7e7;
  transition: 0.38s all;
}
.c-header__search button:hover {
  background: #fdc300;
}
.c-header__search button img {
  width: 20px;
}

.headerFixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.headerPadding {
  padding-top: 135px;
  overflow: hidden;
}

.trigger-is-active span {
  margin: -1px 0;
}
.trigger-is-active span:nth-of-type(1) {
  transform: rotate(45deg);
}
.trigger-is-active span:nth-of-type(2) {
  transform: rotate(-45deg);
}

.return-trigger-active {
  display: flex;
}

.js-searchActive .c-header__navigation__primary {
  opacity: 0;
  transform: translateY(-50px);
  pointer-events: none;
}
.js-searchActive .c-header__search {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.navigationTriggerActive {
  background: #fdc300;
}

.current_page_item a {
  border-bottom: 1px solid #000000 !important;
}

.c-overlay-menu {
  background: #e7e7e7;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  min-height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.38s all;
}
@media screen and (max-height: 850px) {
  .c-overlay-menu {
    padding-top: 24rem;
  }
  .c-overlay-menu .c-product-cards__single__icon {
    margin-bottom: 1rem;
  }
  .c-overlay-menu .c-product-cards__single h3 {
    margin: 0 0 1rem;
  }
  .c-overlay-menu .c-text {
    margin: 0 0 3rem !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-overlay-menu {
    padding-top: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .c-overlay-menu {
    opacity: 1;
    pointer-events: all;
    transform: translateX(100%);
    padding-top: 18rem;
  }
  .c-overlay-menu .o-container {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .c-overlay-menu {
    padding-top: 15rem;
  }
}
@media screen and (max-width: 520px) {
  .c-overlay-menu {
    padding-top: 17rem;
  }
}
.c-overlay-menu .c-product-cards {
  position: relative;
}
.c-overlay-menu .c-text {
  margin: 0 0 5rem;
}
@media screen and (max-width: 768px) {
  .c-overlay-menu .c-text {
    margin: 0 0 1rem;
  }
}
@media screen and (max-width: 520px) {
  .c-overlay-menu .c-text {
    margin: 0 0 3rem;
  }
}
.c-overlay-menu .c-text h2 {
  font-size: 5.2rem;
}
@media screen and (max-width: 700px) {
  .c-overlay-menu .c-text h2 {
    font-size: 3.5rem;
    margin: 0;
  }
}
.c-overlay-menu__visual-1 {
  position: absolute;
  top: -150px;
  left: -150px;
}
@media screen and (max-width: 768px) {
  .c-overlay-menu__visual-1 {
    display: none;
  }
}
.c-overlay-menu__visual-2 {
  position: absolute;
  top: 15rem;
  right: 0;
  transform: scale(-1, -1);
}
@media screen and (max-width: 1280px) {
  .c-overlay-menu__visual-2 {
    top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .c-overlay-menu__visual-2 {
    top: 8rem;
  }
}
.c-overlay-menu__visual-3 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-overlay-menu__visual-3 {
    display: none;
  }
}

.overlayMenuActive {
  opacity: 1;
  pointer-events: all;
}

.overlay-slide {
  transform: translateX(0);
}

.c-menu {
  z-index: 6;
  position: fixed;
  bottom: 0;
  left: 0;
  height: calc(100vh - 75px);
  top: 75px;
  z-index: 99999999999999;
  width: 100%;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 2rem 4rem;
  transition: 0.38s all;
}
.c-menu__search {
  position: relative;
}
.c-menu__search input {
  width: 100%;
  background: #e7e7e7;
  height: 50px;
  font-family: "Khand-Regular", sans-serif;
  padding: 0 50px 0 20px;
  border: none;
}
.c-menu__search button {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  background: #e7e7e7;
}
.c-menu__search button img {
  width: 20px;
}
.c-menu__nav {
  padding: 1rem 2rem;
  margin-top: 5vh;
}
.c-menu__nav ul {
  display: flex;
  flex-direction: column;
}
.c-menu__nav ul li {
  width: 100%;
  display: flex;
}
.c-menu__nav ul li a {
  width: 100%;
  border-bottom: 1px solid #000000;
  padding: 2rem 0 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Kelson-Bold", sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin: 0 2rem;
}
.c-menu__nav ul li a span {
  font-family: "Kelson-Bold", sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin: 0 2rem;
}
.c-menu__nav ul li a img {
  margin-right: 2rem;
  transform: rotate(-90deg);
}
.c-menu__nav--secondary {
  width: 100%;
  margin: 0 -2rem;
  padding: 1rem 0;
  border-top: 1px solid #000000;
}
.c-menu__nav--secondary ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-menu__nav--secondary ul li {
  margin: 0 2rem;
  width: initial;
}
.c-menu__nav--secondary ul li a {
  font-family: "Khand-Regular", sans-serif;
  text-transform: uppercase;
  border: none;
  font-size: 2.5rem;
}
@media screen and (max-width: 370px) {
  .c-menu__nav--secondary ul li a {
    font-size: 1.8rem;
  }
}

.menu-is-active {
  opacity: 1;
  pointer-events: all;
}

.menu-slide {
  transform: translateX(-100%);
}

.remove-menu-trigger {
  display: none;
}

.c-menu__nav--secondary {
  position: fixed;
  bottom: 0;
}

/* Contact */
section.contact {
  padding: 0 0 8rem;
}

@media (max-width: 480px) {
  section.contact {
    padding-bottom: 0;
  }
}
@media (max-width: 1260px) {
  section.contact .container {
    padding: 4rem;
  }
}
@media (max-width: 650px) {
  section.contact .container {
    padding: 1rem;
  }
}
section.contact .degree-special {
  text-align: right;
  padding: 0;
  margin-top: 0;
}

section.contact .left {
  display: inline-block;
  margin-right: 2rem;
  width: 33.3333333333%;
  /* Responsive Mobile */
}

section.contact .left:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  section.contact .left {
    display: block;
    margin-right: 0;
    width: 100%;
  }

  section.contact .left:last-child {
    margin-right: 0;
  }
}
section.contact .left h3 {
  font-size: 2.6rem;
}

section.contact .left h3:first-of-type {
  margin-top: 0;
}

section.contact .left a {
  color: #000;
}

section.contact .left .social-item {
  margin-top: 1rem;
}

@media (max-width: 650px) {
  section.contact .left .social-item {
    text-align: center;
    margin-top: 3rem;
  }
}
section.contact .left img {
  position: relative;
  top: 2rem;
  margin-right: 1rem;
}

@media (max-width: 480px) {
  section.contact .left img {
    top: 0;
    display: block;
    margin: 0 auto !important;
  }
}
section.contact .right {
  display: inline-block;
  width: 66.6666666667%;
  /* Responsive Mobile */
}

section.contact .right:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  section.contact .right {
    display: block;
    margin-right: 0;
    width: 100%;
    margin-top: 6rem;
  }

  section.contact .right:last-child {
    margin-right: 0;
  }
}
section.contact .right form {
  overflow: auto;
  padding: 4rem;
  position: relative;
  /*input[type="text"], input[type="email"] {
        @include span-columns(6);
      }*/
}

section.contact .right form .wpcf7-form-control-wrap:not(.bericht) {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.5%;
}

section.contact .right form .wpcf7-form-control-wrap:not(.bericht):last-child {
  margin-right: 0;
}

@media (max-width: 650px) {
  section.contact .right form .wpcf7-form-control-wrap:not(.bericht) {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
  }

  section.contact .right form .wpcf7-form-control-wrap:not(.bericht):last-child {
    margin-right: 0;
  }
}
section.contact .right form br {
  display: none;
}

section.contact .right form input[type=text], section.contact .right form input[type=email], section.contact .right form textarea {
  width: 100%;
  background: white;
  border: 0;
  height: 6rem;
  padding: 0 2rem;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.7rem;
  font-family: "Kelson", sans-serif;
}
section.contact .right form input[type=text]::placeholder, section.contact .right form input[type=email]::placeholder, section.contact .right form textarea::placeholder {
  color: #000;
}

section.contact .right form textarea {
  width: 100%;
  max-width: 100%;
  height: 20rem;
  max-height: 20rem;
  padding: 2rem;
}

section.contact .right form input[type=submit] {
  background: none;
  float: right;
  margin-top: 0;
  font-family: "Rolade";
  border: 0.5rem solid #000;
  padding: 1.8rem 3.5rem;
  font-size: 1.6rem;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  transition: all ease-in-out 0.2s;
  position: relative;
}

section.contact .right form input[type=submit]:hover {
  background: #000;
  cursor: pointer;
}

section.contact .right .succes {
  text-align: center;
  padding: 10rem 0;
  position: relative;
}

section.contact .right .succes img {
  height: 10rem;
}

section.contact .right .succes h3 {
  font-size: 2.3rem;
}

.wpcf7-not-valid-tip {
  color: #000 !important;
  margin-bottom: 2rem;
}

.wpcf7-validation-errors {
  background: #fff;
  border: 0 !important;
  padding: 1.5em !important;
  margin: 4.5em 0 0 0 !important;
}

.contact-form-container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1025px) {
  .contact-form-container {
    flex-direction: column;
  }
}

.c-breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-breadcrumbs ul li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.c-breadcrumbs ul li a {
  font-family: "Kelson-Bold", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1;
}
.c-breadcrumbs ul li a:hover {
  text-decoration: underline;
}
.c-breadcrumbs ul li span {
  font-family: "Kelson-Bold", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1;
}
.c-breadcrumbs ul li img {
  width: 1.2rem;
  transform: rotate(-90deg);
  margin: -0.5rem 0.5rem 0;
}
.c-breadcrumbs ul li:last-of-type a {
  pointer-events: none;
}
.c-breadcrumbs ul li:last-of-type img {
  display: none;
}

.c-filter {
  position: relative;
  z-index: 999;
}
.c-filter__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}
@media screen and (max-width: 800px) {
  .c-filter__form {
    flex-direction: column;
  }
}
.c-filter__results {
  background: #e7e7e7;
  padding: 1.5rem 2rem 1.5rem 5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .c-filter__results {
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 650px) {
  .c-filter__results {
    flex-direction: column;
  }
}
.c-filter__results__wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 650px) {
  .c-filter__results__wrap {
    justify-content: center;
  }
}
.c-filter__results p {
  margin: 0 2rem 0 0;
  font-family: "Rolade", sans-serif;
  font-size: 1.4rem;
  white-space: nowrap;
}
.c-filter__results__single {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  margin: 0.5rem 1rem 0.5rem 0;
}
.c-filter__results__single span {
  color: #000000;
  font-family: "Kelson-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin: 0 0 -4px;
}
.c-filter__results__single button {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
}
.c-filter__results__single button img {
  width: 2rem;
  min-width: 2rem;
}
.c-filter__group {
  display: flex;
}
@media screen and (max-width: 1150px) {
  .c-filter__group {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .c-filter__group {
    margin-right: 0;
    width: 100%;
  }
}
.c-filter__search {
  display: flex;
}
@media screen and (max-width: 800px) {
  .c-filter__search {
    width: 100%;
  }
}
.c-filter__search input {
  height: 3.3rem;
  border: none;
  border-radius: 0px;
  padding: 0.5rem 2rem;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.7rem;
  font-family: "Kelson-Regular", sans-serif;
}
.c-filter__search input::placeholder {
  color: #000;
}
@media screen and (max-width: 800px) {
  .c-filter__search input {
    width: 100%;
  }
}
.c-filter__search button {
  border: none;
  width: 4.3rem;
  height: 4.3rem;
  min-width: 4.3rem;
  min-height: 4.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.c-filter__search button img {
  width: 2rem;
  min-width: 2rem;
}
.c-filter__select {
  position: relative;
  width: 150px;
  margin-right: 2rem;
  background: #ffffff;
  height: 4.3rem;
}
.c-filter__select .selector {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  z-index: 999;
  display: none;
}
.c-filter__select .selector ul {
  background: #fff;
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin: 0;
}
.c-filter__select .selector ul li {
  padding: 0.5rem 0;
}
.c-filter__select .selector ul li:hover {
  background: #eee;
  cursor: pointer;
}
.c-filter__select.selected .selector {
  display: block;
}
@media screen and (max-width: 1150px) {
  .c-filter__select {
    width: calc(50% - 1rem);
    min-width: 20rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .c-filter__select {
    width: 100%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 800px) {
  .c-filter__select:last-of-type {
    width: 100%;
  }
}
.c-filter__select .input-window {
  font-family: "Kelson-Bold", sans-serif;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.4rem;
  height: 4rem;
  -ms-progress-appearance: none;
  background: none;
  border: none;
  width: 100%;
  padding: 1rem 4rem 0.7rem 2rem;
  cursor: pointer;
  transition: 0.38s all;
  background: #fff;
}
.c-filter__select .input-window:hover {
  box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.19);
}
.c-filter__select img {
  position: absolute;
  top: 1.8rem;
  right: 1.5rem;
  pointer-events: none;
}

.c-article-list {
  margin-bottom: 4rem !important;
}
.c-article-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding: 3rem 0 2.5rem;
  transition: 0.38s all;
}
.c-article-list li a:hover h4 {
  text-decoration: underline;
}
.c-article-list li a:hover img {
  margin-right: 2rem;
}
@media screen and (max-width: 1000px) {
  .c-article-list li a {
    padding: 2rem 0 1.5rem;
  }
}
.c-article-list li a h4 {
  margin: 0 2rem 0 3rem;
  font-size: 2.9rem;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .c-article-list li a h4 {
    margin: 0 1rem;
    font-size: 2.5rem;
  }
}
.c-article-list li a img {
  width: 2rem;
  margin-right: 3rem;
  transition: 0.38s all;
}
@media screen and (max-width: 1000px) {
  .c-article-list li a img {
    margin-right: 1rem;
  }
}
.c-article-list li:first-of-type a {
  border-top: 1px solid #000000;
}

.c-video-modal {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c-video-modal.js-modal-video {
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .c-video-modal {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-video-modal__bg {
  width: 100%;
  height: 55rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .c-video-modal__bg {
    height: 45rem;
  }
}
@media screen and (max-width: 800px) {
  .c-video-modal__bg {
    height: 40rem;
  }
}
@media screen and (max-width: 700px) {
  .c-video-modal__bg {
    height: 35rem;
  }
}
@media screen and (max-width: 600px) {
  .c-video-modal__bg {
    height: 30rem;
  }
}
@media screen and (max-width: 500px) {
  .c-video-modal__bg {
    height: 25rem;
  }
}
@media screen and (max-width: 400px) {
  .c-video-modal__bg {
    height: 20rem;
  }
}
.c-video-modal .c-media-info {
  margin-top: 15rem;
  cursor: initial;
}
@media screen and (max-width: 1400px) {
  .c-video-modal .c-media-info {
    position: relative;
    margin-top: 0;
    right: inherit;
    width: 100%;
    display: flex;
  }
  .c-video-modal .c-media-info figure {
    border-right: initial;
    border-top: initial;
    border-left: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
    margin-left: 4rem;
    height: 3rem;
    width: 4rem;
  }
  .c-video-modal .c-media-info figure:after {
    bottom: -4px;
    right: -10px;
  }
  .c-video-modal .c-media-info p {
    width: 100%;
    text-align: left;
    margin-top: 2.3rem;
    margin-left: 2rem;
  }
}
.c-video-modal:hover img {
  transform: scale(1.2);
}
.c-video-modal img {
  transition: 0.28s all;
}
@media screen and (max-width: 700px) {
  .c-video-modal img {
    width: 6rem;
  }
}
@media screen and (max-width: 550px) {
  .c-video-modal img {
    width: 5rem;
  }
}

.c-media-info {
  position: absolute;
  right: -16.5rem;
  top: 0;
}
.c-media-info figure {
  width: 10rem;
  height: 8rem;
  border-right: 1px dashed #000000;
  border-top: 1px dashed #000000;
  margin-left: -3.5rem;
  position: relative;
}
.c-media-info figure:after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -4px;
  width: 5px;
  height: 5px;
  border: 1px solid #000000;
  border-radius: 50%;
}
.c-media-info p {
  width: 13rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 2rem;
}

.c-text--center {
  text-align: center;
}
.c-text--coordinates {
  font-family: "Kelson-Light", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 4px;
}
.c-text__button {
  display: flex;
}
.c-text__button--right {
  justify-content: flex-end;
}
@media screen and (max-width: 550px) {
  .c-text__button--right {
    justify-content: flex-start;
  }
}
.c-text__intro {
  text-transform: uppercase;
  font-size: 1.8rem;
}
.c-text--full {
  width: 100% !important;
  max-width: 100% !important;
}

.c-image-link-cards {
  display: flex;
  flex-direction: column;
}
.c-image-link-cards__single {
  display: flex;
  margin: 2rem 0;
}
@media screen and (max-width: 650px) {
  .c-image-link-cards__single {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.c-image-link-cards__single__img {
  width: 25rem;
  min-width: 25rem;
  background-size: auto !important;
}
@media screen and (max-width: 650px) {
  .c-image-link-cards__single__img {
    width: 100%;
    min-width: 100%;
    height: 28rem;
  }
}
.c-image-link-cards__single__text {
  padding: 5rem 5rem 3rem;
  background: #ffffff;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .c-image-link-cards__single__text {
    padding: 3rem 3rem 2rem;
  }
}
.c-image-link-cards__single__text h5 {
  margin: 0 0 1rem !important;
  font-size: 2.9rem;
}
.c-image-link-cards__single__text p {
  font-size: 1.5rem;
  margin: 0 0 2rem !important;
}
.c-image-link-cards__single__text p > a {
  font-weight: bold;
  text-decoration: underline;
}
.c-image-link-cards__single__text div a {
  margin-right: 1rem;
}
.c-hero {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .c-hero {
    padding-bottom: 30rem;
  }
}
.c-hero .o-container {
  height: 75rem;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .c-hero .o-container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .c-hero .o-container {
    height: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .c-hero .o-container {
    height: 50rem;
  }
}
@media screen and (max-width: 700px) {
  .c-hero .o-container {
    height: 40rem;
    justify-content: center;
  }
}
.c-hero__img {
  margin-left: -5rem;
  max-width: 35rem;
  position: relative;
  z-index: 2;
}
.c-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover !important;
  background-position: center !important;
}
.c-hero__card {
  margin-left: -5rem;
  margin-top: 0;
  padding: 5rem 9rem;
  z-index: 3;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .c-hero__card {
    margin-left: 0;
    padding: 3rem 2rem;
    text-align: left;
    margin-top: -12rem;
  }
}
@media screen and (max-width: 700px) {
  .c-hero__card {
    margin-top: 67rem;
    padding: 6rem 3rem 5rem;
  }
}
.c-hero__card small {
  font-family: "Rolade", sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 1.9rem;
}
.c-hero__card h1 {
  font-size: 5.5rem;
  line-height: 1;
  margin: 0;
  letter-spacing: 8px;
}
.c-hero__card h1:nth-of-type(1) {
  color: #ffffff;
}
.c-hero__card h1:nth-of-type(2) {
  color: #000000;
}
.c-hero__card div {
  margin-top: 3rem;
}
@media screen and (max-width: 1100px) {
  .c-hero__card div {
    margin-top: 1rem;
  }
}
.c-hero__product {
  position: absolute;
  max-height: 50rem;
  bottom: -10rem;
  left: -5rem;
  right: 0;
  margin: auto;
  z-index: 4;
  pointer-events: none;
}
@media screen and (max-width: 1100px) {
  .c-hero__product {
    max-width: 50rem;
    max-height: 42rem;
    left: -15rem;
  }
}
@media screen and (max-width: 700px) {
  .c-hero__product {
    max-width: 40rem;
    right: initial;
    left: 2rem;
    bottom: -2rem;
  }
}
@media screen and (max-width: 600px) {
  .c-hero__product {
    max-width: 30rem;
  }
}
@media screen and (max-width: 500px) {
  .c-hero__product {
    max-width: 35rem;
    left: 2rem;
    top: 20rem;
  }
}
.c-hero__icon {
  position: absolute;
  right: 5rem;
  bottom: 5rem;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .c-hero__icon {
    max-width: 6rem;
  }
}
@media screen and (max-width: 500px) {
  .c-hero__icon {
    max-width: 4rem;
    right: 3rem;
    bottom: 3rem;
  }
}
@media screen and (max-width: 400px) {
  .c-hero__icon {
    bottom: 7rem;
  }
}
.c-hero__url {
  position: absolute;
  right: 5rem;
  bottom: 5rem;
  z-index: 2;
}
.c-hero--small .o-container {
  height: 55rem;
}
@media screen and (max-width: 700px) {
  .c-hero--small {
    padding-bottom: 2rem;
  }
  .c-hero--small .o-container {
    height: 45rem;
  }
  .c-hero--small .c-hero__img {
    display: none;
  }
  .c-hero--small .c-hero__product {
    bottom: -6rem;
    left: 0;
  }
  .c-hero--small .c-hero__url {
    position: relative;
    right: initial;
    bottom: initial;
  }
}
@media screen and (max-width: 600px) {
  .c-hero--small .o-container {
    height: 40rem;
  }
}
@media screen and (max-width: 500px) {
  .c-hero--small .o-container {
    height: 35rem;
  }
}
.c-hero--premium .c-hero__card {
  background: #1f1f1f !important;
}
.c-hero--premium .c-hero__card small {
  background: linear-gradient(45deg, #bdb38c, #aa8c52);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-hero--premium .c-hero__card h1 i {
  background: linear-gradient(45deg, #bdb38c, #aa8c52);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-hero__icon-white rect, .c-hero__icon-white line, .c-hero__icon-white polyline {
  fill: transparent !important;
  stroke: #fff !important;
}

@media screen and (max-width: 850px) {
  .c-image-cards {
    width: 100%;
  }
}
.c-image-cards__single {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 3rem;
  overflow: hidden;
  transition: 0.55s all;
}
@media screen and (max-width: 850px) {
  .c-image-cards__single {
    margin-bottom: 1rem;
  }
}
.c-image-cards__single:hover {
  box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.29);
}
.c-image-cards__single:hover .c-image-cards__single__bg {
  transform: scale(1.1);
}
.c-image-cards__single:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.c-image-cards__single__text {
  position: relative;
  padding: 5rem 5rem 3rem;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .c-image-cards__single__text {
    padding: 4rem 4rem 3rem;
  }
}
.c-image-cards__single__text small {
  font-family: "Khand-Medium", sans-serif;
  background: #fdc300;
  padding: 0 0.5rem;
  text-transform: uppercase;
}
.c-image-cards__single__text h3 {
  margin: 1rem 0 0;
  line-height: 45px;
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .c-image-cards__single__text h3 {
    font-size: 3rem;
    line-height: 1;
  }
}
.c-image-cards__single__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 1.5s all;
}
.c-image-cards__single--dark:after {
  display: none;
}
.c-image-cards__single--dark h3 {
  color: #000000;
}
.c-image-cards__single--large {
  min-height: 61rem;
  height: 61rem;
}
@media screen and (max-width: 850px) {
  .c-image-cards__single--large {
    height: 45rem;
    min-height: 45rem;
  }
}
@media screen and (max-width: 550px) {
  .c-image-cards__single--large {
    height: 41rem;
    min-height: 41rem;
  }
}
.c-image-cards__single--medium {
  min-height: 41rem;
  height: 41rem;
}
@media screen and (max-width: 850px) {
  .c-image-cards__single--medium {
    height: 45rem;
    min-height: 45rem;
  }
}
@media screen and (max-width: 550px) {
  .c-image-cards__single--medium {
    height: 41rem;
    min-height: 41rem;
  }
}

.c-product-cards {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-product-cards {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.c-product-cards__single {
  width: calc(25% - 10px);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 5px;
  transition: 0.38s all;
}
@media screen and (max-width: 768px) {
  .c-product-cards__single {
    width: calc(50% - 1px);
    margin: 1px 0;
    padding-bottom: 20px;
  }
}
.c-product-cards__single div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -38px;
}
.c-product-cards__single div span {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-product-cards__single div {
    margin: 0;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    padding: 10px 15px 0 15px;
  }
  .c-product-cards__single div span {
    text-align: left;
  }
}
.c-product-cards__single__icon {
  width: 77px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-product-cards__single__icon {
    width: 40px;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .c-product-cards__single__icon {
    width: 30px;
  }
}
.c-product-cards__single small {
  font-family: "Rolade", sans-serif;
  font-size: 1.4rem;
  margin: 0;
}
.c-product-cards__single h3 {
  font-size: 2.8rem;
  margin: 0 0 2rem;
  letter-spacing: 2px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-product-cards__single h3 {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .c-product-cards__single h3 {
    font-size: 2.5rem;
  }
}
.c-product-cards__single__product {
  width: 95%;
  margin-bottom: -50px;
  transition: 0.38s all;
}
@media screen and (max-width: 768px) {
  .c-product-cards__single__product {
    margin: 0;
    width: 100%;
    max-width: 125px;
    max-height: 120px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .c-product-cards__single__product {
    max-width: 100px;
    max-height: 100px;
  }
}
.c-product-cards__single__product__boots {
  width: 90%;
  margin-bottom: -30px;
}
@media screen and (min-width: 768px) {
  .c-product-cards__single:hover {
    box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.29);
  }
  .c-product-cards__single:hover .c-product-cards__single__product {
    width: 100%;
    margin-bottom: -60px;
  }
}

.c-product-info-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.7rem;
}
.c-product-info-cards__single {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  z-index: 1;
  border-bottom: 1px solid #ececec;
}
.c-product-info-cards__single.boots {
  min-height: 63.8rem;
}
.c-product-info-cards__single.boots .images {
  margin-top: 7rem;
}
.c-product-info-cards__single.boots .images img {
  max-height: 100%;
  max-width: 100%;
}
.c-product-info-cards__single.boots .c-product-info-cards__single__info {
  padding-top: 0px;
}
.c-product-info-cards__single:nth-of-type(1), .c-product-info-cards__single:nth-of-type(2), .c-product-info-cards__single:nth-of-type(3) {
  border-top: 1px solid #ececec;
}
.c-product-info-cards__single__premium-tag {
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-size: 2rem;
  background: #fdc300;
  padding: 0.5rem 1rem 0.2rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Khand-Medium", sans-serif;
  text-transform: uppercase;
}
.c-product-info-cards__single a {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .c-product-info-cards__single a {
    position: absolute;
  }
}
.c-product-info-cards__single__colors {
  display: flex;
  position: absolute;
  right: 2rem;
  top: 3rem;
  z-index: 6;
}
@media screen and (min-width: 1024px) {
  .c-product-info-cards__single__colors {
    opacity: 0;
  }
}
.c-product-info-cards__single__colors li {
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-product-info-cards__single__colors li figure {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  border-radius: 50%;
}
.c-product-info-cards__single .images {
  margin-top: 3rem;
}
.c-product-info-cards__single__img {
  margin: 0 auto;
  max-width: 45rem;
  max-height: 28rem;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 900px) {
  .c-product-info-cards__single__img {
    max-width: 25rem;
    max-height: 15rem;
  }
}
.c-product-info-cards__single__info {
  margin-top: -4rem;
  padding: 0 3rem 3rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .c-product-info-cards__single__info {
    align-items: center;
    margin-top: 0;
  }
}
.c-product-info-cards__single__info__title {
  margin: 1.5rem 0 2rem;
  font-size: 2rem;
  letter-spacing: 1px;
  font-family: "Kelson-Bold", sans-serif;
  z-index: 5;
}
.c-product-info-cards__single__info__subtitle {
  margin: 0 0 0.75rem;
  font-size: 1.4rem;
  display: block;
  font-family: "Kelson-Bold", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .c-product-info-cards__single__info__subtitle {
    opacity: 0;
  }
}
.c-product-info-cards__single__info__list {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .c-product-info-cards__single__info__list {
    opacity: 0;
  }
}
.c-product-info-cards__single__info__list li {
  margin-bottom: 0.3rem;
  position: relative;
  border-right: 1px solid #d8d8d8;
  padding-left: 2rem;
  margin-bottom: 0px;
  padding-right: 1rem;
}
.c-product-info-cards__single__info__list li:first-child {
  padding-left: 0px;
}
.c-product-info-cards__single__info__list li:last-child {
  border: none;
}
.c-product-info-cards__single__info__list li span {
  font-size: 1.8rem;
  color: #000000;
  margin: 0;
  font-weight: bold;
  font-family: "Kelson-Bold", sans-serif;
}
.c-product-info-cards__single__info__list li span:nth-of-type(1) {
  min-width: 9.5rem;
  width: 9.5rem;
  display: flex;
  font-size: 1.1rem;
  font-family: "Kelson-Light", sans-serif;
  margin-bottom: -0.3rem;
}
.c-product-info-cards__single:hover {
  overflow: visible;
  z-index: 2;
  border-top: 1px solid transparent;
}
.c-product-info-cards__single:hover a {
  z-index: 1;
  box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.19);
  background: #ffffff;
}
.c-product-info-cards__single:hover .c-product-info-cards__single__info__subtitle, .c-product-info-cards__single:hover .c-product-info-cards__single__colors, .c-product-info-cards__single:hover .c-product-info-cards__single__info__list {
  opacity: 1;
}
.c-product-info-cards__single--premium a {
  background: #1f1f1f;
}
.c-product-info-cards__single--premium a .c-product-info-cards__single__info .c-product-info-cards__single__info__title {
  background: linear-gradient(45deg, #bdb38c, #aa8c52);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-product-info-cards__single--premium a .c-product-info-cards__single__info .c-product-info-cards__single__info__subtitle {
  background: linear-gradient(45deg, #bdb38c, #aa8c52);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-product-info-cards__single--premium a .c-product-info-cards__single__info .c-product-info-cards__single__info__list li span {
  background: linear-gradient(45deg, #bdb38c, #aa8c52);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-product-info-cards__single--premium:hover a {
  background: #1f1f1f;
}

.c-product-slider__buttons__single {
  height: 11.5rem;
  min-height: 11.5rem;
  background-color: #F9F9F9;
  transition: 0.38s all;
}

.c-product__modal-trigger {
  transition: 0.38s all;
  background: transparent;
}
.c-product__modal-trigger:hover {
  transform: scale(1.05);
}

.c-product-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
.c-product-modal__close {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  min-height: 4rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-product-modal__close img {
  width: 2rem;
}
.c-product-modal .prev {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 4rem;
  height: 4rem;
  z-index: 12;
  background-color: #000000;
}
.c-product-modal .prev img {
  width: 4rem;
}
.c-product-modal .next {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 4rem;
  height: 4rem;
  z-index: 12;
}
.c-product-modal .next img {
  width: 4rem;
}
.c-product-modal .c-modal-slider {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.c-product-modal .c-modal-slider__single {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 51rem;
  max-height: 51rem;
}
.c-product-modal .c-modal-slider__single img {
  max-height: 85rem;
  max-width: 85rem;
}
@media screen and (max-width: 500px) {
  .c-product-modal .c-modal-slider__single img {
    max-width: 45rem;
  }
}
.c-product-modal .c-modal-slider__nav {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-product-modal .c-modal-slider__nav .c-product-slider__buttons {
  display: flex;
  flex-direction: row;
}
.c-product-modal .c-modal-slider__nav .c-product-slider__buttons li {
  margin: 0 1rem;
  width: 14rem;
  max-width: 14rem;
}
.c-product-modal .c-modal-slider__nav .c-product-slider__buttons li button {
  width: 100%;
  background-size: 80% !important;
  background-position: center !important;
}
.c-product-modal .c-modal-slider__nav .c-product-slider__buttons li button.is-active {
  border: 1px solid #000000;
}
.c-product-modal .prevNextButtons {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
}
.c-product-modal .prevNextButtons button {
  display: flex;
  align-items: center;
  height: 6.5rem;
  width: 6.5rem;
  background-color: #000000;
  justify-content: center;
}
.c-product-modal .prevNextButtons button svg {
  color: #ffffff;
}
.c-product-modal .prevNextButtons button svg path {
  fill: #ffffff;
}

.js-modalActive {
  opacity: 1;
  pointer-events: all;
}

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 5px solid #ffffff;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 17rem;
  height: 17rem;
}

* {
  box-sizing: border-box;
}

.c-boots-modal .c-modal-slider__single img {
  max-width: 60rem !important;
  max-height: 60rem !important;
}
@media screen and (min-width: 1100px) {
  .c-boots-modal .c-modal-slider__single img {
    max-height: 90rem !important;
    max-width: 90rem !important;
  }
}
@media screen and (max-width: 500px) {
  .c-boots-modal .c-modal-slider__single img {
    max-width: 45rem;
  }
}
.c-boots-modal .c-modal-slider__single.boots-block img {
  max-width: 52rem !important;
  max-height: 52rem !important;
}

.c-product {
  padding: 2rem 0 8rem 0;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .c-product {
    padding: 6rem 0 0;
  }
}
.c-product .o-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .c-product .o-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-product .o-container > div {
    width: 100%;
    min-width: 100%;
  }
}
.c-product .slider-container {
  position: relative;
}
.c-product__text {
  min-width: 44rem;
  max-width: 44rem;
  width: 44rem;
}
@media screen and (max-width: 1300px) {
  .c-product__text {
    min-width: 38rem;
    max-width: 38rem;
    width: 38rem;
  }
}
@media screen and (max-width: 1100px) {
  .c-product__text {
    min-height: auto;
    margin: 0;
    width: 100%;
    min-width: 100%;
  }
}
.c-product__text__back {
  display: flex;
  align-items: center;
  margin-left: -0.5rem;
}
.c-product__text__back svg {
  margin-top: -0.5rem;
  margin-right: 0.5rem;
}
.c-product__text__back span {
  font-size: 1.5rem;
  font-family: "Kelson-Bold", sans-serif;
}
.c-product__text h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 2rem 0 1rem 0;
  font-size: 4.5rem;
  font-family: "Kelson-Bold", sans-serif;
}
.c-product__text h1 span {
  font-family: "Kelson-Light", sans-serif;
  font-size: 4.5rem;
  margin: 0;
}
.c-product__text h1 svg {
  margin-right: 0px;
}
@media screen and (max-width: 1100px) {
  .c-product__text h1 {
    margin-bottom: 0.5rem;
  }
}
.c-product__text h1 img {
  width: 5rem;
  margin-right: 1.5rem;
  margin-top: -1rem;
}
.c-product__text .btn {
  width: 100%;
  margin-top: 1rem;
}
.c-product__text .btn span {
  font-size: 2rem;
  margin: 0 0.5rem 0;
}
.c-product__text .c-text {
  max-width: 44rem;
}
@media screen and (max-width: 1100px) {
  .c-product__text .c-text {
    max-width: 100%;
    width: 100%;
  }
}
.c-product__text .c-text p {
  font-size: 1.5rem;
}
.c-product__colors-title {
  font-family: "Kelson-Bold", sans-serif;
  font-size: 1.4rem;
}
.c-product__colors {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem -1rem 2rem 0 !important;
}
@media screen and (max-width: 1100px) {
  .c-product__colors {
    flex-wrap: wrap;
    margin-bottom: 2rem !important;
  }
}
.c-product__colors .is-active {
  border: 1px solid #000000;
  pointer-events: none;
}
.c-product__colors li {
  margin: 0 1rem 1rem 0;
  min-width: calc(20% - 1rem);
  max-width: calc(20% - 1rem);
}
.c-product__colors__single {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  border: 1px solid #e9e9e9;
  background: #ffffff;
  padding: 1rem;
  transition: 0.38s all;
}
.c-product__colors__single:hover {
  border: 1px solid gray;
}
.c-product__colors__single figure {
  width: 2.1rem;
  height: 2.1rem;
  min-width: 2.1rem;
  min-height: 2.1rem;
  border-radius: 50%;
  margin-bottom: 0.8rem;
}
.c-product__colors__single span {
  font-family: "Kelson-Bold", sans-serif;
  font-size: 1.3rem;
  margin-bottom: -6px;
  line-height: 1;
}
.c-product__media {
  width: 67.5rem;
  max-width: 67.5rem;
}
.c-product__media:hover {
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  .c-product__media {
    max-width: 51rem;
  }
}
@media screen and (max-width: 1100px) {
  .c-product__media {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }
}
.c-product__media .c-product-slider__single {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 50rem;
  max-height: 50rem;
  padding: 7rem;
  background-color: #f9f9f9;
}
@media screen and (max-width: 1300px) {
  .c-product__media .c-product-slider__single {
    max-height: 41rem;
    min-height: 41rem;
  }
}
@media screen and (max-width: 1100px) {
  .c-product__media .c-product-slider__single {
    max-height: 36rem;
    min-height: 36rem;
  }
}
@media screen and (max-width: 850px) {
  .c-product__media .c-product-slider__single {
    max-height: 29rem;
    min-height: 29rem;
  }
}
@media screen and (max-width: 650px) {
  .c-product__media .c-product-slider__single {
    max-height: 25rem;
    min-height: 25rem;
  }
}
.c-product__media .c-product-slider__single__premium {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  background-color: #fdc300;
  display: flex;
  padding: 0 1rem;
}
.c-product__media .c-product-slider__single__premium span {
  height: 3rem;
  line-height: 2.25;
  font-family: "Kelson-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
.c-product__media .c-product-slider__single img {
  max-height: 50rem;
}
@media screen and (max-width: 1300px) {
  .c-product__media .c-product-slider__single img {
    max-height: 40rem;
  }
}
@media screen and (max-width: 1100px) {
  .c-product__media .c-product-slider__single img {
    max-height: 35rem;
  }
}
@media screen and (max-width: 850px) {
  .c-product__media .c-product-slider__single img {
    max-height: 28rem;
    max-width: 50rem;
  }
}
@media screen and (max-width: 650px) {
  .c-product__media .c-product-slider__single img {
    max-height: 24rem;
    max-width: 100%;
  }
}
.c-product__nav {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .c-product__nav {
    position: relative;
    right: initial;
    top: initial;
    left: 0;
    bottom: 1rem;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-top: 3rem;
  }
}
.c-product__nav .c-product-slider__buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.c-product__nav .c-product-slider__buttons__1 {
  min-width: calc(50% - 1rem);
  width: calc(50% - 1rem);
}
.c-product__nav .c-product-slider__buttons__2 {
  min-width: calc(33.3333333333% - 1rem);
  width: calc(33.3333333333% - 1rem);
}
.c-product__nav .c-product-slider__buttons__3 {
  min-width: calc(25% - 1rem);
  width: calc(25% - 1rem);
}
.c-product__nav .c-product-slider__buttons__4 {
  min-width: calc(20% - 1rem);
  width: calc(20% - 1rem);
}
.c-product__nav .c-product-slider__buttons__5 {
  min-width: calc(16.6666666667% - 1rem);
  width: calc(16.6666666667% - 1rem);
}
@media screen and (max-width: 1100px) {
  .c-product__nav .c-product-slider__buttons {
    display: flex;
    margin: 0;
  }
}
.c-product__nav .c-product-slider__buttons__single {
  width: 100%;
  min-width: 100%;
  background-size: 80% !important;
  background-position: center;
}
@media screen and (max-width: 1100px) {
  .c-product__nav .c-product-slider__buttons__single {
    margin: 0 0.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .c-product__modal-trigger {
    display: none;
  }
}
.c-product__modal-trigger img {
  width: 4rem;
}
.c-product--premium {
  background: #1f1f1f;
}
.c-product--premium .c-product__text h1 {
  background: linear-gradient(45deg, #bdb38c, #aa8c52);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-product--premium .c-product__text h1 svg g rect {
  fill: transparent !important;
}
.c-product--premium .c-product__text .c-product__colors .is-active {
  border: 2px solid #b5904d !important;
}
.c-product--premium .c-product__text .c-product__colors__single:hover {
  border: 1px solid #b5904d !important;
}
.c-product--premium .c-product__text .c-text {
  color: #fff;
}
.c-product--premium .c-product__text .c-text p {
  color: #fff;
}
.c-product--premium .c-product__text .c-text .js-read-more {
  color: #fff;
}
.c-product--premium .c-product__text .c-text .js-read-more svg path {
  fill: #fff;
}

.c-product-info {
  padding: 8rem 0;
}
@media screen and (max-width: 1100px) {
  .c-product-info {
    padding: 20rem 0 8rem;
    margin-top: -18rem;
    background-color: #ffffff !important;
  }
}
@media screen and (max-width: 650px) {
  .c-product-info {
    padding: 20rem 0 0;
  }
}
@media screen and (max-width: 650px) {
  .c-product-info .o-container {
    max-width: 100%;
  }
  .c-product-info .o-container .c-breadcrumbs {
    max-width: calc(100% - 80px);
    margin: 1rem auto 4rem;
  }
}
@media (max-width: 500px) {
  .c-product-info .o-container .c-breadcrumbs {
    max-width: calc(100% - 50px);
    margin: 1rem auto 4rem;
  }
}
@media (max-width: 350px) {
  .c-product-info .o-container .c-breadcrumbs {
    max-width: calc(100% - 40px);
    margin: 1rem auto 4rem;
  }
}
.c-product-info__wrap {
  display: flex;
}
@media screen and (max-width: 1100px) {
  .c-product-info__wrap {
    flex-direction: column;
  }
}
.c-product-info .c-breadcrumbs {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1100px) {
  .c-product-info .c-breadcrumbs {
    margin-bottom: 3rem;
  }
  .c-product-info .c-breadcrumbs .c-text--product {
    margin-top: 3rem;
  }
}
.c-product-info__single {
  background: #ffffff;
  width: calc(50% - 1.3rem);
  margin-right: 1.3rem;
}
@media screen and (max-width: 1100px) {
  .c-product-info__single {
    width: 100%;
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 650px) {
  .c-product-info__single {
    margin: 0;
  }
}
.c-product-info__single:last-of-type {
  margin-right: 0;
}
.c-product-info__single__header {
  position: relative;
  padding: 3.2rem 3.8rem 2.8rem;
}
.c-product-info__single__header h2 {
  font-family: "Khand-Bold", sans-serif;
  font-size: 2.9rem;
  margin: 0;
}
.c-product-info__single__header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 30%;
  background: #000000;
}
.c-product-info__single__header--results {
  border-bottom: 1px solid #000000;
  padding: 2.4rem 3.8rem 1.8rem;
}
.c-product-info__single__header--results h2 {
  font-size: 2.5rem;
}
.c-product-info__single__header--results button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
}
.c-product-info__single__header--results button img {
  width: 0.8rem;
  margin-right: 0.5rem;
}
.c-product-info__single__header--results button span {
  font-size: 1.4rem;
}
.c-product-info__single__header--results button:hover img {
  transform: scale(1.3);
}
.c-product-info__single__body {
  padding: 3rem 3.8rem;
}
.c-product-info__single__body ul li span a {
  position: relative;
  font-family: "Kelson-bold", sans-serif;
  font-size: 1.5rem;
}
.c-product-info__single__body ul li span a:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -3px;
  background-color: #000000;
}
.c-product-info__single__body ul li span a:hover {
  opacity: 0.3;
}
@media screen and (max-width: 1100px) {
  .c-product-info__single--specs {
    border-top: 1px solid #EAEAEA;
  }
}
.c-product-info__single--specs ul li {
  display: flex;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 1.2rem;
  margin-bottom: 1.4rem;
}
.c-product-info__single--specs ul li:last-of-type {
  border-bottom: none;
}
.c-product-info__single--specs ul li span {
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Kelson-Regular", sans-serif;
  margin: 0;
}
.c-product-info__single--specs ul li span:nth-of-type(1) {
  min-width: 9rem;
  margin-right: 2rem;
}
.c-product-info__single--specs ul li span:nth-of-type(2) {
  font-family: "Kelson-bold", sans-serif;
}
.c-product-info__single--store-locator p {
  font-size: 1.5rem;
}
.c-product-info__single--store-locator form {
  margin-top: 3rem;
}
.c-product-info__single--store-locator form .c-form__row {
  margin-bottom: 1.5rem;
}
.c-product-info__single--store-locator form .c-form__group {
  width: 100%;
}
.c-product-info__single--store-locator form .c-form__group input {
  background: #ffffff;
  border: none;
}
.c-product-info__single--store-locator form .c-form__group button {
  width: 100%;
  height: 5rem;
}
.c-product-info__single--store-locator form .c-form__group button span {
  font-size: 1.8rem;
}
.c-product-info__single--store-locator .btn {
  width: 100%;
  justify-content: center;
}
.c-product-info__single--store-locator ul li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #000000;
  margin-bottom: 2rem;
}
.c-product-info__single--store-locator ul li a small {
  background: #000000;
  color: #fdc300;
  font-family: "Khand-Bold", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.4rem 0.25rem 0.25rem;
  margin-bottom: 1rem;
}
.c-product-info__single--store-locator ul li a h3 {
  font-size: 2.1rem;
  font-family: "Khand-Bold", sans-serif;
  margin: 0;
  line-height: 1;
}
.c-product-info__single--store-locator ul li a p {
  font-size: 1.5rem;
  margin: 0 0 2rem;
}
.c-product-info__single--store-locator ul li a:hover h3 {
  text-decoration: underline;
}
.c-product-info__single--store-locator ul li:last-of-type a {
  border-bottom: none;
  margin-bottom: 0;
}
.c-product-info__single--webshops .c-product-info__single__body {
  padding: 1rem 3.8rem 3rem;
}
.c-product-info__single--webshops ul {
  display: flex;
  flex-direction: column;
}
.c-product-info__single--webshops ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem 0 1.6rem;
  border-bottom: 1px solid #e7e7e7;
  transition: 0.38s all;
}
.c-product-info__single--webshops ul li a:hover {
  border-bottom: 1px solid #000000 !important;
}
.c-product-info__single--webshops ul li a h3 {
  font-family: "Khand-Bold", sans-serif;
  font-size: 2.2rem;
  margin: 0;
  line-height: 1;
}
.c-product-info__single--webshops ul li a small {
  font-size: 1.5rem;
  font-family: "Kelson-Regular", sans-serif;
  line-height: 1.2;
}
.c-product-info__single--webshops ul li a img {
  position: absolute;
  top: 2.2rem;
  right: 0;
  width: 3rem;
  min-width: 3rem;
}
.c-product-info__single--webshops ul li:last-of-type a {
  border-bottom: 1px solid transparent;
}
.c-product-info__single--yellow {
  background: #fdc300;
}

.c-overview-list {
  position: relative;
}
@media screen and (max-width: 950px) {
  .c-overview-list {
    padding: 0 3rem;
  }
}
.c-overview-list .c-overview__txt--center {
  text-align: center;
  max-width: 860px !important;
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
}
.c-overview-list .c-overview-list__all {
  margin: 8rem auto 0;
  max-width: 860px !important;
  width: 100%;
}
.c-overview-list .c-overview-list__all .c-overview-list__cluster {
  margin-bottom: 9rem;
}
.c-overview-list .c-overview-list__all .c-overview-list__cluster:last-child {
  margin-bottom: 0;
}
.c-overview-list .c-overview-list__all .c-overview-list__cluster h3 {
  font-size: 3.5rem;
  border-bottom: 1px solid black;
  margin: 0;
  padding-bottom: 3rem;
  text-transform: uppercase;
  color: black;
  line-height: 1.2 !important;
  word-break: break-word;
}
.c-overview-list .c-overview-list__all .c-overview-list__cluster .c-overview-list__single {
  padding: 3rem 0;
  border-bottom: 1px solid black;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.c-overview-list .c-overview-list__all .c-overview-list__cluster .c-overview-list__single:hover p {
  color: #fdc300;
}
.c-overview-list .c-overview-list__all .c-overview-list__cluster .c-overview-list__single:hover svg path {
  fill: #fdc300;
}
.c-overview-list .c-overview-list__all .c-overview-list__cluster .c-overview-list__single p {
  font-size: 2rem;
  text-transform: uppercase;
  color: black;
  margin: 0;
  transition: 0.25s ease-in-out;
  line-height: 2.8rem;
}
.c-overview-list .c-overview-list__all .c-overview-list__cluster .c-overview-list__single svg {
  width: 1.2rem;
  height: 2.2rem;
  min-width: 1.2rem;
  min-height: 2.2rem;
  margin-left: 1rem;
}
.c-overview-list .c-overview-list__all .c-overview-list__cluster .c-overview-list__single svg path {
  fill: black;
  transition: 0.25s ease-in-out;
}

section.store-locator {
  padding: 4rem;
  padding-top: 0;
  margin-top: 5rem;
}

.pattern-default.left {
  right: auto;
  left: 0;
}

.store-locator h3 {
  font-family: "Khand-Bold", sans-serif;
  margin: 5rem auto;
  font-size: 5rem;
}

section.discover-stores {
  border: 2rem solid #fdc300;
  margin: 0 auto 6rem auto;
  background: #fff;
}

nav.map-navigation {
  margin: 4rem 0;
  padding: 2rem;
}

nav.map-navigation .right {
  float: none;
  text-align: center;
  position: relative;
  z-index: 3;
}

nav.map-navigation .right .world-button, nav.map-navigation .right .overview-button {
  position: relative;
}

nav.map-navigation .right a {
  height: 3rem;
  line-height: 4.1rem;
  width: 3.5rem;
  display: inline-block;
  margin-left: 1.2rem;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
}

nav.map-navigation .right .world-button.active:after, nav.map-navigation .right .overview-button.active:after {
  background: #000;
  transition: all 0.2s ease-in-out;
}

nav.map-navigation .right .world-button.active svg, nav.map-navigation .right .overview-button.active svg {
  fill: #fff !important;
  position: relative;
  z-index: 10;
}

nav.map-navigation .right a:hover:after {
  background: #000;
}

nav.map-navigation .right a:hover svg {
  fill: #fff !important;
  position: relative;
  z-index: 10;
}

nav.map-navigation .right a svg {
  height: 2rem;
  width: 2rem;
  position: relative;
}

nav.map-navigation .right a.world-button {
  margin-right: 2rem;
}

nav.map-navigation .right .world-button:after, nav.map-navigation .right .overview-button:after {
  height: 4rem;
  width: 4rem;
  content: "";
  border: 0.4rem solid #000;
  position: absolute;
  left: -0.7rem;
  top: -0.7rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all ease-in-out 0.2s;
}

section.stores.main {
  display: none;
}

section.stores.main .store {
  min-height: 35rem !important;
}

section.stores article.store {
  position: relative;
  float: left;
  width: calc(25% - 12px);
  background: #e9e9e9;
  padding: 3rem 2rem;
  margin-bottom: 16px;
  min-height: 28rem;
  display: none;
  margin-right: 16px;
}
@media screen and (max-width: 1100px) {
  section.stores article.store {
    width: calc(33.3333333333% - 11px);
  }
}
@media screen and (max-width: 950px) {
  section.stores article.store {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 550px) {
  section.stores article.store {
    width: 100%;
    margin-right: 0;
  }
}

section.stores article.store:nth-child(4n) {
  margin-right: 0 !important;
}
@media screen and (max-width: 1100px) {
  section.stores article.store:nth-child(4n) {
    margin-right: 16px !important;
  }
}

section.stores article.store:nth-child(3n) {
  margin-right: 16px;
}
@media screen and (max-width: 1100px) {
  section.stores article.store:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 950px) {
  section.stores article.store:nth-child(3n) {
    margin-right: 16px !important;
  }
}

@media screen and (max-width: 950px) {
  section.stores article.store:nth-child(2n) {
    margin-right: 0 !important;
  }
}

section.stores article.store .distance {
  position: absolute;
  right: 2rem;
  top: 2.3rem;
  font-family: "Kelson-Regular", sans-serif;
  font-weight: bold;
  background: #000;
  padding: 0.6rem 1rem;
  font-size: 1.5rem;
  color: #fff;
}

section.stores article.store h3, section.stores article.store-map h3 {
  font-family: "Kelson-bold", sans-serif;
  font-size: 1.8rem;
  margin: 0;
  max-width: 75%;
  min-height: 6rem;
}

section.stores article.store ul, section.stores article.store-map ul {
  min-height: 4rem;
  padding: 0;
  list-style-type: none;
}

section.stores article.store li, section.stores article.store-map li {
  font-family: "Rolade", sans-serif;
  margin-top: 1rem;
}

section.stores article.store a, section.stores article.store-map a {
  color: #000;
}

section.stores article.store .contact-data, section.stores article.store-map .contact-data {
  text-align: center;
  margin: 4rem 0 2rem;
}

section.stores article.store .contact-data > a, section.stores article.store-map .contact-data > a {
  display: inline-block;
  width: 4rem;
  text-align: center;
  line-height: 4rem;
  margin: 0 1.8rem;
  position: relative;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}

section.stores article.store .contact-data > a:hover:after, section.stores article.store-map .contact-data > a:hover:after {
  background: #000;
}

section.stores article.store .contact-data > a:hover svg, section.stores article.store-map .contact-data > a:hover svg {
  fill: #fff;
  position: relative;
  z-index: 3;
}

section.stores article.store .contact-data > a:after, section.stores article.store-map .contact-data > a:after {
  height: 4rem;
  width: 4rem;
  content: "";
  border: 0.4rem solid #000;
  position: absolute;
  left: -0.4rem;
  top: -0.5rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

section.stores article.store .contact-data > a svg, section.stores article.store-map .contact-data > a svg {
  height: 1.4rem;
  position: relative;
}

.locations-map {
  background: #efefef;
}

.locations-map .active-filters {
  height: auto;
}

.locations-map .map-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.locations-map .map-wrap .filters {
  display: none !important;
  width: 20rem;
  height: 100%;
  color: #fff;
  background-color: #272727;
  position: relative;
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.locations-map .map-wrap #map {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 60rem;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.locations-map .map-wrap #map {
  height: 60rem !important;
  width: 100% !important;
}

section.discover-stores input {
  display: inline-block;
  width: 90%;
  height: 6rem;
  padding: 0 3rem;
  border: 0;
  background-repeat: no-repeat;
  background-position: right 2rem center;
  outline: none;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.7rem;
  font-family: "Kelson-Regular", sans-serif;
}
section.discover-stores input::placeholder {
  color: #000;
}

section.discover-stores button {
  width: 5%;
  text-align: center;
  border: 0;
  background: #fff;
  height: 6rem;
  line-height: 7.4rem;
  padding: 0;
  float: right;
}

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

.button {
  font-family: "Rolade";
  border: 0.5rem solid #000;
  padding: 1.8rem 3.5rem;
  font-size: 1.6rem;
  display: none;
  color: #000;
  text-transform: uppercase;
  transition: all ease-in-out 0.2s;
  margin-top: 3rem;
  position: relative;
  cursor: pointer;
}

.button:hover {
  background: #000;
  color: #fff;
}

.pac-item span {
  margin: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
}

section.search-results {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
section.search-results .small-container {
  max-width: 860px !important;
  width: 100%;
  margin: 0 auto;
}

section.search-results .search-bar {
  position: relative;
}
section.search-results .search-bar h3 {
  font-size: 2.4rem;
  line-height: 2rem;
}

section.search-results .search-item h2 {
  font-size: 3.5rem;
  margin-bottom: 0;
}

section.search-results .search-item a {
  text-decoration: underline;
  color: #000;
  font-size: 1.8rem;
}

.search-item {
  margin: 5rem 0;
}

.c-footer {
  padding: 5rem 0 20rem;
}
@media screen and (max-width: 1000px) {
  .c-footer {
    padding: 5rem 0 10rem;
  }
}
.c-footer .o-container {
  display: flex;
  position: relative;
  z-index: 1;
  margin-top: 10rem;
}
@media screen and (max-width: 1000px) {
  .c-footer .o-container {
    flex-direction: column;
    align-items: center;
    margin-top: 5rem;
  }
}
.c-footer__secondary {
  display: flex;
  flex-direction: column;
  margin-right: 7.5rem;
}
@media screen and (max-width: 1000px) {
  .c-footer__secondary {
    order: 2;
    margin-right: 0;
  }
}
.c-footer__primary {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .c-footer__primary {
    order: 1;
    text-align: center;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-footer__primary {
    width: 100%;
  }
}
.c-footer__primary div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .c-footer__primary div {
    flex-direction: column;
  }
}
.c-footer__primary h5 {
  font-size: 3.5rem;
}
.c-footer__tertiary small, .c-footer__tertiary a {
  font-size: 1rem;
}
.c-footer__tertiary a:hover {
  text-decoration: underline;
}
.c-footer__logo img {
  width: 20rem;
}
.c-footer__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.c-footer__buttons a {
  margin: 0 1.5rem;
}
.c-footer__subjects {
  width: 75%;
}
.c-footer__subjects svg {
  height: 3rem;
  width: 3rem;
}
.c-footer__subjects ul {
  display: flex;
  flex-wrap: wrap;
  width: 32rem;
}
.c-footer__subjects ul li {
  width: 16rem;
  margin: 1rem 0;
}
.c-footer__subjects ul li a {
  display: flex;
  align-items: center;
}
.c-footer__subjects ul li a img {
  width: 3.3rem;
  min-width: 3.3rem;
  height: 3.3rem;
  min-height: 3.3rem;
}
.c-footer__subjects ul li a span {
  font-family: "Kelson-Regular", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 1rem;
}
.c-footer__subjects ul li a:hover span {
  text-decoration: underline;
}
.c-footer__menu {
  margin-left: 3rem;
  padding-left: 4rem;
  border-left: 2px solid #000000;
}
@media screen and (max-width: 600px) {
  .c-footer__menu {
    border-left: none;
    border-top: 2px solid #000000;
    margin-left: 0;
    padding-left: 0;
    padding-top: 2rem;
    margin-top: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .c-footer__menu ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-footer__menu ul li {
  line-height: 1;
  margin: 1rem 0;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .c-footer__menu ul li {
    width: 50%;
    padding-left: 2rem;
  }
}
.c-footer__menu ul li a {
  font-family: "Kelson-Bold", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.c-footer__menu ul li a:hover {
  text-decoration: underline;
}

.u-bg-cover-center {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.u-bg-contain-top {
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.u-bg--gray {
  background-color: #e7e7e7;
}

.u-bg-figure {
  display: inline-flex;
  position: relative;
  line-height: 55px;
}
@media screen and (max-width: 550px) {
  .u-bg-figure {
    line-height: 35px;
  }
}
.u-bg-figure:before {
  content: "";
  position: absolute;
  background: #fdc300;
  height: 58px;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .u-bg-figure:before {
    height: 40px;
  }
}
.u-bg-figure--high:before {
  height: 85px;
}
@media screen and (max-width: 550px) {
  .u-bg-figure--high:before {
    height: 40px;
  }
}
.u-bg-figure--small:before {
  height: 50px;
}
@media screen and (max-width: 550px) {
  .u-bg-figure--small:before {
    height: 40px;
  }
}
.u-bg-figure--top:before {
  top: -10px;
}
@media screen and (max-width: 550px) {
  .u-bg-figure--top:before {
    top: -5px;
  }
}
.u-bg-figure--bottom:before {
  bottom: -3px;
  left: -10px;
}
@media screen and (max-width: 550px) {
  .u-bg-figure--bottom:before {
    bottom: 5px;
  }
}
.u-bg-figure--left:before {
  left: -10px;
}
.u-bg-figure--right:before {
  right: -10px;
}
.u-bg-figure--65:before {
  width: 65%;
}
.u-bg-figure--85:before {
  width: 85%;
}
.u-bg-figure--100:before {
  width: 100%;
}

.u-bx-shadow {
  box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.35);
}
.u-bx-shadow--small {
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.15);
}

.u-reset-ul {
  padding: 0;
  margin: 0;
}
.u-reset-ul li {
  list-style-type: none;
}

.u-reset-arrow-list {
  margin-bottom: 2rem;
}
.u-reset-arrow-list li a {
  display: block;
}
.u-reset-arrow-list li a img {
  width: 15px;
}

.u-skew-45 {
  transform: skew(45deg);
}

.u-unskew-45 {
  transform: skew(-45deg);
}

.u-flex {
  display: flex;
}
.u-flex--half {
  width: 50%;
  margin: 0.5rem 0;
}
.u-flex--half:nth-of-type(2n) {
  margin: 0.5rem 0 0.5rem 1rem;
}

.u-column-2 {
  column-count: 2;
}

.u-space {
  padding: 4rem 0;
}
@media (max-width: 900px) {
  .u-space {
    padding: 2rem 0;
  }
}
.u-space--middle {
  padding: 0 5rem;
}
@media (max-width: 600px) {
  .u-space--middle {
    padding: 0 3rem;
  }
}
.u-space--large {
  padding: 8rem 0;
}
@media (max-width: 600px) {
  .u-space--large {
    padding: 4rem 0;
  }
}
.u-space--small {
  padding: 2rem 0;
}

.u-border-radius-primary {
  border-top-left-radius: 45px;
  border-bottom-right-radius: 45px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.s-text-and-blocks {
  position: relative;
  padding-top: 4rem;
}
@media screen and (max-width: 850px) {
  .s-text-and-blocks {
    padding-top: 14rem;
  }
}
@media screen and (max-width: 700px) {
  .s-text-and-blocks {
    padding-top: 5rem;
  }
}
.s-text-and-blocks__visual-1 {
  position: absolute;
  top: 5rem;
  left: 0;
  border-radius: 50%;
}
@media screen and (max-width: 700px) {
  .s-text-and-blocks__visual-1 {
    display: none;
  }
}
.s-text-and-blocks__visual-2 {
  position: absolute;
  top: 11rem;
  right: 0;
}
@media screen and (max-width: 700px) {
  .s-text-and-blocks__visual-2 {
    display: none;
  }
}
.s-text-and-blocks .o-container {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 850px) {
  .s-text-and-blocks .o-container {
    flex-direction: column;
  }
}
.s-text-and-blocks__half {
  width: calc(50% - 3.5rem);
  margin: 0 1.5rem;
}
@media screen and (max-width: 850px) {
  .s-text-and-blocks__half {
    width: 100%;
    margin: 0;
  }
}
.s-text-and-blocks__half .c-text {
  width: 42rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 550px) {
  .s-text-and-blocks__half .c-text {
    width: 100%;
  }
}
.s-text-and-blocks__half:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.s-text-and-blocks__half:nth-of-type(2) {
  margin-top: 20rem;
}
@media screen and (max-width: 850px) {
  .s-text-and-blocks__half:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .s-text-and-blocks--product {
    padding-top: 10rem;
  }
  .s-text-and-blocks--product .c-text {
    width: 100%;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 650px) {
  .s-text-and-blocks--product {
    border-top: 1px solid #e7e7e7;
  }
  .s-text-and-blocks--product .c-text h2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 550px) {
  .s-text-and-blocks--product h2 {
    font-size: 5rem;
  }
}

.s-store-locator {
  width: 80rem;
  margin: 10rem auto;
}
@media screen and (max-width: 850px) {
  .s-store-locator {
    margin: 5rem auto;
    width: 100%;
  }
}
.s-store-locator .c-text {
  margin: 0 0 3rem;
}
.s-store-locator .c-text h2 {
  margin: 0 0 2rem;
  max-width: 42rem;
}
@media screen and (max-width: 850px) {
  .s-store-locator .c-text h2 {
    width: 85%;
    line-height: 0.9;
  }
  .s-store-locator .c-text h2:before {
    top: -11px;
    right: 0;
    width: 80%;
    height: 50px;
  }
}
.s-store-locator .c-text p {
  max-width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .s-store-locator .c-form {
    max-width: 520px;
    margin: 0 auto;
  }
}
.s-store-locator .c-form__label {
  width: 100%;
}
.s-store-locator .c-form input {
  width: 100%;
}
.s-store-locator .c-form button {
  white-space: nowrap;
  margin-left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .s-store-locator .c-form button {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
.s-store-locator .c-form button span {
  font-size: 1.8rem;
}
@media screen and (max-width: 850px) {
  .s-store-locator .c-form__row {
    flex-direction: column;
  }
}

.s-coordinates {
  position: relative;
  margin-left: 8%;
}
.s-coordinates .c-text--coordinates {
  background: #ffffff;
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 0 5rem;
}
.s-coordinates:after {
  content: "";
  position: absolute;
  top: 1.5rem;
  width: 100%;
  height: 1px;
  background: #000000;
}
@media screen and (max-width: 700px) {
  .s-coordinates:after {
    display: none;
  }
}

.s-collection-intro .c-breadcrumbs {
  margin: 4.5rem 0 6rem;
}
@media screen and (max-width: 700px) {
  .s-collection-intro .c-breadcrumbs {
    margin: 6rem 0 3rem;
  }
}
.s-collection-intro .c-text h1 {
  display: flex;
  align-items: center;
  margin: 0 0 2rem;
  line-height: 1;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .s-collection-intro .c-text h1 {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 500px) {
  .s-collection-intro .c-text h1 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.s-collection-intro .c-text h1 span {
  font-size: 4.2rem;
  text-transform: uppercase;
  font-family: "Kelson-Bold", sans-serif;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .s-collection-intro .c-text h1 span {
    order: 2;
    margin: 0 1.5rem 0 0;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 500px) {
  .s-collection-intro .c-text h1 span {
    margin: 0 0 1.5rem;
  }
}
.s-collection-intro .c-text h1 img {
  width: 7rem;
  margin: 0 1.5rem;
}
@media screen and (max-width: 600px) {
  .s-collection-intro .c-text h1 img {
    order: 1;
    margin: 0 1.5rem 0 0;
    width: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .s-collection-intro .c-text h1 img {
    margin: 0 0 1.5rem;
  }
}
.s-collection-intro .c-text p {
  max-width: 73rem;
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 700px) {
  .s-collection-intro .c-text p {
    text-align: left;
  }
}
.s-collection-intro .c-filter {
  margin: 5rem 0 6rem;
}

.s-product-grid__single {
  width: 41.5rem;
  max-width: 41.5rem;
}
@media screen and (max-width: 1378px) {
  .s-product-grid__single {
    width: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
  .s-product-grid__single:nth-of-type(3) {
    border-top: none;
  }
}
@media screen and (max-width: 800px) {
  .s-product-grid__single {
    width: 100%;
    max-width: 100%;
  }
  .s-product-grid__single:nth-of-type(1) {
    border-bottom: none;
  }
  .s-product-grid__single:nth-of-type(3) {
    border-top: none;
  }
}
.s-product-grid .c-image-cards__single {
  min-height: 29rem;
  margin: 0;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .s-product-grid .c-image-cards__single h3 {
    font-size: 4rem;
    line-height: 0.9;
  }
}
@media screen and (max-width: 1400px) {
  .s-product-grid .c-image-cards__single__text {
    padding: 3rem 3rem 2rem;
  }
}

.s-article-list {
  padding-top: 8rem;
}
.s-article-list h1 {
  font-size: 8.7rem;
  line-height: 0.8;
  margin: 0;
}
@media screen and (max-width: 650px) {
  .s-article-list h1 {
    font-size: 7rem;
  }
}
@media screen and (max-width: 550px) {
  .s-article-list h1 {
    font-size: 6rem;
  }
}
.s-article-list .s-text-and-blocks__half .c-text {
  width: 41rem;
}
@media screen and (max-width: 850px) {
  .s-article-list .s-text-and-blocks__half .c-text {
    width: 100%;
    margin-bottom: 3rem;
  }
  .s-article-list .s-text-and-blocks__half .c-text h1 {
    margin-bottom: 4rem;
  }
  .s-article-list .s-text-and-blocks__half .c-text .c-text--in-text-blocks, .s-article-list .s-text-and-blocks__half .c-text .c-article-list--in-text-blocks {
    padding: 0;
    margin-bottom: 0 !important;
  }
}
.s-article-list .s-text-and-blocks__half:nth-of-type(2) {
  margin-top: 10rem;
}
@media screen and (max-width: 850px) {
  .s-article-list .s-text-and-blocks__half:nth-of-type(2) {
    margin-top: 0;
  }
}
.s-article-list .c-text--full {
  padding: 0 3rem;
}
.s-article-list .s-text-and-blocks__half:nth-of-type(1) {
  margin-top: 0;
  justify-content: flex-start;
}

.s-gray-gradient-footer {
  position: relative;
}
.s-gray-gradient-footer .o-container {
  position: relative;
  z-index: 1;
}
.s-gray-gradient-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  background: linear-gradient(to bottom, #e7e7e7 0%, #fdfdfd 100%);
}

.s-article {
  padding: 15rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .s-article {
    padding: 4rem 0 0;
  }
}
.s-article--term {
  padding-bottom: 15rem;
}
.s-article__visual-1 {
  position: absolute;
  top: 45rem;
  left: -1rem;
}
@media screen and (max-width: 1200px) {
  .s-article__visual-1 {
    display: none;
  }
}
.s-article .c-text {
  margin: 5rem 0;
  padding: 0 8rem;
}
@media screen and (max-width: 900px) {
  .s-article .c-text {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 800px) {
  .s-article .c-text {
    padding: 0;
  }
}
.s-article .c-text .btn {
  margin-bottom: 3rem;
}
.s-article .c-text h4, .s-article .c-text h3, .s-article .c-text h2 {
  margin-bottom: 1rem;
}
.s-article .c-text p {
  margin: 0 0 2.5rem;
  font-size: 1.5rem;
}
.s-article .c-text h5 {
  margin: 0;
}
.s-article h1 {
  text-align: center;
  font-size: 7.5rem;
}
@media screen and (max-width: 650px) {
  .s-article h1 {
    font-size: 5rem;
  }
}
.s-article .c-breadcrumbs {
  margin-bottom: 2rem;
}
.s-article .c-breadcrumbs ul {
  justify-content: center;
}
.s-article .c-image-link-cards {
  padding: 0 8rem;
}
@media screen and (max-width: 900px) {
  .s-article .c-image-link-cards {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 800px) {
  .s-article .c-image-link-cards {
    padding: 0;
  }
}
.s-article .c-product-info-cards {
  padding: 0 8rem;
}
@media screen and (max-width: 900px) {
  .s-article .c-product-info-cards {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 800px) {
  .s-article .c-product-info-cards {
    padding: 0;
  }
}
.s-article .c-product-info-cards__single {
  width: calc(50% - 2rem);
  background: #e7e7e7;
  border-top: 1px solid #b6b6b6;
  margin: 1.5rem 2rem 1.5rem 0;
  border-bottom: none;
}
@media screen and (max-width: 700px) {
  .s-article .c-product-info-cards__single {
    width: 100%;
    margin: 1.5rem 0 0;
  }
}
.s-article .c-product-info-cards__single:hover {
  border-top: transparent 1px solid;
}
.s-article .c-product-info-cards__single:nth-of-type(3n+2) {
  margin: 1.5rem 2rem 1.5rem 0;
}
@media screen and (max-width: 700px) {
  .s-article .c-product-info-cards__single:nth-of-type(3n+2) {
    margin: 1.5rem 0 0;
  }
}
.s-article .c-product-info-cards__single:nth-of-type(even) {
  margin: 1.5rem 0 1.5rem 0;
}
@media screen and (max-width: 700px) {
  .s-article .c-product-info-cards__single:nth-of-type(even) {
    margin: 1.5rem 0 0;
  }
}

.c-header__logo img {
  height: 8rem;
}
@media screen and (max-width: 800px) {
  .c-header__logo img {
    height: 5rem;
  }
}

h1 svg {
  height: 4.5rem;
  margin-right: 3rem;
  position: relative;
  top: -0.5rem;
}

* {
  outline: none !important;
}

section.default-content {
  padding: 4rem;
}
section.default-content .small-container {
  max-width: 860px !important;
  width: 100%;
  margin: 0 auto;
}
section.default-content .small-container p {
  font-size: 2.5rem;
  font-family: "Kelson-Bold", sans-serif;
}

.c-hero__img {
  border: 1rem solid #fff;
}

.c-video-modal {
  margin-bottom: 5rem;
}

.o-container--article > p, .o-container--article > h3, .o-container--article > h2, .o-container--article > h1, .o-container--article > h4, .o-container--article > h5, .o-container--article > h6, .o-container--article > ul, .o-container--article > li, .o-container--article .wp-block-buttons, .o-container--article .wp-block-columns, .o-container--article .addtoany_share_save_container {
  max-width: 80rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
.o-container--article > h2, .o-container--article > h3, .o-container--article > h4, .o-container--article > h5, .o-container--article > h6 {
  color: #66955c;
  margin-bottom: 0.1rem !important;
}

.c-product-info-cards, .c-image-link-cards {
  margin: 5rem 0;
}

.wp-block-buttons {
  margin: 3rem 0;
}
.wp-block-buttons a {
  border: 5px solid green;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: Rolade, sans-serif;
  color: #000 !important;
  border-radius: 0;
  background: transparent;
  transition: all ease-in-out 0.3s;
}
.wp-block-buttons a:hover {
  background: green;
  color: #fff !important;
}

.btn--social img {
  width: auto !important;
  min-width: auto !important;
}

.wp-block-group.has-background {
  padding: 38px 38px;
  max-width: 80rem;
  margin: 4rem auto;
}

.wp-block-group__inner-container ul {
  padding-left: 1.5rem;
}

.o-container--article p a {
  font-weight: bold;
  text-decoration: underline;
}

.u-bg-cover-center {
  background-size: cover !important;
  background-position: bottom;
}

.wp-block-image.size-large, .wp-block-gallery {
  margin: 5rem 0 !important;
}

.c-overlay-menu {
  z-index: 9999 !important;
}

.headerFixed, .c-menu {
  z-index: 99999 !important;
}

.blocks-title {
  font-size: 8rem;
  line-height: 64px;
}
@media screen and (max-width: 550px) {
  .blocks-title {
    font-size: 6rem;
    line-height: 38px;
  }
}

.wp-block-embed iframe {
  width: 100%;
  height: 50rem;
}

@media screen and (max-width: 850px) {
  .s-text-blocks-mobile-width {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 850px) {
  .s-text-blocks-title-mobile-width {
    width: 65% !important;
  }
  .s-text-blocks-title-mobile-width h2:before {
    width: 110% !important;
    left: -15px !important;
    bottom: -4px !important;
    height: 55px !important;
  }
}

.c-footer {
  position: relative;
}

.custom-image {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  padding-top: 55%;
}

.s-product-grid__single {
  min-height: 31rem;
}

.grecaptcha-badge {
  display: none !important;
}

.c-footer {
  z-index: 0;
}

.s-store-locator {
  position: relative;
  z-index: 1;
}

.s-store-locator .c-form input {
  background: #fff;
}

.s-coordinates .c-text--coordinates {
  background: transparent;
}

.instagram-media {
  margin: 5rem auto;
}

.c-product-image-glow {
  box-shadow: 0 0 13rem #fff;
  width: 10rem;
  height: 10rem;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  bottom: 0;
  margin: auto;
}

.wpcf7-form {
  overflow: auto;
  padding: 4rem;
  position: relative;
  display: inline-block;
  background: #fdc300;
  mix-blend-mode: multiply;
}

.wpcf7-form p {
  margin-bottom: 0;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea {
  width: 100%;
  background: white;
  border: 0;
  height: 6rem;
  padding: 0 2rem;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.7rem;
  font-family: "Kelson", sans-serif;
}
.wpcf7-form input[type=text]::placeholder, .wpcf7-form input[type=email]::placeholder, .wpcf7-form textarea::placeholder {
  color: #000;
}

.wpcf7-form textarea {
  width: 100%;
  max-width: 100%;
  height: 20rem;
  max-height: 20rem;
  padding: 2rem;
}

.wpcf7-form input[type=submit] {
  background: none;
  float: right;
  margin-top: 0;
  font-family: "Rolade";
  border: 0.5rem solid #000;
  padding: 1.8rem 3.5rem;
  font-size: 1.6rem;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  transition: all ease-in-out 0.2s;
  position: relative;
}

.wpcf7-form input[type=submit]:hover {
  background: #000;
  cursor: pointer;
  color: #fdc300;
}

.wpcf7-not-valid-tip {
  color: #000 !important;
  margin-bottom: 2rem;
}

.wpcf7-validation-errors {
  background: #fff;
  border: 0 !important;
  padding: 1.5em !important;
  margin: 4.5em 0 0 0 !important;
}

.zoomImg {
  background-color: #fff !important;
}

.c-product-slider__buttons__single--prev {
  transform: rotate(90deg);
}

.c-product-slider__buttons__single--next {
  transform: rotate(-90deg);
}

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