<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://use.typekit.net/zqk5pyc.css");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kryh5a");
  src: url("../fonts/icomoon.eot?kryh5a#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kryh5a") format("truetype"), url("../fonts/icomoon.woff?kryh5a") format("woff"), url("../fonts/icomoon.svg?kryh5a#icomoon") format("svg");
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}
.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.hidden {
  visibility: hidden;
}

.inactive {
  opacity: 0.5;
}
.inactive:active, .inactive:hover {
  opacity: 1;
}

:root .no-margin {
  margin: 0;
}

address {
  font-style: normal;
}

blockquote {
  font-size: 1.2rem;
  font-style: italic;
  margin: 0;
}
blockquote::before {
  content: open-quote;
}
blockquote::after {
  content: close-quote;
}

body {
  color: #4D4C4C;
  font-family: "brandon-grotesque", sans-serif;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 0;
  word-wrap: break-word;
}
@media (min-width: 1024px) {
  body {
    min-height: 0;
  }
}

cite {
  display: block;
  font-style: normal;
  font-weight: 700;
}

figure {
  margin: 0;
}

.main ::-moz-input-placeholder {
  color: rgba(77, 76, 76, 0.5);
}
.main ::-ms-input-placeholder {
  color: rgba(77, 76, 76, 0.5);
}
.main ::-webkit-input-placeholder {
  color: rgba(77, 76, 76, 0.5);
}
.main :focus::-moz-input-placeholder {
  color: #4d4c4c;
}
.main :focus::-ms-input-placeholder {
  color: #4d4c4c;
}
.main :focus::-webkit-input-placeholder {
  color: #4d4c4c;
}
.main label {
  font-weight: 700;
}
.main input,
.main select,
.main textarea,
.main button {
  outline: 0;
}
.main [type=date],
.main [type=email],
.main [type=file],
.main [type=number],
.main [type=select],
.main [type=tel],
.main [type=text],
.main [type=password],
.main [type=url],
.main select,
.main textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  border-radius: 20px;
  border: 2px solid #c1c6d2;
  color: #4D4C4C;
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
  height: 45px;
  max-width: 240px;
  padding: 0 15px;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
@media (min-width: 1024px) {
  .main [type=date],
  .main [type=email],
  .main [type=file],
  .main [type=number],
  .main [type=select],
  .main [type=tel],
  .main [type=text],
  .main [type=password],
  .main [type=url],
  .main select,
  .main textarea {
    font-size: 16px;
    max-width: 340px;
  }
}
.main [type=date]:focus,
.main [type=email]:focus,
.main [type=file]:focus,
.main [type=number]:focus,
.main [type=select]:focus,
.main [type=tel]:focus,
.main [type=text]:focus,
.main [type=password]:focus,
.main [type=url]:focus,
.main select:focus,
.main textarea:focus {
  border-color: #D9472A;
}
.main [type=button],
.main [type=submit],
.main button {
  background-color: #D9472A;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  color: white;
  display: inline-block;
  font-weight: 800;
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 20px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  transition: all 0.25s ease-in-out;
}
.main [type=button]:active, .main [type=button]:hover,
.main [type=submit]:active,
.main [type=submit]:hover,
.main button:active,
.main button:hover {
  background-color: #9b311c;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
border .main select[multiple] {
  height: auto;
  max-height: 200px;
}
.main select:not([multiple]) {
  background: #fff url("data:image/svg+xml,&lt;svg height='10px' width='10px' viewBox='0 0 16 16' fill='%233d4852' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/&gt;&lt;/svg&gt;") no-repeat right 10px center;
}
.main textarea {
  padding-bottom: 10px;
  padding-top: 10px;
  resize: vertical;
  min-height: 180px;
  width: 100%;
}
@media (min-width: 1024px) {
  .main textarea {
    max-width: 540px;
  }
}
.main [type=file] {
  border: 2px dashed #c1c6d2;
  cursor: pointer;
  font-size: 13px;
  height: auto;
  padding: 10px;
}
.main ::file-selector-button {
  background-color: #4D4C4C;
  border-radius: 30px;
  border: 0;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
  padding: 10px 15px;
  transition: all 0.25s ease-in-out;
}
.main ::file-selector-button:active, .main ::file-selector-button:hover {
  background-color: #333333;
}
.main [disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

:root .webitem_80 #form1357 .formlabel {
  max-width: 180px;
}
:root .webitem_80 #form1357 td:not(.formlabel) {
  width: calc(100% - 180px);
}

:root .formtable {
  border: 0;
  font-size: 1rem;
  max-width: 760px;
  width: 100%;
  /*.formline.textgr.textsm {
      float: left;
  }*/
}
:root .formtable .formline {
  margin-bottom: 5px;
}
:root .formtable td,
:root .formtable th {
  display: block;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  line-height: 1.5 !important;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}
@media (min-width: 1024px) {
  :root .formtable td,
  :root .formtable th {
    vertical-align: top;
    display: table-cell;
  }
}
:root .formtable td {
  padding: 10px 0 5px 0;
}
@media (min-width: 1024px) {
  :root .formtable td {
    padding: 10px 0;
  }
}
:root .formtable .formline-datetime {
  font-family: "brandon-grotesque", sans-serif;
  height: 37px;
  margin: 0 0 0 10px;
  padding-left: 10px;
  padding-right: 10px;
}
:root .formtable .formlabel {
  font-weight: 600;
  line-height: 1.25;
  padding: 10px 0 5px 0;
}
@media (min-width: 1024px) {
  :root .formtable .formlabel {
    padding: 10px 0;
    width: 240px;
  }
}
@media (min-width: 1024px) {
  :root .formtable .formlabel--large {
    width: 340px;
  }
}
:root .formtable .formlabel__label {
  clear: both;
  display: inline-block;
  padding: 0 0 15px 0;
}
:root .formtable .formextra {
  line-height: 1.25;
  padding: 10px 0 5px 0;
}
@media (min-width: 1024px) {
  :root .formtable .formextra {
    padding: 10px 0;
    width: 240px;
  }
}
@media (min-width: 1024px) {
  :root .formtable .formextra--large {
    width: 340px;
  }
}

:root .formtable--large [type=date],
:root .formtable--large select {
  float: left;
  margin-right: 20px;
}

:root .formtable--full tr {
  display: block;
}
:root .formtable--full td {
  display: block !important;
  width: 100% !important;
}
@media (min-width: 1024px) {
  :root .formtable--full td {
    width: 100% !important;
  }
}

.full-width {
  float: left;
  width: 100%;
}

.main [type=button].formbut-cancel {
  background-color: #59606f;
}

