@charset "UTF-8";
@font-face {
  font-family: "Maven Pro";
  src: url("fonts/MavenPro-Black.eot");
  src: url("fonts/MavenPro-Black.eot?#iefix") format("embedded-opentype"), url("fonts/MavenPro-Black.woff2") format("woff2"), url("fonts/MavenPro-Black.woff") format("woff"), url("fonts/MavenPro-Black.ttf") format("truetype"), url("fonts/MavenPro-Black.svg#MavenPro-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Maven Pro";
  src: url("fonts/MavenPro-Regular.eot");
  src: url("fonts/MavenPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/MavenPro-Regular.woff2") format("woff2"), url("fonts/MavenPro-Regular.woff") format("woff"), url("fonts/MavenPro-Regular.ttf") format("truetype"), url("fonts/MavenPro-Regular.svg#MavenPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Maven Pro";
  src: url("fonts/MavenPro-Bold.eot");
  src: url("fonts/MavenPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/MavenPro-Bold.woff2") format("woff2"), url("fonts/MavenPro-Bold.woff") format("woff"), url("fonts/MavenPro-Bold.ttf") format("truetype"), url("fonts/MavenPro-Bold.svg#MavenPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Maven Pro";
  src: url("fonts/MavenPro-Medium.eot");
  src: url("fonts/MavenPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/MavenPro-Medium.woff2") format("woff2"), url("fonts/MavenPro-Medium.woff") format("woff"), url("fonts/MavenPro-Medium.ttf") format("truetype"), url("fonts/MavenPro-Medium.svg#MavenPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
h1 {
  font-size: 2.0736rem;
}
h1 {
  font-size: 24.192px;
}
@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(24.192px + 23.058 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 47.25px;
  }
}

h2 {
  font-size: 1.728rem;
}
h2 {
  font-size: 24.192px;
}
@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(24.192px + 23.058 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 47.25px;
  }
}

h3 {
  font-size: 1.44rem;
}
h3 {
  font-size: 20.16px;
}
@media screen and (min-width: 320px) {
  h3 {
    font-size: calc(20.16px + 11.34 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 31.5px;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated--infinite {
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.first {
  animation-delay: 0.25s;
}
.animated.second {
  animation-delay: 0.5s;
}
.animated.third {
  animation-delay: 0.75s;
}
.animated.last {
  animation-delay: 1s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.loading {
  -moz-animation: rotation 1s infinite linear;
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.sticky:before, .sticky:after {
  content: "";
  display: table;
}

.btn:focus,
a:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none;
}

.overflow-h {
  overflow: hidden;
}

.no--before:before {
  display: none !important;
}

.no--after:after {
  display: none !important;
}

.no-icon:after {
  content: none !important;
}

.nounderline:hover {
  text-decoration: none;
}

.text--orange {
  color: #F8A800;
}
.text--bold {
  font-weight: bold;
}
.text--grey {
  color: #eeeeee !important;
}

.img-phone {
  max-width: 50%;
}
@media (min-width: 768px) {
  .img-phone {
    max-width: 100%;
  }
}

.close {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.close:hover::before, .close:hover::after {
  background: #F8A800;
}
.close::before, .close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}
.close::before {
  transform: rotate(45deg);
}
.close::after {
  transform: rotate(-45deg);
}
.close.hairline::before, .close.hairline::after {
  height: 1px;
}
.close.thick::before, .close.thick::after {
  height: 4px;
  margin-top: -2px;
}
.close.black::before, .close.black::after {
  height: 8px;
  margin-top: -4px;
}
.close.rounded::before, .close.rounded::after {
  border-radius: 5px;
}

#featuresList li {
  display: none;
}

.swiper-pagination-bullet-active {
  background: #f7a700 !important;
}

button.close {
  padding: 0 !important;
  margin: 0 !important;
}
button.close:before, button.close:after {
  display: none;
}

@media (min-width: 992px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
.collapse.dont-collapse-sm:not(.show) {
  display: none !important;
}
@media (min-width: 992px) {
  .collapse.dont-collapse-sm:not(.show) {
    display: block !important;
    height: 100% !important;
    transition: none !important;
  }
}
@media (min-width: 992px) {
  .collapse.dont-collapse-sm.show {
    display: block !important;
    height: 100% !important;
  }
}

@media (min-width: 992px) {
  .dont-collapse-sm.collapsing, .dont-collapse-sm.collapsed {
    display: block !important;
    height: 100% !important;
    transition: none !important;
  }
}

.no-word-break {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.cookiealert__text {
  font-size: 18px;
  color: #333 !important;
  letter-spacing: 0;
  line-height: 22px;
  padding: 20px 0;
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .cookiealert__text {
    width: 60%;
  }
}
.cookiealert .btn {
  width: 100%;
  min-height: 60px;
}

#cookiesLayer {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  right: 0;
  height: 100%;
  left: 0;
  z-index: 500;
  transition: all 500ms ease-out;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px;
  display: none;
}
#cookiesLayer.cookie__page {
  position: relative;
  right: 0;
  height: 100%;
  left: 0;
  z-index: unset;
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px;
}

#cookiesWrapper {
  text-align: center;
  padding: 20px 0 40px 0;
  width: 80%;
  background-color: white;
  position: absolute;
  bottom: 50%;
  transform: translate(-50%);
  right: 50%;
  left: 50%;
}
@media (min-width: 992px) {
  #cookiesWrapper {
    width: 50%;
  }
}
#cookiesWrapper.cookie__page__buttons {
  background-color: unset;
  position: relative;
  bottom: unset;
  transform: unset;
  right: unset;
  left: unset;
  width: unset;
}
#cookiesWrapper .btn {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #000;
  -webkit-box-shadow: 0px 0px 5px #000;
  -box-shadow: 0px 0px 5px #000;
  background-color: #FFF;
  padding: 2px 10px;
  background: #FFF;
  color: #000;
}
#cookiesWrapper .btn:after {
  content: none;
}
#cookiesWrapper .btn-group {
  background-color: transparent;
  font-size: 13px;
}
#cookiesWrapper .btn-cookie-disabled {
  background-color: grey !important;
  color: black;
}
#cookiesWrapper .btn-cookie-accept {
  background-color: green;
  color: white;
  margin-right: 15px;
}
#cookiesWrapper .btn-cookie-accept-custom {
  background-color: #f7a700 !important;
  color: black;
  font-size: 12px;
}
#cookiesWrapper .btn-cookie-configure-custom {
  background-color: white !important;
  color: black;
  font-size: 12px;
  margin-right: 10px;
}
#cookiesWrapper .btn-cookie-deny {
  background-color: darkred;
  color: white;
  margin-right: 10px;
}

* {
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  hyphens: none !important;
}

