@font-face {
  font-family: 'samsung-bold';
  src: url("../fonts/SamsungSharpSans-Bold.eot");
  src: local('☺'), url("../fonts/SamsungSharpSans-Bold.woff") format('woff'), url("../fonts/SamsungSharpSans-Bold.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'samsung-one-800';
  src: url("../fonts/samsungone-800.woff2") format('woff2'), url("../fonts/samsungone-800.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'samsung-one-450';
  src: url("../fonts/samsungone-450.woff2") format('woff2'), url("../fonts/samsungone-450.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
.text-color-base-light {
  color: #fff !important;
}
.text-color-base-dark {
  color: #000 !important;
}
.text-color-base-grey {
  color: #7b7b7b !important;
}
.text-color-base-grey-light {
  color: #f8f8f8 !important;
}
.text-color-base-grey-medium {
  color: #9e9e9e !important;
}
.text-color-base-grey-medium-light {
  color: #c3c3c3 !important;
}
.text-color-base-grey-medium-dark {
  color: #666 !important;
}
.text-color-base-grey-dark {
  color: #2e2c3a !important;
}
.text-color-base-error {
  color: #d90000 !important;
}
.font-weight-regular {
  font-family: 'samsung-one-450', sans-serif !important;
}
.font-weight-medium {
  font-family: 'samsung-one-800', sans-serif !important;
}
.font-weight-bold {
  font-family: 'samsung-bold', sans-serif !important;
}
.font-size-supertiny {
  font-size: 0.5rem !important;
}
.font-size-tiny {
  font-size: 0.625rem !important;
}
.font-size-smaller {
  font-size: 0.75rem !important;
}
.font-size-small {
  font-size: 0.875rem !important;
}
.font-size-base {
  font-size: 1rem !important;
}
.font-size-base-medium {
  font-size: 1.125rem !important;
}
.font-size-double-medium {
  font-size: 2rem !important;
}
.font-size-base-large {
  font-size: 1.25rem !important;
}
.font-size-base-larger {
  font-size: 1.5rem !important;
}
.font-size-medium {
  font-size: 1.75rem !important;
}
.font-size-large {
  font-size: 2.5rem !important;
}
.font-size-extralarge {
  font-size: 3rem !important;
}
.font-size-supersize {
  font-size: 3.5rem !important;
}
.font-size-huge {
  font-size: 6rem !important;
}
.strikethrough {
  position: relative;
}
.strikethrough:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 0.1875rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #000;
}
.line-height-base {
  line-height: 1;
}
.line-height-base-and-quarter {
  line-height: 1.25;
}
.line-height-base-and-half {
  line-height: 1.5;
}
.line-height-double {
  line-height: 2;
}
.letter-spacing-double {
  letter-spacing: 0.125rem;
}
.has-error {
  color: #d90000 !important;
  display: block;
  font-size: 0.75rem;
  margin: 0.5rem 0;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-baseline {
  align-items: baseline;
}
.align-items-stretch {
  align-items: stretch;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: '';
  background-color: rgba(0,0,0,0);
}
.bg-base-light {
  background: #fff !important;
}
.bg-base-dark {
  background: #000 !important;
}
.bg-base-grey {
  background: #7b7b7b !important;
}
.bg-base-grey-light {
  background: #f8f8f8 !important;
}
.bg-base-grey-medium {
  background: #9e9e9e !important;
}
.bg-base-grey-dark {
  background: #2e2c3a !important;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.lowercase {
  text-transform: none !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.vertical-baseline {
  vertical-align: baseline;
}
.vertical-middle {
  vertical-align: middle;
}
.vertical-top {
  vertical-align: top;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.w-100 {
  width: 100% !important;
}
.w-50 {
  width: 50% !important;
}
.w-auto {
  width: auto !important;
}
*,
*:link {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 transparent !important;
}
:focus,
a:focus {
  outline: 0;
  outline: 0 auto -webkit-focus-ring-color;
}
a {
  color: #000;
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  color: #000;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: inherit;
  border-color: inherit;
}
body {
  margin: 0;
  -webkit-backface-visibility: hidden;
  line-height: 1.2;
  color: $primary;
  font-family: 'samsung-one-450', sans-serif;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
@media (max-width: 576px) {
  body {
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}
main {
  flex: 1 0 auto;
}
header,
footer {
  flex-shrink: 0;
}
.m-padding--extralarge {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media (max-width: 576px) {
  .m-padding--extralarge {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.m-padding--large {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 576px) {
  .m-padding--large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.m-padding--medium {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
@media (max-width: 576px) {
  .m-padding--medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.m-padding--small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 576px) {
  .m-padding--small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.m-padding--tiny {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media (max-width: 576px) {
  .m-padding--tiny {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media (max-width: 576px) {
  .m-padding-mobile--large {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}
@media (max-width: 576px) {
  .m-padding-mobile--medium {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
.icon-home {
  background: url("../img/icons/icon-shop.png") no-repeat scroll 0 0/contain;
  margin: 0 0.5rem 0 0;
  width: 19px;
  height: 19px;
  display: block;
}
@media (max-width: 576px) {
  .icon-home {
    margin: 0 0 0 0;
  }
}
.icon-logout {
  background: url("../img/icons/icon-logout.png") no-repeat scroll 0 0/contain;
  margin: 0 0.5rem 0 0;
  width: 19px;
  height: 19px;
  display: none;
}
@media (max-width: 576px) {
  .icon-logout {
    margin: 0 0 0 0;
    display: block;
  }
}
.icon-password {
  opacity: 1;
  color: #7b7b7b;
  top: 50%;
  right: calc(0% + 1rem);
  transform: translateY(-50%) rotate(0deg);
  position: absolute;
  z-index: 2;
}
.icon-input {
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding: 0.5rem 0 0.5rem 0.5rem;
}
.icon-close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  z-index: 1050;
  width: 2rem;
  height: 2rem;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 1;
}
.icon-close:before,
.icon-close:after {
  content: '';
  position: absolute;
  height: 0.25rem;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -0.0625rem;
  background: #fff;
}
.icon-close:before {
  transform: rotate(-45deg);
}
.icon-close:after {
  transform: rotate(45deg);
}
.icon-close:hover,
.icon-close:focus {
  transform: rotate(-90deg);
}
@media (max-width: 576px) {
  .icon-close {
    top: -2rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.icon-close--offcanvas {
  top: 1rem;
  right: 1rem;
}
.rounded-top-left {
  border-top-left-radius: 0.25rem !important;
}
.rounded-top-right {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-bottom-right {
  border-bottom-right-radius: 0.25rem !important;
}
@media only screen and (max-width: 576px) {
  .border--sm-left {
    border-left: 1px solid #e9e7e2 !important;
  }
}
@media only screen and (max-width: 992px) {
  .border--sm-bottom {
    border-bottom: 1px solid #e9e7e2 !important;
  }
}
@media only screen and (min-width: 992px) {
  .border--lg-bottom {
    border-bottom: 1px solid #e9e7e2 !important;
  }
}
@media only screen and (max-width: 576px) {
  .border--sm-top-0 {
    border-top: 0px solid $transparent !important;
  }
}
.border-bottom {
  border-bottom: 1px solid #e9e7e2 !important;
}
.border-top {
  border-top: 1px solid #e9e7e2 !important;
}
.border-left {
  border-left: 1px solid #e9e7e2 !important;
}
.border-right {
  border-right: 1px solid #e9e7e2 !important;
}
.border-base-light {
  border-color: #fff !important;
}
.border-base-dark {
  border-color: #000 !important;
}
.border-width-2 {
  border-width: 0.125rem;
}
.border-width-3 {
  border-width: 0.1875rem;
}
.border-separator {
  margin: 0;
  box-shadow: inset 0 -1px 0 0 rgba(20,7,18,0.1);
}
.border-separator-offcanvas {
  margin: 0;
  box-shadow: inset 0 -1px 0 0 #7b2d79;
}
.btn {
  position: relative;
  outline: 0;
  border-radius: 1.875rem;
  border: 0;
  width: auto;
  padding: 1.125rem 2rem;
  font-family: 'samsung-one-800', sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  white-space: pre-wrap;
}
.btn:focus,
.btn:hover,
.btn.active,
.btn:active:focus,
.btn.active:focus,
.btn:not([href]) {
  outline: 0;
  text-decoration: none !important;
}
@media (max-width: 576px) {
  .btn {
    padding: 0.75rem 3.25rem;
  }
}
.btn-base-dark {
  border: 0.0625rem solid #000;
  background: #000;
  color: #fff !important;
}
.btn-base-dark:focus,
.btn-base-dark:hover,
.btn-base-dark.active,
.btn-base-dark:active:focus,
.btn-base-dark.active:focus,
.btn-base-dark:not(:disabled):not(.disabled):active {
  border: 0.0625rem solid #000;
  background: #fff;
  color: #000 !important;
}
.btn-base-light {
  border: 0.0625rem solid #000;
  background: #fff;
  color: #000 !important;
}
.btn-base-light:focus,
.btn-base-light:hover,
.btn-base-light.active,
.btn-base-light:active:focus,
.btn-base-light.active:focus,
.btn-base-light:not(:disabled):not(.disabled):active {
  border: 0.0625rem solid #fff;
  background: #000;
  color: #fff !important;
}
.btn-outline {
  background: transparent;
}
.btn-outline:focus,
.btn-outline:hover,
.btn-outline.active,
.btn-outline:active:focus,
.btn-outline.active:focus,
.btn-outline:not(:disabled):not(.disabled):active {
  background: transparent;
}
.btn-outline--base-light {
  color: #fff !important;
  border: 0.0625rem solid #fff;
}
.btn-outline--base-light:focus,
.btn-outline--base-light:hover,
.btn-outline--base-light.active,
.btn-outline--base-light:active:focus,
.btn-outline--base-light.active:focus,
.btn-outline--base-light:not(:disabled):not(.disabled):active {
  color: #000 !important;
  background: #fff;
  border: 0.0625rem solid #fff;
}
.btn-outline--base-dark {
  color: #000 !important;
  border: 0.0625rem solid #000;
}
.btn-outline--base-dark:focus,
.btn-outline--base-dark:hover,
.btn-outline--base-dark.active,
.btn-outline--base-dark:active:focus,
.btn-outline--base-dark.active:focus,
.btn-outline--base-dark:not(:disabled):not(.disabled):active {
  color: #fff !important;
  background: #000;
  border: 0.0625rem solid #000;
}
.btn-rejected {
  font-size: 0.75rem;
  border: 0.0625rem solid #d90000;
  background: #d90000;
  color: #fff !important;
  padding: 0.625rem 1.25rem;
  text-transform: none;
}
.btn-rejected:focus,
.btn-rejected:hover,
.btn-rejected.active,
.btn-rejected:active:focus,
.btn-rejected.active:focus,
.btn-rejected:not(:disabled):not(.disabled):active {
  border: 0.0625rem solid #a90f0f;
  background: #a90f0f;
  color: #fff !important;
}
@media (max-width: 576px) {
  .btn-rejected {
    padding: 0.5rem 1rem;
  }
}
.btn-link-text {
  font-size: 1rem;
  font-family: 'samsung-one-450', sans-serif;
  line-height: 1;
  color: #000;
  text-decoration: underline;
}
.btn-link-text:focus,
.btn-link-text:hover,
.btn-link-text.active,
.btn-link-text:active:focus,
.btn-link-text.active:focus,
.btn-link-text:not(:disabled):not(.disabled):active {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .btn-link-text {
    font-size: 0.875rem;
  }
}
.btn--px-smaller {
  padding: 0.75rem 1.5rem;
}
@media (max-width: 576px) {
  .btn--px-smaller {
    padding: 0.5rem 1rem;
  }
}
.btn--px-small {
  padding: 1.125rem 1.5rem;
}
@media (max-width: 576px) {
  .btn--px-small {
    padding: 0.75rem 1rem;
  }
}
.btn--px-large {
  padding: 0.9rem 3rem;
}
@media (max-width: 576px) {
  .btn--px-large {
    padding: 0.75rem 3.25rem;
  }
}
.btn-white-space--normal {
  white-space: normal;
}
.nav-login {
  align-items: center;
}
.nav-login li {
  align-items: center;
}
.nav-login li:last-child a {
  padding: 0 0 0 1rem;
}
@media (max-width: 576px) {
  .nav-login li:first-child {
    margin-right: 1rem;
  }
}
.nav-login li a {
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
.nav-login li a.active {
  font-family: 'samsung-one-800', sans-serif;
}
.nav-login li a.active .icon-home {
  background: url("../img/icons/icon-shop-active.png") no-repeat scroll 0 0/contain;
}
@media (max-width: 576px) {
  .nav-login li a {
    padding: 0;
  }
}
.nav-main {
  align-items: center;
}
.nav-main li {
  align-items: center;
  margin: 0 3rem;
}
.nav-main li:last-child {
  margin: 0 0 0 3rem;
}
.nav-main li a {
  font-size: 1rem;
  line-height: 1;
  color: #000;
  padding: 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.nav-main li a.active,
.nav-main li a:hover {
  font-family: 'samsung-one-800', sans-serif;
  color: #000 !important;
  border-bottom: 0.25rem solid #000;
}
.offcanvas {
  top: 0;
  position: fixed;
  height: 100%;
  width: calc(100% - 3rem);
  z-index: 9999;
  visibility: visible !important;
}
.offcanvas__header {
  padding: 1rem 1rem 2rem 1rem;
}
.offcanvas__separator {
  margin: 2rem 0;
}
.offcanvas__inner {
  padding: 2rem 1.5rem 1.5rem 1.5rem;
}
.offcanvas__item {
  margin: 0 0 1.5rem 0;
}
position relative,
.offcanvas__link {
  font-size: 0.875rem;
  font-family: 'samsung-one-450', sans-serif;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
position relative:hover,
.offcanvas__link:hover,
position relative.active,
.offcanvas__link.active {
  font-family: 'samsung-one-800', sans-serif;
  color: #fff;
}
.offcanvas-mask {
  opacity: 1;
  display: block !important;
  z-index: 1050;
  background-color: rgba(0,0,0,0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.2s linear;
}
@media (max-width: 992px) {
  .navbar .container {
    justify-content: flex-start;
  }
}
.navbar-fixed {
  z-index: 1039;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0,0,0,0.08);
  display: none;
}
@media (max-width: 767px) {
  .navbar-fixed {
    padding: 1rem 0;
  }
}
.m-navbar {
  border-bottom: 0.0625rem solid #cacaca;
}
.navbar-mobile {
  background: #000;
  padding: 1rem 0;
}
@media (max-width: 576px) {
  .navbar-mobile {
    padding: 0.6rem 0;
  }
}
.navbar-brand {
  background-image: url("../img/logo-negative.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: scroll 0 0;
  text-indent: -9999px;
  width: 10.25rem;
  height: 1.625rem;
  display: block;
  margin: 0 !important;
}
@media (max-width: 576px) {
  .navbar-brand {
    width: 5.75rem;
    height: 0.875rem;
    background-image: url("../img/logo-negative.png");
  }
}
.navbar-brand--small {
  width: 6.875rem;
  height: 1rem;
}
.navbar-brand--positive {
  background-image: url("../img/logo-positive.png");
}
.navbar-brand-club {
  background-image: url("../img/logo-club-negative.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: scroll 0 0;
  text-indent: -9999px;
  width: 9.375rem;
  height: 3.875rem;
  display: block;
  margin: 0 !important;
}
@media (max-width: 576px) {
  .navbar-brand-club {
    width: 5.875rem;
    height: 2.5rem;
    background-image: url("../img/logo-club-negative.png");
  }
}
.navbar-brand-club--positive {
  background-image: url("../img/logo-club-positive.png");
}
.navbar-brand-club--row {
  background-image: url("../img/logo-club-row-negative.png");
  width: 9.375rem;
  height: 1.0625rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.navbar-toggler {
  margin: 0 1.5rem 0 0;
  border-radius: 0;
  padding: 0;
  position: relative;
  width: 1.75rem;
  height: auto;
  border: 0 solid transparent;
}
.navbar-toggler.collapsed .icon-bar {
  opacity: 1;
  height: 0.1875rem;
}
.navbar-toggler.collapsed .icon-bar.icon-bar--first,
.navbar-toggler.collapsed .icon-bar.icon-bar--last {
  transform: rotate(0deg);
  top: 0;
}
.navbar-toggler .icon-bar {
  position: relative;
  transition: all 0.5s ease-out;
  background: #fff;
  height: 0.1875rem;
  width: 100%;
  display: block;
  opacity: 0;
}
.navbar-toggler .icon-bar.icon-bar--first,
.navbar-toggler .icon-bar.icon-bar--last {
  opacity: 1;
}
.navbar-toggler .icon-bar.icon-bar--first {
  transform: rotate(45deg);
  top: 0.4375rem;
}
.navbar-toggler .icon-bar.icon-bar--last {
  transform: rotate(-45deg);
  bottom: 0.6875rem;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 0.25rem;
}
.m-jumbotron {
  background: #000;
  background-image: url("../img/backgrounds/bg-hero-01.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 37.5rem;
  padding: 2.25rem 0 3.375rem 0;
  position: relative;
}
@media (max-width: 992px) {
  .m-jumbotron {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .m-jumbotron {
    min-height: 22.875rem;
    padding: 1.5rem 0;
  }
}
.jumbotron__heading {
  margin: 6rem 0 0 0;
  max-width: 29.75rem;
}
@media (max-width: 1200px) {
  .jumbotron__heading {
    max-width: 24.75rem;
  }
}
@media (max-width: 992px) {
  .jumbotron__heading {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .jumbotron__heading {
    margin: 3rem 0 0 0;
  }
}
.jumbotron__title {
  font-size: 2.625rem;
  font-family: 'samsung-bold', sans-serif;
  line-height: 1.25;
  font-weight: normal;
}
@media (max-width: 576px) {
  .jumbotron__title {
    font-size: 1.5rem;
  }
}
.jumbotron__subtitle {
  font-size: 1.375rem;
  font-family: 'samsung-one-450', sans-serif;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 576px) {
  .jumbotron__subtitle {
    font-size: 1rem;
  }
}
.m-ventajas {
  margin-bottom: 5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .m-ventajas {
    margin-bottom: 3.375rem;
  }
}
.m-ventajas__img {
  min-height: 6.125rem;
  position: relative;
  max-width: 7.5rem;
  width: 100%;
}
@media (max-width: 576px) {
  .m-ventajas__img {
    min-height: 5.625rem;
    max-width: 6.75rem;
  }
}
.m-ventajas__imglarge {
  max-width: 9rem;
  margin-top: -20px;
}
.m-ventajas__title {
  font-size: 1.125rem;
  font-family: 'samsung-bold', sans-serif;
  margin: 2rem 0 0 0;
}
@media (max-width: 576px) {
  .m-ventajas__title {
    font-size: 1rem;
  }
}
.m-ventajas__text {
  font-size: 1.125rem;
  font-family: 'samsung-one-450', sans-serif;
  margin: 0;
  min-height: 4.5rem;
  max-width: 16rem;
}
@media (max-width: 576px) {
  .m-ventajas__text {
    font-size: 1rem;
    min-height: auto;
  }
}
.m-tienda__row {
  margin: 0 0 3rem 0;
}
@media (max-width: 576px) {
  .m-tienda__row {
    margin: 0 0 0.5rem 0;
  }
  .m-tienda__row .form-group {
    margin-bottom: 0.5rem;
  }
  .m-tienda__row .m-main__text {
    font-size: 0.875rem;
  }
}
.m-tienda__subtitle {
  font-size: 1.3125rem;
  font-family: 'samsung-one-800', sans-serif;
  line-height: 1;
  margin-right: 10px;
  margin-bottom: 0.5rem;
}
@media (max-width: 576px) {
  .m-tienda__subtitle {
    font-size: 1rem;
  }
}
.m-tienda__legal {
  font-size: 0.875rem;
  font-family: 'samsung-one-450', sans-serif;
  line-height: 1.4;
  margin: 4.75rem 0 0 0;
}
@media (max-width: 576px) {
  .m-tienda__legal {
    font-size: 0.75rem;
  }
}
.m-cuenta {
  padding: 3rem 0 18.75rem 0;
}
@media (max-width: 576px) {
  .m-cuenta {
    padding: 1.5rem 0 5rem 0;
  }
}
.cuenta__select {
  margin: 2.5rem 0 4.375rem 0;
}
@media (max-width: 576px) {
  .cuenta__select {
    margin: 1.25rem 0;
  }
}
.cuenta__text {
  font-size: 1.125rem;
}
@media (max-width: 576px) {
  .cuenta__text {
    font-size: 0.875rem;
  }
}
.table-products {
  font-size: 0.875rem;
}
@media (max-width: 576px) {
  .table-products {
    display: none;
  }
}
.table-products thead th {
  border-bottom: 0.125rem solid #000;
}
.table-products thead tr {
  font-family: 'samsung-one-800', sans-serif;
  border-bottom: 0.125rem solid #000;
}
.table-products th {
  font-weight: normal;
  border-top: 0 solid transparent;
}
.table-products td {
  border-top: 0.0625rem solid #a6a6a6;
}
.table-products tbody tr {
  height: 3.25rem;
}
.table-products tbody tr:last-child {
  border-bottom: 0.0625rem solid #a6a6a6;
}
.table-products tbody tr.rejected {
  background-color: #ffe4e4;
}
.table-products tbody tr.rejected th {
  color: #d90000;
}
.table td,
.table th {
  padding: 0.5rem;
  vertical-align: middle;
}
.cuenta-products {
  position: relative;
}
.cuenta-products__box {
  font-size: 0.75rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  background: #efefef;
  padding: 0.75rem;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.cuenta-products__box.rejected {
  background: #ffe4e4;
}
.cuenta-products__box:before {
  background: url("../img/icons/icon-less.png") no-repeat center center/contain;
  width: 0.75rem;
  height: 0.75rem;
  content: '';
  border: 0;
  bottom: 0.625rem;
  right: calc(0% + 0.625rem);
  position: absolute;
  transition: all;
}
.cuenta-products__box.collapsed:before {
  background: url("../img/icons/icon-more.png") no-repeat center center/contain;
  width: 0.75rem;
  height: 0.75rem;
  content: '';
  border: 0;
  bottom: 0.625rem;
  right: calc(0% + 0.625rem);
  position: absolute;
  transition: all;
}
.m-page-item:last-child .m-page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.m-page-item:first-child .m-page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.m-page-item.disabled .m-page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.m-page-link {
  padding: 0.5rem 0.5rem;
  margin-left: -1px;
  line-height: 1;
  color: #000;
  border: 0.0625rem solid #000;
  height: 2.125rem;
  display: flex;
  align-items: center;
}
.m-page-link:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.m-productos {
  padding: 3rem 0 11.875rem 0;
}
@media (max-width: 576px) {
  .m-productos {
    padding: 1.5rem 0 5rem 0;
  }
}
.productos__subtitle {
  font-size: 1.3125rem;
  font-family: 'samsung-one-800', sans-serif;
  margin-bottom: 2rem;
  border-bottom: 0.0625rem solid #000;
}
@media (max-width: 576px) {
  .productos__subtitle {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}
.productos__text {
  font-size: 1rem;
  font-family: $font-weight-light;
}
@media (max-width: 767px) {
  .productos__text {
    font-size: 0.75rem;
  }
}
.productos__inner {
  margin: 0 0 3.125rem 0;
}
@media (max-width: 576px) {
  .productos__inner {
    margin: 0 0 1.5rem 0;
  }
}
.productos__links {
  margin: 0;
  position: relative;
}
.productos__links:hover,
.productos__links.active {
  text-decoration: none;
}
.productos__links:hover .productos__items,
.productos__links.active .productos__items {
  transition: all 0.3s ease-in-out;
  background: rgba(0,119,200,0.5);
  border: 0.0625rem solid #0077c8;
}
.productos__items {
  background: #efefef;
  border: 0.0625rem solid #ddd;
  transition: all 0.3s ease-in-out;
  border-radius: 0.25rem;
  height: 6rem;
  width: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.productos__items img {
  max-width: 3.375rem;
  max-height: 100%;
}
@media (max-width: 992px) {
  .productos__items {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .productos__items {
    height: 7.5rem;
    flex-direction: column;
    margin: 0 0 1rem 0;
  }
  .productos__items img {
    max-width: 3rem;
  }
}
.productos__links--categoria {
  margin: 0 1rem;
  position: relative;
}
.productos__links--categoria:first-child {
  margin: 0 1rem 0 0;
}
.productos__links--categoria:last-child {
  margin: 0 0 0 1rem;
}
.productos__items--categoria {
  height: 6rem;
  width: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .productos__items--categoria {
    width: 100%;
  }
}
.productos-browser {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.productos-browser__box {
  margin-top: 30px;
  margin-right: 20px;
  background: #e5e5e5;
  border-radius: 1rem;
  border: 0.125rem dotted #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  height: 10.5rem;
  width: 15rem;
}
.productos-browser__box img {
  filter: brightness(-100%);
}
.productos-browser__box:hover {
  background: #f8f8f8;
  border: 0.125rem dotted #0077c8;
}
.productos-browser__box:hover img {
  filter: none;
}
@media (max-width: 576px) {
  .productos-browser__box {
    margin: 1rem 0 0 0;
  }
}
.productos-browser__text {
  font-size: 0.875rem;
  font-family: 'samsung-one-450', sans-serif;
  line-height: 1;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 1rem 0 0 0;
}
.productos-browser__legal {
  font-size: 0.875rem;
  font-family: 'samsung-one-450', sans-serif;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .productos-browser__legal {
    font-size: 0.75rem;
  }
}
.productos-resumen__box {
  padding: 2.625rem 0;
}
.productos-resumen__box.disabled {
  opacity: 0.4;
}
@media (max-width: 576px) {
  .productos-resumen__box {
    border: 0.0625rem solid #adadad;
    padding: 0.75rem 0;
  }
}
.productos-resumen__buttons {
  display: flex;
  justify-content: center;
  margin: 5.5rem 0 0 0;
}
@media (max-width: 576px) {
  .productos-resumen__buttons {
    flex-direction: column;
    margin: 2.75rem 0 0 0;
  }
}
.table-productos-resumen {
  font-size: 0.875rem;
  font-family: 'samsung-one-450', sans-serif;
}
.table-productos-resumen thead th {
  border-bottom: 0.125rem solid #000;
}
.table-productos-resumen thead tr {
  font-family: 'samsung-one-800', sans-serif;
  border-bottom: 0.125rem solid #000;
}
.table-productos-resumen th {
  padding: 0.5rem 0 !important;
  font-weight: 'samsung-one-800', sans-serif;
  border-top: 0 solid transparent;
}
.table-productos-resumen td {
  padding: 0.5rem 0 !important;
  border-top: 0 solid transparent;
}
.table-productos-resumen tbody tr {
  height: auto;
}
.table-productos-resumen tbody tr:last-child {
  border-bottom: 0 solid transparent;
}
.table td,
.table th {
  padding: 0.5rem;
  vertical-align: middle;
}
.banner-promo {
  display: flex;
  width: 100%;
  height: auto;
  border: double 10px transparent;
  border-radius: 2rem;
  background-origin: border-box;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #e3cc66 0%, #9b6643 50%, #e3cc66 100%);
  background-clip: content-box, border-box;
  margin: 0 0 3.375rem 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .banner-promo {
    border: double 4px transparent;
  }
}
.banner-promo--home {
  position: relative;
  min-height: 182px;
  margin: 0 0 5.5rem 0
}
.banner-promo--home img {
  border-radius: 2rem;
  width: 100%;
  height: auto;
}
.img-bespoke-mobile, .img-bespoke-tablet {display: none}
.banner-promo--home1 {
  background-image: url("../img/banner-Campaign_Launch_KV_Dotcom.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  border-radius: 2rem;
  min-height: 182px;
}
.banner-promo--home3 {
  background-image: url("../img/banner-bespoke.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  border-radius: 2rem;
  min-height: 182px;
}

.banner-promo--home2 {
  display: block;
  margin: 0 0 5.5rem 0;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #20c6a8 -0.23%, #3197ff 48.99%, #2e63c4 100.22%);
  min-height: 182px;
}
@media (max-width: 1200px) {
  .banner-promo--home2 {
    min-height: 0;
    margin: 0 0 2rem 0;
  }
  .banner-promo--home3 {
    margin-bottom: 20px;
    background-size: cover;
    min-height: 270px;
  }
}

@media (max-width: 992px) {
.banner-promo--home {
  min-height: auto;
  margin: 0 0 1rem 0
}
.img-bespoke-tablet {display: block}
.img-bespoke {display: none}
}


.banner-promo--home2 > div {
  display: flex;
}
.banner-promo--sello {
  background-image: url("../img/sello.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 76px;
  height: 111px;
  top: 28px;
  right: 45%;
}
@media (max-width: 576px) {
  .img-bespoke-mobile {display: block;}
  .img-bespoke-tablet {display: none}
  .banner-promo--sello {
    right: 0;
  }
}
.banner-promo__comment {
  line-height: 0.8;
}
.banner-promo__comment span {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10px;
  font-weight: 300;
  border-right: 1px solid #000;
  line-height: 1.2;
}
.banner-promo__comment span:last-child {
  border-right: none;
}
@media (max-width: 576px) {
  .banner-promo__comment span:first-child {
    border-right: 0;
  }
}
.btn-promo {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  background-color: #8eb250;
  border-radius: 1.875rem;
  padding: 6px 30px;
  width: min-content;
  display: block;
  margin-bottom: 20px;
}
.banner-promo__title {
  font-size: 24px;
  font-family: 'samsung-bold', sans-serif;
  line-height: 30px;
  margin-bottom: 1rem;
  color: #fff;
}
@media (max-width: 576px) {
  .banner-promo__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.banner-promo__title2 {
  font-size: 34px;
  font-family: 'samsung-bold', sans-serif;
  line-height: 34px;
  margin-bottom: 8px;
  color: #fff;
}
@media (max-width: 576px) {
  .banner-promo__title2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.banner-promo__title2 img {
  width: 30px;
  margin: 0 2px;
}
.banner-promo__legal {
  font-size: 10px;
  color: #fff;
  font-family: 'samsung-one-450', sans-serif;
  line-height: 12px;
  width: 80%;
}
@media (max-width: 1200px) {
  .banner-promo__legal {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .banner-promo__legal {
    width: 40%;
  }
}
.banner-promo__img {
/*background-image url(../img/img-banner-eficiencia.jpg)*/
  background-image: url("../img/img-banner-eficiencia-mobile.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  width: 100%;
}
@media (max-width: 992px) {
  .banner-promo__img {
    background-image: url("../img/img-banner-eficiencia-mobile.jpg");
    background-size: contain;
    background-position: right center;
  }
}
@media (max-width: 767px) {
  .banner-promo__img {
    background-size: cover;
    background-position: left center;
  }
}
.banner-promo__img2 {
  background-image: url("../img/img-banner-samsung_AI.jpg");
  width: 75%;
}
@media (max-width: 1200px) {
  .banner-promo__img2 {
    background-position: right 20px center;
    background-size: contain;
    width: 100%;
  }
}
.banner-promo__offer {
  padding: 1.5rem 1rem 1rem 1rem;
  width: 70%;
}
@media (max-width: 1200px) {
  .banner-promo__offer {
    width: 100%;
  }
}
.banner-promo__offer .btn {
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .banner-promo__offer .btn {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
}
.accordion>.accordion__wrapper:first-of-type {
  border-top: 0.0625rem solid #000;
}
.accordion {
  margin-top: 2.75rem;
}
@media (max-width: 576px) {
  .accordion {
    margin-top: 0.75rem;
  }
}
.accordion__header,
.accordion__body {
  padding: 1rem;
}
@media (max-width: 992px) {
  .accordion__header,
  .accordion__body {
    padding: 1rem;
  }
}
.accordion__wrapper {
  cursor: pointer;
  border-bottom: 0.0625rem solid #000;
}
.accordion__header {
  width: 100%;
  display: block;
  position: relative;
}
.accordion__header:before {
  background: url("../img/icons/icon-less.png") no-repeat center center/contain;
  width: 1rem;
  height: 1rem;
  content: '';
  border: 0;
  top: 50%;
  right: calc(0% + 1rem);
  transform: translateY(-50%) rotate(0deg);
  position: absolute;
  transition: all;
}
@media (max-width: 992px) {
  .accordion__header:before {
    position: absolute;
    right: 0;
    width: 1rem;
    height: 1rem;
  }
}
.accordion__header.collapsed:before {
  background: url("../img/icons/icon-more.png") no-repeat center center/contain;
  width: 1rem;
  height: 1rem;
  content: '';
  border: 0;
  top: 50%;
  right: calc(0% + 1rem);
  transform: translateY(-50%) rotate(0deg);
  position: absolute;
  transition: all;
}
@media (max-width: 992px) {
  .accordion__header.collapsed:before {
    position: absolute;
    right: 0;
    width: 1rem;
    height: 1rem;
  }
}
.accordion__header-title {
  font-size: 1.25rem;
  display: block;
  white-space: normal;
  line-height: 1.3;
  max-width: 80%;
}
@media (max-width: 576px) {
  .accordion__header-title {
    font-size: 0.875rem;
  }
}
.accordion__header-text {
  font-size: 1.125rem;
  display: block;
  white-space: normal;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .accordion__header-text {
    font-size: 0.875rem;
  }
}
.m-contacto {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 1.5rem 0 0 0;
}
@media (max-width: 767px) {
  .m-contacto {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .m-contacto {
    margin: 1rem 0 0 0;
  }
}
.m-contacto__item p {
  font-size: 1.3125rem;
  font-family: 'samsung-one-450', sans-serif;
  margin: 0 0 0.5rem 0;
}
@media (max-width: 576px) {
  .m-contacto__item p {
    font-size: 0.875rem;
  }
}
.m-contacto__textarea {
  margin-top: 1rem;
}
@media (max-width: 576px) {
  .m-contacto__textarea {
    margin-top: 1.25rem;
  }
  .m-contacto__textarea .m-main__text {
    font-size: 0.875rem;
  }
}
.m-contacto-feedback {
  margin-top: 4rem;
}
.m-contacto-feedback__title {
  font-size: 2.5rem;
  font-family: 'samsung-bold', sans-serif;
  line-height: 1.25;
  font-weight: normal;
}
@media (max-width: 767px) {
  .m-contacto-feedback__title {
    font-size: 2.5rem;
  }
}
.m-contacto-feedback__subtitle {
  font-size: 1.5rem;
  font-family: 'samsung-one-450', sans-serif;
  line-height: 1.25;
  font-weight: normal;
}
@media (max-width: 767px) {
  .m-contacto-feedback__subtitle {
    font-size: 1rem;
  }
}
.m-form {
  width: 100%;
  max-width: 30.5rem;
  border-radius: 0.25rem;
  background: #fff;
  padding: 1.5rem;
  color: #000;
}
.m-form a {
  color: #000;
  text-decoration: none;
}
.m-form a:hover,
.m-form a:focus,
.m-form a:active {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .m-form {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .m-form {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .m-form {
    border-radius: 0.125rem;
    background: #000;
    color: #fff;
    box-shadow: 0 0 1.5rem -0.5rem #000;
    margin: 0 0 1rem 0;
    position: relative;
  }
  .m-form a {
    color: #fff;
  }
  .m-form a:hover,
  .m-form a:focus,
  .m-form a:active {
    color: #fff;
  }
}
.m-form-control {
  font-size: 1.125rem;
  font-weight: 'samsung-one-450', sans-serif;
  line-height: 1;
  width: auto;
  border: 0.0625rem solid #000;
  border-radius: 0;
  background-color: #fff;
  padding: 1rem 1rem;
  height: auto;
}
.m-form-control::placeholder {
  color: #7b7b7b !important;
  text-overflow: ellipsis;
}
.m-form-control:focus {
  background-color: #fff;
  border-color: #0077c8;
  outline: 0;
  box-shadow: none;
}
@media (max-width: 576px) {
  .m-form-control {
    font-size: 0.875rem;
    padding: 0.75rem;
  }
}
.m-productos .m-form-control {
  width: 100%;
}
.m-form-control--textarea {
  height: 12.5rem !important;
}
.m-form-control--dataproducts {
  font-size: 1.125rem;
  padding: 0.875rem 1rem !important;
  height: 3rem;
}
.m-form-control--dataproducts::placeholder {
  font-size: 0.875rem;
}
@media (max-width: 576px) {
  .m-form-control--dataproducts {
    font-size: 0.875rem !important;
    padding: 0.75rem !important;
    height: auto;
  }
}
input.m-form-control--dataproducts:-ms-input-placeholder {
  font-size: 14px !important;
}
.m-form-control--browser {
  background-color: #efefef;
}
.m-form-control--browser-ok {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("../img/icons/icon-check.png");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding: 0.875rem 2.5rem 0.875rem 1rem !important;
}
.m-form--bg-primary,
.m-form--bg-inverse {
  color: #fff;
}
.m-form--bg-primary .form-control,
.m-form--bg-inverse .form-control,
.m-form--bg-primary a,
.m-form--bg-inverse a {
  color: #fff;
}
.m-form--bg-primary .form-control:hover,
.m-form--bg-inverse .form-control:hover,
.m-form--bg-primary a:hover,
.m-form--bg-inverse a:hover,
.m-form--bg-primary .form-control:focus,
.m-form--bg-inverse .form-control:focus,
.m-form--bg-primary a:focus,
.m-form--bg-inverse a:focus,
.m-form--bg-primary .form-control:active,
.m-form--bg-inverse .form-control:active,
.m-form--bg-primary a:active,
.m-form--bg-inverse a:active {
  color: #fff;
}
.m-form--bg-primary .form-control::placeholder,
.m-form--bg-inverse .form-control::placeholder {
  color: #fff;
}
.m-form--bg-light {
  background: #fff;
  color: #000;
}
.m-form--bg-light .form-control,
.m-form--bg-light a {
  color: #000;
}
.m-form--bg-light .form-control::placeholder,
.m-form--bg-light a::placeholder {
  color: #000;
}
.m-form--bg-light img {
  filter: invert(1);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.m-form--bg-primary input:-webkit-autofill,
.m-form--bg-inverse input:-webkit-autofill,
.m-form--bg-primary input:-webkit-autofill:hover,
.m-form--bg-inverse input:-webkit-autofill:hover,
.m-form--bg-primary input:-webkit-autofill:focus,
.m-form--bg-inverse input:-webkit-autofill:focus,
.m-form--bg-primary input:-webkit-autofill:active,
.m-form--bg-inverse input:-webkit-autofill:active {
  color: #fff !important;
}
p[class^="error"] {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
}
.form-check {
  line-height: 1;
}
.form-check-input {
  margin-top: 0.15rem;
}
.custom-control-input {
  width: 1rem;
  height: 1rem;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #0077c8;
}
.custom-control-input:checked~.m-custom-control-label::before {
  color: #000;
  border-color: #000;
  background-color: #fff;
}
.custom-control-input:checked~.m-custom-control-label--radios::before {
  color: #fff;
  border-color: #000;
  background-color: #fff;
}
.custom-radio .custom-control-input:checked~.m-custom-control-label--radios::after {
  background: #0077c8;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  top: calc(0% + 0.25rem);
  left: calc(0% - 1.25rem);
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-select:focus {
  border-color: $transparent;
  outline: 0;
}
.m-custom-control {
  min-height: auto;
  padding-left: 1.5rem;
}
.m-custom-control-label {
  color: #000;
  font-size: 1.125rem;
}
.m-custom-control-label:before,
.m-custom-control-label:after {
  top: 0;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
}
.m-custom-control-label:before {
  background-color: #fff;
  border: 0.0625rem solid #000;
  border-radius: 0.25rem !important;
}
@media (max-width: 576px) {
  .m-custom-control-label {
    font-size: 0.875rem;
  }
}
.m-custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background: url("../img/icons/icon-check.png") no-repeat scroll center 55%;
  background-size: 0.6rem;
}
.m-custom-control-label--radios:before,
.m-custom-control-label--radios:after {
  top: 0;
  left: -1.5rem;
  width: 1.25rem;
  height: 1.25rem;
}
.m-custom-control-label--radios:before {
  background-color: #fff;
  border: 0.0625rem solid #7b7b7b;
}
.m-custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 0.875rem;
  width: 13.125rem;
  padding: 1rem 3rem 1rem 1rem;
  color: #7b7b7b;
  vertical-align: middle;
  background: #fff url("../img/icons/icon-caret-down.svg") no-repeat right 0.75rem center/8px 10px;
  background-size: 1rem;
}
@media (max-width: 576px) {
  .m-custom-select {
    width: 100%;
    padding: 0.75rem 3rem 0.75rem 0.75rem;
  }
}
.m-custom-select::-ms-expand {
  display: none;
}
.m-custom-file {
  position: absolute;
}
.custom-file-input {
  top: -35px;
  left: 0;
  height: 200px;
  opacity: 0;
}
.modal {
  z-index: 1000000002;
}
.modal-open {
  overflow: auto;
}
.modal-dialog {
  margin: 3.5rem 0.5rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 3.5rem auto;
  }
}
.modal-content {
  padding: 1.5rem;
}
.modal-body {
  color: #000;
  padding: 0;
}
.modal-text h4,
.modal-text h5,
.modal-text p {
  margin-bottom: 1rem;
}
.modal-text p {
  font-size: 1rem;
  font-family: 'samsung-one-450', sans-serif;
  line-height: 1.5;
  color: #000;
}
.modal ul li {
  color: #000;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.modal-backdrop {
  background-color: #000;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 0 0 0;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
@media (min-width: 767px) {
  .modal-lg {
    max-width: 56.25rem;
  }
}
@media (min-width: 767px) {
  .modal-md {
    max-width: 37rem;
  }
}
@media (min-width: 767px) {
  .modal-md-promo {
    max-width: 40.625rem;
  }
}
.m-modal-content {
  border-radius: 0;
  border: 0;
  padding: 2.25rem 3rem;
  position: relative;
}
.m-modal-content--login {
  padding: 0.75rem;
}
@media (max-width: 767px) {
  .m-modal-content--login {
    padding: 1.125rem;
  }
}
.m-modal-content--signup {
  padding: 2.25rem 3rem 4rem 3rem;
}
@media (max-width: 767px) {
  .m-modal-content--signup {
    padding: 1.125rem 0 2.625rem 0;
  }
}
@media (max-width: 767px) {
  .m-modal-content--password {
    padding: 1.125rem;
  }
}
.m-modal-header {
  padding: 0 0 1rem 0;
  min-height: 2rem;
  border-bottom: 0 solid transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-modal__title {
  font-size: 2.25rem;
  font-family: 'samsung-bold', sans-serif;
  line-height: 1.3;
  margin: 2.25rem 0 1.5rem 0;
}
@media (max-width: 576px) {
  .m-modal__title {
    font-size: 1.5rem;
    margin: 2.25rem 0 1.125rem 0;
  }
}
.m-modal__text {
  font-size: 1.125rem;
  font-family: 'samsung-one-450', sans-serif;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .m-modal__text {
    font-size: 1rem;
  }
}
.m-modal__text-small {
  font-size: 1rem;
  font-family: 'samsung-one-450', sans-serif;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .m-modal__text-small {
    font-size: 0.875rem;
  }
}
.modal-login__left {
  background: url("../img/backgrounds/bg-modal-login.jpg") no-repeat scroll 0 0/cover;
  min-width: 50%;
  min-height: 29.125rem;
  display: flex;
}
@media (max-width: 767px) {
  .modal-login__left {
    display: none;
  }
}
.modal-login__right {
  min-width: 50%;
  min-height: 29.125rem;
  display: flex;
  padding: 0 2.75rem;
}
@media (max-width: 767px) {
  .modal-login__right {
    min-height: auto;
    padding: 0;
  }
}
.modal-signup__row {
  margin: 0 0 0.5rem 0;
}
.modal-signup__row .modal-signup__subtitle {
  margin: 1.5rem 0 1rem 0;
}
@media (max-width: 576px) {
  .modal-signup__row {
    margin: 0;
  }
  .modal-signup__row .form-group {
    margin-bottom: 1rem;
  }
}
.modal-signup__subtitle {
  font-size: 1.125rem;
  font-family: 'samsung-one-800', sans-serif;
  line-height: 1;
}
@media (max-width: 576px) {
  .modal-signup__subtitle {
    font-size: 1rem;
  }
}
.modal-signup__text {
  font-size: 1.125rem;
  font-family: 'samsung-one-450', sans-serif;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .modal-signup__text {
    font-size: 0.875rem;
  }
}
.modal-signup__browser {
  position: relative;
  margin: 0 0 3.5rem 0;
}
@media (max-width: 576px) {
  .modal-signup__browser {
    text-align: center;
  }
}
.modal-signup__browser-text {
  font-size: 1.125rem;
  font-family: 'samsung-one-800', sans-serif;
  line-height: 1.4;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 576px) {
  .modal-signup__browser-text {
    font-size: 0.875rem;
  }
}
.modal-promo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 20rem;
  color: #fff;
}
.modal-promo .btn {
  border: none;
  width: 100%;
}
.modal-promo--01 {
  padding: 4.375rem 22.875rem 3.125rem 2.375rem;
  background: url("/img/backgrounds/bg-modal-promo-01.jpg") no-repeat center center/cover;
}
.modal-promo--02 {
  padding: 4.375rem 2rem 3.125rem 22.875rem;
  background: url("/img/backgrounds/bg-modal-promo-02.jpg") no-repeat center center/cover;
}
.modal-promo--03 {
  padding: 0;
  background: url("/img/backgrounds/bg-modal-promo-03.jpg") no-repeat center center/cover;
}
.modal-promo--04 {
  padding: 4.375rem 2rem 3.125rem 21.875rem;
  background: url("/img/backgrounds/bg-modal-promo-04.jpg") no-repeat center center/cover;
  justify-content: center;
}
@media (max-width: 767px) {
  .modal-promo {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding: 2rem 1.5rem 58% 1.5rem;
  }
  .modal-promo--01 {
    background-image: url("/img/backgrounds/bg-modal-promo-mobile-01.jpg");
  }
  .modal-promo--02 {
    background-image: url("/img/backgrounds/bg-modal-promo-mobile-02.jpg");
  }
  .modal-promo--03 {
    background-color: transparent;
    background-position: top center;
    padding: 0;
  }
  .modal-promo--04 {
    background-color: #fff;
    background-image: url("/img/backgrounds/bg-modal-promo-mobile-04.jpg");
    padding: 2rem 1.5rem 62% 1.5rem;
  }
}
#modal_promo_03 .modal-content {
  background: transparent;
}
.modal-promo__title {
  font-size: 1.625rem;
  font-family: 'samsung-bold', sans-serif;
  line-height: 1.2;
  margin: 0 0 1rem 0;
}
@media (max-width: 576px) {
  .modal-promo__title {
    font-size: 1.5rem;
  }
}
.modal-promo__text {
  font-size: 1rem;
  font-family: 'samsung-one-450', sans-serif;
  line-height: 1.25;
  margin: 0 0 2.375rem 0;
}
@media (max-width: 576px) {
  .modal-promo__text {
    font-size: 0.875rem;
  }
}
.modal-promo-content {
  border: 0 !important;
  border-radius: 0;
  padding: 0;
}
.m-main-login {
  padding-top: 10.125rem;
}
@media (max-width: 992px) {
  .m-main-login {
    padding-top: 4.125rem;
  }
}
@media (max-width: 576px) {
  .m-main-login {
    padding-top: 3.25rem;
  }
}
.m-main__heading {
  margin-bottom: 5.625rem;
  text-align: center;
  width: 100%;
}
@media (max-width: 576px) {
  .m-main__heading {
    margin-bottom: 3.875rem;
  }
}
.m-main__title {
  font-size: 2.5rem;
  font-family: 'samsung-bold', sans-serif;
}
@media (max-width: 576px) {
  .m-main__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.m-main__subtitle {
  font-size: 1.5rem;
  font-family: 'samsung-bold', sans-serif;
}
@media (max-width: 576px) {
  .m-main__subtitle {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.m-main__text {
  font-size: 1.125rem;
  font-family: 'samsung-one-800', sans-serif;
}
@media (max-width: 576px) {
  .m-main__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.m-main__number {
  font-size: 2.5rem;
  font-family: 'samsung-bold', sans-serif;
}
@media (max-width: 576px) {
  .m-main__number {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.m-footer {
  background: #000;
  padding: 2.5rem 1rem;
}
@media (max-width: 767px) {
  .m-footer {
    padding: 2.25rem 0;
  }
}
.footer__img {
  width: 7.375rem;
  height: 3.125rem;
}
.footer__list {
  margin: 0 0 0 0;
}
@media (max-width: 767px) {
  .footer__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 2rem 0;
  }
}
.footer__link {
  font-family: 'samsung-one-450', sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
.footer__link:focus,
.footer__link:hover,
.footer__link.active,
.footer__link:active:focus,
.footer__link.active:focus,
.footer__link:not([href]) {
  color: #fff;
  text-decoration: none;
  transition: 0.6s;
}
@media (max-width: 767px) {
  .footer__link {
    margin: 0 0 1rem 0;
    display: block;
  }
}
.cookie-wrapper {
  z-index: 9999999999;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 28px 20px;
  background: #fff;
  margin: 0;
  box-shadow: 0 6px 24px 0 rgba(20,7,18,0.1);
}
@media only screen and (max-width: 480px) {
  .cookie-wrapper {
    padding: 95px 20px 80px 20px;
  }
}
.cookie-wrapper__title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  display: block;
  color: #666;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 480px) {
  .cookie-wrapper__title {
    font-size: 16px;
  }
}
.cookie-wrapper__text {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  color: #666;
  margin: 0 auto 20px;
  max-width: 650px;
}
@media only screen and (max-width: 480px) {
  .cookie-wrapper__text {
    font-size: 10px;
    margin: 0 auto 48px;
  }
}
.cookie-wrapper__btn {
  display: inline-block;
  padding: 16px 48px;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  color: #fff !important;
  background: #4ec33e;
  border-color: #4ec33e;
}
.cookie-wrapper__btn:hover,
.cookie-wrapper__btn:focus {
  color: #fff !important;
  background-color: #46ae38;
}
.cookie-wrapper__btn-text {
  display: inline-block;
  padding: 16px 48px;
  margin: 16px 0 0 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  color: #a5a5a5;
  background: transparent;
  border-color: transparent;
}
.cookie-wrapper__btn-text:hover,
.cookie-wrapper__btn-text:focus {
  color: #000;
}
.modal-cookies-new {
  z-index: 99999999999;
}
.cookie-wrapper-modal {
  z-index: 9999;
  position: sticky;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background: #fff;
  margin: 0;
  box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.2);
}
.cookie-wrapper-modal-content {
  border: 0 !important;
  border-radius: 0;
}
.cookie-wrapper-modal-body {
  padding: 20px 24px 0 !important;
}
.cookie-wrapper-modal__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
}
.cookie-wrapper-modal__flex--switch {
  align-items: start;
  border-top: 2px solid #eee;
  padding-top: 16px;
}
.cookie-wrapper-modal__close {
  width: 14px;
  height: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.cookie-wrapper-modal__close:before,
.cookie-wrapper-modal__close:after {
  content: '';
  position: absolute;
  height: 0.15rem;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -0.0625rem;
  background: #666;
}
.cookie-wrapper-modal__close:before {
  transform: rotate(-45deg);
}
.cookie-wrapper-modal__close:after {
  transform: rotate(45deg);
}
.cookie-wrapper-modal__title {
  font-size: 12px;
  font-weight: 700;
  color: #666;
}
.cookie-wrapper-modal__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
}
.cookie-wrapper-modal__link {
  display: inline-block;
  word-break: break-all;
  color: $secondary;
}
.cookie-wrapper-modal__simplebar {
  max-height: 500px;
}
.cookie-wrapper-modal__btn {
  display: inline-block;
  padding: 16px 48px;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  color: #fff !important;
  background: #4ec33e;
  border-color: #4ec33e;
}
.cookie-wrapper-modal__btn:hover,
.cookie-wrapper-modal__btn:focus {
  color: #fff !important;
  background-color: #46ae38;
}
.cookie-switch {
  position: relative;
}
.cookie-switch-wrapper input[type=checkbox].cookie-switch-input {
  opacity: 0;
  position: absolute;
  left: -99999px;
}
.cookie-switch-wrapper input[type=checkbox].cookie-switch-input+label {
  display: inline-block;
  padding: 0 16px;
  position: relative;
  width: 64px;
  height: 32px;
  max-height: 32px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-overflow: ellipsis;
  background-color: #c14c68;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.25s ease-in;
}
.cookie-switch-wrapper input[type=checkbox].cookie-switch-input:checked+label {
  background-color: #4ec33e;
}
.cookie-switch-wrapper input[type=checkbox].cookie-switch-input+label:before,
.cookie-switch-wrapper input[type=checkbox].cookie-switch-input+label:hover:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  z-index: 2;
  transition: all 0.25s ease-in;
  border-radius: 50%;
}
.cookie-switch-wrapper input[type=checkbox].cookie-switch-input:checked+label:before,
.cookie-switch-wrapper input[type=checkbox].cookie-switch-input:checked+label:hover:before {
  background-position: 0 0;
  top: 4px;
  left: 100%;
  margin-left: -28px;
}
.cookie-switch-wrapper input[type=checkbox].cookie-switch-input:checked+label .on {
  margin-top: 4px;
  margin-right: 20px;
  display: inline-block;
}
.cookie-switch-wrapper input[type=checkbox].cookie-switch-input+label .on {
  display: none;
  color: #fff;
}
.cookie-switch-wrapper input[type=checkbox].cookie-switch-input:checked+label .off {
  display: none;
}
.cookie-switch-wrapper input[type=checkbox].cookie-switch-input+label .off {
  margin-top: 4px;
  margin-left: 20px;
  display: inline-block;
  color: #fff;
}
.simplebar-scrollbar {
  right: 0px;
  width: 4px;
}
.simplebar-scrollbar:before {
  background: #666 !important;
}