.main [type=button].formbut-cancel:active,
.main [type=button].formbut-cancel:hover {
  background-color: #59606f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 30px;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000;
  text-decoration: none;
}
h1 a:active, h1 a:hover,
h2 a:active,
h2 a:hover,
h3 a:active,
h3 a:hover,
h4 a:active,
h4 a:hover,
h5 a:active,
h5 a:hover,
h6 a:active,
h6 a:hover {
  color: #D9472A;
  text-decoration: none;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5,
h6 {
  font-size: 1.25rem;
}

html {
  font-size: 16px;
  line-height: 1.75;
  scroll-behavior: smooth;
}
@media (min-width: 1024px) {
  html {
    font-size: 18px;
  }
}

html:not(.has-editor) {
  overflow-x: hidden;
}

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

.imageright,
.imageleft {
  border-radius: 20px;
  float: left;
  margin: 0 20px 20px 0;
}
@media (min-width: 1024px) {
  .imageright,
  .imageleft {
    margin: 0 40px 40px 0;
  }
}

@media (min-width: 1024px) {
  .imageright {
    float: right;
    margin: 0 0 40px 40px;
  }
}

a {
  color: #D9472A;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
a:focus, a:active {
  outline: 1px dotted #D9472A;
}

ul,
ol {
  list-style-position: outside;
  margin: 0 0 30px 30px;
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: square;
}

p {
  margin: 0;
}

pre {
  float: left;
  width: 100%;
  background-color: white;
  font-size: 0.9rem;
  padding: 30px;
}

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

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

::-moz-selection {
  background: #D9472A;
  color: white;
}

::selection {
  background: #D9472A;
  color: white;
}

.main table:not(.mailtable) {
  border-collapse: collapse;
  border: 0;
  margin: 0 0 calc(30px / 2);
  max-width: 100%;
}
@media (min-width: 768px) {
  .main table:not(.mailtable) {
    margin: 0 0 30px;
  }
}
.main table:not(.mailtable) th,
.main table:not(.mailtable) td {
  padding: 10px 0;
  text-align: left;
}

.footer {
  float: left;
  width: 100%;
  background-color: #000;
  color: white;
  padding: 50px 0;
}
.footer__title {
  float: left;
  width: 100%;
  color: inherit;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .footer__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .footer__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 75px;
    margin-top: 75px;
  }
}
.footer__title strong {
  color: #D9472A;
  font-weight: inherit;
}
.footer__sidebar {
  float: left;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}
@media (min-width: 375px) {
  .footer__sidebar {
    width: calc(100% + 30px);
  }
}
.footer__sidebar__widget {
  float: left;
  width: 100%;
  width: 100%;
}
@media (min-width: 375px) {
  .footer__sidebar__widget {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .footer__sidebar__widget {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .footer__sidebar__widget {
    width: calc(33.333% - 30px);
  }
}
@media (min-width: 1440px) {
  .footer__sidebar__widget {
    width: calc(33.333% - 30px);
  }
}
.footer__sidebar__widget__title {
  color: white;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: calc(26px / 2);
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .footer__sidebar__widget__title {
    margin-bottom: 26px;
  }
}
.footer__sidebar__widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__sidebar__widget li,
.footer__sidebar__widget p {
  font-size: 16px;
  margin-bottom: calc(26px / 4);
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .footer__sidebar__widget li,
  .footer__sidebar__widget p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: calc(26px / 2);
  }
}
.footer__sidebar__widget li:last-of-type {
  margin-bottom: 0;
}
.footer__sidebar__widget strong {
  color: white;
  font-weight: 800;
}
.footer__sidebar__widget a {
  color: white;
  text-decoration: none;
}
.footer__sidebar__widget a:active, .footer__sidebar__widget a:hover {
  color: #D9472A;
}
.footer__logo {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.footer__logo__img {
  display: block;
  margin: 0 auto;
}
.footer__credits {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer__credits li {
  display: inline-block;
  font-family: "rubik", sans-serif;
  font-size: 15px;
  padding: 5px 10px;
  text-transform: lowercase;
}
.footer__credits a {
  color: white;
  text-decoration: none;
}
.footer__credits a:active, .footer__credits a:hover {
  color: #D9472A;
}

.header {
  float: left;
  width: 100%;
  background-color: white;
  position: relative;
  padding: 25px 0;
}
@media (min-width: 1024px) {
  .header {
    padding: 35px 0;
  }
}
.header__wrap {
  float: left;
  width: 100%;
  align-content: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav {
  display: none;
}
@media (min-width: 1024px) {
  .header__nav {
    display: block;
  }
}
.header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav li {
  float: left;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0 10px;
}
.header__nav a {
  color: #4D4C4C;
  text-decoration: none;
}
.header__nav a:active, .header__nav a:hover {
  color: #D9472A;
}
.header__nav .selected {
  font-weight: 800;
}
.header__big-links {
  display: none;
}
@media (min-width: 1024px) {
  .header__big-links {
    display: block;
  }
}

.hero {
  float: left;
  width: 100%;
  background-color: #000;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 75px 0;
  position: relative;
}
@media (min-width: 768px) {
  .hero {
    padding: 100px 0;
  }
}
.hero::before {
  background-color: rgba(0, 0, 0, 0.75);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hero .wrapper {
  position: relative;
  z-index: 10;
}
.hero__title {
  float: left;
  width: 100%;
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .hero__title {
    font-size: 50px;
    line-height: 60px;
  }
}
.hero__title strong {
  color: #D9472A;
  font-weight: 800;
  line-height: 40px;
}
.hero__tagline {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hero__tagline {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .hero__tagline {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
  }
}

.hero--small .hero__tagline {
  margin-bottom: 0;
}
:root .hero--small .usps {
  display: none;
}

.main {
  float: left;
  width: 100%;
  background-color: #F2F2F4;
  padding: 50px 0;
  position: relative;
}
@media (min-width: 768px) {
  .main {
    padding: 75px 0;
  }
}

.mobile-nav {
  background-color: #D9472A;
  display: none;
  float: left;
  height: calc(100vh - 97px);
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 20px;
  width: 100%;
}
@media (min-width: ) {
  .mobile-nav {
    padding: 30px;
  }
}
.mobile-nav ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.mobile-nav ul li {
  float: left;
  width: 100%;
  text-align: center;
}
.mobile-nav ul li a {
  float: left;
  width: 100%;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.mobile-nav ul li a.selected {
  font-weight: 900;
}

.wrapper {
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .wrapper {
    padding: 0 40px;
  }
}
.wrapper--small {
  max-width: 1040px;
}

.article-search {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  padding: calc(30px / 1.5);
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .article-search {
    padding: 30px;
  }
}
.article-search__title {
  float: left;
  width: 100%;
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: calc(30px / 2);
  line-height: 1.25;
  text-transform: uppercase;
}
.article-search__description {
  float: left;
  width: 100%;
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: calc(30px / 2);
}
.article-search #searchForm {
  margin-bottom: 0;
  width: calc(100% - 240px);
  position: relative;
}
.article-search [type=submit] {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .article-search [type=submit] {
    bottom: -74px;
    position: absolute;
    right: -240px;
  }
}
:root .article-search tr,
:root .article-search td,
:root .article-search th,
:root .article-search table {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
:root .article-search table {
  margin-bottom: 0;
}
:root .article-search td,
:root .article-search th {
  display: block;
}
@media (min-width: 1024px) {
  :root .article-search td,
  :root .article-search th {
    display: table-cell;
    line-height: 45px;
  }
}

.big-link {
  background-color: #D9472A;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  color: white;
  font-size: 20px;
  font-size: 20px;
  font-weight: 800;
  line-height: 31px;
  margin: 0 0 0 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .big-link {
    font-size: 25px;
    line-height: 36px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.big-link:active, .big-link:hover {
  background-color: #9b311c;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.big-link--secondary {
  background-color: #4D4C4C;
}
.big-link--secondary:active, .big-link--secondary:hover {
  background-color: #272626;
}
.big-link--call:before {
  content: "\f095";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  transform: translateX(-5px) translateY(6px);
  display: inline-block;
  font-size: 32px;
}

.checkbox-wrap {
  background-color: #c1c6d2;
  border-radius: 24px;
  cursor: pointer;
  height: 24px;
  margin-bottom: 20px;
  position: relative;
  width: 44px;
}
.checkbox-wrap [type=checkbox] {
  visibility: hidden;
}
.checkbox-wrap::after {
  border-radius: 24px;
  content: "";
  height: 18px;
  position: absolute;
  top: 3px;
  transition: all 0.25s ease-in-out;
  width: 18px;
}

.checkbox-wrap--off::after {
  background-color: #59606f;
  left: 3px;
}

.checkbox-wrap--on::after {
  background-color: #27ae60;
  right: 3px;
}

.click-here {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .click-here {
    font-size: 16px;
    line-height: 44px;
    margin-bottom: 30px;
    margin-right: 10px;
    text-align: left;
    width: auto;
  }
}

.cta {
  background-color: #D9472A;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  color: white;
  display: inline-block;
  font-weight: 800;
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 30px;
  line-height: 38px;
}
.cta:active, .cta:hover {
  background-color: #9b311c;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.cta--secondary {
  background-color: #4D4C4C;
}
.cta--secondary:active, .cta--secondary:hover {
  background-color: #272626;
}
.cta--small {
  min-width: auto;
  padding: 7.5px 15px;
}
@media (min-width: 768px) {
  .cta--right {
    float: right;
    margin-left: 20px;
  }
}
.cta--left {
  border-radius: 20px;
}
.cta--full-border-radius {
  border-radius: 20px;
}
.cta--more-products {
  margin-bottom: 30px;
}

:root .del {
  background-color: #D9472A;
  border-radius: 30px;
  border: 0;
  font-size: 40px;
  height: 30px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.desc-tech li,
.desc-tech ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.desc-tech table {
  border: 0;
  margin-bottom: 0;
}
.desc-tech table tr,
.desc-tech table td {
  border: inherit;
  border-bottom: 0;
  padding: 0 10px 5px 0;
}

.downloads {
  float: left;
  width: 100%;
}
.downloads img {
  display: none;
}
.downloads a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  border-bottom: 1px solid #D9472A;
  clear: both;
  float: left;
  font-size: 15px;
  font-weight: 800;
  line-height: 22px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .downloads a {
    white-space: nowrap;
  }
}

.faux-table {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .faux-table {
    border-bottom: 0;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #c1c6d2;
  }
}
.faux-table__head {
  display: none;
}
@media (min-width: 1024px) {
  .faux-table__head {
    float: left;
    width: 100%;
    background-color: #747272;
    color: white;
    display: block;
  }
}
.faux-table__head__td {
  font-weight: 700;
  text-transform: uppercase;
}
.faux-table__row {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .faux-table__row {
    border-bottom: 2px solid #c1c6d2;
  }
}
.faux-table__head, .faux-table__row {
  position: relative;
}
.faux-table__head__td, .faux-table__row__td {
  float: left;
  margin: 0 0 20px;
}
.faux-table__head__td--mobile-50, .faux-table__row__td--mobile-50 {
  width: 50%;
}
@media (min-width: 1024px) {
  .faux-table__head__td--mobile-50, .faux-table__row__td--mobile-50 {
    width: initial;
  }
}
.faux-table__head__td--mobile-right, .faux-table__row__td--mobile-right {
  text-align: right;
}
@media (min-width: 1024px) {
  .faux-table__head__td--mobile-right, .faux-table__row__td--mobile-right {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .faux-table__head__td, .faux-table__row__td {
    margin: 0;
    padding: 6.25px 20px;
  }
  .faux-table__head__td--5, .faux-table__row__td--5 {
    width: 5%;
  }
  .faux-table__head__td--10, .faux-table__row__td--10 {
    width: 10%;
  }
  .faux-table__head__td--15, .faux-table__row__td--15 {
    width: 15%;
  }
  .faux-table__head__td--20, .faux-table__row__td--20 {
    width: 20%;
  }
  .faux-table__head__td--25, .faux-table__row__td--25 {
    width: 25%;
  }
  .faux-table__head__td--30, .faux-table__row__td--30 {
    width: 30%;
  }
  .faux-table__head__td--35, .faux-table__row__td--35 {
    width: 35%;
  }
  .faux-table__head__td--40, .faux-table__row__td--40 {
    width: 40%;
  }
  .faux-table__head__td--45, .faux-table__row__td--45 {
    width: 45%;
  }
  .faux-table__head__td--50, .faux-table__row__td--50 {
    width: 50%;
  }
  .faux-table__head__td--55, .faux-table__row__td--55 {
    width: 55%;
  }
  .faux-table__head__td--60, .faux-table__row__td--60 {
    width: 60%;
  }
  .faux-table__head__td--65, .faux-table__row__td--65 {
    width: 65%;
  }
  .faux-table__head__td--70, .faux-table__row__td--70 {
    width: 70%;
  }
  .faux-table__head__td--75, .faux-table__row__td--75 {
    width: 75%;
  }
  .faux-table__head__td--80, .faux-table__row__td--80 {
    width: 80%;
  }
  .faux-table__head__td--85, .faux-table__row__td--85 {
    width: 85%;
  }
  .faux-table__head__td--90, .faux-table__row__td--90 {
    width: 90%;
  }
  .faux-table__head__td--95, .faux-table__row__td--95 {
    width: 95%;
  }
  .faux-table__head__td--100, .faux-table__row__td--100 {
    width: 100%;
  }
}
.faux-table__head p, .faux-table__row p {
  margin: 0 0 10px;
}
.faux-table__head .formline, .faux-table__row .formline {
  max-width: 100px;
}
@media (min-width: 1024px) {
  .faux-table__head .formline, .faux-table__row .formline {
    max-width: 100%;
  }
}
.faux-table__head strong, .faux-table__row strong {
  display: block;
}
.faux-table__head br, .faux-table__row br {
  display: none;
}
.faux-table__head .del, .faux-table__row .del {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .faux-table__head .del, .faux-table__row .del {
    position: relative;
    right: auto;
    top: auto;
  }
}
.faux-table__head .checkbox-wrap, .faux-table__row .checkbox-wrap {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 1024px) {
  .faux-table__head .checkbox-wrap, .faux-table__row .checkbox-wrap {
    position: relative;
    right: auto;
    top: auto;
  }
}
.faux-table__name {
  float: left;
  width: 100%;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .faux-table__name {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .faux-table__name--mobile-only {
    display: none;
  }
}
.faux-table__subname {
  float: left;
  width: 100%;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .faux-table__subname {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .faux-table__subname--mobile-only {
    display: none;
  }
}

.faux-table-margin-top {
  margin-top: 20px;
}

.faux-table__priceblock {
  margin-top: 15px;
}

.faux-table__row__td--price {
  padding-left: 56px;
}

.form-success {
  float: left;
  width: 100%;
  background-color: white;
  border-radius: 20px;
  clear: both;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 10px 20px;
  text-align: center;
  border: 2px solid #27ae60;
  color: #27ae60;
}

.framed {
  /*border: 1px dashed #ccc;
  margin-bottom: 10px;
  margin-top: 5px;
  background-color: #F2F2F4;*/
}
.framed .mailtable {
  margin: 0;
}

.is-hidden {
  display: none;
}

.navigation-toggle {
  display: flex;
  flex-direction: column;
  height: 21px;
  justify-content: space-between;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
}
@media (min-width: 1024px) {
  .navigation-toggle {
    display: none;
  }
}
.navigation-toggle:active, .navigation-toggle:hover {
  outline: none;
}
.navigation-toggle__line {
  background-color: #D9472A;
  height: 3px;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.navigation-toggle-active .navigation-toggle {
  transform: translateY(-50%) rotate(180deg);
}
.navigation-toggle-active .navigation-toggle__line {
  background-color: #D9472A;
}
.navigation-toggle-active .navigation-toggle__line--1 {
  transform-origin: top left;
  transform: rotate(45deg);
  width: 28px;
}
.navigation-toggle-active .navigation-toggle__line--2 {
  transform-origin: center;
  width: 0;
}
.navigation-toggle-active .navigation-toggle__line--3 {
  transform-origin: bottom left;
  transform: rotate(-45deg);
  width: 28px;
}
.navigation-toggle__label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.navigation-toggle__label:active, .navigation-toggle__label:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  width: auto;
}

.nextlink {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}
.nextlink:after {
  content: "\f054";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  float: right;
  font-size: 12px;
  line-height: 30px;
  margin: 1px 0 0 3px;
}
.formtable .nextlink {
  float: right;
  line-height: 45px;
}
.formtable .nextlink::after {
  margin: 9px 0 0 3px;
}

.offerform-summary-item-wrap {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  padding: calc(30px / 1.5);
  float: left;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .offerform-summary-item-wrap {
    padding: 30px;
  }
}
:root .offerform-summary-item-wrap {
  padding: 30px 30px 0 30px;
}

:root .main table.offertable {
  border-bottom: 2px solid #c1c6d2;
  border-collapse: collapse;
  border-left: 2px solid #c1c6d2;
  border-right: 2px solid #c1c6d2;
  border-top: 2px solid #c1c6d2;
  margin-bottom: 30px;
}
:root .main table.offertable th {
  background-color: #4D4C4C;
  color: white;
  text-transform: uppercase;
  padding: 10px 15px;
}
:root .main table.offertable td {
  background-color: white;
  border-bottom: 2px solid #c1c6d2;
  padding: 10px 15px;
  vertical-align: top;
  line-height: 1.5;
}
:root .main table.offertable [type=text],
:root .main table.offertable [type=number] {
  background-color: white;
  width: 80px;
}
:root .main table.offertable.offertable--no-border-bottom {
  border-bottom-width: 0;
  margin-bottom: 0;
}
:root .main table.offertable div p,
:root .main table.offertable p {
  margin-bottom: 0;
}

.offer-table-offset {
  float: left;
  width: 100%;
}
.offer-table-offset table.offertable {
  border-top: 0;
}
.offer-table-offset table.offertable:not(:last-of-type) {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}
.offer-table-offset table.offertable:not(:last-of-type) td {
  border-bottom: 0;
}

.options .shoparticle-option {
  border-bottom: 1px solid #D9472A;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .options .shoparticle-option {
    margin-right: 30px;
  }
}
.options__x4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .options__x4 .shoparticle-option {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .options__x4 .shoparticle-option {
    width: calc(33.333% - 30px);
  }
}
@media (min-width: 1440px) {
  .options__x4 .shoparticle-option {
    width: calc(25% - 30px);
  }
}

.shoparticle-extended__box--40 .options__x4 .shoparticle-option {
  width: 100%;
}

.pluslink {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}
.pluslink::before {
  background-color: #D9472A;
  border-radius: 100%;
  color: white;
  content: "+";
  float: left;
  font-size: 24px;
  font-weight: 700;
  height: 24px;
  line-height: 24px;
  margin: 3px 10px 0 3px;
  text-align: center;
  width: 24px;
}

.pricing-table {
  table-layout: fixed;
  width: 100%;
}
:root .pricing-table {
  margin: 0;
}
@media (min-width: 1024px) {
  .pricing-table {
    font-size: 18px;
  }
}
:root .pricing-table td {
  text-align: right;
}
.pricing-table td:first-of-type {
  width: calc(100% - 100px);
}
.pricing-table td:last-of-type {
  width: 100px;
}

.secondary-slider {
  float: left;
  width: 100%;
}
.secondary-slider__wrap {
  overflow: hidden;
  position: relative;
}
:root .secondary-slider__wrap {
  padding: 0;
}
.secondary-slider__slide {
  float: left;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.secondary-slider__arrows {
  float: left;
  width: 100%;
  min-height: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .secondary-slider__arrows {
    float: none;
    min-height: initial;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 100000;
  }
}
.secondary-slider__arrows__next, .secondary-slider__arrows__prev {
  background-color: #D9472A;
  border-radius: 100%;
  color: white;
  height: 30px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
  width: 30px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .secondary-slider__arrows__next, .secondary-slider__arrows__prev {
    height: 40px;
    line-height: 40px;
    margin-top: -70px;
    width: 40px;
  }
}
@media (min-width: 1024px) {
  .secondary-slider__arrows__next, .secondary-slider__arrows__prev {
    margin-top: -140px;
  }
}
.secondary-slider__arrows__next:active, .secondary-slider__arrows__next:hover, .secondary-slider__arrows__prev:active, .secondary-slider__arrows__prev:hover {
  background-color: #9b311c;
}
.secondary-slider__arrows__prev {
  left: 10px;
}
.secondary-slider__arrows__prev:before {
  content: "\f053";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
@media (min-width: 768px) {
  .secondary-slider__arrows__prev {
    left: 20px;
  }
}
.secondary-slider__arrows__next {
  right: 10px;
}
.secondary-slider__arrows__next:before {
  content: "\f054";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
@media (min-width: 768px) {
  .secondary-slider__arrows__next {
    right: 20px;
  }
}
.secondary-slider__pager {
  float: left;
  width: 100%;
}
.secondary-slider__pager img {
  border-right: 3px solid white;
  border-top: 3px solid white;
  display: block;
  float: left;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 25%;
}
@media (min-width: 768px) {
  .secondary-slider__pager img {
    height: 140px;
  }
}
.secondary-slider__pager img:nth-of-type(4), .secondary-slider__pager img:nth-of-type(8), .secondary-slider__pager img:nth-of-type(12), .secondary-slider__pager img:nth-of-type(16) {
  border-right: none;
}

.shopbasket-notice {
  float: left;
  width: 100%;
  background-color: white;
  border-radius: 20px;
  clear: both;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 10px 20px;
  text-align: center;
  border: 2px solid #c1c6d2;
  max-width: initial;
}

:root .show-is-hidden {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.small-link {
  float: left;
  width: 100%;
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
}
.small-link:before {
  content: "\f095";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  font-size: 2rem;
  left: -4px;
  position: relative;
  top: 6px;
}

.spacer {
  float: left;
  width: 100%;
  min-height: 30px;
}

.stage-select {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px;
}
@media (min-width: 768px) {
  .stage-select {
    max-height: initial;
    overflow-x: initial;
    overflow-y: initial;
  }
}
.stage-select li {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .stage-select li {
    font-size: 18px;
    line-height: 18px;
    padding: 10px;
    width: 33.333%;
  }
}
@media (min-width: 1024px) {
  .stage-select li {
    font-size: 20px;
    line-height: 20px;
    width: 20%;
  }
  .stage-select li:last-of-type {
    border-right: 0;
  }
}
.stage-select a {
  color: #707070;
  text-decoration: none;
}
.stage-select a:active, .stage-select a:hover {
  color: #D9472A;
}

.stages-title {
  float: left;
  width: 100%;
  color: inherit;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .stages-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .stages-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 75px;
    margin-top: 75px;
  }
}
.stages-title strong {
  color: #D9472A;
  font-weight: inherit;
}

.stages {
  float: left;
  width: 100%;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  padding: calc(30px / 1.5);
  float: left;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 30px;
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .stages {
    padding: 30px;
  }
}
@media (min-width: 375px) {
  .stages {
    width: calc(100% + 30px);
  }
}
@media (min-width: 768px) {
  .stages {
    max-height: initial;
    overflow-x: initial;
    overflow-y: initial;
  }
}
:root .stages {
  width: 100%;
}
.stages__widget {
  float: left;
  width: 100%;
  width: 100%;
}
@media (min-width: 375px) {
  .stages__widget {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .stages__widget {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .stages__widget {
    width: calc(25% - 30px);
  }
}
@media (min-width: 1440px) {
  .stages__widget {
    width: calc(20% - 30px);
  }
}
.stages__widget__title {
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.stages__widget ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.stages__widget li {
  float: left;
  width: 100%;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
}
.stages__widget li:last-of-type {
  margin-bottom: 0;
}
.stages__widget li a {
  float: left;
  width: 100%;
  color: #707070;
  display: block;
  text-decoration: none;
}
.stages__widget li a:after {
  float: none;
  display: inline-block;
  transform: translateY(1px);
}
.stages__widget li a:active, .stages__widget li a:hover {
  color: #D9472A;
}
.stages__widget--no-list .stages__widget__title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  text-align: center;
}
.stages__widget--no-list ul {
  display: none;
}

.steps {
  float: left;
  width: 100%;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  padding: calc(30px / 1.5);
  margin-bottom: 30px;
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .steps {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .steps {
    padding: 10px;
  }
}
.steps a {
  float: left;
  width: 100%;
  color: #4D4C4C;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .steps a {
    display: inline-block;
    float: none;
    padding: 10px;
    width: auto;
  }
}
@media (min-width: 1440px) {
  .steps a {
    padding: 10px 20px;
  }
}
.steps a.selected {
  color: #D9472A;
}

.table-spacer {
  display: none;
}
@media (min-width: 1024px) {
  .table-spacer {
    display: table-row;
  }
}

.table-wrap {
  float: left;
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .table-wrap {
    overflow-x: initial;
  }
}
.table-wrap &gt; table {
  margin-bottom: 0;
  max-width: initial;
  width: 940px;
}
@media (min-width: 1024px) {
  .table-wrap &gt; table {
    width: 100%;
  }
}

.title {
  text-transform: uppercase;
  font-weight: 800;
}

.tooltip {
  display: inline-block;
  position: relative;
  z-index: 100000;
}
.tooltip:hover .tooltip__inner, .tooltip:focus-within .tooltip__inner {
  opacity: 1;
  pointer-events: all;
}
.tooltip__i {
  background-color: #D9472A;
  border-radius: 100%;
  color: white;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}
.tooltip__i::before {
  content: "i";
}
.tooltip__inner {
  background-color: #D9472A;
  border-radius: 20px;
  bottom: 40px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  left: 50%;
  line-height: 22px;
  opacity: 0;
  padding: 10px 20px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  transition: all 0.25s ease-in-out;
  width: 240px;
}
.tooltip__inner::after {
  border: solid transparent;
  border-top-color: #D9472A;
  border-width: 10px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}

@media (min-width: 1024px) {
  .tpl_articlesearchtable {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .tpl_articlesearchtable tbody {
    float: left;
    width: calc(100% + 30px);
  }
}
@media (min-width: 1024px) {
  .tpl_articlesearchtable tr {
    float: left;
    margin-right: 30px;
    width: calc(33.333% - 30px);
  }
}
@media (min-width: 1024px) {
  .tpl_articlesearchtable tr td {
    float: left;
    padding: 0;
    width: 100%;
  }
}
.tpl_articlesearchtable tr .label {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .tpl_articlesearchtable tr .label {
    display: block;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  :root .tpl_articlesearchtable tr input,
  :root .tpl_articlesearchtable tr select {
    width: 100%;
    max-width: 100%;
  }
}

.tpl_searchhints {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px 20px;
  position: absolute;
  text-align: left;
  transform: translateY(10px);
  width: 240px;
  z-index: 1000000;
}
@media (min-width: 1024px) {
  .tpl_searchhints {
    height: 240px;
    width: 340px;
  }
}
@media (min-width: 1024px) {
  .tpl_searchhints {
    height: 280px;
    width: 413.333px;
  }
}
.tpl_searchhints_title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.tpl_searchhints_result {
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 0.9rem;
  height: 30px;
  line-height: 30px;
}
.tpl_searchhints_noresult, .tpl_searchhints_moreresults {
  float: left;
  width: 100%;
  font-size: 0.9rem;
  font-style: italic;
  margin-top: 10px;
}
.tpl_searchhints_close {
  background-color: #D9472A;
  border-radius: 30px;
  color: white;
  font-size: 12px;
  cursor: pointer;
  height: 30px;
  line-height: 28px;
  position: absolute;
  right: 10px;
  text-align: center;
  text-indent: -999999px;
  top: 10px;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
  width: 30px;
}
.tpl_searchhints_close:before {
  content: "\f00d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  height: 30px;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 30px;
}
:root .tpl_searchhints_close:before {
  color: white;
}
.tpl_searchhints_close:active, .tpl_searchhints_close:hover {
  background-color: #9b311c;
}

.usps {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero .usps {
  display: none;
}
@media (min-width: 1024px) {
  .hero .usps {
    float: left;
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 30px;
    display: block;
    max-width: 720px;
  }
}
@media (min-width: 1024px) and (min-width: 375px) {
  .hero .usps {
    width: calc(100% + 30px);
  }
}
.usps__item {
  float: left;
  width: 100%;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
  min-height: 40px;
  padding-left: 60px;
  position: relative;
}
.hero .usps__item {
  float: left;
  width: 100%;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 375px) {
  .hero .usps__item {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .hero .usps__item {
    width: calc(100% - 30px);
  }
}
@media (min-width: 1024px) {
  .hero .usps__item {
    width: calc(33.333% - 30px);
  }
}
@media (min-width: 1440px) {
  .hero .usps__item {
    width: calc(33.333% - 30px);
  }
}
.usps__item:last-of-type {
  margin-bottom: 0;
}
.usps__item svg, .usps__item::before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  width: 40px;
  top: 0;
}
.usps__item--easy::before {
  background-image: url("../image/web/new/icons/easy.svg");
}
.usps__item--fast::before {
  background-image: url("../image/web/new/icons/fast.svg");
}
.usps__item--expert::before {
  background-image: url("../image/web/new/icons/expert.svg");
}
.usps__item strong {
  display: block;
  font-size: 23px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.warning-message {
  float: left;
  width: 100%;
  background-color: white;
  border-radius: 20px;
  clear: both;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #e67e22;
  color: #e67e22;
  text-align: left;
}
.warning-message ul {
  margin-bottom: 0;
}

.webitem_4 {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .webitem_4 {
    padding-bottom: 75px;
  }
}
.webitem_4 h1 {
  font-weight: 700;
  text-transform: uppercase;
}
.webitem_4 h2,
.webitem_4 h3,
.webitem_4 h4,
.webitem_4 h5,
.webitem_4 h6 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.webitem_207 {
  float: left;
  width: 100%;
  height: 460px;
  position: relative;
  margin-bottom: 50px;
  width: 100vw;
}
@media (min-width: 1024px) {
  .webitem_207 {
    margin-bottom: 75px;
  }
}
.webitem_207 .ngm-edit-toolbar {
  left: 50vw;
  top: 40px;
}

.full-width-bg {
  background-color: #D9472A;
  content: "";
  height: 100%;
  left: -25vw;
  position: absolute;
  right: -25vw;
  top: 0;
  width: 150vw;
}
.full-width-bg img {
  display: block;
  filter: grayscale(100%);
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

.full-width-image {
  float: left;
  width: 100%;
  height: inherit;
  position: relative;
  text-align: center;
  z-index: 1000;
}
.full-width-image__text {
  color: white;
  font-family: "brandon-grotesque", sans-serif;
  font-size: clamp(40px, 10vw, 80px);
  font-weight: 900;
  left: 50%;
  line-height: clamp(50px, 10vw, 90px);
  max-width: 1040px;
  position: absolute;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

.edit-link {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  font-weight: 700;
  text-decoration: none;
}
.edit-link:before {
  content: "\f040";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  float: left;
  margin-right: 10px;
}

.form-article-icon {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 20px;
}

.form-article-small {
  float: left;
  width: 100%;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  padding: calc(30px / 1.5);
  clear: both;
  margin-bottom: 30px;
  max-width: 697px;
}
@media (min-width: 768px) {
  .form-article-small {
    padding: 30px;
  }
}
.form-article-small__title {
  font-size: 20px;
  margin-bottom: 10px;
}
.form-article-small .zoom {
  float: left;
  margin: 0 20px 20px 0;
}

.form-article {
  float: left;
  width: 100%;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  padding: calc(30px / 1.5);
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .form-article {
    padding: 30px;
  }
}
.form-article__picture {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form-article__picture {
    margin-bottom: 0;
    margin-right: 40px;
    max-width: 100px;
  }
}
.form-article__content {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .form-article__content {
    max-width: calc(100% - 140px);
  }
}
.form-article__content__title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
}
.form-article__content__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.form-article__content__meta li {
  margin-bottom: 5px;
}
.form-article__content__meta strong {
  float: left;
  margin-right: 20px;
  width: auto;
}
@media (min-width: 768px) {
  .form-article__content__meta strong {
    margin-right: 0;
    width: 180px;
  }
}
.form-article__content p {
  line-height: 24px;
  margin-bottom: 0;
}

.form-edit {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  padding: calc(30px / 1.5);
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .form-edit {
    padding: 30px;
  }
}
.form-edit__title {
  font-size: 22px;
  margin-bottom: 15px;
}

.error,
.form-error {
  float: left;
  width: 100%;
  background-color: white;
  border-radius: 20px;
  clear: both;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 10px 20px;
  text-align: center;
  border: 2px solid #c0392b;
  color: #c0392b;
}

.form-footer {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .form-footer {
    clear: left;
    float: right;
    width: auto;
  }
}
.form-footer .nextlink {
  float: right;
  margin-left: 20px;
}

.form-login {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .form-login {
    flex-direction: row;
  }
}
.form-login p {
  margin-bottom: 30px;
}
.form-login .formtable {
  margin-top: -10px;
}
.form-login .form-login__right .form-loginbox {
  position: relative;
}
.form-login .form-login__right .form-loginbox .formbut {
  bottom: 65px;
  position: absolute;
}
.form-login__title {
  margin-bottom: 15px;
}
.form-login__left, .form-login__right {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  padding: calc(30px / 1.5);
  background-color: #F2F2F4;
  box-shadow: none;
}
@media (min-width: 768px) {
  .form-login__left, .form-login__right {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .form-login__left, .form-login__right {
    width: 50%;
  }
}
.form-login__left {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .form-login__left {
    margin-bottom: 0;
    margin-right: calc(40px / 2);
  }
}
@media (min-width: 1024px) {
  .form-login__right {
    margin-left: calc(40px / 2);
  }
}
.form-login__employee-login {
  display: block;
  line-height: 54px;
  height: 54px;
}

.form-loginbox {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  padding: calc(30px / 1.5);
  float: left;
  width: 100%;
  max-width: 1040px;
}
@media (min-width: 768px) {
  .form-loginbox {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .form-loginbox {
    min-height: 380px;
  }
}
.form-loginbox__employee {
  display: block;
  font-size: 0.9rem;
  margin-top: 30px;
}
.form-loginbox .morelink {
  display: block;
  font-size: 0.9rem;
  margin-top: 30px;
}

.form-message {
  float: left;
  width: 100%;
  background-color: white;
  border-radius: 20px;
  clear: both;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #e67e22;
  color: #e67e22;
}
.form-message--align-left {
  text-align: left;
}

.offerform-summary-item + .form-message {
  margin-top: 15px;
}

.send-form-external .form-message {
  display: block;
  clear: all;
  float: none;
  max-width: 600px;
}

.form-pagination {
  float: left;
  width: 100%;
  margin-bottom: calc(30px / 2);
  margin-top: calc(30px / 2);
}
@media (min-width: 768px) {
  .form-pagination {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.form-pagination__right, .form-pagination__left {
  float: left;
  width: 100%;
}
.form-pagination__right .cta,
.form-pagination__right .formbut, .form-pagination__left .cta,
.form-pagination__left .formbut {
  background-color: #D9472A;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  color: white;
  display: inline-block;
  font-weight: 800;
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  width: 100%;
  border-radius: 20px;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: calc(30px / 2);
  padding: 10px 30px;
}
.form-pagination__right .cta:active, .form-pagination__right .cta:hover,
.form-pagination__right .formbut:active,
.form-pagination__right .formbut:hover, .form-pagination__left .cta:active, .form-pagination__left .cta:hover,
.form-pagination__left .formbut:active,
.form-pagination__left .formbut:hover {
  background-color: #9b311c;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
@media (min-width: 425px) {
  .form-pagination__right .cta,
  .form-pagination__right .formbut, .form-pagination__left .cta,
  .form-pagination__left .formbut {
    font-size: initial;
  }
}
@media (min-width: 768px) {
  .form-pagination__right .cta,
  .form-pagination__right .formbut, .form-pagination__left .cta,
  .form-pagination__left .formbut {
    margin-bottom: 0;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .form-pagination__left {
    width: auto;
  }
}
.form-pagination__left .cta,
.form-pagination__left .formbut {
  margin-right: 10px;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .form-pagination__left .cta,
  .form-pagination__left .formbut {
    margin-right: 10px;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .form-pagination__right {
    float: right;
    width: auto;
  }
}
.form-pagination__right .cta,
.form-pagination__right .formbut {
  margin-right: 5px;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .form-pagination__right .cta,
  .form-pagination__right .formbut {
    margin-right: 0;
    margin-left: 5px;
  }
}

:root .form-pagination__left .formbut,
:root .cta--left {
  background-color: #59606f !important;
  color: white;
}
:root .form-pagination__left .formbut:active, :root .form-pagination__left .formbut:hover,
:root .cta--left:active,
:root .cta--left:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1024px) {
  .form-pagination {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .form-pagination .form-pagination__left {
    display: flex;
    flex-direction: row;
    width: 50%;
  }
}
.form-pagination .form-pagination__left .formbut,
.form-pagination .form-pagination__left .cta {
  margin-bottom: 30px;
  white-space: nowrap;
}
.form-pagination .form-pagination__left .formbut:last-of-type,
.form-pagination .form-pagination__left .cta:last-of-type {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .form-pagination .form-pagination__right {
    width: 50%;
  }
  .form-pagination .form-pagination__right .cta--right,
  .form-pagination .form-pagination__right [type=submit] {
    float: right;
  }
  .form-pagination .form-pagination__right .cta--right {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .form-pagination .send-form-external {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .form-pagination__right--top {
    height: 0;
    margin-bottom: -30px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
  }
}

.form-title {
  float: left;
  width: 100%;
  margin: 30px 0;
}

.offerform-summary-item-wrap {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.offerform-summary-item {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .offerform-summary-item {
    clear: both;
    max-width: 690px;
  }
}
.offerform-summary-item strong {
  margin-bottom: 7.5px;
}
@media (min-width: 1024px) {
  .offerform-summary-item strong {
    display: inline-block;
    width: 200px;
  }
}
.offerform-summary-item strong + div {
  display: inline;
}
.offerform-summary-item .nextlink {
  display: block;
  float: none;
  margin-bottom: 10px;
  width: 62px;
}
@media (min-width: 768px) {
  .offerform-summary-item .nextlink {
    float: right;
    margin-bottom: 0;
    width: auto;
  }
}
.offerform-summary-item--right {
  float: right;
}
@media (min-width: 1024px) {
  .offerform-summary-item--right {
    max-width: 280px;
    transform: translateX(-120px);
  }
}
@media (min-width: 1024px) {
  .offerform-summary-item--right strong {
    float: left;
    text-align: left;
    width: 120px;
  }
}

.offerform-toplinks {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .offerform-toplinks {
    float: right;
    margin-bottom: 0;
    width: auto;
  }
}
.offerform-toplinks li {
  float: left;
  font-size: 0.9rem;
  margin-left: 10px;
}

.required {
  color: #c0392b;
  font-weight: 700;
}
.required--full-width {
  float: left;
  width: 100%;
}

.send-form-external {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .send-form-external {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
    padding: calc(30px / 1.5);
    margin-top: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .send-form-external {
    padding: 30px;
  }
}
.send-form-external form {
  margin-bottom: 0;
  margin-top: 0;
}
.send-form-external h3 {
  margin-bottom: 10px;
}
.send-form-external p {
  margin-bottom: 10px;
}
.send-form-external label {
  float: left;
  width: 100%;
}
.send-form-external label span {
  display: block;
}
.send-form-external label input[type=email],
.send-form-external label input[type=text] {
  display: block;
  margin-top: 10px;
  max-width: 100%;
}
.send-form-external label .formline,
.send-form-external label .formline.textgr.textsm {
  float: left;
  margin-bottom: 10px;
}
.send-form-external .formbut {
  margin-left: 0;
}

.send-offer-form {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.send-offer-form label {
  float: left;
  width: 100%;
  font-weight: 400;
  margin-bottom: 10px;
}
.send-offer-form .formline,
.send-offer-form .formline.textgr.textsm {
  float: left;
  margin-bottom: 10px;
}

.send-offer-subtitle {
  margin: 30px 0;
}

.tpl_shoparticle_category_wrapper {
  float: left;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 375px) {
  .tpl_shoparticle_category_wrapper {
    width: calc(100% + 30px);
  }
}
.tpl_shoparticle_category_wrapper .tpl_shoparticle_category {
  float: left;
  width: 100%;
  width: 100%;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  padding: calc(30px / 1.5);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 60px;
  position: relative;
  /*.shoparticle__img {
      object-fit: contain;
      max-height: 182px;
  }*/
}
@media (min-width: 375px) {
  .tpl_shoparticle_category_wrapper .tpl_shoparticle_category {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .tpl_shoparticle_category_wrapper .tpl_shoparticle_category {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .tpl_shoparticle_category_wrapper .tpl_shoparticle_category {
    width: calc(33.333% - 30px);
  }
}
@media (min-width: 1440px) {
  .tpl_shoparticle_category_wrapper .tpl_shoparticle_category {
    width: calc(25% - 30px);
  }
}
@media (min-width: 768px) {
  .tpl_shoparticle_category_wrapper .tpl_shoparticle_category {
    padding: 30px;
  }
}
.tpl_shoparticle_category_wrapper .tpl_shoparticle_category .shoparticle__footer {
  position: absolute;
  bottom: 30px;
  width: calc(100% - 20px);
}

.shoparticle_oldprice {
  text-decoration: line-through;
}

:root .tpl_shoparticle_extended_picture_table {
  border: 0;
}
:root .tpl_shoparticle_extended_picture_table td,
:root .tpl_shoparticle_extended_picture_table th {
  border: 0;
}

.shoparticle-extended {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .shoparticle-extended {
    width: calc(100% + 30px);
  }
}
.shoparticle-extended__col {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .shoparticle-extended__col--100 {
    width: calc(100% - 30px);
  }
}
@media (min-width: 1024px) {
  .shoparticle-extended__col--75 {
    width: calc(75% - 30px);
  }
}
@media (min-width: 1024px) {
  .shoparticle-extended__col--50 {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .shoparticle-extended__col--25 {
    width: calc(25% - 30px);
  }
}
@media (min-width: 1024px) {
  .shoparticle-extended__col--40 {
    width: calc(40% - 30px);
  }
}
@media (min-width: 1024px) {
  .shoparticle-extended__col--60 {
    width: calc(60% - 30px);
  }
}
.shoparticle-extended__col .shoparticle-extended__box {
  margin-bottom: 30px;
  margin-right: 0;
  width: 100%;
}
.shoparticle-extended__col .shoparticle-extended__box:last-of-type {
  margin-bottom: 0;
}
.shoparticle-extended__box {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  padding: calc(30px / 1.5);
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .shoparticle-extended__box {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .shoparticle-extended__box--100 {
    width: calc(100% - 30px);
  }
}
@media (min-width: 1024px) {
  .shoparticle-extended__box--75 {
    width: calc(75% - 30px);
  }
}
@media (min-width: 1024px) {
  .shoparticle-extended__box--50 {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .shoparticle-extended__box--25 {
    width: calc(25% - 30px);
  }
}
@media (min-width: 1024px) {
  .shoparticle-extended__box--40 {
    width: calc(40% - 30px);
  }
}
@media (min-width: 1024px) {
  .shoparticle-extended__box--60 {
    width: calc(60% - 30px);
  }
}
@media (min-width: 1024px) {
  .shoparticle-extended__box--options {
    max-height: 760px;
    overflow-y: auto;
  }
}
@media (min-width: 1024px) {
  .shoparticle-extended__box--options--big {
    max-height: 901px;
  }
}
.shoparticle-extended__title {
  float: left;
  width: 100%;
  color: #000;
  font-size: 24px;
  font-weight: 800;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .shoparticle-extended__title {
    font-size: 35px;
    line-height: 41px;
  }
}
.shoparticle-extended__subtitle {
  color: #000;
  font-size: 20px;
  font-weight: 800;
  line-height: 29px;
  margin-bottom: 0;
  margin-top: 30px;
  text-transform: uppercase;
}
.shoparticle-extended__subtitle:first-of-type {
  margin-top: 0;
}
.shoparticle-extended__slider-wrap {
  float: left;
  width: 100%;
  position: relative;
}
.shoparticle-extended__slider-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 100000;
}
.shoparticle-extended__slider-arrows__next, .shoparticle-extended__slider-arrows__prev {
  background-color: #D9472A;
  border-radius: 100%;
  color: white;
  height: 30px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
  width: 30px;
}
@media (min-width: 768px) {
  .shoparticle-extended__slider-arrows__next, .shoparticle-extended__slider-arrows__prev {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
.shoparticle-extended__slider-arrows__next:active, .shoparticle-extended__slider-arrows__next:hover, .shoparticle-extended__slider-arrows__prev:active, .shoparticle-extended__slider-arrows__prev:hover {
  background-color: #9b311c;
}
.shoparticle-extended__slider-arrows__prev {
  left: 20px;
}
.shoparticle-extended__slider-arrows__prev:before {
  content: "\f053";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.shoparticle-extended__slider-arrows__next {
  right: 20px;
}
.shoparticle-extended__slider-arrows__next:before {
  content: "\f054";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.shoparticle-extended__slider-pager {
  bottom: 15px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100000;
}
.shoparticle-extended__slider-pager span {
  background-color: white;
  border-radius: 15px;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 5px;
  text-indent: -999999px;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
  width: 15px;
}
.shoparticle-extended__slider-pager span.cycle-pager-active {
  background-color: #D9472A;
}
.shoparticle-extended__slider {
  float: left;
  width: 100%;
}
.shoparticle-extended__slider img {
  aspect-ratio: 4/3;
  float: left;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.shoparticle-extended__form {
  margin-top: 46px;
  width: 100%;
}
.shoparticle-wrap .shoparticle-extended__form {
  margin-left: 20px;
  margin-top: 0;
  max-width: calc(100% - 40px);
}
.shoparticle-extended__form__row {
  float: left;
  width: 100%;
  margin-bottom: calc(30px / 4);
}
.shoparticle-extended__form form {
  margin-bottom: 0;
}
.shoparticle-extended__form label {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 10px;
  text-align: left;
}
.shoparticle-extended__box .shoparticle-extended__form label {
  text-align: center;
}
.shoparticle-extended__box .shoparticle-extended__form label strong {
  font-weight: 400;
}
.shoparticle-extended__form .form-message {
  margin: 30px auto;
}
.shoparticle-extended__form [type=text],
.shoparticle-extended__form select,
.shoparticle-extended__form input {
  max-width: 100%;
  width: 100%;
}
.shoparticle-extended__form [type=text],
.shoparticle-extended__form option,
.shoparticle-extended__form select {
  text-align: center;
}
.shoparticle-extended__form .selected-first {
  color: rgba(77, 76, 76, 0.5);
}
.shoparticle-extended__form [type=submit] {
  margin-top: 5px;
  width: 100%;
}
.shoparticle-extended__buttons {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .shoparticle-extended__buttons {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 10px;
    width: calc(100% + 40px);
  }
}
.shoparticle-extended__buttons .cta {
  float: left;
  width: 100%;
  border-radius: 0;
  font-weight: 800;
  margin-bottom: 2.5px;
  text-align: center;
}
.shoparticle-extended__buttons .cta--primary {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.shoparticle-extended__price {
  float: left;
  width: 100%;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  color: #000;
  margin-bottom: 0;
  text-align: center;
}
.shoparticle-extended__price strong,
.shoparticle-extended__price small {
  float: left;
  width: 100%;
  text-align: center;
}
.shoparticle-extended__price strong {
  font-weight: 900;
  font-size: 1.5rem;
}
.shoparticle-extended__price small {
  font-size: 0.8rem;
}

.shoparticle-option {
  float: left;
  width: 100%;
}
.shoparticle-option__name {
  color: #000;
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.shoparticle-option__img {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
  width: 200px;
}
.shoparticle-option__top {
  float: right;
  margin-bottom: 10px;
  width: calc(100% - 220px);
}
.shoparticle-option__top--no-img {
  width: 100%;
}
.shoparticle-option__top__price strong {
  font-size: 1.5rem;
  font-weight: 800;
}
.shoparticle-option__top__price small {
  color: #000;
  display: block;
}
.shoparticle-option__text {
  float: left;
  width: 100%;
  font-size: 0.9rem;
}

.shoparticle-extended .shoparticle-extended__box:not(.shoparticle-extended__box--options) .options__x4 .shoparticle-option__top {
  width: 100%;
}

.shoparticle-wrap {
  float: left;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}
@media (min-width: 375px) {
  .shoparticle-wrap {
    width: calc(100% + 30px);
  }
}
@media (min-width: 768px) {
  .shoparticle-wrap {
    margin-bottom: 75px;
  }
}
.shoparticle-wrap .webitem_20 {
  float: left;
  width: 100%;
  width: 100%;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  padding: calc(30px / 1.5);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
}
@media (min-width: 375px) {
  .shoparticle-wrap .webitem_20 {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .shoparticle-wrap .webitem_20 {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .shoparticle-wrap .webitem_20 {
    width: calc(33.333% - 30px);
  }
}
@media (min-width: 1440px) {
  .shoparticle-wrap .webitem_20 {
    width: calc(25% - 30px);
  }
}
@media (min-width: 768px) {
  .shoparticle-wrap .webitem_20 {
    padding: 30px;
  }
}

.shoparticle {
  float: left;
  width: 100%;
}
.shoparticle__title {
  font-size: 1.25rem;
  margin-bottom: 18px;
  min-height: 61.3px;
  text-transform: uppercase;
}
.shoparticle__img {
  aspect-ratio: 4/3;
  display: block;
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shoparticle__content {
  font-size: 0.9rem;
  line-height: 1.3;
  margin-bottom: 20px;
  text-indent: -5px;
}
.shoparticle__content a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-indent: 1px;
  text-transform: uppercase;
  margin-top: 10px;
}
.shoparticle__footer {
  float: left;
  width: 100%;
  margin-bottom: -10px;
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
  width: calc(100% + 20px);
}
@media (min-width: 768px) {
  .shoparticle__footer {
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
.shoparticle__footer__price {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.shoparticle__footer__price strong,
.shoparticle__footer__price small {
  float: left;
  width: 100%;
  text-align: center;
}
.shoparticle__footer__price strong {
  font-weight: 900;
  font-size: 1.5rem;
}
.shoparticle__footer__price small {
  font-size: 0.8rem;
}
.shoparticle__footer .form-message {
  margin: 15px auto;
}
.shoparticle__footer .cta {
  float: left;
  width: 100%;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  white-space: nowrap;
}
.shoparticle__footer .cta:last-of-type {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 0;
}

.navigation-toggle-active {
  overflow: hidden;
}
.navigation-toggle-active body {
  overflow: hidden;
}

.ui-datepicker-trigger {
  position: absolute;
  right: 30px;
  top: 22px;
}

#ui-datepicker-div {
  font-size: 14px;
}

#searchForm {
  clear: left;
}

.formrequired {
  color: #c0392b;
}

.ui-datepicker-trigger {
  display: none;
}

table.project-overview {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
:root table.project-overview th {
  padding: 15px 20px;
}
:root table.project-overview td {
  padding: 10px 20px;
}
table.project-overview th {
  background-color: #3f434c;
  color: white;
  text-transform: uppercase;
}

.backlink {
  font-weight: 700;
  text-decoration: none;
}
.backlink:before {
  content: "\f053";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.columns {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.columns__right, .columns__left {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  padding: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .columns__right, .columns__left {
    max-width: calc(50% - 30px);
  }
}
.columns__right .nextlink, .columns__left .nextlink {
  clear: both;
}

#loginform {
  display: block;
  float: left;
  height: 10px;
  margin-top: -75px;
  width: 10px;
}

.box {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  padding: calc(30px / 1.5);
}
@media (min-width: 768px) {
  .box {
    padding: 30px;
  }
}

.div-spacer {
  display: none;
}
@media (min-width: 1024px) {
  .div-spacer {
    display: block;
  }
}

.reset-signature {
  background-color: #4D4C4C !important;
  float: right;
  padding: 0 20px;
  width: auto;
}
.reset-signature:before {
  content: "\f0e2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  float: left;
  margin-right: 6px;
  position: relative;
  top: 3px;
}
.reset-signature:active, .reset-signature:hover {
  background-color: #272626 !important;
}/*# sourceMappingURL=main.css.map */</pre></body></html>