body {
  color: #333;
  font-family: "Maven Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1, .h1 {
  font-weight: 500;
}
h1, .h1 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  h1, .h1 {
    font-size: calc(28px + 12 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  h2, .h2 {
    font-size: calc(24px + 11 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 35px;
  }
}

h3, .h3 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  h3, .h3 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  h3, .h3 {
    font-size: 32px;
  }
}

h4, .h4 {
  font-weight: 700;
}
h4, .h4 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  h4, .h4 {
    font-size: calc(16px + 9 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  h4, .h4 {
    font-size: 25px;
  }
}

h5, .h5 {
  font-weight: 400;
  color: #c2c2c2;
}
h5, .h5 {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  h5, .h5 {
    font-size: calc(15px + 5 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  h5, .h5 {
    font-size: 20px;
  }
}

p, span, ul {
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  word-break: keep-all;
}
p, span, ul {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  p, span, ul {
    font-size: calc(13px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  p, span, ul {
    font-size: 15px;
  }
}

a {
  color: #f7a700;
}
a:hover, a:active, a:focus {
  color: #2e2925;
}

i {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  i {
    font-size: calc(12px + 4 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  i {
    font-size: 16px;
  }
}

strong, b {
  font-weight: 600;
}

form input, form textarea, form button, form .form-control {
  outline: none;
  outline-width: 0;
  border-color: unset;
}
form input:focus, form input:active, form textarea:focus, form textarea:active, form button:focus, form button:active, form .form-control:focus, form .form-control:active {
  box-shadow: none;
  border-color: unset;
  outline: none;
  outline-width: 0;
}

header {
  background-color: #ffffff;
}

main {
  background-color: #ffffff;
  flex: 1 0 auto;
}
@media (min-width: 1200px) {
  main {
    margin-top: 101px;
  }
}

footer {
  flex-shrink: 0;
  padding-bottom: 15px;
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  footer {
    padding-bottom: 0;
  }
}
footer a {
  color: #f1f1f1;
}
footer a:hover {
  color: #ffffff;
}

.basic__content {
  margin-top: 110px;
  padding-bottom: 40px;
}
.basic__content hr {
  width: 5%;
  min-width: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0.1rem;
  background-color: #f7a700;
}
@media (min-width: 768px) {
  .basic__content hr {
    min-width: 35px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 0.2rem;
  }
}
.basic__subtitle {
  font-weight: 400;
  margin-bottom: 20px;
}
.basic__subtitle {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .basic__subtitle {
    font-size: calc(20px + 5 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .basic__subtitle {
    font-size: 25px;
  }
}
.basic__subtitle__word {
  font-weight: 400;
}
.basic__subtitle__word {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .basic__subtitle__word {
    font-size: calc(20px + 5 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .basic__subtitle__word {
    font-size: 25px;
  }
}
.basic__loginError {
  background-color: #FDF3F5;
}
.basic__loginError i {
  color: #e01e3d;
}
.basic__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.basic__header a:hover, .basic__header a:focus {
  text-decoration: none;
}
.basic__block__pdf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #eeeeee;
  color: #2e2925;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.basic__block__pdf:hover, .basic__block__pdf:focus {
  background-color: #F8A800;
  color: #2e2925;
  text-decoration: none;
}
.basic__block__pdf:hover i.fas, .basic__block__pdf:hover i.far, .basic__block__pdf:focus i.fas, .basic__block__pdf:focus i.far {
  color: #ffffff;
}
.basic__rollover__item {
  border-bottom: 1px dotted #a3a3a3;
}
.basic__rollover__popover {
  width: 90%;
}
.basic__rollover__popover .popover-body {
  background-color: #f4f4f4;
}
.basic__rollover__popover .arrow:after {
  border-top-color: #f4f4f4;
}
@media (min-width: 768px) {
  .basic__rollover__popover {
    width: 100%;
    max-width: 570px;
  }
}

.container .container {
  padding: 0;
}

.btn-primary {
  margin: 10px auto;
  border-radius: 0;
  color: #2e2925;
  background-color: #feeecc;
  border-color: transparent;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary.temp-active:not(:disabled):not(.disabled) {
  color: #ffffff;
  background-color: #2e2925;
  border-color: #2e2925;
  outline: none;
  box-shadow: none;
}

.modal-open {
  padding-right: 5px !important;
}

.modal-open.open {
  padding-right: 0px !important;
}

.modal-open .modal {
  padding-right: 0px !important;
}

.modal-backdrop.show {
  z-index: 5;
}

.header__modal.show:not(.ekko-lightbox) .modal-dialog,
.header__modal:not(.ekko-lightbox) .modal-dialog {
  flex: 0 0 100%;
  height: 100vh;
  z-index: 52;
  margin: 0 auto;
  max-width: 100%;
  padding-right: 0 !important;
}

.modal .user-dialog {
  max-width: 300px;
  height: 300px;
  top: 30vh;
  position: relative;
}
@media (min-width: 768px) {
  .modal .user-dialog {
    max-width: 500px;
  }
}

.popover:not(.dash__page .popover) {
  padding: 0 30px;
  background: #f7a700 !important;
  border-color: transparent !important;
}
.popover:not(.dash__page .popover) .arrow:after {
  border-top-color: #f7a700 !important;
}

.lb-data {
  position: absolute;
  top: -30px;
  right: 30px;
  color: #333;
  z-index: 100;
}
@media (min-width: 992px) {
  .lb-data {
    top: 20px;
  }
}

.custom-file-label {
  border-radius: 0;
}
.custom-file-label {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .custom-file-label {
    font-size: calc(13px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .custom-file-label {
    font-size: 15px;
  }
}
*:lang(en) .custom-file-label:after {
  content: "Browse";
}
*:lang(es) .custom-file-label:after {
  content: "Buscar";
}
*:lang(fr) .custom-file-label:after {
  content: "Chercher";
}
*:lang(it) .custom-file-label:after {
  content: "Ricerca";
}
*:lang(de) .custom-file-label:after {
  content: "Suche";
}
*:lang(pt) .custom-file-label:after {
  content: "Buscar";
}

.ekko-lightbox .modal-dialog {
  margin-top: 10%;
}

.ekko-lightbox .modal-dialog img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.ekko-lightbox .modal-dialog .glyphicon {
  text-decoration: none !important;
  cursor: pointer !important;
}

.ekko-lightbox .modal-dialog .glyphicon::before {
  position: relative;
  top: 50%;
}

.ekko-lightbox .modal-dialog .modal-header {
  display: none;
}

@media (min-width: 768px) {
  .ekko-lightbox .modal-dialog {
    max-width: 600px !important;
  }
}
@media (min-width: 992px) {
  .ekko-lightbox .modal-dialog {
    max-width: 800px !important;
  }
}
@media (min-width: 1800px) {
  .ekko-lightbox .modal-dialog {
    max-width: 900px !important;
  }
}

@media (max-width: 576px) {
  .ekko-lightbox .modal-dialog {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .ekko-lightbox .glyphicon-chevron-left {
    padding-left: 0;
    left: -17% !important;
  }
}
.gen__bg--grey {
  background-color: #f1f1f1;
}
@media (min-width: 768px) {
  .gen__col--media {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 175px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .gen__col--media {
    min-height: 400px;
    margin-bottom: 0;
  }
}
.gen__col--media--left .row .gen__col--media:first-child {
  order: 2;
}
.gen__col--media--left .row .gen__col--media:last-child {
  order: 1;
}
@media (min-width: 992px) {
  .gen__col--media--left .row .gen__col--media:first-child {
    order: 1;
  }
  .gen__col--media--left .row .gen__col--media:last-child {
    order: 2;
  }
}
@media (min-width: 992px) {
  .gen__col--media--left .row h2 {
    padding-left: 95px;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .gen__col--media--left .row .button__media {
    margin-left: 95px;
    margin-right: 0;
  }
}
.gen__col--icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .gen__col--icons {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .gen__col--icons {
    justify-content: flex-end;
  }
}
.gen__area--grey {
  background-color: #f1f1f1;
}
.gen__area--white {
  background-color: #ffffff;
}
.gen__area--orange {
  background-color: #f7a700;
}
.gen__area--black {
  background-color: #2e2925;
}
.gen__area--black-image {
  position: relative;
  background-color: #2e2925;
  background-position: center;
}
@media (min-width: 768px) {
  .gen__area--black-image {
    min-height: 120px;
  }
}
.gen__area--black-image:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0.85;
}
.gen__title {
  margin-top: 30px;
  color: #f7a700;
}
.gen__title h1, .gen__title h2, .gen__title h3, .gen__title h4, .gen__title h5 {
  font-weight: 300;
}
.gen__title h1, .gen__title h2, .gen__title h3, .gen__title h4, .gen__title h5 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .gen__title h1, .gen__title h2, .gen__title h3, .gen__title h4, .gen__title h5 {
    font-size: calc(24px + 11 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .gen__title h1, .gen__title h2, .gen__title h3, .gen__title h4, .gen__title h5 {
    font-size: 35px;
  }
}
.gen__title--black {
  color: #2e2925;
}
.gen__title--black h1, .gen__title--black h2, .gen__title--black h3, .gen__title--black h4, .gen__title--black h5 {
  color: #2e2925;
}
.gen__title--text {
  display: block;
  margin: 0 auto;
  max-width: 870px;
  text-align: center;
  color: #2e2925;
  font-weight: 300;
}
.gen__title--text {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .gen__title--text {
    font-size: calc(20px + 8 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .gen__title--text {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .gen__title--text {
    max-width: none;
  }
}
.gen__title--big {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .gen__title--big {
    font-size: calc(30px + 6 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .gen__title--big {
    font-size: 36px;
  }
}
.gen__subtitle {
  margin: 20px auto;
  text-align: left;
  font-weight: 300;
  white-space: pre-line;
}
.gen__subtitle {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .gen__subtitle {
    font-size: calc(18px + 10 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .gen__subtitle {
    font-size: 28px;
  }
}
.dash__page .gen__subtitle {
  margin-top: 0;
}
.gen__subtitle__main p {
  line-height: 20px;
  max-width: 800px;
  text-align: center;
  margin: 20px auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
.gen__subtitle__main p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .gen__subtitle__main p {
    font-size: calc(16px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .gen__subtitle__main p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .gen__subtitle__main p {
    line-height: 22px;
  }
}
.gen__subtitle--orange {
  color: #f7a700;
  font-weight: 300;
  margin: 25px 0;
  text-align: left;
  align-self: flex-start;
}
.gen__subtitle--orange {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .gen__subtitle--orange {
    font-size: calc(16px + 4 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .gen__subtitle--orange {
    font-size: 20px;
  }
}
.gen__subtitle--orange:after {
  display: none !important;
}
.gen__subtitle:after {
  content: " ";
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 15px;
  background-color: #f7a700;
}
@media (min-width: 992px) {
  .gen__col .gen__subtitle {
    margin-top: 50px;
  }
}
.gen__subtitle--aside {
  margin-top: 0;
}
.gen__subtitle--plain {
  max-width: 550px;
}
.gen__subtitle--plain {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .gen__subtitle--plain {
    font-size: calc(16px + 4 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .gen__subtitle--plain {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .gen__subtitle--plain {
    max-width: 680px;
  }
}
@media (min-width: 992px) {
  .gen__subtitle--plain {
    max-width: 850px;
  }
}
.gen__subtitle--plain:after {
  content: " ";
  display: none;
}
.gen__img--full {
  width: 100%;
  object-fit: cover;
}
.gen__img--header {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 0;
  min-height: 120px;
}
@media (min-width: 768px) {
  .gen__img--header {
    min-height: 300px;
  }
}
.gen__img--header__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-weight: 700;
  line-height: 30px;
  background-color: rgba(245, 159, 0, 0.72);
}
@media (min-width: 768px) {
  .gen__img--header__title {
    width: 40%;
    line-height: 40px;
  }
}
.gen__col .gen__img {
  align-self: center;
}
.gen__box--cat {
  border: 1px solid #f7a700;
}
.gen__box--cat__header {
  padding: 5px;
  background-color: #f7a700;
}
.gen__box--cat__header p {
  margin-bottom: 5px;
  text-align: center;
  word-wrap: break-word;
}
.gen__box--cat__header p {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .gen__box--cat__header p {
    font-size: calc(20px + 4 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .gen__box--cat__header p {
    font-size: 24px;
  }
}
.gen__box--cat__content {
  padding: 15px;
  text-align: center;
}
.gen__box--cat__content .img-fluid {
  max-width: 45px;
}
.gen__box--cat__content p {
  text-align: left;
  hyphens: inherit;
  -webkit-hyphens: inherit;
  -moz-hyphens: inherit;
  word-break: break-word;
}
@media (min-width: 768px) {
  .gen__box--cat__content {
    padding: 25px 15px;
  }
  .gen__box--cat__content .img-fluid {
    max-width: 75px;
  }
}
.gen__box--text {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
}
@media (min-width: 768px) {
  .gen__box--text {
    flex: 0 1 50%;
  }
}
.gen__box--text p {
  padding-right: 0;
}
@media (min-width: 768px) {
  .gen__box--text p {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .gen__box--text p {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .gen__col--media--left .gen__box--text--wrapper {
    padding-left: 95px;
  }
}
.gen__box__col {
  padding-left: 5px;
  padding-right: 5px;
}
.gen__slogan {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.gen__slogan .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 170px;
}
@media (min-width: 768px) {
  .gen__slogan .container {
    min-height: 300px;
  }
}
.gen__slogan--full {
  padding: 10px 0;
  margin-top: 20px;
  text-align: center;
}
.gen__slogan--full__title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
.gen__slogan--full__title {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .gen__slogan--full__title {
    font-size: calc(14px + 14 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .gen__slogan--full__title {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .gen__slogan--full__title {
    margin-bottom: 30px;
  }
}
.gen__slogan--full__link, .gen__slogan--full a, .gen__slogan--full p {
  color: #f7a700;
}
.gen__slogan--full__link, .gen__slogan--full a, .gen__slogan--full p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .gen__slogan--full__link, .gen__slogan--full a, .gen__slogan--full p {
    font-size: calc(16px + 9 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .gen__slogan--full__link, .gen__slogan--full a, .gen__slogan--full p {
    font-size: 25px;
  }
}
.gen__slogan--full__link:hover, .gen__slogan--full__link:active, .gen__slogan--full__link:focus, .gen__slogan--full a:hover, .gen__slogan--full a:active, .gen__slogan--full a:focus, .gen__slogan--full p:hover, .gen__slogan--full p:active, .gen__slogan--full p:focus {
  color: #f7a700;
  text-decoration: underline;
}
.gen__slogan--full .button {
  color: #fff;
  text-align: center;
  padding: 10px 20px;
}
.gen__slogan--full .button {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .gen__slogan--full .button {
    font-size: calc(13px + 5 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .gen__slogan--full .button {
    font-size: 18px;
  }
}
.gen__slogan--full .button:hover, .gen__slogan--full .button:active, .gen__slogan--full .button:focus {
  color: #fff;
  text-decoration: none;
}
.gen__slogan--full .button:before {
  display: none;
}
@media (min-width: 768px) {
  .gen__slogan--full .button {
    padding: 15px 30px;
  }
}
@media (min-width: 992px) {
  .gen__slogan--full .button {
    padding: 20px 50px;
  }
}
.gen__media__title {
  margin: 0;
  margin-bottom: 5px;
}
.gen__media__title {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .gen__media__title {
    font-size: calc(20px + 4 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .gen__media__title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .gen__media__title {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .gen__col--media--left .gen__media__text {
    padding-left: 95px;
  }
}
.gen__media__text ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 5px;
}
.gen__media__text li {
  padding-left: 25px !important;
  background-size: 16px;
  background-repeat: no-repeat;
  background-image: url("../img/icons/tick.svg");
  background-position: left;
  margin-bottom: 5px;
}
.gen__col2 .gen__media__text li {
  margin-bottom: 25px;
  background-position-y: 5px;
}
@media (min-width: 992px) {
  .gen__media__button {
    min-width: 200px;
    text-align: center;
    justify-content: center;
  }
}
.gen__statement {
  display: block;
  margin: 10px 0;
  color: #f7a700;
}
.gen__statement {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .gen__statement {
    font-size: calc(14px + 4 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .gen__statement {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .gen__col--media--left .gen__statement {
    padding-left: 95px;
  }
}
.gen__video video {
  width: 100%;
  height: auto;
}
.gen__timeline__title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .gen__timeline__title:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 125%;
    display: inline-block;
    margin-left: 15px;
    margin-top: 10px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
}
.gen__top__action {
  color: #f8a800 !important;
  cursor: pointer;
}
.gen__top__action:hover, .gen__top__action:active, .gen__top__action:focus {
  color: #000000 !important;
  text-decoration: none;
}
.gen__top__action .far {
  font-size: 18px;
}
@media (min-width: 768px) {
  .gen__top__action .far {
    font-size: inherit;
  }
}
.gen__top__action span {
  display: none;
}
@media (min-width: 768px) {
  .gen__top__action span {
    display: inline-block;
  }
}
.gen__dropdown__line:last-child {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .gen__dropdown__line:last-child {
    margin-bottom: 50px;
  }
}
.gen__dropdown__title {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  margin-bottom: 5px;
  padding: 15px 0;
  border-top: 1px solid #eeeeee;
}
.gen__dropdown__title:hover, .gen__dropdown__title:active, .gen__dropdown__title:focus {
  color: #2e2925;
  text-decoration: none;
}
@media (min-width: 992px) {
  .gen__dropdown__title {
    align-items: center;
  }
}
.gen__dropdown__title[aria-expanded|=true] .gen__dropdown__icon {
  transform: rotateX(180deg);
}
.gen__dropdown__title__text {
  width: 75%;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.gen__dropdown__content {
  margin-left: 20px;
  padding-bottom: 20px;
}
.gen__dropdown__content p {
  font-size: 16px;
}
.gen__dropdown__icon {
  height: 20px;
  width: 20px;
  margin: 0 10px;
  padding-top: 7px;
  color: #f7a700;
  transition: transform 0.2s ease-in;
}
.gen__message {
  border: 2px solid #eeeeee;
  background-color: #f4f4f4;
  padding: 15px;
}
.gen__message p {
  margin-bottom: 5px;
}
.gen__message p:last-child {
  margin-bottom: 0;
}
.gen__message--success {
  background-color: #ECF9DE;
  border-color: rgba(126, 211, 33, 0.5);
}
.gen__message--error {
  background-color: rgba(250, 229, 232, 0.5);
  border-color: #e86304;
}
.gen__message--error .text-danger {
  font-weight: bold;
}
.gen__message--void {
  background-color: #eeeeee;
  border: 1px solid #a3a3a3;
}
.gen__text--center {
  text-align: center !important;
  justify-content: center;
}
.gen__text--center p {
  text-align: center !important;
  justify-content: center;
}
.gen__text--left {
  text-align: left !important;
  justify-content: flex-start;
}
.gen__text--left p {
  text-align: left !important;
  justify-content: flex-start;
}
.gen__text--strong a {
  color: #F8A800 !important;
}
.gen__text--strong a:hover, .gen__text--strong a:focus {
  text-decoration: underline !important;
}
.gen__logo {
  margin: 15px;
}
.gen__color--orange {
  color: #f7a700 !important;
}
.gen__color--orange p, .gen__color--orange ul, .gen__color--orange li, .gen__color--orange span {
  color: #f7a700 !important;
}
.gen__color--orange a {
  color: #333333;
}
.gen__area--black .gen__color--orange a {
  color: #ffffff;
}
.gen__color--orange a:focus, .gen__color--orange a:hover, .gen__color--orange a:visited, .gen__color--orange a:active {
  text-decoration: underline;
  color: #c2c2c2;
}
.gen__color--black {
  color: #333333 !important;
}
.gen__color--black p, .gen__color--black ul, .gen__color--black li, .gen__color--black span {
  color: #333333 !important;
}
.gen__color--black a {
  color: #ffffff;
}
.gen__area--white .gen__color--black a {
  color: #f7a700;
}
.gen__color--black a:focus, .gen__color--black a:hover, .gen__color--black a:visited, .gen__color--black a:active {
  text-decoration: underline;
  color: #ffffff;
}
.gen__area--white .gen__color--black a:focus, .gen__area--white .gen__color--black a:hover, .gen__area--white .gen__color--black a:visited, .gen__area--white .gen__color--black a:active {
  color: #f7a700;
}
.gen__color--grey {
  color: #c2c2c2 !important;
}
.gen__color--grey p, .gen__color--grey ul, .gen__color--grey li, .gen__color--grey span {
  color: #c2c2c2 !important;
}
.gen__area--orange .gen__color--grey a {
  color: #ffffff;
}
.gen__area--orange .gen__color--grey a:focus, .gen__area--orange .gen__color--grey a:hover, .gen__area--orange .gen__color--grey a:visited, .gen__area--orange .gen__color--grey a:active {
  text-decoration: underline;
  color: #333333;
}
.gen__color--white {
  color: #ffffff !important;
}
.gen__color--white p, .gen__color--white ul, .gen__color--white li, .gen__color--white span {
  color: #ffffff !important;
}
.gen__color--white a {
  color: #f7a700;
}
.gen__area--orange .gen__color--white a {
  color: #333333;
}
.gen__color--white a:focus, .gen__color--white a:hover, .gen__color--white a:visited, .gen__color--white a:active {
  text-decoration: underline;
  color: #c2c2c2;
}
.gen__min__height {
  min-height: 200px;
}
@media (min-width: 768px) {
  .gen__min__height {
    min-height: 500px;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  background-color: #f7a700;
  border-radius: 5px;
  -webkit-appearance: inherit;
}
.button:hover, .button:active, .button:focus {
  box-shadow: none;
  background-color: #ffcb5e;
  color: #ffffff;
}
.button:before {
  content: " ";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 100%;
  display: inline-block;
  margin-right: 10px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .button {
    width: auto;
  }
}
.button--distributor:before {
  content: "";
}
.button--no_image:before {
  display: none;
}
.box__button .button--no_image {
  justify-content: center;
}
.button--white {
  color: #ffffff;
  border: 2px solid #f7a700;
}
.button--white:hover {
  border: 2px solid #ffcb5e;
}
.button--orange {
  color: #ffffff;
  background-color: #f7a700;
}
.button--red {
  color: #ffffff !important;
  background-color: red !important;
}
.button--black {
  text-align: center;
  justify-content: center;
  color: #FFF !important;
  background-color: #333333 !important;
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.button--black:hover, .button--black:active, .button--black:focus {
  color: #fff !important;
  background-color: #ffcb5e !important;
}
.button--download:before {
  content: "";
}
.button--doc:before {
  content: "";
}
.button__void {
  color: #f7a700;
  border: 2px solid #f7a700;
  box-shadow: none;
}
.button__void {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .button__void {
    font-size: calc(13px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .button__void {
    font-size: 15px;
  }
}
.button__void:hover, .button__void:active, .button__void:focus {
  color: #fff;
  background-color: #f7a700;
}
.button__void--square {
  border-radius: 0;
  padding-right: 10px;
}
.button__void--square:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 15px;
  display: inline-block;
  margin-right: 10px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.button__blank {
  color: #f7a700;
  border: 1px solid #f7a700;
  box-shadow: none;
  background: transparent;
}
.button__blank {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .button__blank {
    font-size: calc(13px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .button__blank {
    font-size: 15px;
  }
}
.button__blank:hover, .button__blank:active, .button__blank:focus {
  color: #fff;
  background-color: #ffcb5e;
  border: 2px solid #ffcb5e;
  text-decoration: none;
}
@media (min-width: 768px) {
  .button__blank {
    border: 2px solid #f7a700;
  }
}
.button__rounded {
  border-radius: 20px;
  background-color: #f7a700;
  color: #fff;
}
.button__rounded {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .button__rounded {
    font-size: calc(13px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .button__rounded {
    font-size: 15px;
  }
}
.button__rounded:hover, .button__rounded:active, .button__rounded:focus {
  color: #f7a700;
  background-color: #494949;
}
.button__rounded--big {
  padding: 10px;
  min-width: 150px;
}
.button__media {
  margin-bottom: 20px;
  align-self: flex-start;
}
.button__media {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .button__media {
    font-size: calc(13px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .button__media {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .button__media {
    margin-bottom: 0;
  }
}
.button__secondary {
  background-color: #ffffff;
  color: #F8A800;
  border: 1px solid #F8A800;
  justify-content: center;
}
.product__header__feature .button__secondary {
  border-radius: 0;
}
.product__header__feature .button__secondary {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .product__header__feature .button__secondary {
    font-size: calc(14px + 1 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .product__header__feature .button__secondary {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .product__header__feature .button__secondary {
    min-height: 50px;
  }
}
.button__secondary:hover, .button__secondary:focus {
  color: #ffffff !important;
  background-color: #ffcb5e;
  border: 1px solid #ffcb5e;
  text-decoration: none;
}

.cta__centered {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.cta__centered .button {
  font-weight: 500;
  justify-content: center;
  color: #FFF;
  margin-right: 10px;
}
.cta__centered .button {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .cta__centered .button {
    font-size: calc(15px + 3 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .cta__centered .button {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .cta__centered .button {
    min-width: 235px;
  }
}
@media (min-width: 992px) {
  .cta__centered .button {
    min-width: 320px;
  }
}

.btn {
  background-color: #F8A800;
  color: #000000;
}
.btn.header__user__band {
  background-color: transparent !important;
}
.btn.header__user__band:hover, .btn.header__user__band:focus, .btn.header__user__band:active {
  background-color: transparent !important;
}
.btn--big {
  min-width: 235px;
  padding: 10px;
}
.btn__secondary {
  background-color: #6c757d;
  color: #ffffff !important;
}
.btn__secondary:hover, .btn__secondary:focus, .btn__secondary:active {
  background-color: #a3a3a3;
  color: #ffffff !important;
}

.header {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 20px;
  border-bottom: 1px solid #c2c2c2;
  z-index: 5;
}
@media (min-width: 768px) {
  .header {
    position: relative;
    min-height: 30px;
  }
  .has-border .header {
    border-bottom: 1px solid #c2c2c2;
  }
}
@media (min-width: 1200px) {
  .header {
    position: fixed;
  }
}
@media (min-width: 768px) {
  .header.is-little {
    top: 0;
    position: fixed;
    padding-bottom: 0;
    border-bottom: 1px solid #c2c2c2;
  }
  .header.is-little .header__wrapper {
    padding: 0 30px 0 20px;
  }
  .header.is-little .header__logo__graphic {
    height: 45px;
  }
  .header.is-little .header__logo__graphic .st0 {
    opacity: 0;
  }
  .header.is-little .header__mobile__wrapper__logo .header__logo__graphic {
    height: 40px;
  }
  .header.is-little .header__mobile__wrapper__logo .header__logo__graphic .st0 {
    opacity: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header.is-little .header__mobile__wrapper__logo .header__logo__graphic {
    height: 65px;
  }
}
@media (min-width: 768px) {
  .header.is-little .header__search {
    top: -40px;
  }
  .header.is-little .header__search.active, .header.is-little .header__search.temp-active {
    top: 56px;
  }
}
@media (min-width: 768px) {
  .header.is-little .header__desktop__layer {
    top: 56px;
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .header.is-little .header__icon__login.show .header__drop {
    top: -5px !important;
  }
}
.header.is-little + main {
  margin-top: 93px;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 20px 10px;
  position: relative;
  background-color: #ffffff;
  z-index: 30;
  transition: all ease 0.2s;
  height: 100%;
}
@media (min-width: 768px) {
  .header__wrapper {
    padding: 10px 20px 10px 50px;
  }
}
@media (min-width: 1200px) {
  .header__wrapper {
    padding: 15px 30px 10px 50px;
  }
}
.header__search {
  position: absolute;
  top: -15px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  background-color: #EEEEEE;
  z-index: 20;
  transition: top 0.3s ease-out;
}
.header__search.active, .header__search.temp-active {
  top: 75px;
}
@media (min-width: 768px) {
  .header__search.active, .header__search.temp-active {
    top: 96px;
  }
}
@media (min-width: 1200px) {
  .header__search.active, .header__search.temp-active {
    top: 101px;
  }
}
.header__search__form {
  width: 100%;
}
@media (min-width: 768px) {
  .header__search__form {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .header__search__form {
    max-width: 900px;
  }
}
.header__search__input {
  width: 100% !important;
  padding: 5px 20px;
  border: 0;
  border-radius: 25px;
  background-color: #FFFFFF;
  background-image: url(images/search.svg);
  background-position: 10px center;
  background-position-x: 93%;
  background-repeat: no-repeat;
  background-size: 15px;
}
@media (min-width: 768px) {
  .header__search__input {
    background-position-x: 460px;
  }
}
@media (min-width: 1200px) {
  .header__search__input {
    background-position-x: 860px;
  }
}
.header__search__input:active, .header__search__input:focus, .header__search__input:focus-within {
  background-color: white;
  background-image: none;
}
.header__toogle {
  width: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 55;
}
.header__toogle.fixed {
  position: fixed;
  top: 25px;
}
.header__toogle.is--tablet {
  display: none;
}
@media (min-width: 768px) {
  .header__toogle.is--tablet {
    display: block;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 25px;
    border-left: 1px solid #c2c2c2;
  }
  .header__toogle.is--tablet.fixed {
    margin-left: 0;
    margin-right: 30px;
    padding-left: 0;
    top: 35px;
    border-left: 0;
  }
}
@media (min-width: 1200px) {
  .header__toogle.is--tablet {
    display: none;
  }
}
.header__toogle__icon {
  position: relative;
  height: 32px;
  width: 32px;
  padding: 5px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header__toogle__icon span {
  content: "";
  position: absolute;
  display: block;
  top: 15px;
  right: 0;
  height: 3px;
  width: 30px;
  background: #000000;
  border-radius: 2px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.header__toogle__icon span:before, .header__toogle__icon span:after {
  content: "";
  position: absolute;
  display: block;
  top: -8px;
  height: 3px;
  width: 30px;
  right: 0;
  background: #000000;
  border-radius: 2px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .header__toogle__icon span:before, .header__toogle__icon span:after {
    top: -10px;
  }
}
.header__toogle__icon span:after {
  top: 8px;
}
@media (min-width: 768px) {
  .header__toogle__icon span:after {
    top: 10px;
  }
}
.active > .header__toogle__icon span, .temp-active > .header__toogle__icon span {
  top: 30px;
  background-color: transparent;
}
.active > .header__toogle__icon span:before, .temp-active > .header__toogle__icon span:before {
  transform: rotate(-45deg);
  top: -22px;
}
.active > .header__toogle__icon span:after, .temp-active > .header__toogle__icon span:after {
  transform: rotate(45deg);
  top: -22px;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo__graphic {
  transition: all ease 0.2s;
  height: 40px;
}
@media (min-width: 768px) {
  .header__logo__graphic {
    height: 65px;
  }
}
.header__logo__group {
  display: flex;
}
.header__mobile {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  padding: 15px 20px 20px 20px;
  background-color: #f4f4f4;
  z-index: 44;
  transform: translateX(-100%);
  transition: all 0.3s ease-in;
}
@media (min-width: 768px) {
  .header__mobile {
    transform: translateX(100%);
    padding: 20px 50px 50px 20px;
    background-color: #f4f4f4;
  }
}
@media (min-width: 1200px) {
  .header__mobile {
    display: none;
  }
}
.header__mobile.active, .header__mobile.temp-active {
  transform: translateX(0);
}
@media (min-width: 768px) {
  .header__mobile.active, .header__mobile.temp-active {
    transform: translateX(0);
  }
}
.header__mobile .collapse > div,
.header__mobile .collapsing > div {
  border-left: 2px solid transparent;
  transition: all ease 0.2s;
}
.header__mobile .collapse.show > div,
.header__mobile .collapsing.show > div {
  border-left: 2px solid #2e2925;
}
.header__mobile .header__logo {
  margin-left: 45px;
}
@media (min-width: 768px) {
  .header__mobile .header__logo {
    margin-left: 0;
  }
}
.header__mobile__wrapper {
  position: relative;
  overflow: auto;
  height: 100%;
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  .header__mobile__wrapper {
    background-color: #f4f4f4;
  }
}
.header__mobile__wrapper__logo {
  position: absolute;
  height: 55px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #f4f4f4;
  z-index: 20;
}
@media (min-width: 768px) {
  .header__mobile__wrapper__logo {
    height: 100px;
    background-color: #f4f4f4;
  }
}
.header__mobile__wrapper__logo .header__logo__graphic {
  height: 40px;
}
.header__mobile__wrapper__logo .header__logo__graphic .st0 {
  opacity: 0;
}
@media (min-width: 768px) {
  .header__mobile__wrapper__logo .header__logo__graphic {
    height: 65px;
  }
}
.header__mobile__wrapper__logo .header__logo {
  position: absolute;
  top: 10px;
  left: 20px;
}
.header__mobile__wrapper .collapse {
  transition: all ease 0.2s;
  padding-left: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .header__mobile__wrapper .collapse {
    padding-top: 10px;
  }
}
.header__mobile__wrapper .collapsing {
  transition: all ease 0.2s;
  background-color: transparent;
  padding-left: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .header__mobile__wrapper .collapsing {
    padding-top: 10px;
  }
}
.header__mobile__menu {
  margin-top: 60px;
  height: 100%;
}
@media (min-width: 768px) {
  .header__mobile__menu {
    margin-top: 100px;
  }
}
.header__mobile__submenu ul {
  list-style-type: none;
  padding-left: 10px;
}
.header__mobile__submenu li {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  background-color: transparent;
}
.header__mobile__submenu a {
  color: #333333;
}
.header__mobile__submenu a:hover, .header__mobile__submenu a:focus, .header__mobile__submenu a:active {
  color: #333333;
  text-decoration: none;
}
.header__mobile__locale {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.header__mobile__locale__contact {
  color: #333333;
  font-size: 16px;
  line-height: 22px;
}
.header__mobile__locale__contact:hover, .header__mobile__locale__contact:focus, .header__mobile__locale__contact:active {
  color: #333333;
  text-decoration: none;
}
.header__mobile__locale .header__drop {
  margin-top: 10px;
  background-color: transparent;
}
@media (min-width: 768px) {
  .header__mobile__locale .header__drop {
    box-shadow: none;
  }
}
.header__mobile__locale .header__drop__link.active, .header__mobile__locale .header__drop__link.temp-active {
  background-color: #a3a3a3;
  font-weight: bold;
}
@media (min-width: 768px) {
  .header__mobile__locale .header__drop__link.active, .header__mobile__locale .header__drop__link.temp-active {
    background-color: #c2c2c2;
  }
}
.header__mobile__locale .btn-group {
  margin-top: 10px;
}
.header__mobile__locale .header__drop__btn {
  text-align: left;
  font-size: 16px;
  padding-left: 0;
}
.header__mobile__button {
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #333333 !important;
  border: none;
  background-color: transparent !important;
  margin-bottom: 0;
  padding: 10px;
  width: auto;
}
@media (min-width: 768px) {
  .header__mobile__button {
    transition: all cubic-bezier(0.92, -0.41, 1, 0.98) 0.2s;
  }
}
.header__mobile__button i.fa-chevron-down {
  transition: transform ease 0.2s;
  transform: rotate(0deg);
}
.header__mobile__button[aria-expanded=true] {
  color: #f7a700 !important;
  width: auto;
}
@media (min-width: 768px) {
  .header__mobile__button[aria-expanded=true] {
    color: #f7a700 !important;
  }
}
.header__mobile__button[aria-expanded=true] i.fa-chevron-down {
  transform: rotate(180deg);
}
.header__mobile__button.is--submenu {
  font-weight: 300;
}
.header__mobile__list {
  list-style-type: none;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .header__mobile__list {
    columns: 3;
    column-gap: 40px;
  }
}
.header__mobile__item {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
@media (min-width: 768px) {
  .header__mobile__item {
    line-height: 22px;
  }
}
.header__mobile__item a {
  color: #333333;
}
.header__mobile__item a:hover, .header__mobile__item a:focus, .header__mobile__item a:active {
  color: #333333;
  text-decoration: none;
}
.header__mobile__link {
  padding-left: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .header__mobile__link {
    padding-left: 10px;
    margin-top: 30px;
  }
}
.header__mobile__link a {
  color: #333333;
}
.header__mobile__link a:hover, .header__mobile__link a:focus, .header__mobile__link a:active {
  color: #333333;
  text-decoration: none;
}
.header__desktop {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  min-height: 100%;
  height: fit-content;
}
.header__desktop__layer {
  display: none;
  overflow: hidden;
  height: 100vh;
  position: fixed;
  top: -1px;
  left: 0;
  right: 0;
  background-color: #eeeeee;
}
.header__desktop__wrapper {
  display: none;
}
@media (min-width: 1200px) {
  .header__desktop__wrapper {
    display: flex;
    position: absolute;
    top: 101px;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: #eeeeee;
    transition: all 0.3s ease-in;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header.is-little .header__desktop__wrapper {
    top: 0;
  }
}
.header__desktop__close {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: 30px;
}
.header__desktop__left {
  position: relative;
  height: fit-content;
  flex: 0 1 100%;
  padding: 45px 80px 0 80px;
}
.header__desktop__right {
  position: relative;
  flex: 0 1 45%;
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1400px) {
  .header__desktop__right {
    flex: 0 1 55%;
  }
}
@media (min-width: 1800px) {
  .header__desktop__right {
    flex: 0 1 75%;
  }
}
.header__desktop__right__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  min-height: 100%;
  padding: 20px;
  background-color: #dddddd;
  transform: translateX(100%);
  transition: all 0.3s ease-in;
  flex-grow: 1;
}
.header__desktop__right__item.active, .header__desktop__right__item.temp-active {
  transform: translateX(0);
}
@media (min-width: 1400px) {
  .header__desktop__right__item {
    padding: 45px 80px;
  }
}
.header__desktop__right__link {
  display: block;
  cursor: pointer;
}
.header__desktop__right__link:first-child {
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .header__desktop__right__link:first-child {
    margin-bottom: 60px;
  }
}
.header__desktop__right__link:hover, .header__desktop__right__link:focus {
  text-decoration: none;
}
.header__desktop__right__link:hover .header__desktop__right__image .img-fluid, .header__desktop__right__link:focus .header__desktop__right__image .img-fluid {
  transform: scale(1.02);
}
.header__desktop__right__image {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.header__desktop__right__image .img-fluid {
  transition: all 0.2s ease-in;
  margin-bottom: 10px;
  object-fit: cover;
  object-position: center;
  max-height: 195px;
}
@media (min-width: 1400px) {
  .header__desktop__right__image .img-fluid {
    max-height: 225px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1800px) {
  .header__desktop__right__image .img-fluid {
    max-height: 300px;
  }
}
@media (min-width: 2225px) {
  .header__desktop__right__image .img-fluid {
    max-height: 400px;
  }
}
.header__desktop__right__image span {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.header__desktop__button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #333333 !important;
  border: none;
  background-color: transparent !important;
  padding: 0 50px 0 0 !important;
}
.header__desktop__button:before {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  display: block;
  width: 17px;
  height: 18px;
  border-width: 20px;
  border-bottom: 5px solid #222;
  border-right: 5px solid #222;
  opacity: 0;
  transition: all 0.2s ease-in;
  transform: translateY(-250%) rotate(45deg);
}
.header__desktop__button:hover:before, .header__desktop__button:focus:before {
  opacity: 1;
  transform: translateY(-65%) rotate(45deg);
}
.header__desktop__button[aria-expanded=true]:before {
  opacity: 1;
  transform: translateY(-25%) rotate(-135deg);
}
.header__desktop__list {
  list-style-type: none;
  padding-left: 25px;
  columns: 3;
  column-gap: 40px;
}
.header__desktop__item {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.header__desktop__item a {
  color: #333333;
}
.header__desktop__item a:hover, .header__desktop__item a:focus, .header__desktop__item a:active {
  color: #333333;
  text-decoration: none;
}
.header__desktop__end {
  list-style-type: none;
  padding-left: 0;
}
.header__desktop__link {
  padding-left: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}
.header__desktop__link span, .header__desktop__link i {
  font-size: 14px;
}
@media (min-width: 768px) {
  .header__desktop__link {
    padding-left: 10px;
    margin-top: 30px;
  }
}
.header__desktop__link a {
  color: #333333;
}
.header__desktop__link a:hover, .header__desktop__link a:focus, .header__desktop__link a:active {
  color: #333333;
  text-decoration: none;
}
.header__desktop__link--anim {
  cursor: pointer;
  position: relative;
}
.header__desktop__link--anim:before {
  position: absolute;
  top: 135%;
  left: 0;
  content: "";
  height: 2px;
  width: 0;
  background-color: #000;
  transition: all 0.2s ease-in;
}
.header__mobile__item .header__desktop__link--anim:before {
  top: 100%;
}
.header__content__nav__menu .header__desktop__link--anim:before {
  background-color: #F8A800;
}
.header__desktop__link--anim:hover:before, .header__desktop__link--anim:focus:before, .header__desktop__link--anim:active:before, .header__desktop__link--anim.active:before, .header__desktop__link--anim.temp-active:before {
  width: 100%;
}
.header__desktop__list .header__desktop__link--anim:before {
  top: 105%;
  height: 1px;
  background-color: #333333;
}
.header__desktop__list .header__desktop__link--anim:hover:before, .header__desktop__list .header__desktop__link--anim:focus:before, .header__desktop__list .header__desktop__link--anim:active:before, .header__desktop__list .header__desktop__link--anim.active:before, .header__desktop__list .header__desktop__link--anim.temp-active:before {
  width: 30%;
}
.header__content {
  display: none;
}
@media (min-width: 1200px) {
  .header__content {
    display: flex;
    position: relative;
    width: 100%;
    background-color: transparent;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .header__content__nav__menu {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    margin: 0;
  }
}
.header__content__nav__item {
  list-style-type: none;
}
.header__content__nav__link {
  text-transform: uppercase;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
}
.header__content__nav__link:hover, .header__content__nav__link:focus, .header__content__nav__link:active {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .header__content__nav__link {
    margin-right: 35px;
  }
}
.header__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-right: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header__icon {
    margin-right: 25px;
  }
}
.header__icon:hover svg .graphic, .header__icon:focus svg .graphic, .header__icon.active svg .graphic, .header__icon.temp-active svg .graphic {
  fill: #f7a700;
}
.show > .header__icon svg .graphic {
  fill: #f7a700;
}
.header__icon:last-child {
  margin-right: 0;
}
.header__icon--phone {
  display: none;
}
@media (min-width: 768px) {
  .header__icon--phone {
    display: inline-block;
  }
}
.header__icon--cart {
  position: relative;
}
.header__icon--bubble {
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: #2e2925;
  background-color: #f7a700;
  font-size: 10px;
  padding: 0;
  font-weight: 500;
  width: 100%;
}
.header__icon__group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  flex-grow: 1;
  width: auto;
}
.header__icon__login {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .header__icon__login {
    position: relative;
  }
}
.header__icon__login.show .header__drop {
  position: absolute;
  top: 64px !important;
  transform: none !important;
}
@media (min-width: 768px) {
  .header__icon__login.show .header__drop {
    min-width: 210px;
    left: -100% !important;
    top: initial !important;
    transform: translate3d(0px, 35px, 0px) !important;
  }
}
@media (min-width: 1200px) {
  .header__icon__login.show .header__drop {
    left: -260px !important;
  }
}
.header__cart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.header__locale {
  position: relative;
}
@media (min-width: 768px) {
  .header__locale {
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    margin-right: 20px;
    padding: 0 5px;
  }
}
.header__icon__group .header__locale {
  display: none;
}
@media (min-width: 768px) {
  .header__icon__group .header__locale {
    display: block;
    border-left: 0;
  }
}
@media (min-width: 1200px) {
  .header__icon__group .header__locale {
    display: none;
  }
}
@media (min-width: 768px) {
  .header__content .header__locale {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header__content .header__locale {
    display: block;
  }
}
.header__locale .btn-group {
  position: static;
}
.header__drop {
  margin-top: 0;
  background-color: #ffffff;
  box-shadow: 0 3px 0px -1px rgba(0, 0, 0, 0.3);
  border-color: transparent;
  padding: 0;
  width: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .header__drop {
    border-radius: 0.25rem;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1200px) {
  .header__drop {
    margin-top: 2px;
    width: auto;
  }
}
.header__drop.show {
  border-top: 1px solid #a3a3a3;
}
@media (min-width: 768px) {
  .header__drop.show {
    border-top: 0;
  }
}
@media (min-width: 768px) {
  .header__drop__user {
    min-width: 15rem;
    left: auto;
    top: 30px;
  }
}
.header__drop__btn {
  background-color: transparent;
}
.header__drop__btn {
  font-size: 11px;
}
@media screen and (min-width: 320px) {
  .header__drop__btn {
    font-size: calc(11px + 3 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .header__drop__btn {
    font-size: 14px;
  }
}
.header__drop__btn:hover, .header__drop__btn:focus, .header__drop__btn:active, .header__drop__btn:visited {
  background-color: transparent;
}
.header__drop__btn:after {
  display: none;
}
.header__drop__btn.active .fas, .header__drop__btn.temp-active .fas {
  transform: rotate(180deg);
}
.header__drop__btn .fas {
  font-size: 13px;
  margin-left: 5px;
  transform: rotate(0deg);
  transition: transform ease 0.2s;
}
.header__drop__link {
  width: 100%;
  padding: 10px 15px;
  color: #2e2925;
  background-color: transparent;
}
.header__drop__link:hover, .header__drop__link:focus, .header__drop__link:active, .header__drop__link.active, .header__drop__link.temp-active {
  background-color: #FFF8E1;
  text-decoration: none;
}
.header__drop__link:hover svg .graphic, .header__drop__link:focus svg .graphic, .header__drop__link:active svg .graphic, .header__drop__link.active svg .graphic, .header__drop__link.temp-active svg .graphic {
  fill: #f7a700;
}
.header__drop__link__text {
  font-weight: 500;
  color: #333333;
}
.header__drop__link__text {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .header__drop__link__text {
    font-size: calc(14px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .header__drop__link__text {
    font-size: 16px;
  }
}
.header__drop__link__icon {
  margin-right: 20px;
}
.header__drop__link.is--user {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #CCCCCC;
}
.header__drop__link.is--exit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #EEEEEE;
  cursor: pointer;
}
.header__drop__link.is--exit:hover, .header__drop__link.is--exit:focus {
  background-color: #FEF5D9;
}
.header__drop__link.is--exit:hover i.fas, .header__drop__link.is--exit:focus i.fas {
  color: #F8A800;
}
.header__drop__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__drop__list__item {
  display: inline-flex;
  width: 100%;
  list-style: none;
}
.header__nav__items {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .header__nav__items {
    align-items: center;
  }
}
.header__nav__button {
  padding: 4px;
  padding-right: 10px;
  font-size: 11px;
}
.header__nav__button:hover, .header__nav__button:focus, .header__nav__button:active {
  text-decoration: none;
}
@media (min-width: 768px) {
  .header__nav__button {
    padding: 10px 15px;
    font-size: 15px;
  }
}
.header__list__end {
  color: transparent;
  min-height: 10px;
  min-width: 50px;
}

.subcategory-link a {
  font-size: 18px;
  text-transform: unset;
  font-weight: 400;
  line-height: 27px;
  margin-left: 25px;
  margin-top: -5px;
}

.header__mobile .subcategory-link a {
  font-size: 14px;
  line-height: 20px;
}

.footer--simple {
  background-color: #f1f1f1;
}
.footer--simple__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .footer--simple__wrapper {
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 0;
  }
}
.footer--simple__logo {
  width: 100%;
  margin-bottom: 15px;
  padding: 0 15px;
}
.footer--simple__logo img {
  max-width: 130px;
}
@media (min-width: 768px) {
  .footer--simple__logo {
    width: auto;
    margin-bottom: 0;
    padding: 0;
  }
  .footer--simple__logo img {
    max-width: 200px;
  }
}
.footer--simple__links {
  width: 100%;
  margin-bottom: 0;
  padding: 0 15px;
}
.footer--simple__links li {
  display: block;
  margin-bottom: 10px;
}
.footer--simple__links li a {
  color: #2e2925;
}
.footer--simple__links li a {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .footer--simple__links li a {
    font-size: calc(13px + 0 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .footer--simple__links li a {
    font-size: 13px;
  }
}
.footer--simple__links li a:hover {
  color: #2e2925;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footer--simple__links {
    width: auto;
    padding: 0;
  }
  .footer--simple__links li {
    display: inline-block;
    margin-bottom: 0;
  }
  .footer--simple__links li:not(:first-child):before {
    content: "·";
    font-weight: bold;
    display: inline-block;
    padding-right: 5px;
  }
}

.table__rows__title {
  margin-bottom: 20px;
}
.table__rows__title {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .table__rows__title {
    font-size: calc(16px + 9 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .table__rows__title {
    font-size: 25px;
  }
}
.table__rows__title--arrow {
  font-size: 25px;
}
.table__rows__head tr th {
  font-weight: 300;
  color: #c2c2c2;
  vertical-align: middle;
}
.table__rows__head tr th {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .table__rows__head tr th {
    font-size: calc(13px + 1 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .table__rows__head tr th {
    font-size: 14px;
  }
}
.table__rows__body {
  border-bottom: 1px solid #dee2e6;
}
.table__rows__body tr th,
.table__rows__body tr td {
  vertical-align: middle;
  font-weight: normal;
}
.table__rows__body tr th,
.table__rows__body tr td {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .table__rows__body tr th,
.table__rows__body tr td {
    font-size: calc(13px + 1 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .table__rows__body tr th,
.table__rows__body tr td {
    font-size: 14px;
  }
}
.table__rows__body td.description {
  display: flex;
  justify-content: space-between;
}
.table__rows__body td.description .popup-view {
  position: relative;
  cursor: pointer;
  font-weight: bold;
}
.table__rows__body td.description .popup-view .fa-search {
  color: #f7a700;
}
.table__rows__body td .link-product {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
.table__rows__body .button__rounded {
  padding: 3px 15px;
}
.table__rows__body .redRow {
  background-color: #FAE5E8;
}
.table__rows__body .tableRow td {
  min-width: 105px;
}
.table__rows__status {
  margin: 0;
  padding-left: 30px;
  min-width: 0 !important;
}
.table__rows__status:before {
  content: " ";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 130%;
  display: inline-block;
  margin-right: 10px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.table--references .table__rows__status {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  text-align: center;
}
.table--references .table__rows__status:before {
  content: "";
  font-size: 14px;
}
.table__rows__status--ok:before {
  content: "";
  color: #04844B;
}
.table__rows__status--error:before {
  content: "";
  color: #e86304;
}
.table__rows__status--warn:before {
  content: "";
  color: #F8A800;
}
.table__rows__status--waiting:before {
  content: "";
  color: #f7a700;
}
.table__rows__status--shipped:before {
  content: "";
  color: #2e2925;
  transform: rotateY(180deg);
}
.table__rows__status--truck:before {
  content: "";
  color: #494949;
  transform: rotateY(180deg);
}
.table__rows__row--error {
  background-color: rgba(250, 229, 232, 0.5);
}
.table__rows__row--warn {
  background-color: rgba(248, 168, 0, 0.5);
}
.table__rows__details {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 60px;
}
.table__rows__details a:hover, .table__rows__details a:active, .table__rows__details a:focus {
  color: #f7a700;
}
.table__rows__icon {
  font-size: 175%;
}
.table--references .table__rows__icon {
  font-size: 125%;
}
.table__pagination {
  margin-top: 20px;
}
.table__pagination .pagination {
  justify-content: center;
  flex-wrap: wrap;
}
.table__pagination .page-item {
  color: #2e2925;
  border: 0;
}
.table__pagination .page-item.active .page-link, .table__pagination .page-item.temp-active .page-link {
  background-color: #f7a700;
  font-weight: 600;
}
.table__pagination .page-item:last-child .page-link:hover, .table__pagination .page-item:last-child .page-link:focus, .table__pagination .page-item:last-child .page-link:active, .table__pagination .page-item:first-child .page-link:hover, .table__pagination .page-item:first-child .page-link:focus, .table__pagination .page-item:first-child .page-link:active {
  background-color: #f1f1f1;
}
.table__pagination .page-link {
  border: 0;
  border-radius: 0;
  color: #2e2925;
}
.table__popover {
  color: #f7a700;
  cursor: pointer;
}
.table--references {
  margin-bottom: 0;
  border: 1px solid transparent;
  background-color: #fff;
}
.table--references thead {
  border: 1px solid black;
}
.table--references tbody tr {
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
}
.table--references__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 150px;
  font-weight: 500;
  color: #2e2925;
}
.table--references__link:hover, .table--references__link:focus, .table--references__link:active {
  color: #2e2925;
  text-decoration: none;
}
.table--references__product {
  text-transform: uppercase;
  font-weight: 500;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 95%;
  display: inline-block;
  min-width: 0;
}
.table--references__input {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.table--references__input input[type=number] {
  max-width: 70px;
  margin-right: 5px;
  text-align: right;
  padding-right: 5px;
  border: 1px solid #c2c2c2;
}
.table--references__add {
  background-color: #f1f1f1;
}
.table--references__add.is-main {
  background-color: #fff;
}
.table--references__add .row--sku {
  justify-content: flex-start;
}
.table--references__add .row--sku input {
  max-width: 45px;
  padding-left: 5px;
}
.table--references__add .row--sku input.text-danger {
  border: 1px solid #e86304;
}
.table--references__add .row--producto {
  justify-content: flex-start;
}
.table--references__add .row--producto input {
  width: 100%;
  padding-left: 10px;
}
.table--references__action {
  padding: 0.5rem !important;
  min-width: 0 !important;
}
.table--references__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table--references__icon .fas {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .table--references__icon .fas {
    font-size: calc(17px + 3 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .table--references__icon .fas {
    font-size: 20px;
  }
}
.table--references__icon--plus {
  background-color: #f7a700;
}
.table--references__icon--plus:hover, .table--references__icon--plus:active, .table--references__icon--plus:focus {
  background-color: #2e2925;
  cursor: pointer;
}
.table--references__icon--plus a, .table--references__icon--plus span {
  color: #fff;
}
.table--references__icon--plus a:hover, .table--references__icon--plus a:active, .table--references__icon--plus a:focus, .table--references__icon--plus span:hover, .table--references__icon--plus span:active, .table--references__icon--plus span:focus {
  text-decoration: none;
}
.table--references__wrapper {
  display: flex;
  justify-content: flex-end;
}
.table--references__wrapper .btn {
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 15px;
  color: #2e2925;
  background-color: #f7a700;
}
.table--references__wrapper .btn {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .table--references__wrapper .btn {
    font-size: calc(14px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .table--references__wrapper .btn {
    font-size: 16px;
  }
}
.table--references__wrapper .btn:hover, .table--references__wrapper .btn:active, .table--references__wrapper .btn:focus {
  color: #fff;
  background-color: #2e2925;
}
.table--references__send {
  margin-right: -15px;
  margin-left: -15px;
}
.table--references__box {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #c2c2c2;
  border-top: none;
}
.table--references__box.top {
  border-top: 1px solid #c2c2c2;
}
.table--references__box.big span {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .table--references__box.big span {
    font-size: calc(16px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .table--references__box.big span {
    font-size: 18px;
  }
}
.table--references__box.strong span {
  font-weight: 600;
}
.table--references__add {
  background-color: #f1f1f1;
}
.table--references__wrapper {
  display: flex;
  justify-content: flex-end;
}
.table--references__wrapper .btn {
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 15px;
  color: #2e2925;
  background-color: #f7a700;
}
.table--references__wrapper .btn {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .table--references__wrapper .btn {
    font-size: calc(14px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .table--references__wrapper .btn {
    font-size: 16px;
  }
}
.table--references__wrapper .btn:hover, .table--references__wrapper .btn:active, .table--references__wrapper .btn:focus {
  color: #fff;
  background-color: #2e2925;
}
.table--references__send {
  margin-right: -15px;
  margin-left: -15px;
}
.table--references__box {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #c2c2c2;
  border-top: none;
}
.table--references__box.top {
  border-top: 1px solid #c2c2c2;
}
.table--references__box.big span {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .table--references__box.big span {
    font-size: calc(16px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .table--references__box.big span {
    font-size: 18px;
  }
}
.table--references__box.strong span {
  font-weight: 600;
}
.table__comparative {
  font-size: 80%;
}
@media (min-width: 768px) {
  .table__comparative {
    font-size: 100%;
  }
}
@media (min-width: 768px) {
  .table__comparative__modal {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .table__comparative__modal {
    max-width: 1140px;
  }
}
.table__comparative__header {
  background-color: #dee2e6;
  color: #000000;
}
.table__comparative__header th {
  font-weight: 400;
  border-bottom: 1px solid #dee2e6;
}
.table__comparative__magni {
  display: inline-block;
  margin-left: 5px;
  color: #c2c2c2;
  cursor: pointer;
}
.table__comparative__magni:hover .fas, .table__comparative__magni:focus .fas {
  color: #000000;
}
.table__comparative__cart {
  color: #F8A800;
}
.table__comparative__cart .fas {
  cursor: pointer;
}
.table__comparative__cart .fas:hover, .table__comparative__cart .fas:focus {
  color: #000000;
}
.table__comparative__stock.is--green {
  color: #04844B;
}
.table__comparative__stock.is--orange {
  color: #F8A800;
}
.table__comparative__stock.is--red {
  color: #e86304;
}

.table__rows .table__rows__head tr th {
  color: #c2c2c2;
  vertical-align: middle;
}

.fa-check-circle--green {
  color: #04844B;
}

.fa-exclamation-circle {
  color: #F8A800;
}

.fa-times-circle {
  color: #D0021B;
}

.table--references__input input[type=number] {
  margin: unset;
}

.tooltiptext {
  display: none;
}
.tooltiptext__img {
  margin: 0 auto 7px auto;
  display: block;
}
.tooltiptext__text {
  font-size: 80%;
}

input[type=checkbox] {
  margin-right: 20px;
  width: 32px;
  height: 18px;
}

input[type=checkbox]:checked::after {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  background-color: red;
}

.consumptionsTable input[type=checkbox] {
  margin-right: 0 !important;
  width: auto !important;
  height: auto !important;
}

.scroll__top {
  position: fixed;
  bottom: 80px;
  right: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 50;
}
.scroll__top span {
  margin-right: 0;
  background-color: #f7a700;
  cursor: pointer;
}
.scroll__top span i {
  padding: 10px;
  font-size: 21px;
}
.scroll__top span:hover {
  background-color: #000000;
}
.scroll__top span:hover i {
  color: #ffffff;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background-color: #f7a700;
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

.faq__title {
  font-size: 36px;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
  padding-bottom: 20px;
}
.faq__subtile {
  padding-bottom: 20px;
  text-align: center;
  color: #666666;
  font-size: 20px;
}
@media (min-width: 768px) {
  .faq__subtile {
    width: 75% !important;
    margin: 0 auto;
    padding: 20px;
  }
}
.faq__banner {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  background-color: #f4f4f4;
}
@media (min-width: 992px) {
  .faq__banner {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 30px 35px;
  }
}
@media (min-width: 992px) {
  .faq__banner__left {
    max-width: 55%;
  }
}
.faq__banner__right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq__banner__button {
  padding-left: 50px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.1px;
  font-weight: 600;
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  background-image: url("../img/icons/ic-FAQS.svg");
  background-position: 15px center;
  background-size: 25px;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .faq__banner__button {
    padding-left: 55px;
    background-position: 20px center;
    background-size: 30px;
  }
}
.faq__banner__button:hover, .faq__banner__button:active, .faq__banner__button:focus {
  text-decoration: none;
  box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.faq__product__list {
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
}
.faq__product a.h6.active, .faq__product a.h6.temp-active {
  text-decoration: underline !important;
}
.faq__product .link {
  color: black !important;
  display: inline-block;
  padding-bottom: 5px;
}
.faq__product .link:hover {
  text-decoration: none !important;
  color: #f7a700 !important;
}
.faq__product__submenu .link {
  color: #666666 !important;
}
.faq__product__submenu .link.active, .faq__product__submenu .link.temp-active {
  color: #f7a700 !important;
}
.faq__video {
  width: 100%;
}
@media (min-width: 992px) {
  .faq__video {
    width: 80%;
  }
}

.key__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .key__wrapper {
    justify-content: space-around;
    flex-wrap: nowrap;
    margin-top: 0;
    align-items: flex-start;
  }
}
.key__contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 0 1 50%;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .key__contact {
    align-items: center;
    max-width: 230px;
    flex: 0 1 auto;
    margin-bottom: 0;
    padding: 0;
  }
}
.key__contact__img {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .key__contact__img {
    max-width: 150px;
  }
}
.key__contact span {
  text-align: center;
  color: #333333;
  font-weight: bold;
}
.key__contact span {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .key__contact span {
    font-size: calc(15px + 3 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .key__contact span {
    font-size: 18px;
  }
}
.key__contact__title {
  order: 2;
}
.key__contact__title h3 {
  color: #F8A800;
  font-weight: 400;
}
.key__contact__title h3 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .key__contact__title h3 {
    font-size: calc(16px + 6 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .key__contact__title h3 {
    font-size: 22px;
  }
}
.key__contact__text {
  order: 1;
}
.key__contact p {
  text-align: center;
  margin-bottom: 0;
}
.key__contact a {
  font-weight: 500;
  text-align: center;
}

.modal .file__modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .file__modal .modal-content {
  position: relative;
  width: 90%;
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .modal .file__modal .modal-content {
    width: auto;
    max-width: 50%;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .modal .file__modal .modal-content {
    width: 30%;
    max-width: 600px;
    padding: 30px;
  }
}
.modal__loading .modal-dialog {
  max-width: 375px;
}
.modal__loading .file__modal__loader {
  width: 70%;
}
.modal__address__buttons {
  padding: 15px 30px;
}
@media (min-width: 768px) {
  .modal__address__buttons {
    padding: 20px 35px;
  }
}
.modal-title {
  font-size: 25px;
}
.modal-header {
  border-bottom: 0;
}
.modal-header i.fas {
  font-size: 20px;
}
.modal-header.is-right {
  justify-content: flex-end;
}
.modal-footer i.fas {
  font-size: 20px;
}
.modal__close {
  font-size: 35px;
}

.header__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.header__modal .modal-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .header__modal .modal-dialog {
    max-width: 100%;
  }
}
.header__modal .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.banner {
  width: 100%;
  padding: 50px 0 30px;
  background-color: #F8A800;
}
.banner__title {
  font-weight: 300;
  font-size: 36px;
  text-align: center;
  padding-bottom: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #2e2925;
}
@media (min-width: 768px) {
  .banner__title {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .banner__title {
    margin-bottom: 50px;
  }
}
.banner__wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .banner__wrapper {
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
}
.banner__icon {
  flex: 0 1 50%;
  height: 100%;
}
@media (min-width: 768px) {
  .banner__icon {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .banner__icon {
    flex: 0 1 25%;
    margin-bottom: 0;
  }
}
.banner__icon__image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  max-height: 115px;
}
.banner__icon__caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner__icon__caption__text {
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .banner__icon__caption__text {
    font-size: 20px;
  }
}

.file__upload {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #eeeeee;
}
@media (min-width: 768px) {
  .file__upload {
    flex-direction: row;
  }
}
.file__upload__wrapper .file__upload {
  padding: 0;
  padding-bottom: 20px;
}
.file__upload__wrapper {
  background-color: #eeeeee;
  padding: 20px 20px 0;
}
.file__upload__title {
  padding-bottom: 20px;
  font-weight: 400;
  color: #6c757d;
}
.file__upload__title {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .file__upload__title {
    font-size: calc(15px + 5 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .file__upload__title {
    font-size: 20px;
  }
}
.file__upload__csv {
  display: flex;
  flex: 0 1 100%;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .file__upload__csv {
    flex-direction: row;
    flex: 0 1 50%;
    border-right: 2px solid #c2c2c2;
  }
}
.file__upload__csv__img {
  margin-right: 10px;
  max-width: 90px;
}
.file__upload__csv__txt a {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .file__upload__csv__txt a {
    font-size: calc(13px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .file__upload__csv__txt a {
    font-size: 15px;
  }
}
.file__upload__form {
  display: flex;
  flex: 0 1 100%;
  flex-direction: column;
}
@media (min-width: 768px) {
  .file__upload__form {
    flex: 0 1 50%;
  }
}
.file__modal__list {
  text-align: left;
  list-style-type: none;
  padding: 0 35px;
  width: auto;
  min-width: 50%;
}
.file__modal__list li:not(:last-child) {
  border-bottom: 1px dotted #c2c2c2;
}
.file__modal__list li {
  padding: 5px 0;
}
.file__modal__loader {
  width: 20%;
  margin: 0 auto;
}

.newsletter__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .newsletter__content {
    justify-content: flex-start;
    padding-top: 0;
  }
}
.newsletter__content__img {
  max-width: 100px;
}
.newsletter__content__text {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .newsletter__content__text {
    padding-left: 40px;
  }
}
.newsletter__content__info {
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 0;
}
.newsletter__content__info {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .newsletter__content__info {
    font-size: calc(22px + 6 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .newsletter__content__info {
    font-size: 28px;
  }
}
.newsletter__form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 55px 0 30px 0;
}
@media (min-width: 992px) {
  .newsletter__form {
    justify-content: flex-end;
    padding: 40px 0 40px 0;
  }
}
.newsletter__form .box__subscribe {
  flex-wrap: nowrap;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 768px) {
  .newsletter__form .box__subscribe {
    width: auto;
    align-items: flex-start;
  }
}
.newsletter__form .box__subscribe .input-group-text {
  background-color: #fff;
  border-radius: 0;
  border-color: unset;
  border-right: 1px transparent;
}
.newsletter__form .box__subscribe .form-control {
  border-radius: 5px 0 0 5px;
  border: 1px solid #fff;
  padding: 25px 2rem;
  font-size: 18px;
}
@media (min-width: 992px) {
  .newsletter__form .box__subscribe .form-control {
    padding: 25px 0.75rem;
  }
}
.newsletter__form .box__subscribe .form-control::placeholder {
  color: #c2c2c2;
}
.newsletter__form .box__subscribe .form-control:focus, .newsletter__form .box__subscribe .form-control:active {
  background-color: #f1f1f1;
}
.gen__area--white .newsletter__form .box__subscribe .form-control {
  border: 1px solid #f1f1f1;
  border-right: 1px solid transparent;
}
.gen__area--grey .newsletter__form .box__subscribe .form-control {
  border: 1px solid #f7a700;
  border-right: 1px solid transparent;
}
.gen__area--orange .newsletter__form .box__subscribe .form-control {
  border: 1px solid #2e2925;
  border-right: 1px solid #2e2925;
}
.newsletter__form .box__subscribe .input-group {
  width: 100%;
}
@media (min-width: 768px) {
  .newsletter__form .box__subscribe .input-group {
    width: auto;
    min-width: 400px;
  }
}
.newsletter__form__icon {
  color: #ffffff;
  background-color: #f7a700;
  border-radius: 0 5px 5px 0;
  border: 1px solid #f7a700;
  font-weight: 600;
  font-size: 24px;
  padding: 13px 17px;
}
.newsletter__form__icon.is--text {
  padding: 11.5px 0.75rem;
  font-size: 18px;
  font-weight: 100;
}
.gen__area--orange .newsletter__form__icon {
  border: 1px solid #2e2925;
  border-left: 0;
  background-color: #2e2925;
}
.newsletter__form__icon:hover, .newsletter__form__icon:focus {
  background-color: #feeecc;
  color: #f7a700;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .newsletter__form input {
    height: 52px !important;
    padding: 0 10px;
  }
}
@supports (-ms-accelerator: true) {
  .newsletter__form input {
    height: 52px !important;
    padding: 0 10px;
  }
}

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